* objdump.c (usage): Mention --stabs.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c0367ba5
ILT
1Thu Sep 23 01:05:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2
9b018ecd
ILT
3 * objdump.c (usage): Mention --stabs.
4
c0367ba5
ILT
5 * objcopy.c (copy_object): Copy all applicable file flags.
6 (copy_file): Don't copy EXEC_P specially here.
7
b342eba6
ILT
8Mon Sep 20 19:28:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9
10 * nlmconv.c (main): Adjust data section size to correspond to bss
11 alignment adjustment. Clear BSF_SECTION_SYM if symbol is moved to
12 a different section. Use time_t for time variable.
13 (setup_sections): Only put sections with contents in output NLM.
14 (i386_mangle_relocs): No symbols are common at this point. Add
15 casts to avoid warnings.
16
17Fri Sep 10 11:00:40 1993 Stan Shebs (shebs@rtl.cygnus.com)
18
19 * objdump.c: Made the --stabs option work for stabs-in-coff.
20 (ELF_STAB_DISPLAY): Removed.
21 (dump_elf_stabs): Renamed to dump_stabs, changed to run for
22 any object file format.
23 (dump_elf_stabs_1): Renamed to dump_stabs_1, added calls to
24 generic BFD routines for non-ELF case, changed format of message
25 for no-section-found case.
26 (display_bfd): Always call dump_stabs if requested.
27 (dump_data): Call bfd_section_size to get section size.
28
941ffd19
DM
29Fri Sep 10 08:12:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
30
31 * Makefile.in (install): Don't put strings in tooldir/bin.
32
d5808c7c
ILT
33Mon Sep 6 15:39:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
34
35 * nlmconv.c (total_bss_size): Removed.
36 (main): Set the bss vma to always follow the data section. Move
37 symbols into new sections, and adjust values by output_offset.
38 (setup_sections): Don't copy all sections, but instead point all
39 text sections to .text, all data sections to .data, and all bss
40 sections to .bss.
41 (copy_sections): Adjust accordingly.
42
a6762b10
ILT
43Thu Sep 2 12:34:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
44
45 Only build nlmconv if configured for a NetWare target.
46 * configure.in: If we have some *-*-netware* target, or are using
47 all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile.
48 * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than
49 $(NLMCONV_PROG).
50
195d1adf
KR
51Tue Aug 31 14:13:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
52
53 * objdump.c (ARCH_all): Define ARCH_hppa too.
54 (dump_headers): Don't test for SEC_BALIGN if it's not defined by
55 bfd.h.
56
ef5b5368
ILT
57Tue Aug 31 13:29:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
58
59 * nlmconv.c (main): Force creation of .bss section. Set up the
60 sections before looking at the symbols. Move all common symbols
61 into .bss section. Automatically define _edata and _end. Only
62 export symbols in the export list, with multiple prefixes if
63 necessary. Warn if no version. Always create extended header.
64 Set date automatically if not already set.
65 (setup_sections): Count size of bss sections.
66 (mangle_relocs, i386_mangle_relocs): Accept section argument, and
67 take reloc_count as a changeable pointer; changed callers.
68 (i386_mangle_relocs): Remove PC relative relocs within a section,
69 as they require no adjustment.
70 * nlmheader.y: Fixed memory allocation throughout: token STRING is
71 now allocated on the heap, and freed if not needed. Null
72 terminated copyright message. Accept version with only two
73 strings.
74 (symbol_list_opt): New nonterminal, either symbol_list or empty.
75 (symbol_list): Use left recursion to avoid overflowing parser
76 stack.
77 (yylex): Rearranged beginning of line check. Accept quoted
78 strings using single quotes. End generic argument at comment
79 character or parentheses.
80 (string_list_append): Fixed.
81 (string_list_append1): New function.
82
83 * bucomm.h: The first argument to xrealloc is PTR, not char *.
84 * bucomm.c (xrealloc): Use PTR rather than char *.
85 * Makefile.in (objdump.o): Depend upon config.status to notice
86 --with-targets changes.
87 (nlmconv.o): Depend upon bucomm.h.
88
89Tue Aug 17 09:46:01 1993 David J. Mackenzie (djm@thepub.cygnus.com)
90
91 * configure.in: Don't pass cpu to config.bfd.
92
93Thu Aug 12 16:43:04 1993 David J. Mackenzie (djm@thepub.cygnus.com)
94
95 * Makefile.in ($(NM_PROG)): Depend on demangle.o.
96 (demangle.o): New target.
97 (cplus-dem.o): Depend on it, to force compilation order when doing
98 parallel compiles.
99
100 * nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg.
101 (struct output_fns print_symbol_info): Ditto.
102 (long_options, usage, main): Add -C --demangle option.
103 (print_symname): New function, demangling if requested.
104 (print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
105
106Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
107
108 * Makefile.in: Put CFLAGS last in compilation rules and omit from
109 linking rules. Use ARCHDEFS to compile objdump.c.
110 Update dependencies.
111 * configure.in: Construct ARCHDEFS based on the BFD target makefile
112 fragments.
113 * objdump.c: Conditionalize calls to the print_insn_ARCH functions
114 according to ARCHDEFS.
115
ee0af83f
ILT
116Thu Aug 12 08:06:15 1993 Ian Lance Taylor (ian@cygnus.com)
117
118 * ar.c: Removed obsolete and non-functional GNU960 code.
119
29078b29
ILT
120Wed Aug 11 13:08:26 1993 Ian Lance Taylor (ian@cygnus.com)
121
122 * size.c (berkeley_sum): New function.
123 (bsssize, datasize, textsize): New global variables.
124 (bss_section_name, data_section_name, text_section_name): Removed.
125 (print_berkeley_format): Map berkeley_sum over all the sections,
126 rather than only reporting sizes of specifically named sections.
127 * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
128
129Tue Aug 10 10:46:01 1993 Ian Lance Taylor (ian@cygnus.com)
130
131 * nlmconv.c, nlmconv.h, nlmheader.y: New files for program to
132 convert object files into NetWare Loadable Modules.
133 * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv.
134 (PROGS): Add NLMCONV_PROG.
135 (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New
136 targets.
137
138Thu Aug 5 15:48:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
139
140 * Makefile.in: define MAKEOVERRIDES to an empty string
141
c2b781a2
DM
142Wed Aug 4 17:08:08 1993 David J. Mackenzie (djm@thepub.cygnus.com)
143
144 * objcopy.c (copy_file): Make failures to process a file nonfatal.
145
68dd5295
DM
146Mon Aug 2 11:28:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
147
148 * nm.c: Add -B option, like --format=bsd.
149
150Tue Jul 27 16:29:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
151
152 * objcopy.c (copy_file): If the file is neither an object nor an
153 archive, give an error rather than returning success.
154
155Mon Jul 19 16:13:40 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
156
157 * objdump.c (objdump_print_address): Prefer non-local symbols over
158 local ones, and especially discriminate against debugging symbols.
159 Also, for relocateable files, try to find a symbol in the current
160 section, instead of picking one from some random section with a
161 convenient value (read, section offset).
162 (disassemble_data): Cast argument to malloc to size_t first.
163 (dump_data): Likewise.
164 (dump_relocs): If a single section name is specified, show relocs
165 only for that section. Otherwise, silently omit sections without
166 relocs. Format table nicely even if values are printed using 16
167 digits instead of 8.
168
a2cdf246
DM
169Fri Jul 16 15:19:59 1993 David J. Mackenzie (djm@thepub.cygnus.com)
170
de793e5f
DM
171 * nm.c: Changes for final version of POSIX.2.
172 (print_symbol_filename_{bsd,sysv,posix}): New functions.
173 (formats): Add an element for a pointer to them.
174 (print_symbols): Call it.
175 (print_object_filename_posix, print_archive_member_posix): Produce
176 output according to new POSIX.2 spec.
177
a2cdf246
DM
178 * strings.c (print_strings): Handle STREAM being NULL.
179 (strings_a_section): Pass a NULL.
180 (main): Don't open /dev/null.
181
b3a2b497
ILT
182Thu Jul 15 12:44:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
183
184 * objdump.c (disassemble_data): Handle the m88k.
185 (display_bfd): Use bfd_errmsg, rather than just claiming that the
186 bfd is not an object file.
187
7d8d7084
RP
188Mon Jul 12 17:55:34 1993 K. Richard Pixley (rich@cygnus.com)
189
190 * Makefile.in (TAGS): make work again by naming directories
191 explicitly rather than depending on undefined macros.
192 (INSTALL_XFORM): correct bad install target.
193
2470e6fa
DM
194Fri Jul 2 16:58:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
195
196 * strings.c: Doc fixes.
197
198Sun Jun 27 13:35:24 1993 David J. Mackenzie (djm@thepub.cygnus.com)
199
200 * Makefile.in: Note dependencies on bucomm.h.
201 (cplus-dem.o): Link c++filt with version.o.
202
203 * strings.c: Include bucomm.h and add prototypes to other decls.
204 Remove -h option.
205
206 * bucomm.h: Declare xrealloc.
207
208 * nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add
209 --help option. Put "GNU" in the version message.
210 (usage): Take stream and exit status as args.
211 (main): Pass new args to usage.
212
ba7c8e29
DM
213Fri Jun 25 23:12:12 1993 David J. Mackenzie (djm@thepub.cygnus.com)
214
215 * strings.c, strings.1: New files.
216 * binutils.texi: Document strings.
4f15fb27 217 * Makefile.in: Add rules for it.
ba7c8e29 218
d086adf8
KR
219Fri Jun 25 20:44:43 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
220
68dd5295 221 * objdump.c: Use size-independent bfd elf section names.
d086adf8
KR
222
223Sun Jun 20 23:09:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
224
225 * objdump.c (objdump_print_address): Handle wide offsets by
226 calling sprintf_vma.
227
3ae36cb6
PB
228Fri Jun 18 14:29:12 1993 Per Bothner (bothner@deneb.cygnus.com)
229
230 * objdump.c (syms2): Removed unused variable.
231 * objdump.c (remove_useless_symbols): New function.
232 * objdump.c (comp): Simplify.
233 * objdump.c (dis-assemble_data): Make simpler and more
234 efficient how we filter out useless symbols: Just filter
235 BEFORE the sort (using remove_useless_symbols).
236 * objdump.c (objdump_print_address): Simplify.
237 Change output syntax to match gdb.
238
c8fee4a5
DZ
239Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
240
241 * Makefile.in: canonicalize install.sh; for use within
242 this directory (and subdirs)
243
238aa238
DZ
244Mon Jun 14 12:13:22 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
245
246 * Makefile.in (install, install-info): remove parentdir support,
247 use INSTALL_XFORM; define INSTALL_XFORM
248
f63e502b
PB
249Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com)
250
251 * objcopy.c (copy_object): Fix bad size passed to xmalloc().
252
253Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com)
254
255 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
256 * configure.in: No longer need to configure to get sysdep.h.
257 * objcopy.c (copy_object): Fix symbol table handling.
258
259Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com)
260
261 * objcopy.c (filter_symbols): Cannot filter the symbols
262 in place, because that confuses the relocs, so take separate
263 parameter for output array.
264 * objcopy.c (sympp): Make two variables: isympp and osympp.
265 * objcopy.c (copy_object): Allocate separate array (osympp)
266 for filtered symbols.
267
268Fri Jun 4 10:51:44 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
269
270 * Makefile.in: change recursion test to presence of a configured
271 testsuite directory
272
d34c55c6
KR
273Thu Jun 3 14:05:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
274
275 * Makefile.in (underscore.c): Hack the backquoted command so it
276 doesn't cause Solaris make to bomb.
277
3ac620d4
JO
278Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com)
279
280 * Makefile.in: added c++filt and objcopy to MANPAGES variable
281 * .Sanitize: keep c++filt.1 and objcopy.1
282
5a070355
DZ
283Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
284
285 * Makefile.in: rename LOADLIBES to EXTRALIBS
286
08ad9921
JO
287Wed Jun 2 18:30:24 1993 Jeffrey Osier (jeffrey@cygnus.com)
288
289 * c++filt.1, objcopy.1: new man pages
290
291Fri May 28 15:01:24 1993 Per Bothner (bothner@rtl.cygnus.com)
292
293 * Makefile.in (install): Also install ar and ranlib in
294 $(tooldir)/bin; needed for building libgcc.a.
295 * objdump.c (objdump_print_address): Fix the check
296 "coincidental" label matches by dis-allowing undefined
297 or com symbols.
298
6c69b6bd
JO
299Thu May 27 16:58:31 1993 Jeffrey Osier (jeffrey@cygnus.com)
300
301 * biutils.texi: revised c++filt chapter
302
4447efa2
ILT
303Wed May 26 17:24:17 1993 Ian Lance Taylor (ian@cygnus.com)
304
305 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
306
f50af42b
KR
307Tue May 25 00:26:47 1993 Ken Raeburn (raeburn@cygnus.com)
308
309 * objdump.c (slurp_symtab): Print warning for bad symbol table.
875607cb
KR
310 (bfd_elf32_find_section, Elf32_Internal_Shdr): Updated
311 declarations and uses.
f50af42b
KR
312
313 * Makefile.in (DISTSTUFF): Don't build binutils.mm.
314
386803c0
DM
315Fri May 21 10:51:19 1993 David J. Mackenzie (djm@rtl.cygnus.com)
316
f50af42b
KR
317 * nm.c: Add -f/--format, -P/--portability, -t/--radix options.
318 Make global variables static.
319 (main): Make -v like -n, not -V, and make -A like -o, for POSIX.2.
320 (set_print_radix, set_output_format,
321 print_{object_filename,archive_filename,archive_member,symbol_info}
322 {bsd,sysv,posix}): New functions.
323 (display_file, print_symbols): Call them.
324
386803c0
DM
325 * ar.c: Improve error messages.
326
327 * nm.c (main): Handle long options that just set a flag.
328
329 * nm.c (main), ar.c (do_show_version), objcopy.c (main), size.c
330 (main): Exit after printing the version number, per the GNU coding
331 standards.
332
333Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com)
334
335 * README, Makefile.in: Minor updates for 2.2.
336
20e54bf2
PB
337Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com)
338
386803c0
DM
339 * Makefile.in (underscore.c): Automatically generate
340 (using nm) a file with the variable prepends_underscore.
341 * Makefile.in (c++filt): Link underscore.o with cplus-dem.o
342 so that initial underscores get removed iff appropriate.
343 * binutils.texi: Preliminary documentation for c++filt.
344 * Makefile.in, binutils.texi: Set to version 2.2.
345
20e54bf2
PB
346 * NEWS: Mention copy->objcopy renaming and new c++filt program.
347
df14d957
ILT
348Wed May 12 12:05:36 1993 Ian Lance Taylor (ian@cygnus.com)
349
20e54bf2
PB
350 * Makefile.in (cplus-dem.o, $(DEMANGLER_PROG)): Build the
351 demangler via cplus-dem.o, rather than directly from the .c file.
352
df14d957
ILT
353 * objcopy.c: Renamed from copy.c, updated comments accordingly.
354 * Makefile.in, binutils.texi: Renamed copy to objcopy.
355 * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for
356 rename of copy to objcopy.
357
358Mon May 10 17:20:18 1993 Per Bothner (bothner@cygnus.com)
359
360 * binutils.texi (strip, -v option): Fix typo.
361
9fd2cc00
ILT
362Fri May 7 13:57:50 1993 Ian Lance Taylor (ian@cygnus.com)
363
364 * Makefile.in (RUNTEST): Define.
365 (FLAGS_TO_PASS): Pass down RUNTEST.
366
367Tue May 4 10:06:50 1993 Ian Lance Taylor (ian@cygnus.com)
368
369 * Makefile.in (DEMANGLER_PROG): Name it c++filt.
370 (PROG): Also build and install COPY_PROG.
371
f6dddd4e
PB
372Mon May 3 19:11:48 1993 Per Bothner (bothner@cygnus.com)
373
374 * Makefile.in: Change definition of $(tooldir) to match FSF.
375
376Wed Apr 28 23:41:32 1993 David J. Mackenzie (djm@rtl.cygnus.com)
377
378 * size.c (usage): Add missing options.
379 (main): Clean up option parser.
380
381 * objdump.c (usage): Add missing options.
382 (display_file): Print program name before calling
383 bdf_perror.
384
385 * nm.c (usage): Add missing options.
386 (main): Clean up option parser.
387 (display_file): Print program name before calling
388 bdf_perror.
389
390 * copy.c (copy_usage, strip_usage): Add missing options.
391
392 * ar.c (usage): New function.
393 (main): Call it.
394 (open_inarch, do_quick_append): Print program name before calling
395 bdf_perror.
396
397Thu Apr 22 15:01:35 1993 Ian Lance Taylor (ian@cygnus.com)
398
399 * nm.c (main): Accept and ignore -A and -B for MIPS compatibility.
400
39287eb7 401Mon Apr 19 14:06:59 1993 Rob Savoye (rob@cygnus.com)
545a2768 402
39287eb7
RS
403 * Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
404 built binaries if they exist. (otherwise the path)
545a2768 405
3e7f73db
RS
406Wed Apr 7 22:22:50 1993 Rob Savoye (rob@cygnus.com)
407
408 * Makefile.in: Changed check target to use DejaGnu.
409
410Thu Apr 1 12:37:13 1993 Jim Kingdon (kingdon@cygnus.com)
411
412 * Makefile.in: Remove am29k-pinsn.c, i960-pinsn.c.
413 objdump.c: a29k and i960 are `disassemble' not `print'.
414
415 * objdump.c: Rename print_address to objdump_print_address
416 and change parameters.
417 (disassemble_data): Use objdump_print_address.
418
5d0734a7
JK
419Wed Mar 31 10:25:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
420
f7ed13c7
JK
421 * objdump.c (disassemble_data): print_insn_sparc is now a
422 `disassemble' not a `print'.
423 Makefile.in: Remove sparc-pinsn.c (now in libopcodes.a).
424
5d0734a7
JK
425 * objdump.c (disassemble_data): Use new read_memory_func stuff.
426
12da1775
KR
427Thu Mar 25 10:38:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
428
429 * objdump.c (fprintf): Declaration of variadic function had better
430 be a prototype for ANSI C systems.
431
432Mon Mar 22 23:19:46 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
433
434 * Makefile.in: rename test-install to install-check
435
9d19b85b
SC
436Fri Mar 19 14:40:08 1993 Steve Chamberlain (sac@thepub.cygnus.com)
437
438 * objdump.c (disassemble_data): Add H8500.
439
452b40b6
JK
440Fri Mar 19 10:56:51 1993 Jim Kingdon (kingdon@cygnus.com)
441
442 * objdump.c (usage): Mention long options.
443
2e8adbd7
PB
444Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com)
445
229c82cb
PB
446 * nm.c: Modify behavior of -o flag for archives to match
447 BSD4.4 and Sunos 4: Prefix archive name before each line.
448
2e8adbd7
PB
449 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
450 * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
451 * Makefile.in: Adjust accordingly.
452 * objdump.c: Support new-style disassemblers (ones that use
453 the interface of ../include/dis-asm.h).
454
3048fb38
PB
455Thu Feb 25 15:57:00 1993 Per Bothner (bothner@rtl.cygnus.com)
456
2e8adbd7
PB
457 * Makefile.in: When making tar file, remove texinfo/*,
458 except for texinfo/texinfo.tex.
3048fb38
PB
459 * ardup.c: Add extern declaration of strdup.
460 * Makefile.in (testsuite): Add 'else true' since otherwise
461 Ultrix /bin/sh complains.
462
eba174ce
PB
463Wed Feb 24 19:44:18 1993 Per Bothner (bothner@rtl.cygnus.com)
464
465 * Makefile.in: Set VERSION to 2.1.
466 * README, NEWS: Updates.
467 * nm.c: Add -v as a synonym for -V.
468
4f8b1219
MW
469Tue Feb 23 19:00:50 1993 Mike Werner (mtw@poseidon.cygnus.com)
470
471 * configure.in: added testsuite to configdirs.
472 * Makefile.in: added support for building testsuite.
473
7721e5b3
PB
474Mon Feb 22 22:52:10 1993 Per Bothner (bothner@rtl.cygnus.com)
475
476 * objdump.c (disassemble_data): Print function names when
477 given by bfd_find_nearest_line. If not - still print
478 line numbers.
479
0545aa1a
MW
480Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
481
482 * binutils/testsuite: made modifications to testcases, etc., to allow
483 them to work properly given the reorganization of deja-gnu and the
484 relocation of the testcases from deja-gnu to a "tool" subdirectory.
485
d9971b83
KR
486Mon Feb 22 10:27:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
487
488 * objdump.c (dump_data): Free up section contents each time
489 through the loop. Reported by minyard@bnr.ca.
490
2614a439
MW
491Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
492
493 * binutils/testsuite: Initial creation of binutils/testsuite.
494 Migrated dejagnu testcases and support files for testing nm to
495 binutils/testsuite from deja-gnu. These files were moved "as is"
496 with no modifications. This migration is part of a major overhaul
497 of dejagnu. The modifications to these testcases, etc., which
498 will allow them to work with the new version of dejagnu will be
499 made in a future update.
500
c921e2aa
FF
501Fri Feb 12 10:05:20 1993 Fred Fish (fnf@cygnus.com)
502
503 * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
504 * Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR.
505 * Makefile.in (DEMANGLER_PROG): New program to build. Add macro
506 and rule.
507 * Makefile.in (PROGS): Add DEMANGLER_PROG.
508
509Tue Jan 26 11:56:33 1993 Ian Lance Taylor (ian@cygnus.com)
510
511 * copy.c, nm.c, objdump.c, size.c: Use new bfd_is_com_section
512 macro rather than checking for equality to bfd_com_section.
513
514Fri Jan 8 15:50:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
515
516 * objdump.c (disassemble_data): Fix code to find first useless
517 symbol.
518
519Thu Jan 7 13:13:31 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
520
521 * objdump.c (disassemble_data): Use mips_print_insn for MIPS.
522 Don't core dump if bfd_find_nearest_line returns false.
523
524Wed Jan 6 17:14:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
525
526 * objdump.c (disassemble_data): know how to disassemble z8000s
527 too.
528
fc561ccd
PB
529Wed Jan 6 15:16:27 1993 Per Bothner (bothner@cygnus.com)
530
531 * arsup.h (interactive), bucomm.h (program_name): Prefix
532 with 'extern', to avoid warnings from some compilers.
533
dc5dcabb
SC
534Wed Jan 6 15:14:11 1993 Per Bothner (bothner@rtl.cygnus.com)
535
536 * arparse.y: fix unnecessary shift/reduce
537
eeece52d
PB
538Tue Dec 22 15:46:56 1992 Per Bothner (bothner@rtl.cygnus.com)
539
540 * Makefile.in: Make check depend on all.
541 * Makefile.in (distclean): Remove sysdep.h.
542 * size.c: Use %u format where appropriate.
543 * objdump.c: Standardize: L_SET -> SEEK_SET.
544 * objdump.c: Use new macro bfd_asymbol_bfd.
545 * configure.in: Allow std-host as the default ${mys_host}.
546
dc5dcabb
SC
547Thu Dec 17 19:38:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
548
549 * Makefile.in: added dvi target, define and use TEXI2DVI
550
e2fe2df4
PB
551Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com)
552
553 * Makefile.in (dist): Fix permissions before release.
554 * size.c: Use bfd_size_type (and long) where appropriate.
555 * ar.c: Make writing a map the default, to be compatible
556 with SYSV and Posix.2. Remove some bogus kludges that
557 handled __.SYMDEF directly.
558 * NEWS: New file.
559
560Mon Nov 9 13:36:53 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
561
562 * Makefile.in: flex no longer needs the -S flag
563
b19753b9
DZ
564Sat Nov 7 15:06:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
565
e2fe2df4
PB
566 * ar.c (extract_file): utime needs a pointer to a utimbuf
567
b19753b9
DZ
568 * Makefile.in: handle -I includes better, adding $(BASEDIR)/bfd to
569 the list (since some of the bfd/hosts/*.h files include other
570 files from that directory)
571
a644baaa
JG
572Fri Nov 6 00:12:51 1992 John Gilmore (gnu@cygnus.com)
573
574 * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.
575
151a6341
JG
576Thu Nov 5 03:37:15 1992 John Gilmore (gnu@cygnus.com)
577
578 Clean up some old BFD ansification macros.
579
580 * arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils.
581 It still remains as a local macro in gmalloc.c, which is derived
582 from some other copy of GNU Malloc somewhere (FIXME).
583
584 * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static
585 fns really static.
586 * arsup.h: Declare extract_files.
587
42b600fa
ILT
588Mon Nov 2 12:42:11 1992 Ian Lance Taylor (ian@cygnus.com)
589
590 * ar.c (extract_file): instead of checking USG: if POSIX_UTIME,
591 use utime and utimbuf structure, otherwise if USE_UTIME use utime
592 and array of two longs, otherwise use utimes.
593
594Thu Oct 15 13:57:35 1992 Per Bothner (bothner@cygnus.com)
595
596 * binutils.tex: Document yesterday's changes to strip and copy.
597
cc8787ef
PB
598Wed Oct 14 13:22:14 1992 Per Bothner (bothner@cygnus.com)
599
600 * copy.c: Re-do command-line parsing to use getopt_long().
601 Add long option names. Re-think option letters to be more
602 consistent.
603 * copy.c: New function filter_symbols() for stripping only
604 debug-symbols and/or local symbols. Use these to support
605 the previously-missing options of the old FSF strip.
606
1bf20983
JG
607Tue Oct 13 01:24:20 1992 John Gilmore (gnu@cygnus.com)
608
609 * configure.in (host): Use ${srcdir}/../bfd/configure.host rather
610 than repeating a copy of it here.
611
7c926404
KR
612Wed Oct 7 12:53:52 1992 Ken Raeburn (raeburn@cygnus.com)
613
614 * copy.c (main): Even if is_strip, accept -d argument indicating
615 alternate output format. Needed by gdb for Nindy.
616
617 * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
e31e9a8d
JO
618
619Tue Oct 6 16:33:56 1992 Jeffrey Osier (jeffrey@cygnus.com)
620
621 * binutils.texi: added documentation for "copy"
622
8d6ae8fc
PB
623Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony)
624
625 * Makefile.in (*clean rules): Some cleaning up.
626 * Makefile.in (dist): Make diststuff in gprof for a dist.
627
628 * ar.c (do_show_version): New function.
629 * ar.c (main): Fix so "ar -V" works.
630
631Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
632
633 * configure.in: now uses the cpu-vendor-os triple instead of
634 nested cases.
635
c005c66c
JG
636Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com)
637
638 * i960-pinsn.c: Change bzero to memset.
639 * sparc-pinsn.c: Change index to strchr.
640
641Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com)
642
643 * m68k-pinsn (print_insn_arg, fetch_arg): added support for
644 operands to memory management instructions, from WRS.
645
94a4a005
ILT
646Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com)
647
648 * Makefile.in (install): if $(tooldir) exists, install nm and
649 strip in $(tooldir)/bin.
650
651Thu Sep 3 11:57:40 1992 Per Bothner (bothner@rtl.cygnus.com)
652
653 * Makefile.in: Let's call it version 2.0.
654
655Wed Sep 2 00:25:13 1992 Per Bothner (bothner@rtl.cygnus.com)
656
657 * Makefile.in: Bump to version 0.98.
658 * TODO, README: Minor updates.
659
660 * Makefile.in: Added mostlyclean, distclean rules,
661 and cleaned up clean, realclean.
662
3790af1d
ILT
663Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com)
664
665 * Makefile.in: map program names through program_transform_name
666 when installing.
667
455a0d28
PB
668Sun Aug 30 18:09:03 1992 Per Bothner (bothner@rtl.cygnus.com)
669
670 * Makefile.in: Bump to versions 1.97.90.
671 * cplus-dem.c: Removed. Was nowhere used - and if some
672 programs are changed to to demangling should now use the
673 versions in libiberty.
674
582e962a
BK
675Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
676
677 * configure.in: add we32k
678
817b5a60
SC
679Mon Aug 24 14:53:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
680
681 * ar.c (map_over_members): if the element of the archive has a
682 null name, fill it in.
683
684 * nm.c (do_one_rel_file): only warn if a bfd's flags say there
685 will be symbols and there aren't any.
686
1090c41e
ILT
687Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com)
688
689 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
690
305c1e74
RS
691Tue Aug 18 20:45:48 1992 Rob Savoye (rob@cygnus.com)
692
693 * nm.c objdump.c: Added support for a +version (-V)
694 to print the version number.
695
696 * ar.c, copy.c: Added support for a -V option to print
697 the version number.
698
f478fcf6
ILT
699Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com)
700
701 * config/mh-apollo68v: removed -g from CC definition.
702
703 * Makefile.in: always create installation directories.
704
d6b38bfb
PB
705Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
706
707 * m68k-pinsn.c: Minor fix in style of output (don't use
708 range to indicate floating point control registers).
709
a00721fc
PB
710Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
711
712 * ar.c (main): Don't *always* set the verbose flag!
713
ee9d275b
PB
714Wed Aug 5 11:25:27 1992 Per Bothner (bothner@rtl.cygnus.com)
715
716 * copy.c: When is_strip (because it is invoked as the strip
717 program), follow traditional argv processing:
718 'strip file1 file2' now strips file1 and file2, rather
719 than stripping file1 (as input), leaving output in file2.
720
721Mon Jul 27 16:28:08 1992 Per Bothner (bothner@rtl.cygnus.com)
722
723 * objdump.c (display_info, display_info_table): Call
724 bfd_set_format() on dummy bfd before using it (twice).
725 * ar.c: Make sure archive is created on command 'r'
726 even when no elements are inserted. (Clean up and
727 simplify some non-working related code.)
728
e49dde89
DHW
729Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
730
731 * configure.in: hppa support doesn't assume hp OS (from sef).
732
733Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
734
735 * configure.in: recognize hppa hosts (bsd & hpux), error messages
736 to stderr, not stdout
737
d1289d72
RP
738Fri Jul 17 18:39:44 1992 K. Richard Pixley (rich@rtl.cygnus.com)
739
740 * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
741 size.1, sparc-pinsn.c, strip.1: removed rcsid's.
742
249608be
RP
743Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
744
745 * Makefile.dos: removed rcsid.
746
cdb76cc3
SC
747Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
748
749 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
750
0b0b5dba
DHW
751Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
752
753 * Makefile.in: Add program_suffix (parallel to program_prefix)
754
65967d33
JG
755Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
756
757 * nm.c (sorters): Lint. Remove excess whitespace.
758
96cc09a0
PB
759Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
760
761 * nm.c (valueof macro): Add missing parentheses.
762 (Their lack screwed up numeric_forward().)
763
c3c93fda
JG
764Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
765
766 * objdump.c (dump_elf_stabs): Also dump .stab.index and
767 .stab.excl sections.
768 (dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
769 * objdump.1, binutils.texi: Document new sections dumped.
770
770cde30
JG
771Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
772
b886a6e3 773 * size.c, objdump.c, bucomm.c: Lint.
770cde30 774
73b8f102
JG
775Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
776
777 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
778 .stab section from an ELF file. Installed under #ifdef
779 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
780 bfd-internals header files and such.
c5f0c938
JG
781 * objdump.1, binutils.texi: Update for --stabs. Also fix
782 objdump's doc to use -- rather than + for long options.
783 (FIXME: Not yet fixed everywhere in binutils.texinfo.)
73b8f102 784
aa0a709a
SC
785Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
786
787 * objdump.c(display_info), patches from
788 mohring@informatik.tu-muenchen.de to print the table much more
789 nicely.
790
791Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
792
793 * objdump.c: Add another enum->int cast, for the sake of
794 old compilers (such as PCC).
795
7aea847a
PB
796Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
797
798 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
799 Add declaration of strdup().
800
45212e5e
PB
801Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
802
82108c11
PB
803 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
804 rules, since these are used when building a distribution.
805 * Makefile.in (arlex.c): Don't re-direct output, since that
806 leaves a bogus output files if it fails.
807
45212e5e
PB
808 * arlex.l: Make work with lex, for what it's worth.
809 * Makefile.in: Better lex support.
810 * Makefile.in (dist): Generate flex and bison outputs
811 for distribution.
812
813Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
814
815 * Makefile.in: get BISON definition right.
816
817Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
818
819 * sanity.sh: default TMPDIR to ".".
820
ea55afde
RP
821Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
822
823 * binutils.texi: add doc for ar command language.
824
d24fbb20
SC
825Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
826
827 * arparse.y: make END call ar_end
828 * arsup.c (ar_end): added, deletes temp file if archive session
829 aborted.
830
831
146a41ab
RP
832Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
833
58137c4d
RP
834 * Makefile.in: use bison & flex from ../ if they exist. Also,
835 FLEX->LEX.
836
146a41ab
RP
837 * sanity.sh: remove temporary directory when finished.
838
5b07d693
PB
839Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
840
841 * Makefile.in: Bump to version 1.97.
842 * ar.c: Declare errno for machines that need it.
843
22923083
JG
844Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
845
846 * objdump.c (display_info): Handle error cases without coredump.
847 Close the dummy temporary file we open in the loop.
848 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
849
dc760829
RP
850Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
851
7d6cc102
RP
852 * Makefile.in: added test-install target.
853
dc760829
RP
854 * sanity.sh: new file.
855
856 * Makefile.in: use sanity test on make check.
857
d8e89b6b
RP
858Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
859
860 * Makefile.in: rework CFLAGS so that they can be passed on the
861 command line to make. Remove MINUS_G. Default CFLAGS to -g.
862
863Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
864
865 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
866 scripting language.
867
868Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
869
870 * Makefile.in: added check target.
871
872Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
873
874 * Makefile.in: added clean-info target.
875
876Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
877
878 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
879 installed. added tooldir and program_prefix.
880
881Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
882
883 * Makefile.in, configure.in: removed traces of namesubdir,
884 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
885 copyrights to '92, changed some from Cygnus to FSF.
886
887Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
888
889 * Makefile.in: Bump version to 1.96, and remove -beta
890 suffix from distribution name.
891 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
892 the signed value of a character (even if chars are unsigned).
893 * sparc-pinsn.c: Add new operand types.
894
895Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
896
897 * objdump.c (disassemble_data): don't print a section's contents
898 if it's not loadable (eg bss)
899
900Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
901
902 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
903 displacements don't get printed as large +ve ones.
904
d20f480f
SC
905Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
906
907 * copy.c, nm.c, objdump.c, size.c : changed to use the
908 new reloc scheme.
909
910
911Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
912
913 * bucomm.c (print_arelt_descr): Tweek the output format
914 so that 'ar tv' output follows Posix 1003.2/D11.
915 Output is now also identical to Sun's (except __.SYMDEF).
916
e6e4459c
JG
917Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
918
919 * Makefile.in: Make `make' output more readable.
920
921Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
922
923 * Makefile.in: Bump to version 1.94.
924
925Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
926
927 * ar.c: added "b" to fopens for dos
928 * configdj.bat, makefile.dos new files from DJ
929
930Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
931
932 * Makefile.in: infodir belongs in datadir.
933
934Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
935
936 * bucomm.h: created to hold prototypes of bucomm.c
937 * objdump.h: created to hold prototyes of objdump.c
938 * am29k-pinsn.c: include objdump.h
939 * ar.c: include bucomm.h, get ar.h from the right place and
940 include libbfd.h
941 * bucomm.c: defunize bfd_fatal
942 * copy.c: include bucomm.h, lint.
943 * i960-pinsn.h: include bucomm.h
944 * m68k-pinsn.h: lint
945 * nm.c: include bucomm.h, lint
946 * objdump.c: lint
947 * sparc-pinsn.c: include objdump.h
948
949
950
5d845d37 951Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 952
5d845d37
RP
953 * Makefile.in: added standards.text support. install using
954 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 955
5d845d37
RP
956 * configure.in: configure now does all of it's work from objdir so
957 make file existence tests against ${srcdir}.
958
959Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
960
961 * Makefile.in: idestdir and ddestdir go away. Added copyrights
962 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
963 and mandir now keyed off datadir by default.
964
965Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
966
967 * Makefile.in: Bump to version 1.93.
968 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
969 for make versions that provide half-baked VPATH-support (e.g. Sun's).
970 * size.c: Improvements suggested by
971 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
972 - Don't emit (Berkeley) headers if no files were found.
973 - Return a non-zero return code on failure.
974
975Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
976
977 Changes due to include file renaming:
978 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
979 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
980 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
981 * nm.c: stab.gnu.h -> aout/stab_gnu.h
bdce0211
SC
982
983Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
984
985 * README: Mention MINIMIZE flag for bfd's make.
986
d08a5233
PB
987Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
988
989 * README: Various improvements.
990
782d7963
PB
991Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
992
993 * Makefile.in: Bump to version 1.92.
994 * version.c, Makefile.in: Get version string from Makefile.
995 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
996 Make the same change that we earlier did for ar/ranlib:
997 Generate two different binaries for strip and copy and use
998 a global variable with different values to distinguish
999 ostrip from copy. (-1 means to use argv[0] to decide,
1000 so you can get the old behavior, but it is no longer the default).
1001 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
1002 * copy.c (main): If is_strip==-1, compare last 5 chars
1003 of argv[0], not the whole path.
1004 * copy.c (main): Return 0, not 1.
1005 * copy.c (setup_sections): Fix due to change in bfd_make_section
1006 now failing if asked for a duplicate section.
1007 * strip.c, ostrip.c: Removed obsolete files.
1008 * ar.c, not-ranlib.c, maybe-ranlib.c:
1009 Change encoding of is_ranlib variable to be consistent
1010 with is_strip for strip.copy (i.e -1 to means use argv[0]).
1011
1012Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
1013
1014 * version.c (program_version): Update to version 1.92.
1015
1016Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
1017
1018 * ar.c (get_pos_bfd): Previous fix was missing a "break".
1019
86c18d92
SC
1020Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
1021
1022 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
1023 encodings. (Thaks to David Wood)
1024
1025Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
1026
1027 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
1028 * ar.c (get_pos_bfd): Fix to handling of before/after
1029 positioning options.
1030 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
1031 since libiberty contains vfprintf etc if otherwise missing.
1032 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
1033 type operands, as used by branch instructions.
1034 * nm.c: Delegate printing of symbols to BFD,
1035 by using bfd_print_symbol to do the formatting.
1036
5f0e8767
SC
1037Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
1038
1039 * ar.c (write_archive.c): added unlink before rename since some
1040 systems can't rename onto an existant file.
1041
7e309104
SC
1042Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
1043
1044 * nm.c: now doesn't crash if a symbol with no section and no
1045 SEC_ABS appears.
1046
1047Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
1048
1049 * Makefile.in, version.c: Bump to version 1.91.
1050
d8474a9b
PB
1051Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
1052
1053 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
1054 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
1055 * strip.c: Add or update Copyright notice.
1056 * TODO: Add note on 'nm -a'.
1057 * version.c: Update version number to 1.90.
1058 * Makefile.in: Fix making of documentation for dist.
1059
1060Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
1061
1062 * README: New file.
1063 * Makefile.in: New kludgy rules for making a tarfile.
1064 * Makefile.in: Fix bindir path.
1065
0c10ff03
RP
1066Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
1067
1068 * Makefile.in: add targets binutils.mm, binutils.me
1069
d7cce023
JG
1070Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
1071
1072 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
1073
abd4aaa9
RP
1074Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
1075
6b583720
RP
1076 * Makefile.in: add target "binutils.ms"
1077
abd4aaa9
RP
1078 * binutils.texinfo: minor restructuring for texi2roff comfort.
1079
d7381d0c
JG
1080Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
1081
1082 Restructure configuration scheme for bfd, binutils, ld.
1083
1084 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
1085 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
1086 Change some config names to match other dirs.
1087 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
1088 get defined first.
1089 * Makefile.in: Use -I. to get sysdep.h.
1090
1091Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
1092
1093 * nm.c (print_symbols): Handle NULL name field of symbol.
1094 * Makefile.in: Removed spurious comment.
1095
c9629e6e
RP
1096Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
1097
1098 * binutils.texinfo: minor typos, phrasing, formatting fixes.
1099
398eef0a
PB
1100Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
1101
1102 * configure.in: Get host file from ../bfd/config, not config.
1103 * config/*: Remove config directory and its files.
1104
050f05e7
RP
1105Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
1106
b7a11ec2
RP
1107 * Makefile.in: new targets binutils.dvi, binutils.info
1108
050f05e7
RP
1109 * binutils.texinfo: remove most remaining FIXME's, delete
1110 references to __.SYMDEF by name
1111
1112
71e83453
SC
1113Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
1114
1115 * objdump.c (print_address) Print addresses nicely.
1116
06a97fbd
PB
1117Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
1118
1119 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
1120 Make two different binaries for ar and ranlib, instead of
1121 distinguishing them at run time using argv[0].
1122 (Old behavior is still available if you "make ar_with_ranlib",
1123 but it is not the default.)
1124 * ranlib.sh (new): An alternative one-line
1125 shell implementation of ranlib.
1126
e779a58c
JG
1127Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
1128
1129 * objdump.c: Cope with renames of a few BFD types & enums.
1130
0a5403df
RP
1131Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
1132
1133 * binutils.texinfo: add new file (rudimentary docn)
1134
3fdbfe8d
PB
1135Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
1136
0a5403df 1137 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
1138 * bucomm.c (fatal): Conditionally compile fatal() depending on
1139 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
1140 * objdump.c (dump_headers): Trivial output format change.
1141 * objdump.c (display_info): Loop over integers, not enums,
1142 to appease old compilers.
1143
1144Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
1145
1146 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
1147
1148Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
1149 from bother
1150 * objdump.c (print_address): Make disasembled output more
1151 consistent with gdb and as: Add 0x when printing hex.
1152 Don't print extra leading zeros.
1153 Attempt to not print "filename.o".
1154 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
1155
1156
1157Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
1158
1159 * copy.c: Change =& constructs to = &, since they confuse older
1160 C compilers.
1161
1162
This page took 0.120489 seconds and 4 git commands to generate.