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