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