]>
Commit | Line | Data |
---|---|---|
2d1a2445 PB |
1 | Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com) |
2 | ||
3 | * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h, | |
4 | ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h, | |
5 | ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h, | |
3410447c | 6 | ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c: |
2d1a2445 PB |
7 | Add or update copyright notices. |
8 | ||
9 | Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com) | |
10 | ||
11 | * README: New file. | |
12 | * Makefile.in: Changed installation directory name scheme | |
13 | to be consistent with gcc. Also changed 'install'. | |
14 | ||
954ac2ea RP |
15 | Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com) |
16 | ||
17 | * Makefile.in: new targets ld.mm, ld.me | |
18 | ||
972e7b4b PB |
19 | Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com) |
20 | ||
21 | * Makefile.in, ldtemplate: Need to use separate scripts | |
22 | for -n and -N options. Yet more complication. | |
23 | ||
33ce0085 JG |
24 | Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com) |
25 | ||
26 | * Makefile.in: Avoid using $< in explicit Make rules (it doesn't | |
27 | work). Add some lines to avoid Sun Make VPATH bugs. | |
28 | ||
b7e24eef PB |
29 | Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com) |
30 | ||
31 | * news.sc: Add alignment for data segment. | |
32 | * ldtemplate: Add (yet another) script to get for -n or -N | |
33 | options. (These need different alignment than ZMAGIC files.) | |
34 | * Makefile.in: Add stuff for new foo.xn scripts. | |
35 | These are generated by replacing "ALIGN(0x...00)" by ".". | |
36 | ||
b55e0948 RP |
37 | Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com) |
38 | ||
39 | * Makefile.in: new targets ld.ms, ld-index.ms | |
40 | ld.texinfo: remove tabs, other cleanups for texi2roff | |
41 | ||
6719c75b PB |
42 | Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com) |
43 | ||
44 | * ldmain.c (main): Make config.magic_demand_paged be true | |
45 | by default. Don't the WP_TEXT and D_PAGED flags of | |
46 | output_bfd here; it's too late, so set it when output_bfd | |
47 | is created (in ldlang.c). Also fix setting of EXEC_P flag | |
48 | * ldlang.c (ldlang_open_output): Set output_bfd->flags here. | |
49 | * ldlang.c: Remove some duplicate extern declarations. | |
50 | * ldgram.y: Fixes to -N and -n options. | |
51 | * Makefile.in: Recognize upper case letters in sed script | |
52 | to remove assignments from script files. | |
53 | * ldtemplate: Don't assukme that -N or -n options | |
54 | imply use of -r script. | |
55 | * mkscript.c: Tweaking to correctly handle \n and \\ in input. | |
56 | ||
8e10cea1 SC |
57 | Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com) |
58 | ||
59 | * ldtemplate: include bfd.h before sysdep.h. | |
60 | ||
1f8fc34f JG |
61 | Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com) |
62 | ||
63 | Restructure configuration scheme for bfd, binutils, ld. | |
64 | ||
65 | * include/sys/h-*.h: Move to bfd/hosts/h-*.h. | |
66 | * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. | |
67 | Change some config names to match other dirs. | |
68 | * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO() | |
69 | get defined first. | |
70 | * config/: Rename some config files to match up h-*.h names. | |
71 | Remove all the HOST_SYS definitions from the config files. | |
72 | ||
73 | Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com) | |
74 | ||
75 | * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean. | |
76 | * ldtemplate: Remove ldfile_add_library_path calls; | |
77 | just use the SEARCH_DIR commands in the script files. | |
78 | * Makefile.in: Add LIB_PATH macro, which if set is used to replace | |
79 | the SEARCH_DIR commands in the scripts (using ugly sed magic). | |
80 | This is primarily intended for cross-linking, where you would | |
81 | place libaries in a different place than native libraries. | |
82 | Also, emulations made from ldtemplate now use $(srcdir). | |
83 | * ldglda29k.sc: Change SEARCH_DIR commands to a conventional | |
84 | form; people can use the Makefile's LIB_PATH to override. | |
85 | ||
8d317d2a RP |
86 | Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com) |
87 | ||
88 | * Makefile.in: fix target ld.dvi, add target ld.info | |
89 | ld.texinfo: make info filename ld.info | |
90 | ||
558175fb JG |
91 | Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com) |
92 | ||
93 | * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun | |
94 | Make). | |
95 | * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a | |
96 | few BFD types & enums. | |
97 |