* Makefile.in: Take out the version number for install
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 Tue Nov 12 18:36:50 1991 Steve Chamberlain (sac at cygnus.com)
2
3 * Makefile.in: Take out the version number for install
4 * m88kbcs.sc: put in contructor blocks.
5
6 Mon Nov 11 18:47:33 1991 Per Bothner (bothner at cygnus.com)
7
8 * ldmisc.c, ldmisc.h: Re-write info() to take a filename
9 parameter, a format, and an arg pointer, and rename it to
10 vfinfo(). Write info() in terms of new vfinfo().
11 New einfo() is the same as info(), except it writes to stderr.
12 * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
13 ldmisc.c: Replace "error" calls to info() by new einfo().
14
15 Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com)
16
17 * ldlex.l ldgram.y: made -V option do same as -v
18 * Makefile.in: Added $(MINUS_G) flag so debugging can be
19 turned off
20
21 Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)
22 i386 aout changes from Bob Kukura
23 * Makefile.in, config.h: added i386aout support
24 * configure.in: fixed /h-{myhost} typo
25 * ldgram.y: -MM now gives more boring map.
26 * ldlang.c: now does D_PAGED flag the right way.
27 * ldsym.c: -MM flags does the right thing.
28
29 Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com)
30
31 * configure.in: Fixed typo. Also, a fix for hp300bsd.
32 * ldlang.c (init_os): Compensate for BFD change,
33 where bfd_make_section now returns NULL for a duplicate
34 section request, instead of the old section.
35
36 Thu Oct 17 15:27:13 1991 Per Bothner (bothner at cygnus.com)
37
38 * ldver.c: Bump to version 1.91 (consistent with binutils).
39
40 Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com)
41
42 * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
43 ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
44 ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
45 ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
46 Add or update copyright notices.
47
48 Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com)
49
50 * README: New file.
51 * Makefile.in: Changed installation directory name scheme
52 to be consistent with gcc. Also changed 'install'.
53
54 Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com)
55
56 * Makefile.in: new targets ld.mm, ld.me
57
58 Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com)
59
60 * Makefile.in, ldtemplate: Need to use separate scripts
61 for -n and -N options. Yet more complication.
62
63 Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com)
64
65 * Makefile.in: Avoid using $< in explicit Make rules (it doesn't
66 work). Add some lines to avoid Sun Make VPATH bugs.
67
68 Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com)
69
70 * news.sc: Add alignment for data segment.
71 * ldtemplate: Add (yet another) script to get for -n or -N
72 options. (These need different alignment than ZMAGIC files.)
73 * Makefile.in: Add stuff for new foo.xn scripts.
74 These are generated by replacing "ALIGN(0x...00)" by ".".
75
76 Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com)
77
78 * Makefile.in: new targets ld.ms, ld-index.ms
79 ld.texinfo: remove tabs, other cleanups for texi2roff
80
81 Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com)
82
83 * ldmain.c (main): Make config.magic_demand_paged be true
84 by default. Don't the WP_TEXT and D_PAGED flags of
85 output_bfd here; it's too late, so set it when output_bfd
86 is created (in ldlang.c). Also fix setting of EXEC_P flag
87 * ldlang.c (ldlang_open_output): Set output_bfd->flags here.
88 * ldlang.c: Remove some duplicate extern declarations.
89 * ldgram.y: Fixes to -N and -n options.
90 * Makefile.in: Recognize upper case letters in sed script
91 to remove assignments from script files.
92 * ldtemplate: Don't assukme that -N or -n options
93 imply use of -r script.
94 * mkscript.c: Tweaking to correctly handle \n and \\ in input.
95
96 Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
97
98 * ldtemplate: include bfd.h before sysdep.h.
99
100 Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
101
102 Restructure configuration scheme for bfd, binutils, ld.
103
104 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
105 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
106 Change some config names to match other dirs.
107 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
108 get defined first.
109 * config/: Rename some config files to match up h-*.h names.
110 Remove all the HOST_SYS definitions from the config files.
111
112 Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
113
114 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
115 * ldtemplate: Remove ldfile_add_library_path calls;
116 just use the SEARCH_DIR commands in the script files.
117 * Makefile.in: Add LIB_PATH macro, which if set is used to replace
118 the SEARCH_DIR commands in the scripts (using ugly sed magic).
119 This is primarily intended for cross-linking, where you would
120 place libaries in a different place than native libraries.
121 Also, emulations made from ldtemplate now use $(srcdir).
122 * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
123 form; people can use the Makefile's LIB_PATH to override.
124
125 Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
126
127 * Makefile.in: fix target ld.dvi, add target ld.info
128 ld.texinfo: make info filename ld.info
129
130 Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com)
131
132 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun
133 Make).
134 * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
135 few BFD types & enums.
136
This page took 0.045236 seconds and 4 git commands to generate.