Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
42b600fa
ILT
1Mon Nov 2 12:42:11 1992 Ian Lance Taylor (ian@cygnus.com)
2
3 * ar.c (extract_file): instead of checking USG: if POSIX_UTIME,
4 use utime and utimbuf structure, otherwise if USE_UTIME use utime
5 and array of two longs, otherwise use utimes.
6
7Thu Oct 15 13:57:35 1992 Per Bothner (bothner@cygnus.com)
8
9 * binutils.tex: Document yesterday's changes to strip and copy.
10
cc8787ef
PB
11Wed Oct 14 13:22:14 1992 Per Bothner (bothner@cygnus.com)
12
13 * copy.c: Re-do command-line parsing to use getopt_long().
14 Add long option names. Re-think option letters to be more
15 consistent.
16 * copy.c: New function filter_symbols() for stripping only
17 debug-symbols and/or local symbols. Use these to support
18 the previously-missing options of the old FSF strip.
19
1bf20983
JG
20Tue Oct 13 01:24:20 1992 John Gilmore (gnu@cygnus.com)
21
22 * configure.in (host): Use ${srcdir}/../bfd/configure.host rather
23 than repeating a copy of it here.
24
7c926404
KR
25Wed Oct 7 12:53:52 1992 Ken Raeburn (raeburn@cygnus.com)
26
27 * copy.c (main): Even if is_strip, accept -d argument indicating
28 alternate output format. Needed by gdb for Nindy.
29
30 * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
e31e9a8d
JO
31
32Tue Oct 6 16:33:56 1992 Jeffrey Osier (jeffrey@cygnus.com)
33
34 * binutils.texi: added documentation for "copy"
35
8d6ae8fc
PB
36Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony)
37
38 * Makefile.in (*clean rules): Some cleaning up.
39 * Makefile.in (dist): Make diststuff in gprof for a dist.
40
41 * ar.c (do_show_version): New function.
42 * ar.c (main): Fix so "ar -V" works.
43
44Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
45
46 * configure.in: now uses the cpu-vendor-os triple instead of
47 nested cases.
48
c005c66c
JG
49Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com)
50
51 * i960-pinsn.c: Change bzero to memset.
52 * sparc-pinsn.c: Change index to strchr.
53
54Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com)
55
56 * m68k-pinsn (print_insn_arg, fetch_arg): added support for
57 operands to memory management instructions, from WRS.
58
94a4a005
ILT
59Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com)
60
61 * Makefile.in (install): if $(tooldir) exists, install nm and
62 strip in $(tooldir)/bin.
63
64Thu Sep 3 11:57:40 1992 Per Bothner (bothner@rtl.cygnus.com)
65
66 * Makefile.in: Let's call it version 2.0.
67
68Wed Sep 2 00:25:13 1992 Per Bothner (bothner@rtl.cygnus.com)
69
70 * Makefile.in: Bump to version 0.98.
71 * TODO, README: Minor updates.
72
73 * Makefile.in: Added mostlyclean, distclean rules,
74 and cleaned up clean, realclean.
75
3790af1d
ILT
76Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com)
77
78 * Makefile.in: map program names through program_transform_name
79 when installing.
80
455a0d28
PB
81Sun Aug 30 18:09:03 1992 Per Bothner (bothner@rtl.cygnus.com)
82
83 * Makefile.in: Bump to versions 1.97.90.
84 * cplus-dem.c: Removed. Was nowhere used - and if some
85 programs are changed to to demangling should now use the
86 versions in libiberty.
87
582e962a
BK
88Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
89
90 * configure.in: add we32k
91
817b5a60
SC
92Mon Aug 24 14:53:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
93
94 * ar.c (map_over_members): if the element of the archive has a
95 null name, fill it in.
96
97 * nm.c (do_one_rel_file): only warn if a bfd's flags say there
98 will be symbols and there aren't any.
99
1090c41e
ILT
100Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com)
101
102 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
103
305c1e74
RS
104Tue Aug 18 20:45:48 1992 Rob Savoye (rob@cygnus.com)
105
106 * nm.c objdump.c: Added support for a +version (-V)
107 to print the version number.
108
109 * ar.c, copy.c: Added support for a -V option to print
110 the version number.
111
f478fcf6
ILT
112Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com)
113
114 * config/mh-apollo68v: removed -g from CC definition.
115
116 * Makefile.in: always create installation directories.
117
d6b38bfb
PB
118Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
119
120 * m68k-pinsn.c: Minor fix in style of output (don't use
121 range to indicate floating point control registers).
122
a00721fc
PB
123Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
124
125 * ar.c (main): Don't *always* set the verbose flag!
126
ee9d275b
PB
127Wed Aug 5 11:25:27 1992 Per Bothner (bothner@rtl.cygnus.com)
128
129 * copy.c: When is_strip (because it is invoked as the strip
130 program), follow traditional argv processing:
131 'strip file1 file2' now strips file1 and file2, rather
132 than stripping file1 (as input), leaving output in file2.
133
134Mon Jul 27 16:28:08 1992 Per Bothner (bothner@rtl.cygnus.com)
135
136 * objdump.c (display_info, display_info_table): Call
137 bfd_set_format() on dummy bfd before using it (twice).
138 * ar.c: Make sure archive is created on command 'r'
139 even when no elements are inserted. (Clean up and
140 simplify some non-working related code.)
141
e49dde89
DHW
142Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
143
144 * configure.in: hppa support doesn't assume hp OS (from sef).
145
146Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
147
148 * configure.in: recognize hppa hosts (bsd & hpux), error messages
149 to stderr, not stdout
150
d1289d72
RP
151Fri Jul 17 18:39:44 1992 K. Richard Pixley (rich@rtl.cygnus.com)
152
153 * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
154 size.1, sparc-pinsn.c, strip.1: removed rcsid's.
155
249608be
RP
156Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
157
158 * Makefile.dos: removed rcsid.
159
cdb76cc3
SC
160Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
161
162 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
163
0b0b5dba
DHW
164Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
165
166 * Makefile.in: Add program_suffix (parallel to program_prefix)
167
65967d33
JG
168Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
169
170 * nm.c (sorters): Lint. Remove excess whitespace.
171
96cc09a0
PB
172Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
173
174 * nm.c (valueof macro): Add missing parentheses.
175 (Their lack screwed up numeric_forward().)
176
c3c93fda
JG
177Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
178
179 * objdump.c (dump_elf_stabs): Also dump .stab.index and
180 .stab.excl sections.
181 (dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
182 * objdump.1, binutils.texi: Document new sections dumped.
183
770cde30
JG
184Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
185
b886a6e3 186 * size.c, objdump.c, bucomm.c: Lint.
770cde30 187
73b8f102
JG
188Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
189
190 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
191 .stab section from an ELF file. Installed under #ifdef
192 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
193 bfd-internals header files and such.
c5f0c938
JG
194 * objdump.1, binutils.texi: Update for --stabs. Also fix
195 objdump's doc to use -- rather than + for long options.
196 (FIXME: Not yet fixed everywhere in binutils.texinfo.)
73b8f102 197
aa0a709a
SC
198Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
199
200 * objdump.c(display_info), patches from
201 mohring@informatik.tu-muenchen.de to print the table much more
202 nicely.
203
204Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
205
206 * objdump.c: Add another enum->int cast, for the sake of
207 old compilers (such as PCC).
208
7aea847a
PB
209Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
210
211 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
212 Add declaration of strdup().
213
45212e5e
PB
214Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
215
82108c11
PB
216 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
217 rules, since these are used when building a distribution.
218 * Makefile.in (arlex.c): Don't re-direct output, since that
219 leaves a bogus output files if it fails.
220
45212e5e
PB
221 * arlex.l: Make work with lex, for what it's worth.
222 * Makefile.in: Better lex support.
223 * Makefile.in (dist): Generate flex and bison outputs
224 for distribution.
225
226Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
227
228 * Makefile.in: get BISON definition right.
229
230Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
231
232 * sanity.sh: default TMPDIR to ".".
233
ea55afde
RP
234Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
235
236 * binutils.texi: add doc for ar command language.
237
d24fbb20
SC
238Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
239
240 * arparse.y: make END call ar_end
241 * arsup.c (ar_end): added, deletes temp file if archive session
242 aborted.
243
244
146a41ab
RP
245Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
246
58137c4d
RP
247 * Makefile.in: use bison & flex from ../ if they exist. Also,
248 FLEX->LEX.
249
146a41ab
RP
250 * sanity.sh: remove temporary directory when finished.
251
5b07d693
PB
252Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
253
254 * Makefile.in: Bump to version 1.97.
255 * ar.c: Declare errno for machines that need it.
256
22923083
JG
257Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
258
259 * objdump.c (display_info): Handle error cases without coredump.
260 Close the dummy temporary file we open in the loop.
261 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
262
dc760829
RP
263Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
264
7d6cc102
RP
265 * Makefile.in: added test-install target.
266
dc760829
RP
267 * sanity.sh: new file.
268
269 * Makefile.in: use sanity test on make check.
270
d8e89b6b
RP
271Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
272
273 * Makefile.in: rework CFLAGS so that they can be passed on the
274 command line to make. Remove MINUS_G. Default CFLAGS to -g.
275
276Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
277
278 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
279 scripting language.
280
281Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
282
283 * Makefile.in: added check target.
284
285Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
286
287 * Makefile.in: added clean-info target.
288
289Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
290
291 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
292 installed. added tooldir and program_prefix.
293
294Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
295
296 * Makefile.in, configure.in: removed traces of namesubdir,
297 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
298 copyrights to '92, changed some from Cygnus to FSF.
299
300Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
301
302 * Makefile.in: Bump version to 1.96, and remove -beta
303 suffix from distribution name.
304 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
305 the signed value of a character (even if chars are unsigned).
306 * sparc-pinsn.c: Add new operand types.
307
308Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
309
310 * objdump.c (disassemble_data): don't print a section's contents
311 if it's not loadable (eg bss)
312
313Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
314
315 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
316 displacements don't get printed as large +ve ones.
317
d20f480f
SC
318Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
319
320 * copy.c, nm.c, objdump.c, size.c : changed to use the
321 new reloc scheme.
322
323
324Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
325
326 * bucomm.c (print_arelt_descr): Tweek the output format
327 so that 'ar tv' output follows Posix 1003.2/D11.
328 Output is now also identical to Sun's (except __.SYMDEF).
329
e6e4459c
JG
330Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
331
332 * Makefile.in: Make `make' output more readable.
333
334Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
335
336 * Makefile.in: Bump to version 1.94.
337
338Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
339
340 * ar.c: added "b" to fopens for dos
341 * configdj.bat, makefile.dos new files from DJ
342
343Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
344
345 * Makefile.in: infodir belongs in datadir.
346
347Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
348
349 * bucomm.h: created to hold prototypes of bucomm.c
350 * objdump.h: created to hold prototyes of objdump.c
351 * am29k-pinsn.c: include objdump.h
352 * ar.c: include bucomm.h, get ar.h from the right place and
353 include libbfd.h
354 * bucomm.c: defunize bfd_fatal
355 * copy.c: include bucomm.h, lint.
356 * i960-pinsn.h: include bucomm.h
357 * m68k-pinsn.h: lint
358 * nm.c: include bucomm.h, lint
359 * objdump.c: lint
360 * sparc-pinsn.c: include objdump.h
361
362
363
5d845d37 364Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 365
5d845d37
RP
366 * Makefile.in: added standards.text support. install using
367 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 368
5d845d37
RP
369 * configure.in: configure now does all of it's work from objdir so
370 make file existence tests against ${srcdir}.
371
372Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
373
374 * Makefile.in: idestdir and ddestdir go away. Added copyrights
375 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
376 and mandir now keyed off datadir by default.
377
378Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
379
380 * Makefile.in: Bump to version 1.93.
381 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
382 for make versions that provide half-baked VPATH-support (e.g. Sun's).
383 * size.c: Improvements suggested by
384 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
385 - Don't emit (Berkeley) headers if no files were found.
386 - Return a non-zero return code on failure.
387
388Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
389
390 Changes due to include file renaming:
391 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
392 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
393 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
394 * nm.c: stab.gnu.h -> aout/stab_gnu.h
bdce0211
SC
395
396Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
397
398 * README: Mention MINIMIZE flag for bfd's make.
399
d08a5233
PB
400Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
401
402 * README: Various improvements.
403
782d7963
PB
404Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
405
406 * Makefile.in: Bump to version 1.92.
407 * version.c, Makefile.in: Get version string from Makefile.
408 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
409 Make the same change that we earlier did for ar/ranlib:
410 Generate two different binaries for strip and copy and use
411 a global variable with different values to distinguish
412 ostrip from copy. (-1 means to use argv[0] to decide,
413 so you can get the old behavior, but it is no longer the default).
414 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
415 * copy.c (main): If is_strip==-1, compare last 5 chars
416 of argv[0], not the whole path.
417 * copy.c (main): Return 0, not 1.
418 * copy.c (setup_sections): Fix due to change in bfd_make_section
419 now failing if asked for a duplicate section.
420 * strip.c, ostrip.c: Removed obsolete files.
421 * ar.c, not-ranlib.c, maybe-ranlib.c:
422 Change encoding of is_ranlib variable to be consistent
423 with is_strip for strip.copy (i.e -1 to means use argv[0]).
424
425Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
426
427 * version.c (program_version): Update to version 1.92.
428
429Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
430
431 * ar.c (get_pos_bfd): Previous fix was missing a "break".
432
86c18d92
SC
433Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
434
435 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
436 encodings. (Thaks to David Wood)
437
438Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
439
440 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
441 * ar.c (get_pos_bfd): Fix to handling of before/after
442 positioning options.
443 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
444 since libiberty contains vfprintf etc if otherwise missing.
445 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
446 type operands, as used by branch instructions.
447 * nm.c: Delegate printing of symbols to BFD,
448 by using bfd_print_symbol to do the formatting.
449
5f0e8767
SC
450Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
451
452 * ar.c (write_archive.c): added unlink before rename since some
453 systems can't rename onto an existant file.
454
7e309104
SC
455Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
456
457 * nm.c: now doesn't crash if a symbol with no section and no
458 SEC_ABS appears.
459
460Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
461
462 * Makefile.in, version.c: Bump to version 1.91.
463
d8474a9b
PB
464Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
465
466 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
467 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
468 * strip.c: Add or update Copyright notice.
469 * TODO: Add note on 'nm -a'.
470 * version.c: Update version number to 1.90.
471 * Makefile.in: Fix making of documentation for dist.
472
473Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
474
475 * README: New file.
476 * Makefile.in: New kludgy rules for making a tarfile.
477 * Makefile.in: Fix bindir path.
478
0c10ff03
RP
479Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
480
481 * Makefile.in: add targets binutils.mm, binutils.me
482
d7cce023
JG
483Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
484
485 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
486
abd4aaa9
RP
487Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
488
6b583720
RP
489 * Makefile.in: add target "binutils.ms"
490
abd4aaa9
RP
491 * binutils.texinfo: minor restructuring for texi2roff comfort.
492
d7381d0c
JG
493Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
494
495 Restructure configuration scheme for bfd, binutils, ld.
496
497 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
498 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
499 Change some config names to match other dirs.
500 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
501 get defined first.
502 * Makefile.in: Use -I. to get sysdep.h.
503
504Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
505
506 * nm.c (print_symbols): Handle NULL name field of symbol.
507 * Makefile.in: Removed spurious comment.
508
c9629e6e
RP
509Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
510
511 * binutils.texinfo: minor typos, phrasing, formatting fixes.
512
398eef0a
PB
513Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
514
515 * configure.in: Get host file from ../bfd/config, not config.
516 * config/*: Remove config directory and its files.
517
050f05e7
RP
518Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
519
b7a11ec2
RP
520 * Makefile.in: new targets binutils.dvi, binutils.info
521
050f05e7
RP
522 * binutils.texinfo: remove most remaining FIXME's, delete
523 references to __.SYMDEF by name
524
525
71e83453
SC
526Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
527
528 * objdump.c (print_address) Print addresses nicely.
529
06a97fbd
PB
530Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
531
532 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
533 Make two different binaries for ar and ranlib, instead of
534 distinguishing them at run time using argv[0].
535 (Old behavior is still available if you "make ar_with_ranlib",
536 but it is not the default.)
537 * ranlib.sh (new): An alternative one-line
538 shell implementation of ranlib.
539
e779a58c
JG
540Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
541
542 * objdump.c: Cope with renames of a few BFD types & enums.
543
0a5403df
RP
544Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
545
546 * binutils.texinfo: add new file (rudimentary docn)
547
3fdbfe8d
PB
548Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
549
0a5403df 550 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
551 * bucomm.c (fatal): Conditionally compile fatal() depending on
552 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
553 * objdump.c (dump_headers): Trivial output format change.
554 * objdump.c (display_info): Loop over integers, not enums,
555 to appease old compilers.
556
557Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
558
559 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
560
561Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
562 from bother
563 * objdump.c (print_address): Make disasembled output more
564 consistent with gdb and as: Add 0x when printing hex.
565 Don't print extra leading zeros.
566 Attempt to not print "filename.o".
567 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
568
569
570Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
571
572 * copy.c: Change =& constructs to = &, since they confuse older
573 C compilers.
574
575
This page took 0.069803 seconds and 4 git commands to generate.