Uses the new small reloc type now.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e6e4459c
JG
1Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
2
3 * Makefile.in: Make `make' output more readable.
4
5Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
6
7 * Makefile.in: Bump to version 1.94.
8
9Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
10
11 * ar.c: added "b" to fopens for dos
12 * configdj.bat, makefile.dos new files from DJ
13
14Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15
16 * Makefile.in: infodir belongs in datadir.
17
18Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
19
20 * bucomm.h: created to hold prototypes of bucomm.c
21 * objdump.h: created to hold prototyes of objdump.c
22 * am29k-pinsn.c: include objdump.h
23 * ar.c: include bucomm.h, get ar.h from the right place and
24 include libbfd.h
25 * bucomm.c: defunize bfd_fatal
26 * copy.c: include bucomm.h, lint.
27 * i960-pinsn.h: include bucomm.h
28 * m68k-pinsn.h: lint
29 * nm.c: include bucomm.h, lint
30 * objdump.c: lint
31 * sparc-pinsn.c: include objdump.h
32
33
34
5d845d37 35Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 36
5d845d37
RP
37 * Makefile.in: added standards.text support. install using
38 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 39
5d845d37
RP
40 * configure.in: configure now does all of it's work from objdir so
41 make file existence tests against ${srcdir}.
42
43Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
44
45 * Makefile.in: idestdir and ddestdir go away. Added copyrights
46 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
47 and mandir now keyed off datadir by default.
48
49Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
50
51 * Makefile.in: Bump to version 1.93.
52 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
53 for make versions that provide half-baked VPATH-support (e.g. Sun's).
54 * size.c: Improvements suggested by
55 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
56 - Don't emit (Berkeley) headers if no files were found.
57 - Return a non-zero return code on failure.
58
59Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
60
61 Changes due to include file renaming:
62 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
63 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
64 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
65 * nm.c: stab.gnu.h -> aout/stab_gnu.h
bdce0211
SC
66
67Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
68
69 * README: Mention MINIMIZE flag for bfd's make.
70
d08a5233
PB
71Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
72
73 * README: Various improvements.
74
782d7963
PB
75Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
76
77 * Makefile.in: Bump to version 1.92.
78 * version.c, Makefile.in: Get version string from Makefile.
79 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
80 Make the same change that we earlier did for ar/ranlib:
81 Generate two different binaries for strip and copy and use
82 a global variable with different values to distinguish
83 ostrip from copy. (-1 means to use argv[0] to decide,
84 so you can get the old behavior, but it is no longer the default).
85 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
86 * copy.c (main): If is_strip==-1, compare last 5 chars
87 of argv[0], not the whole path.
88 * copy.c (main): Return 0, not 1.
89 * copy.c (setup_sections): Fix due to change in bfd_make_section
90 now failing if asked for a duplicate section.
91 * strip.c, ostrip.c: Removed obsolete files.
92 * ar.c, not-ranlib.c, maybe-ranlib.c:
93 Change encoding of is_ranlib variable to be consistent
94 with is_strip for strip.copy (i.e -1 to means use argv[0]).
95
96Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
97
98 * version.c (program_version): Update to version 1.92.
99
100Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
101
102 * ar.c (get_pos_bfd): Previous fix was missing a "break".
103
86c18d92
SC
104Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
105
106 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
107 encodings. (Thaks to David Wood)
108
109Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
110
111 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
112 * ar.c (get_pos_bfd): Fix to handling of before/after
113 positioning options.
114 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
115 since libiberty contains vfprintf etc if otherwise missing.
116 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
117 type operands, as used by branch instructions.
118 * nm.c: Delegate printing of symbols to BFD,
119 by using bfd_print_symbol to do the formatting.
120
5f0e8767
SC
121Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
122
123 * ar.c (write_archive.c): added unlink before rename since some
124 systems can't rename onto an existant file.
125
7e309104
SC
126Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
127
128 * nm.c: now doesn't crash if a symbol with no section and no
129 SEC_ABS appears.
130
131Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
132
133 * Makefile.in, version.c: Bump to version 1.91.
134
d8474a9b
PB
135Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
136
137 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
138 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
139 * strip.c: Add or update Copyright notice.
140 * TODO: Add note on 'nm -a'.
141 * version.c: Update version number to 1.90.
142 * Makefile.in: Fix making of documentation for dist.
143
144Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
145
146 * README: New file.
147 * Makefile.in: New kludgy rules for making a tarfile.
148 * Makefile.in: Fix bindir path.
149
0c10ff03
RP
150Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
151
152 * Makefile.in: add targets binutils.mm, binutils.me
153
d7cce023
JG
154Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
155
156 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
157
abd4aaa9
RP
158Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
159
6b583720
RP
160 * Makefile.in: add target "binutils.ms"
161
abd4aaa9
RP
162 * binutils.texinfo: minor restructuring for texi2roff comfort.
163
d7381d0c
JG
164Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
165
166 Restructure configuration scheme for bfd, binutils, ld.
167
168 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
169 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
170 Change some config names to match other dirs.
171 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
172 get defined first.
173 * Makefile.in: Use -I. to get sysdep.h.
174
175Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
176
177 * nm.c (print_symbols): Handle NULL name field of symbol.
178 * Makefile.in: Removed spurious comment.
179
c9629e6e
RP
180Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
181
182 * binutils.texinfo: minor typos, phrasing, formatting fixes.
183
398eef0a
PB
184Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
185
186 * configure.in: Get host file from ../bfd/config, not config.
187 * config/*: Remove config directory and its files.
188
050f05e7
RP
189Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
190
b7a11ec2
RP
191 * Makefile.in: new targets binutils.dvi, binutils.info
192
050f05e7
RP
193 * binutils.texinfo: remove most remaining FIXME's, delete
194 references to __.SYMDEF by name
195
196
71e83453
SC
197Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
198
199 * objdump.c (print_address) Print addresses nicely.
200
06a97fbd
PB
201Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
202
203 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
204 Make two different binaries for ar and ranlib, instead of
205 distinguishing them at run time using argv[0].
206 (Old behavior is still available if you "make ar_with_ranlib",
207 but it is not the default.)
208 * ranlib.sh (new): An alternative one-line
209 shell implementation of ranlib.
210
e779a58c
JG
211Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
212
213 * objdump.c: Cope with renames of a few BFD types & enums.
214
0a5403df
RP
215Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
216
217 * binutils.texinfo: add new file (rudimentary docn)
218
3fdbfe8d
PB
219Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
220
0a5403df 221 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
222 * bucomm.c (fatal): Conditionally compile fatal() depending on
223 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
224 * objdump.c (dump_headers): Trivial output format change.
225 * objdump.c (display_info): Loop over integers, not enums,
226 to appease old compilers.
227
228Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
229
230 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
231
232Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
233 from bother
234 * objdump.c (print_address): Make disasembled output more
235 consistent with gdb and as: Add 0x when printing hex.
236 Don't print extra leading zeros.
237 Attempt to not print "filename.o".
238 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
239
240
241Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
242
243 * copy.c: Change =& constructs to = &, since they confuse older
244 C compilers.
245
246
This page took 0.057748 seconds and 4 git commands to generate.