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