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