Small changes from Solaris port. The big stuff is not all working yet.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
73b8f102
JG
1Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
2
3 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
4 .stab section from an ELF file. Installed under #ifdef
5 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
6 bfd-internals header files and such.
7
aa0a709a
SC
8Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
9
10 * objdump.c(display_info), patches from
11 mohring@informatik.tu-muenchen.de to print the table much more
12 nicely.
13
14Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
15
16 * objdump.c: Add another enum->int cast, for the sake of
17 old compilers (such as PCC).
18
7aea847a
PB
19Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
20
21 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
22 Add declaration of strdup().
23
45212e5e
PB
24Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
25
82108c11
PB
26 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
27 rules, since these are used when building a distribution.
28 * Makefile.in (arlex.c): Don't re-direct output, since that
29 leaves a bogus output files if it fails.
30
45212e5e
PB
31 * arlex.l: Make work with lex, for what it's worth.
32 * Makefile.in: Better lex support.
33 * Makefile.in (dist): Generate flex and bison outputs
34 for distribution.
35
36Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
37
38 * Makefile.in: get BISON definition right.
39
40Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
41
42 * sanity.sh: default TMPDIR to ".".
43
ea55afde
RP
44Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
45
46 * binutils.texi: add doc for ar command language.
47
d24fbb20
SC
48Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
49
50 * arparse.y: make END call ar_end
51 * arsup.c (ar_end): added, deletes temp file if archive session
52 aborted.
53
54
146a41ab
RP
55Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
56
58137c4d
RP
57 * Makefile.in: use bison & flex from ../ if they exist. Also,
58 FLEX->LEX.
59
146a41ab
RP
60 * sanity.sh: remove temporary directory when finished.
61
5b07d693
PB
62Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
63
64 * Makefile.in: Bump to version 1.97.
65 * ar.c: Declare errno for machines that need it.
66
22923083
JG
67Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
68
69 * objdump.c (display_info): Handle error cases without coredump.
70 Close the dummy temporary file we open in the loop.
71 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
72
dc760829
RP
73Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
74
7d6cc102
RP
75 * Makefile.in: added test-install target.
76
dc760829
RP
77 * sanity.sh: new file.
78
79 * Makefile.in: use sanity test on make check.
80
d8e89b6b
RP
81Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
82
83 * Makefile.in: rework CFLAGS so that they can be passed on the
84 command line to make. Remove MINUS_G. Default CFLAGS to -g.
85
86Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
87
88 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
89 scripting language.
90
91Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
92
93 * Makefile.in: added check target.
94
95Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
96
97 * Makefile.in: added clean-info target.
98
99Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
100
101 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
102 installed. added tooldir and program_prefix.
103
104Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
105
106 * Makefile.in, configure.in: removed traces of namesubdir,
107 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
108 copyrights to '92, changed some from Cygnus to FSF.
109
110Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
111
112 * Makefile.in: Bump version to 1.96, and remove -beta
113 suffix from distribution name.
114 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
115 the signed value of a character (even if chars are unsigned).
116 * sparc-pinsn.c: Add new operand types.
117
118Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
119
120 * objdump.c (disassemble_data): don't print a section's contents
121 if it's not loadable (eg bss)
122
123Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
124
125 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
126 displacements don't get printed as large +ve ones.
127
d20f480f
SC
128Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
129
130 * copy.c, nm.c, objdump.c, size.c : changed to use the
131 new reloc scheme.
132
133
134Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
135
136 * bucomm.c (print_arelt_descr): Tweek the output format
137 so that 'ar tv' output follows Posix 1003.2/D11.
138 Output is now also identical to Sun's (except __.SYMDEF).
139
e6e4459c
JG
140Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
141
142 * Makefile.in: Make `make' output more readable.
143
144Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
145
146 * Makefile.in: Bump to version 1.94.
147
148Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
149
150 * ar.c: added "b" to fopens for dos
151 * configdj.bat, makefile.dos new files from DJ
152
153Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
154
155 * Makefile.in: infodir belongs in datadir.
156
157Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
158
159 * bucomm.h: created to hold prototypes of bucomm.c
160 * objdump.h: created to hold prototyes of objdump.c
161 * am29k-pinsn.c: include objdump.h
162 * ar.c: include bucomm.h, get ar.h from the right place and
163 include libbfd.h
164 * bucomm.c: defunize bfd_fatal
165 * copy.c: include bucomm.h, lint.
166 * i960-pinsn.h: include bucomm.h
167 * m68k-pinsn.h: lint
168 * nm.c: include bucomm.h, lint
169 * objdump.c: lint
170 * sparc-pinsn.c: include objdump.h
171
172
173
5d845d37 174Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 175
5d845d37
RP
176 * Makefile.in: added standards.text support. install using
177 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 178
5d845d37
RP
179 * configure.in: configure now does all of it's work from objdir so
180 make file existence tests against ${srcdir}.
181
182Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
183
184 * Makefile.in: idestdir and ddestdir go away. Added copyrights
185 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
186 and mandir now keyed off datadir by default.
187
188Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
189
190 * Makefile.in: Bump to version 1.93.
191 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
192 for make versions that provide half-baked VPATH-support (e.g. Sun's).
193 * size.c: Improvements suggested by
194 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
195 - Don't emit (Berkeley) headers if no files were found.
196 - Return a non-zero return code on failure.
197
198Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
199
200 Changes due to include file renaming:
201 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
202 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
203 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
204 * nm.c: stab.gnu.h -> aout/stab_gnu.h
bdce0211
SC
205
206Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
207
208 * README: Mention MINIMIZE flag for bfd's make.
209
d08a5233
PB
210Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
211
212 * README: Various improvements.
213
782d7963
PB
214Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
215
216 * Makefile.in: Bump to version 1.92.
217 * version.c, Makefile.in: Get version string from Makefile.
218 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
219 Make the same change that we earlier did for ar/ranlib:
220 Generate two different binaries for strip and copy and use
221 a global variable with different values to distinguish
222 ostrip from copy. (-1 means to use argv[0] to decide,
223 so you can get the old behavior, but it is no longer the default).
224 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
225 * copy.c (main): If is_strip==-1, compare last 5 chars
226 of argv[0], not the whole path.
227 * copy.c (main): Return 0, not 1.
228 * copy.c (setup_sections): Fix due to change in bfd_make_section
229 now failing if asked for a duplicate section.
230 * strip.c, ostrip.c: Removed obsolete files.
231 * ar.c, not-ranlib.c, maybe-ranlib.c:
232 Change encoding of is_ranlib variable to be consistent
233 with is_strip for strip.copy (i.e -1 to means use argv[0]).
234
235Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
236
237 * version.c (program_version): Update to version 1.92.
238
239Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
240
241 * ar.c (get_pos_bfd): Previous fix was missing a "break".
242
86c18d92
SC
243Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
244
245 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
246 encodings. (Thaks to David Wood)
247
248Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
249
250 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
251 * ar.c (get_pos_bfd): Fix to handling of before/after
252 positioning options.
253 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
254 since libiberty contains vfprintf etc if otherwise missing.
255 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
256 type operands, as used by branch instructions.
257 * nm.c: Delegate printing of symbols to BFD,
258 by using bfd_print_symbol to do the formatting.
259
5f0e8767
SC
260Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
261
262 * ar.c (write_archive.c): added unlink before rename since some
263 systems can't rename onto an existant file.
264
7e309104
SC
265Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
266
267 * nm.c: now doesn't crash if a symbol with no section and no
268 SEC_ABS appears.
269
270Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
271
272 * Makefile.in, version.c: Bump to version 1.91.
273
d8474a9b
PB
274Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
275
276 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
277 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
278 * strip.c: Add or update Copyright notice.
279 * TODO: Add note on 'nm -a'.
280 * version.c: Update version number to 1.90.
281 * Makefile.in: Fix making of documentation for dist.
282
283Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
284
285 * README: New file.
286 * Makefile.in: New kludgy rules for making a tarfile.
287 * Makefile.in: Fix bindir path.
288
0c10ff03
RP
289Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
290
291 * Makefile.in: add targets binutils.mm, binutils.me
292
d7cce023
JG
293Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
294
295 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
296
abd4aaa9
RP
297Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
298
6b583720
RP
299 * Makefile.in: add target "binutils.ms"
300
abd4aaa9
RP
301 * binutils.texinfo: minor restructuring for texi2roff comfort.
302
d7381d0c
JG
303Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
304
305 Restructure configuration scheme for bfd, binutils, ld.
306
307 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
308 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
309 Change some config names to match other dirs.
310 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
311 get defined first.
312 * Makefile.in: Use -I. to get sysdep.h.
313
314Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
315
316 * nm.c (print_symbols): Handle NULL name field of symbol.
317 * Makefile.in: Removed spurious comment.
318
c9629e6e
RP
319Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
320
321 * binutils.texinfo: minor typos, phrasing, formatting fixes.
322
398eef0a
PB
323Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
324
325 * configure.in: Get host file from ../bfd/config, not config.
326 * config/*: Remove config directory and its files.
327
050f05e7
RP
328Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
329
b7a11ec2
RP
330 * Makefile.in: new targets binutils.dvi, binutils.info
331
050f05e7
RP
332 * binutils.texinfo: remove most remaining FIXME's, delete
333 references to __.SYMDEF by name
334
335
71e83453
SC
336Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
337
338 * objdump.c (print_address) Print addresses nicely.
339
06a97fbd
PB
340Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
341
342 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
343 Make two different binaries for ar and ranlib, instead of
344 distinguishing them at run time using argv[0].
345 (Old behavior is still available if you "make ar_with_ranlib",
346 but it is not the default.)
347 * ranlib.sh (new): An alternative one-line
348 shell implementation of ranlib.
349
e779a58c
JG
350Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
351
352 * objdump.c: Cope with renames of a few BFD types & enums.
353
0a5403df
RP
354Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
355
356 * binutils.texinfo: add new file (rudimentary docn)
357
3fdbfe8d
PB
358Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
359
0a5403df 360 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
361 * bucomm.c (fatal): Conditionally compile fatal() depending on
362 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
363 * objdump.c (dump_headers): Trivial output format change.
364 * objdump.c (display_info): Loop over integers, not enums,
365 to appease old compilers.
366
367Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
368
369 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
370
371Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
372 from bother
373 * objdump.c (print_address): Make disasembled output more
374 consistent with gdb and as: Add 0x when printing hex.
375 Don't print extra leading zeros.
376 Attempt to not print "filename.o".
377 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
378
379
380Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
381
382 * copy.c: Change =& constructs to = &, since they confuse older
383 C compilers.
384
385
This page took 0.062356 seconds and 4 git commands to generate.