]>
Commit | Line | Data |
---|---|---|
6719c75b PB |
1 | Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com) |
2 | ||
3 | * ldmain.c (main): Make config.magic_demand_paged be true | |
4 | by default. Don't the WP_TEXT and D_PAGED flags of | |
5 | output_bfd here; it's too late, so set it when output_bfd | |
6 | is created (in ldlang.c). Also fix setting of EXEC_P flag | |
7 | * ldlang.c (ldlang_open_output): Set output_bfd->flags here. | |
8 | * ldlang.c: Remove some duplicate extern declarations. | |
9 | * ldgram.y: Fixes to -N and -n options. | |
10 | * Makefile.in: Recognize upper case letters in sed script | |
11 | to remove assignments from script files. | |
12 | * ldtemplate: Don't assukme that -N or -n options | |
13 | imply use of -r script. | |
14 | * mkscript.c: Tweaking to correctly handle \n and \\ in input. | |
15 | ||
8e10cea1 SC |
16 | Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com) |
17 | ||
18 | * ldtemplate: include bfd.h before sysdep.h. | |
19 | ||
1f8fc34f JG |
20 | Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com) |
21 | ||
22 | Restructure configuration scheme for bfd, binutils, ld. | |
23 | ||
24 | * include/sys/h-*.h: Move to bfd/hosts/h-*.h. | |
25 | * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. | |
26 | Change some config names to match other dirs. | |
27 | * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO() | |
28 | get defined first. | |
29 | * config/: Rename some config files to match up h-*.h names. | |
30 | Remove all the HOST_SYS definitions from the config files. | |
31 | ||
32 | Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com) | |
33 | ||
34 | * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean. | |
35 | * ldtemplate: Remove ldfile_add_library_path calls; | |
36 | just use the SEARCH_DIR commands in the script files. | |
37 | * Makefile.in: Add LIB_PATH macro, which if set is used to replace | |
38 | the SEARCH_DIR commands in the scripts (using ugly sed magic). | |
39 | This is primarily intended for cross-linking, where you would | |
40 | place libaries in a different place than native libraries. | |
41 | Also, emulations made from ldtemplate now use $(srcdir). | |
42 | * ldglda29k.sc: Change SEARCH_DIR commands to a conventional | |
43 | form; people can use the Makefile's LIB_PATH to override. | |
44 | ||
8d317d2a RP |
45 | Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com) |
46 | ||
47 | * Makefile.in: fix target ld.dvi, add target ld.info | |
48 | ld.texinfo: make info filename ld.info | |
49 | ||
558175fb JG |
50 | Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com) |
51 | ||
52 | * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun | |
53 | Make). | |
54 | * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a | |
55 | few BFD types & enums. | |
56 |