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