1999-09-12 Donn Terry <donn@interix.com>
[binutils-gdb.git] / binutils / ChangeLog
1 1999-09-12 Donn Terry <donn@interix.com>
2
3 * objdump.c (dump_headers): If wide_output, print Flags header.
4
5 * objdump.c (dump_section_header): Print any comdat information.
6
7 * objcopy.c (parse_flags): Handle "noload", "debug", and "share".
8 * binutils.texi, objcopy.1: Document new flags.
9
10 * ar.c (counted_name_mode): New static variable.
11 (counted_name_counter): New static variable.
12 (map_over_members): Handle counted mode.
13 (usage): Mention N modifier.
14 (main): Handle N modifier.
15 (delete_members): Handle counted mode.
16 * binutils.texi, ar.1: Document N modifier.
17
18 * ar.c (print_contents): Change printing of member name for
19 POSIX.2 conformance.
20
21 * ar.c (output_filename): Make const.
22 (open_inarch): If creating a new empty archive, set
23 output_filename.
24
25 1999-09-12 Ian Lance Taylor <ian@zembu.com>
26
27 * ar.c (full_pathname): New static variable.
28 (map_over_members): Call normalize on command line parameter.
29 (usage): Mention P modifier.
30 (normalize): If full_pathname is true, don't do anything.
31 (main): Accept P modifier.
32 (delete_members): Call normalize on command line parameter.
33 * binutils.texi, ar.1: Document P modifier.
34
35 1999-09-09 Andreas Schwab <schwab@suse.de>
36
37 * binutils.texi: Add info dir entries for all programs described
38 here. Fix arguments of @var to not contain punctuation.
39
40 1999-09-06 Donn Terry <donn@interix.com>
41
42 * nm.c (print_symbol_info_bsd): Check for 'w' as well as 'U'.
43 (print_symbol_info_sysv): Likewise.
44 (print_symbol_info_posix): Likewise.
45
46 1999-09-04 Steve Chamberlain <sac@pobox.com>
47
48 * readelf.c: Include "elf/pj.h".
49 (dump_relocations): Handle EM_PJ.
50 (get_machine_name): Likewise.
51 (get_machine_flags): Likewise.
52
53 1999-08-31 Scott Bambrough <scottb@netwinder.org>
54
55 * readelf.c (get_note_type): New function: Decode the e_type
56 value of a note.
57 (process_note): New function: Display the contents of a core note.
58 (process_corefile_note_segment): New function.
59 (process_corefile_note_segments): New function.
60 (process_corefile_contents): New function.
61 (process_file): Add call to process_corefile_contents.
62 (parse_args): Add parsing of -n/--notes command line switch.
63 (usage): Document new command line switch.
64
65 * binutils.texi: Documemnt new command line switch to readelf.
66
67 1999-08-31 Ian Lance Taylor <ian@zembu.com>
68
69 * binutils.texi (Bug Reporting): Clarify that large files should
70 not be sent to bug-gnu-utils.
71
72 1999-08-28 Stephane Carrez <stcarrez@worldnet.fr>
73
74 * readelf.c (process_extended_line_op): New parameter pointer_size,
75 read the address according to pointer_size.
76 (debug_line_pointer_size): New global to indicate the
77 size of address in .debug_line section.
78 (debug_displays, prescan_debug_info): Prescan the .debug_info section
79 to record the size of address in `debug_line_pointer_size'.
80 (process_section_contents): Before dumping any section, execute
81 the pre-scan operation defined for some debug sections.
82
83 1999-08-27 Jim Wilson <wilson@cygnus.com>
84
85 * readelf.c (display_debug_lines): Use i-1 not i in standard_opcodes
86 access.
87 (display_debug_aranges): New local excess. Use for calculating padding
88 and add that into ranges. Break from loop only if length is also 0.
89
90 1999-08-27 Jim Wilson <wilson@cygnus.com>
91
92 * readelf.c (display_debug_lines, case DW_LNS_const_add_pc): Multiply
93 adv by info.li_min_insn_length.
94
95 1999-08-26 Jakub Jelinek <jj@ultra.linux.cz>
96
97 * readelf.c (get_sparc64_dynamic_type): New function.
98 (get_dynamic_type): Use it.
99
100 1999-08-26 Jim Wilson <wilson@cygnus.com>
101
102 * readelf.c (display_debug_lines, case default): Change second line
103 setting adv to use = not +=.
104
105 1999-08-19 Nick Clifton <nickc@cygnus.com>
106
107 * dlltool.c: Added more examples to the comment at the start.
108
109 1999-08-18 Nick Clifton <nickc@cygnus.com>
110
111 * dlltool.c (make_head): Only emit interworking directive if
112 necessary.
113
114 Thu Jul 15 22:44:21 1999 Hans-Peter Nilsson <hp@bitrange.com>
115
116 * readelf.c (process_abbrev_section): Handle standard-conforming
117 single zero at the end of the section.
118
119 1999-08-09 Ian Lance Taylor <ian@zembu.com>
120
121 * objdump.c (exit_status): New static variable.
122 (nonfatal): New static function.
123 (disassemble_data): Set exit_status on error.
124 (read_section_stabs): Likewise.
125 (display_bfd): Likewise. Call nonfatal rather than bfd_nonfatal.
126 (display_file): Call nonfatal rather than bfd_nonfatal.
127 (display_target_list, display_info_table): Likewise.
128 (main): Return exit_status rather than 0.
129
130 1999-08-08 Ian Lance Taylor <ian@zembu.com>
131
132 * objdump.c (dump_section_header): Update for renaming of
133 SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
134
135 From Eli Zaretskii <eliz@gnu.org>:
136 * binutils.texi: Document cxxfilt as MS-DOS name for c++filt.
137
138 * configure.in: Define and substitute DEMANGLER_NAME.
139 * Makefile.am (DEMANGLER_PROG): Set to cxxfilt.
140 (man_MANS): Use DEMANGLER_NAME rather than DEMANGLER_PROG.
141 (bin_PROGRAMS): Remove $(DEMANGLER_PROG).
142 (noinst_PROGRAMS): Add $(DEMANGLER_PROG).
143 (cxxfilt_SOURCES): Rename from c__filt_SOURCES.
144 (cxxfilt_LDADD): Rename from c__filt_LDADD.
145 ($(DEMANGLER_NAME).1): Rename from $(DEMANGLER_PROG).1. Use
146 DEMANGLER_NAME rather than DEMANGLER_PROG in substitution.
147 (MOSTLYCLEANFILES): Use DEMANGLER_NAME rather than
148 DEMANGLER_PROG.
149 (install-exec-local): When installing noinst_PROGRAMS, change
150 cxxfilt to $(DEMANGLER_NAME).
151 * configure, Makefile.in: Rebuild.
152
153 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to
154 MKDEP.
155 * Makefile.in: Rebuild.
156
157 1999-08-05 Donn Terry <donn@interix.com>
158
159 * Makefile.am (YACC): If bison is not in the source tree, use
160 @YACC@ rather than bison -y.
161 (LEX): If flex is not in the source tree, use @LEX@ rather than
162 flex.
163 * configure.in: Build dlltool for i[3-6]86-*-interix.
164 * Makefile.in, configure: Rebuild.
165
166 1999-07-21 Ian Lance Taylor <ian@zembu.com>
167
168 From Mark Elbrecht:
169 * configure.bat: Remove; obsolete.
170
171 1999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
172
173 * readelf.c (get_machine_flags): Print EF_SPARC_SUN_US3.
174
175 1999-07-15 Ian Lance Taylor <ian@zembu.com>
176
177 * configure.in: Bump version number to 2.9.5.
178 * configure: Rebuild.
179
180 1999-07-14 Richard Henderson <rth@cygnus.com>
181
182 * objdump.c (dump_section_header): Print SEC_SHORT.
183
184 1999-07-11 Ian Lance Taylor <ian@zembu.com>
185
186 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
187 as appropriate. Add variable initializations. Add casts.
188 * objdump.c (disassemble_bytes): Change j to bfd_vma.
189 * readelf.c (process_syminfo): Change i to unsigned int.
190 (display_debug_info): Change abbrev_number to unsigned long.
191 (process_mips_specific): Change fcnt to size_t.
192
193 1999-07-09 Nick Clifton <nickc@cygnus.com>
194
195 * readelf.c: Only support decoding 64bit ELF files if the compiler
196 supports a 64 bit data type.
197 Add -I equivalent for --histogram.
198 Add -A command-line option to display architecture specific information.
199
200 1999-07-08 Jakub Jelinek <jj@ultra.linux.cz>
201
202 * readelf.c (guess_is_rela): Sparcv9 and v8plus use rela.
203 (dump_relocations): Use ELF64_R_TYPE_ID for Sparc, for R_SPARC_OLO10
204 print the secondary addend.
205 (get_machine_flags): Print Sparc machine flags.
206 (get_symbol_type): Print STT_REGISTER.
207
208 1999-07-08 Ian Lance Taylor <ian@zembu.com>
209
210 * stabs.c (parse_stab_type): Fix handling of template names with
211 template parameters containing `::'.
212 (stab_demangle_type): Handle a qualified name in a pointer to
213 member.
214
215 1999-06-23 Ian Lance Taylor <ian@zembu.com>
216
217 * Makefile.am (dlltool_SOURCES): Add dyn-string.c.
218 * Makefile.in: Rebuild.
219
220 1999-06-23 Mumit Khan <khan@xraylith.wisc.edu>
221
222 * configure.in (HAVE_EXECUTABLE_SUFFIX): Define.
223 * dlltool.c (look_for_prog): Use HAVE_EXECUTABLE_SUFFIX.
224 * dllwrap.c (look_for_prog): Likewise.
225 * resrc.c (look_for_default): Likewise.
226 * configure, config.in: Rebuild.
227
228 1999-06-22 Ian Lance Taylor <ian@zembu.com>
229
230 Based on patches from Mumit Khan <khan@xraylith.wisc.EDU>:
231 * configure.in: Define EXECUTABLE_SUFFIX.
232 * dlltool.c: Include "dyn-string.h". Include <stdarg.h> based on
233 ANSI_PROTOTYPES, not __STDC__.
234 (outfile): Remove.
235 (gen_exp_file): Change uses of outfile to use alloca.
236 (make_one_lib_file, make_head, make_tail): Likewise.
237 (gen_lib_file): Likewise.
238 (look_for_prog): New static function.
239 (deduce_name): Rewrite to use look_for_prog.
240 (mcore_elf_gen_out_file): Use dyn_string_t rather than outfile.
241 * dllwrap.c: Don't include <stdio.h>, <errno.h>, <string.h>,
242 <stdlib.h>, or <unistd.h>. Include <sys/stat.h> and either
243 <stdarg.h> or <varargs.h>.
244 (driver_name): Initialize to NULL, not "gcc".
245 (dlltool_name): Initialize to NULL, not "dlltool".
246 (display, inform, look_for_prog, deduce_name): New static
247 functions.
248 (usage): Mention -mno-cygwin.
249 (OPTION_MNO_CYGWIN): Define.
250 (main): Handle -mno-cygwin. Deduce driver_name and dlltool_name.
251 * resrc.c (look_for_default): Make static. Remove unused local
252 path. Check using EXECUTABLE_SUFFIX.
253 (read_rc_file): Allocate enough space to hold EXECUTABLE_SUFFIX.
254 * Makefile.am: Rebuild dependencies.
255 (dllwrap_LDADD): Add $(INTLLIBS).
256 * configure, Makefile.in, config.in: Rebuild.
257
258 Mon Jun 21 16:49:11 1999 Jeffrey A Law (law@cygnus.com)
259
260 * readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of
261 elf32_hppa_reloc_type.
262
263 1999-06-17 Nick Clifton <nickc@cygnus.com>
264
265 * dlltool.c (mcore_elf_gen_out_file): Link object files with the
266 .exp file, not the .lib file.
267
268 Fri Jun 18 20:17:51 1999 Mumit Khan <khan@xraylith.wisc.edu>
269
270 * deflex.l: Accept single-character symbol names.
271
272 1999-06-16 Nick Clifton <nickc@cygnus.com>
273
274 * readelf.c (get_symbol_type): Detect ARM symbols typed as Thumb
275 functions.
276
277 1999-06-14 Nick Clifton <nickc@cygnus.com>
278
279 * objdump.c (disassembler_options): New variable.
280 (usage): Document new -M/--disassembler-options option.
281 (long_options): Add --disassembler-options.
282 (disassemble_data): Initialise disassembler_options field of
283 disassembler_info structure.
284 (main): Add parsing of -M option.
285
286 * binutils.texi: Document new command line switch to objdump.
287
288 * NEWS: Describe new command line switch to objdump.
289
290
291 Mon Jun 14 10:27:54 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
292
293 * binutils.texi: Fix typos.
294
295 1999-06-13 Ian Lance Taylor <ian@zembu.com>
296
297 * objdump.c (disassemble_bytes): If the disassembler returns an
298 error, print out anything it may have printed to the buffer. From
299 H.J. Lu <hjl@gnu.org>.
300
301 * defparse.y (explist): Remove separate expline to eliminate
302 shift/reduce conflict.
303
304 From Kai-Uwe Rommel <rommel@ars.de>:
305 * defparse.y: Add tokens NONSHARED, SINGLE, MULTIPLE,
306 INITINSTANCE, INITGLOBAL, TERMINSTANCE, and TERMGLOBAL.
307 (command): Add option_list after LIBRARY.
308 (attr): Accept and ignore NONSHARED, SINGLE, and MULTIPLE.
309 (option_list, option): New nonterminals.
310 * deflex.l: Recognize NONSHARED, SINGLE, MULTIPLE, INITINSTANCE,
311 INITGLOBAL, TERMINSTANCE, and TERMGLOBAL.
312
313 1999-06-12 Ian Lance Taylor <ian@zembu.com>
314
315 * ar.c (O_BINARY): Define as 0 if not defined.
316 (ranlib_touch): Open file with O_BINARY.
317
318 * rename.c (O_BINARY): Define as 0 if not defined.
319 (simple_copy): Open files with O_BINARY.
320
321 Based on patch from H. Peter Anvin <hpa@transmeta.com>:
322 * objcopy.c (struct section_list): Add copy field.
323 (sections_copied): New static variable.
324 (copy_options): Add "only-section".
325 (copy_usage): Mention -j and --only-section.
326 (find_section_list): Initialize copy field.
327 (is_strip_section): Check for copying sections.
328 (copy_object): Check sections_copied when calling filter_symbols.
329 (setup_section): Check for copying sections.
330 (copy_section): Likewise.
331 (copy_main): Handle -j/--only-section.
332 * binutils.texi, objcopy.1: Document -j/--only-section.
333
334 * configure.in: If frexp is not available, check in -lm.
335 * configure: Rebuild.
336
337 * readelf.c (get_elf_class): Use correct printf format for type.
338 (get_data_encoding): Likewise.
339 (get_osabi_name): Likewise.
340 (process_file_header): Don't pass an extra argument to printf.
341 (process_dynamic_segment): Cast dynamic_size to long before
342 printing.
343 (decode_location_expression): Cast byte_get to long before
344 printing.
345
346 Wed Jun 9 11:40:16 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
347
348 * readelf.c (dump_section): Cast values from byte_get to
349 [unsigned] long for printing, in case it is wider than long.
350 (display_block): Likewise.
351 (read_and_display_attr): Likewise.
352 (decode_location_expression): Likewise. Don't depend on
353 evaluation order.
354
355 Mon Jun 7 12:14:57 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
356
357 * windres.c (usage): Fix typo.
358
359 1999-06-04 Nick Clifton <nickc@cygnus.com>
360
361 * readelf.c: Use 64bit wide fields in internal strcutures even if
362 targetting a 32bit architecture.
363 (dump_relocations): Take a new parameter - the number of symbols
364 in the symbol table.
365
366 1999-06-04 Nick Clifton <nickc@cygnus.com>
367
368 * readelf.c: Add support for 64bit ELF files.
369
370 1999-06-03 Nick Clifton <nickc@cygnus.com>
371
372 * dlltool.c (mcore_elf_gen_out_file): Use constants for temporary
373 file names.
374
375 Wed Jun 2 12:34:36 1999 Richard Henderson <rth@cygnus.com>
376
377 * dlltool.c (gen_exp_file): Revert 19990411 change.
378
379 Mon May 31 09:56:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
380
381 * readelf.c (process_relocs): Determine type of reloc from
382 DT_PLTREL and from section type.
383
384 1999-05-29 Nick Clifton <nickc@cygnus.com>
385
386 * readelf.c (get_elf_class): Display unknown class number.
387 (get_data_encoding): Display unknown encoding number.
388 (get_osabi_name): Display unknown ABI number.
389 (process_file_header): Display unknown version number.
390
391 1999-05-29 Nick Clifton <nickc@cygnus.com>
392
393 * readelf.c (dump_relocations): Fix typo.
394
395 1999-05-28 Nick Clifton <nickc@cygnus.com>
396
397 * readelf.c (dump_relocations): Add extra parameter: is_rela to
398 specify the kind of relocations to be dumped. Call guess_is_rela
399 if this parameter has a value of UNKNOWN.
400 (guess_is_rela): New function: Guess the kind of reloc being used
401 baced on the machine number.
402 (process_relocs): Determine type of reloc before calling
403 dump_relocations.
404
405 1999-05-28 Ian Lance Taylor <ian@zembu.com>
406
407 * readelf.c: Include "elf/i960.h".
408 (dump_relocations): Handle EM_960.
409
410 Thu May 27 11:58:33 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
411
412 * objcopy.c (copy_archive): Preserve dates of archive members if
413 requested.
414
415 * readelf.c (dump_relocations): Always print the addend on RELA
416 systems even if there is no symbol.
417 (process_program_headers): Reset dynamic_size before looping
418 through the program headers.
419 (process_version_sections): Cast sh_offset to unsigned long for
420 printing in case bfd_vma is wider.
421 (process_symbol_table): Use get_symbol_index_type when printing
422 st_shndx.
423
424 1999-05-17 DJ Delorie <dj@cygnus.com>
425
426 * windres.c: add verbose option
427 (main): process verbose option
428 * resrc.c (look_for_default): new. Look for the default
429 preprocessor in a given location.
430 (read_rc_file): for foo/bar-windres, look for foo/bar-gcc,
431 foo/gcc (in case of foo/windres), and then gcc (the old default).
432
433 1999-05-16 Nick Clifton <nickc@cygnus.com>
434
435 * dlltool.c (deduce_name): New function: Deduce name of program to
436 run.
437 (mcore_elf_out_file): New variable: Name of mcore-elf output file.
438 (mcore_elf_linker): New variable: Name of linker to use.
439 (mcore_elf_linker_flags): New variable: Linker flags to pass.
440 (scan_obj_file): Cache filenames if necessary.
441 (usage): Document new command line options.
442 (main): Support new command line options: -M (generate an
443 mcore-elf output file) -L (name of linker to use) -F (flags to
444 pass to linker).
445 (mcore_elf_cache_filename): Store a filename in a cache.
446 (mcore_elf_gen_out_file): New function: Generate an output file
447 per the mcore-elf spec.
448
449 1999-05-15 Nick Clifton <nickc@cygnus.com>
450
451 * configure.in (BUILD_MISC): Build dlltool for mcore
452 * configure: Regenerate.
453 * dlltool.c: Update example in comment.
454 (DLLTOOL_MCORE): Define.
455 (DLLTOOL_MCORE_ELF): Define.
456 (DRECTVE_SECTION_NAME): Define.
457 (mcore_be_jtab, mcore_le_jtab): Binary for performing an mcore
458 jump to address.
459 (mtable): Add entries for mcore variants.
460 (rvaafter, rvabefore, asm_prefix): Add mcore suppport.
461 (scan_drectve_symbols): Use DRECTVE_SECTION_NAME.
462 (make_head, make_tail): Cope if file cannot be created.
463 (usage): Improve layout.
464
465 1999-05-13 DJ Delorie <dj@cygnus.com>
466
467 * rclex.l: add code to suppress certain output from cpp, replace
468 all returns with MAYBE_RETURN
469 (MAYBE_RETURN): new, implement the suppression by returning
470 IGNORED_TOKEN as needed.
471 (cpp_line): remember which file we're in, mark data from included
472 *.h files for suppression.
473 * rcparse.y (input): allow IGNORED_TOKEN outside of known constructs
474
475 1999-05-10 DJ Delorie <dj@cygnus.com>
476
477 * windres.c (quot): Quote shell metacharacters in a string
478 (main): quote parameters to cpp that might have metacharacters in
479 them. Allow -D as an alias for --define to allow for sharing make
480 macros with gcc.
481
482 * objdump.c (dump_reloc_set): don't core if howto->name is NULL
483
484 * Makefile.am: Give rescoff.c a cpu-specific -D so it can set
485 the correct BFD.
486 * Makefile.in: ditto
487 * rescoff.c (write_coff_file): Set the correct BFD
488
489 1999-05-06 Ian Lance Taylor <ian@zembu.com>
490
491 * rename.c (smart_rename): Fix test of whether file exists.
492
493 1999-05-06 Nick Clifton <nickc@cygnus.com>
494
495 * objdump.c (disassemble_data): Set display_endian based on target
496 endianism.
497
498 1999-05-05 Catherine Moore <clm@cygnus.com>
499
500 * dlltool.c (interwork): Remove.
501 (arm_interwork_jtab): Use bx insn.
502 (thumb_jtab): Likewise.
503 (MARM_INTERWORK): New machine type.
504 (rvaafter): Handle it.
505 (rvabefore) Likewise.
506 (asm_prefix): Likewise.
507 (gen_exp_type): Check machine type instead of
508 interwork flag.
509 (make_one_lib_file): Likewise.
510 (make_head): Likewise.
511 (make_tail): Likewise.
512 (usage): Update machine types.
513 (main): Remove -interwork support.
514
515 1999-05-05 Catherine Moore <clm@cygnus.com>
516
517 * readelf.c (get_machine_flags): Check for EF_CPU32.
518 (get_data_encoding): Fix typo.
519
520 1999-04-26 Tom Tromey <tromey@cygnus.com>
521
522 * aclocal.m4, configure: Updated for new version of libtool.
523
524 1999-04-18 Ian Lance Taylor <ian@zembu.com>
525
526 * stabs.c (parse_stab_range_type): Correct parenthesization in
527 BFD64 case.
528
529 * readelf.c (get_section_type_name): Use correct types in printf
530 formats.
531 (process_relocs): Likewise.
532 (process_dynamic_segment): Likewise.
533 (process_symbol_table): Likewise.
534 (process_mips_specific): Likewise.
535
536 Tue Apr 13 21:22:00 1999 Catherine Moore <clm@cygnus.com>
537
538 * dlltool.c (make_one_lib_file): Mark thumb functions as
539 C_THUMBEXTFUNC.
540
541 1999-04-11 Richard Henderson <rth@cygnus.com>
542
543 * bucomm.h (environ): Declare it, if needed.
544 (alloca) [C_ALLOCA]: Don't use gcc's builtin or <alloca.h>.
545 * configure.in (environ): Detect declaration.
546 * nm.c (main): Don't declare environ.
547 * configure, config.in: Rebuild.
548
549 * dlltool.c (gen_exp_file): Pad out the .reloc section to a
550 32-byte boundary with dummy relocations, to make the BeOS loader
551 happy. Patch from Bob Manson <manson@charmed.cygnus.com>.
552
553 1999-04-08 Tom Tromey <tromey@cygnus.com>
554
555 * binutils.texi (c++filt): Updated for -j/--java, and hp/edg
556 formats.
557
558 1999-04-08 Nick Clifton <nickc@cygnus.com>
559
560 * readelf.c: Add ability to decode new constants found in April 25
561 1998 Draft of System V ABI spec.
562
563 1999-04-06 Ian Lance Taylor <ian@zembu.com>
564
565 * bucomm.h (LC_MESSAGES): Never define.
566 * addr2line.c (main): Don't pass LC_MESSAGES to setlocale if the
567 system does not define it.
568 * ar.c (main): Likewise.
569 * coffdump.c (main): Likewise.
570 * dlltool.c (main): Likewise.
571 * nlmconv.c (main): Likewise.
572 * nm.c (main): Likewise.
573 * objcopy.c (main): Likewise.
574 * objdump.c (main): Likewise.
575 * size.c (main): Likewise.
576 * srconv.c (main): Likewise.
577 * strings.c (main): Likewise.
578 * sysdump.c (main): Likewise.
579 * windres.c (main): Likewise.
580 * readelf.c (main): Call locale setting functions.
581
582 1999-04-05 Nick Clifton <nickc@cygnus.com>
583
584 * readelf.c (decode_location_expression): Fix DW_OP_const8{s|u}
585 decodes.
586
587 1999-04-04 Ian Lance Taylor <ian@zembu.com>
588
589 * rename.c: New file, copied out of objcopy.c with a few changes.
590 * bucomm.h (set_times, smart_rename): Declare.
591 * ar.c: Don't include <utime.h>.
592 (extract_file): Call set_times rather than utime.
593 (write_archive): Call smart_rename rather than unlink and rename.
594 * objcopy.c: Don't include <utime.h>.
595 (simple_copy, smart_rename, set_times): Move to rename.c.
596 (strip_main): Update smart_rename call for new parameter.
597 (copy_main): Likewise.
598 * Makefile.am: Rebuild dependencies.
599 (CFILES): Add rename.c.
600 (objcopy_SOURCES, strip_new_SOURCES): Add rename.c.
601 (ar_SOURCES, ranlib_SOURCES): Add rename.c.
602 * Makefile.in: Rebuild.
603
604 * Makefile.am: Rebuild dependencies.
605 (EXTRA_PROGRAMS): Remove backslash which troubles current version
606 of automake.
607 * Makefile.in: Rebuild.
608
609 * dllwrap.c (main): Expect correct type in format string.
610 * resres.c: Include "bfd.h", "bucomm.h", "libiberty.h", and
611 <time.h>. Don't include <stdio.h> and <errno.h>.
612 (write_res_file): Remove unused locals e and i.
613 (read_resource_entry): Remove unused locals rtype and n.
614 (read_unistring): Remove unused local n.
615
616 1999-04-03 Ian Lance Taylor <ian@zembu.com>
617
618 * arparse.y: Declare yylex.
619 * objdump.c (disassemble_bytes): Initialize bytes. Add comment
620 for incorrect use of bytes.
621 * readelf.c: Change many formats to avoid warnings.
622
623 1999-04-01 Nick Clifton <nickc@cygnus.com>
624
625 * readelf.c (reset_state_machine): New function. Resets the
626 registers of the source line number state machine.
627 (process_extended_line_op): Use state machine.
628 (display_debug_lines): Use state machine. Handle multiple line
629 number blocks within the same section.
630
631 1999-03-29 Jason Merrill <jason@yorick.cygnus.com>
632
633 * readelf.c (process_extended_line_op): end_sequence also resets
634 the line number.
635 (display_debug_lines): advance_line takes a signed operand.
636 (read_and_display_attr): Print refs as <%x>, addresses as %#x,
637 others as %d. Handle other location expression attributes.
638 (display_debug_info): Handle nesting. Always print the offset.
639
640 1999-03-23 Ian Lance Taylor <ian@zembu.com>
641
642 * objcopy.c (filter_symbols): When checking whether to keep a
643 symbol, check the BFD section symbol for a symbol with
644 BSF_SECTION_SYM set.
645
646 1999-03-10 Ulrich Drepper <drepper@cygnus.com>
647
648 * readelf.c (process_dynamic_segment): Print new Solaris dynamic
649 section entries. Correct printing of DT_POSFLAG_1 and DT_FLAGS_1.
650
651 1999-03-10 Nick Clifton <nickc@cygnus.com>
652
653 * readelf.c (request_dump): New function.
654 Removed arbitary limit on the number of sections that can be
655 dumped.
656
657 Wed Mar 10 15:10:14 1999 Stan Cox <scox@cygnus.com>
658
659 * dlltool.c (make_one_lib_file): Use %05d to output the stub name so
660 order in the import library is preserved.
661
662 1999-02-19 Nick Clifton <nickc@cygnus.com>
663
664 * readelf.c: Fix compile time warings.
665
666 1999-02-17 DJ Delorie <dj@cygnus.com>
667
668 * resbin.c (res_to_bin_versioninfo): Instead of entering a value
669 length of zero in a version info string, enter the appropriate
670 length.
671
672 Tue Feb 16 16:00:33 1999 Ian Lance Taylor <ian@cygnus.com>
673
674 * configure.in: Require autoconf 2.13. Change AM_PROG_INSTALL to
675 AC_PROG_INSTALL. Add comments for AC_DEFINE calls.
676 * acconfig.h: Remove.
677 * aclocal.m4: Rebuild.
678 * configure: Rebuild.
679 * Makefile.in: Rebuild.
680 * config.in: Rebuild.
681
682 1999-02-02 Nick Clifton <nickc@cygnus.com>
683
684 * readelf.c (read_and_display_attr): Add display of basic type
685 encodings.
686 (display_debug_aranges): New function: Display the contents of a
687 .debug_aranges section.
688 (display_debug_info): Dump tags found after compunit entry.
689
690 * binutils.texi: Fixed bug in readelf documentation.
691
692 Mon Feb 1 12:38:01 1999 Catherine Moore <clm@cygnus.com>
693
694 * readelf.c (dump_relocations): Handle EM_ARM as REL.
695
696 1999-01-29 Nick Clifton <nickc@cygnus.com>
697
698 * readelf.c (process_symbol_table): Do not produce a histogram of
699 bucket chains if none were found.
700
701 1999-01-27 Nick Clifton <nickc@cygnus.com>
702
703 * version.c: Add 1999 copyright.
704
705 * binutils.texi (readelf): Document new command line options
706 --debug-dump and --histogram.
707
708 * readelf.c: Add ability to display contents of some or all of the
709 Dwarf2 debug sections. {Work only partially completed}.
710 (display_debug_section): New function.
711 (display_debug_info): New function.
712 (display_debug_not_supported): New function.
713 (display_debug_line): New function.
714 (display_debug_abbrev): New function.
715 (process_abbrev_section): New function.
716 (read_leb128): New function.
717 (process_extended_line_op): New function.
718 (get_TAG_name): New function.
719 (get_AT_name): New function.
720 (get_FORM_name): New function.
721 (free_abbrevs): New function.
722 (add_abbrev): New function.
723 (add_abbrev_attr): New function.
724 (read_and_display_attr): New function.
725 (display_block): New function.
726
727 Thu Jan 14 23:36:11 1999 Jeffrey A Law (law@cygnus.com)
728
729 * coffdump.c (xcalloc): Remove, in libiberty now.
730 * srconv.c (xcalloc): Likewise.
731 * sysdump.c (xcalloc): Likewise.
732
733 1999-01-14 Nick Clifton <nickc@cygnus.com>
734
735 * readelf.c (process_section_headers): Omit trailing space at end
736 of section header contents line.
737
738 Wed Dec 16 17:20:05 1998 Doug Evans <devans@canuck.cygnus.com>
739
740 * aclocal.m4: Regenerate.
741
742 Mon Dec 14 12:55:36 1998 Jim Wilson <wilson@cygnus.com>
743
744 * dllwrap.c: Include bfd.h and bucomm.h. Move getopt.h include
745 after libiberty.h include.
746
747 Tue Dec 8 16:29:43 1998 Ian Lance Taylor <ian@cygnus.com>
748
749 * objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka
750 <hnokubi@yyy.or.jp>.
751
752 Sun Dec 6 13:28:09 1998 Ian Lance Taylor <ian@cygnus.com>
753
754 * objdump.c (SFILE): Add size field.
755 (objdump_sprintf): Merge both versions into one. Increase buffer
756 size as needed to avoid overflow.
757 (disassemble_bytes): Change buf from 1000 bytes to 50. Change
758 initialization and use of sfile to match changes to
759 objdump_sprintf.
760
761 * strip.1: Fix typo (-V to -v). From Issei Hirayama
762 <iss@mail.wbs.or.jp>.
763
764 1998-12-03 Ulrich Drepper <drepper@cygnus.com>
765
766 * readelf.c (process_dynamic_segment): Improve output format for
767 various DT_* values.
768
769 1998-12-02 Ulrich Drepper <drepper@cygnus.com>
770
771 * readelf.c (process_mips_specific): Print .conflict section
772 content.
773
774 * readelf.c (process_mips_specific): Print l_flags in liblist in
775 textual form.
776
777 1998-11-30 Nick Clifton <nickc@cygnus.com>
778
779 * ar.c (extract_file): Add some paranoia checks for negatively
780 sized files.
781
782 Tue Nov 24 09:39:24 1998 Nick Clifton <nickc@cygnus.com>
783
784 * stabs.c (DIR_SEPARATOR): Define as '\\' if WIN32 is defined.
785
786 Tue Nov 17 10:25:26 1998 Nick Clifton <nickc@cygnus.com>
787
788 * Makefile.in: Regenerate.
789
790 Mon Nov 16 19:17:23 1998 Dave Brolley <brolley@cygnus.com>
791
792 * po/binutils.pot: Regenerate.
793
794 Mon Nov 16 10:18:53 1998 Nick Clifton <nickc@cygnus.com>
795
796 * Makefile.am: Regernated dependencies.
797 * aclocal.m4: Regenerated.
798 * configure: Regenerated.
799
800 Sat Nov 14 14:50:56 1998 Ian Lance Taylor <ian@cygnus.com>
801
802 * debug.c (debug_name_type): Correct return type from false to
803 DEBUG_TYPE_NULL.
804
805 Sat Nov 14 14:48:21 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
806
807 * objdump.c (disassemble_data): Skip over relocs below start
808 address.
809
810 Tue Nov 10 15:31:52 1998 Nick Clifton <nickc@cygnus.com>
811
812 * Makefile.am: Add dependency of readelf.c on elf/fr30.h
813 * Makefile.in: Regenerate.
814
815 Wed Nov 4 16:25:55 1998 Nick Clifton <nickc@cygnus.com>
816
817 * readelf.c: Add support for the FR30.
818
819 Mon Nov 2 14:59:33 1998 Geoffrey Noer <noer@cygnus.com>
820
821 * configure.in: detect cygwin* instead of cygwin32*
822 * configure: regenerate
823
824 Fri Oct 30 15:14:49 1998 Geoffrey Noer <noer@cygnus.com>
825
826 * dllwrap.c: change all references to cygwin32_ to cygwin_,
827 change Cygwin target def to CYGWIN.
828
829 Wed Oct 28 10:31:19 1998 Nick Clifton <nickc@cygnus.com>
830
831 * objdump.c (disassemble_data): Replace 'unsigned long' with
832 'bfd_vma'.
833
834 Tue Oct 27 14:39:00 1998 Nick Clifton <nickc@cygnus.com>
835
836 * objdump.c (disassemble_bytes): Applied this patch from Philip
837 Blundell <pb@nexus.co.uk>: Make address variables unsigned to
838 avoid problems when disassembling code at high-bit-set addresses.
839
840 Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu>
841
842 * dllwrap.c (strhash): New function.
843 (main): Use it to supply image base if not supplied by user.
844 (program_version): Up to 0.2.4.
845
846 Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu>
847
848 * dlltool.c (add_stdcall_alias): New global.
849 (long_options): Add --add-stdcall-alias option.
850 (main): Handle it.
851 (scan_drectve_symbols): Add alias if --add-stdcall-alias is
852 specified.
853 (scan_filtered_symbols): Likewise.
854 (gen_def_file): Output alias for stdcall syms if appropriate.
855
856 * binutils.texi (dlltool): Document --add-stdcall-alias option.
857
858 * dllwrap.c (long_options): Add --add-stdcall-alias option.
859 (main): Handle it.
860
861 * defparse.y (opt_name): Allow "." in name.
862 * dlltool.c (def_name): Set dll_name from NAME entry in def file.
863 (def_library): Set dll_name from LIBRARY entry in def file.
864
865 Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu>
866
867 * dllwrap.c (long_options): --implib synonym for --output-lib.
868 (main): Pass --export-all to dlltool only if specified.
869 (program_version): Up to 0.2.3.
870
871 Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu>
872
873 * dllwrap.c (mybasename): New function.
874 (main): Run dlltool to create export definition file and import
875 library file if necessary.
876 Change exp_file_name so that it's based on the dll name.
877
878 Sun Oct 25 10:37:45 1998 Mumit Khan <khan@xraylith.wisc.edu>
879
880 * dlltool.c (scan_all_symbols): Fix patch error.
881
882 Fri Oct 16 22:56:20 1998 Felix Lee <flee@cygnus.com>
883
884 * nm.c (display_rel_file): fix "no symbols" messages.
885 * objdump.c (slurp_symtab): ditto.
886 * po/POTFILES.in, po/binutils.pot: rebuilt
887
888 Mon Oct 12 14:28:03 1998 Nick Clifton <nickc@cygnus.com>
889
890 * readelf.c (dump_relocations): Rename field from Value to Info to
891 match name of field in ELF structures.
892
893 Thu Oct 8 15:33:08 1998 Geoffrey Noer <noer@cygnus.com>
894
895 * configure.in: call AC_EXEEXT instead of AM_EXEEXT and
896 AM_CYGWIN32.
897 * aclocal.m4: remove local AM_EXEEXT/AM_CYGWIN32 macros.
898 * configure: regenerate
899
900 Thu Oct 8 15:33:08 1998 Geoffrey Noer <noer@cygnus.com>
901
902 From Mumit Khan <khan@xraylith.wisc.edu>:
903 * dlltool.c (scan_all_symbols): Don't re-export symbols exported
904 by other DLLs.
905
906 Thu Oct 8 15:33:08 1998 Geoffrey Noer <noer@cygnus.com>
907
908 * Makefile.am (BUILD_DLLWRAP): Add.
909 (BUILD_DLLWRAP, DLLWRAP_PROG): Add.
910 (bin_PROGRAMS): Add dllwrap.
911 * Makefile.in: regenerate with automake
912
913 From Mumit Khan <khan@xraylith.wisc.edu>:
914 * dllwrap.c: New file from dllhelpers v0.2.1.
915 (print_version): New function.
916 (long_options): Add --version.
917 (main): Handle.
918 * dyn-string.h, dyn-string.c: New files from egcs-1.1/gcc.
919 * configure.in (BUILD_DLLWRAP): Add.
920 * configure: Regenerate.
921
922 Tue Oct 6 18:20:10 1998 Geoffrey Noer <noer@cygnus.com>
923
924 * Makefile.am (windres_SOURCES): Add resres.c.
925 (windres_OBJECTS): Add resres.o.
926 * Makefile.in: regenerate with automake
927
928 From Anders Norlander <anorland@hem2.passagen.se>.
929 * resres.c: New file. Implementation of read_res_file and
930 write_res_file functions for windres.
931 * rcparse.y: Handle CONTROL's with named classes.
932 * resbin.c: Bug in res_to_bin_dialog and bin_to_res_dialog
933 when dialog is extended: The version and signature fields should
934 be reversed (despite what the docs say). Id is 32 bits long in
935 extended dialogs.
936 * resrc.c (write_rc_dialog): properly print controls with named
937 classes.
938 * windres.c (read_res_file, write_res_file): Remove stubs.
939 * resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR.
940
941 Sun Oct 4 20:34:42 1998 Ian Lance Taylor <ian@cygnus.com>
942
943 From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
944 * objcopy.1: Fix typo in --remove-leading-char docs.
945 * objdump.1: Fix formatting in --stabs docs.
946
947 Sat Sep 19 23:33:56 1998 Ian Lance Taylor <ian@cygnus.com>
948
949 * rcparse.y (memflags_move): Correct recursion.
950
951 1998-09-10 Ulrich Drepper <drepper@cygnus.com>
952
953 * readelf.c (process_symbol_table): Print in histogram how many
954 symbols are covered by the current chain length.
955
956 Sun Sep 6 16:15:47 1998 Nick Clifton <nickc@cygnus.com>
957
958 * readelf.c (process_section_contents): Do not try to dump empty
959 sections.
960
961 Sat Sep 5 19:17:10 1998 Mumit Khan <khan@xraylith.wisc.edu>
962
963 * dlltool.c (scan_all_symbols): Don't re-export symbols exported
964 by other DLLs.
965
966 1998-09-02 14:50 Ulrich Drepper <drepper@cygnus.com>
967
968 * readelf.c (process_dynamic_segment): Print DT_* value only if
969 do_dynamic.
970 (do_histogram): New variable.
971 (options): New long option histogram. Set do_histogram if this
972 option is used.
973 (usage): Document --histogram.
974 (parse_args): Handle 0 return value from getopt_long. Enable
975 do_histogram for -a.
976 (process_symbol_table): Read hash table also if only do_histogram.
977 Add code to print hash table histogram.
978
979 1998-08-25 16:45 Ulrich Drepper <drepper@cygnus.com>
980
981 * readelf.c (process_dynamic_segment): Read syminfo section if
982 available.
983 (process_syminfo): New function. Print syminfo information.
984 (process_file): Call process_syminfo and free syminfo data at the end.
985
986 Wed Aug 19 16:19:51 1998 Ian Lance Taylor <ian@cygnus.com>
987
988 * dlltool.c (usage): Add file parameter. Change all callers.
989 (main): Don't treat '?' as a special case in getopt return.
990
991 * binutils.texi (dlltool): Document new options. Add some uses of
992 @var.
993
994 Wed Aug 19 16:19:07 1998 Mumit Khan <khan@xraylith.wisc.edu>
995
996 * dlltool.c (gen_def_file): Plug memory leak. Don't print
997 demangled name if it is NULL.
998
999 Support for exporting all symbols to an output export def file:
1000 * dlltool.c ({export_all_symbols, no_default_excludes,
1001 no_default_excludes, excludes}): New file static variables.
1002 (struct string_list): Type to hold list of symbols to exclude.
1003 (scan_drectve_symbols): Renamed from scan_open_obj_file.
1004 (scan_filtered_symbols): New static function.
1005 (add_excludes): New static function.
1006 (match_exclude): New static function.
1007 (set_default_excludes): New static function.
1008 (filter_symbols): New static function.
1009 (scan_all_symbols): New static function.
1010 (scan_open_obj_file): New static function.
1011 (usage): Document new options.
1012 (long_options): Add new options.
1013 (main): Handle new options.
1014
1015 1998-07-31 21:24 Ulrich Drepper <drepper@cygnus.com>
1016
1017 * readelf.c (process_program_headers): Print p_offset value with
1018 six hex digits.
1019 (dynamic_segment_mips_val): Add support for DT_MIPS_FLAGS,
1020 DT_MIPS_IVERSION, and DT_MIPS_TIME_STAMP.
1021 (process_mips_specific): Also print seconds of time stamp.
1022
1023 Fri Jul 31 10:04:23 1998 Catherine Moore <clm@cygnus.com>
1024
1025 * readelf.c (dump_relocations): EM_ARM uses rela relocs.
1026
1027 1998-07-30 16:25 Ulrich Drepper <drepper@cygnus.com>
1028
1029 * readelf.c (get_dynamic_type): Don't used gettext on the names.
1030 Add new DT_* values from Solaris. Don't print nuemric value in
1031 case of an unknown entry.
1032 (process_dynamic_segment): Handle new DT_* entries. Print numeric
1033 values in decimal, not hex.
1034
1035 Fri Jul 24 16:28:57 1998 Jeff Holcomb <jeffh@cygnus.com>
1036
1037 * readelf.c (get_dynamic_type): Remove empty default from switch
1038 statement.
1039
1040 Fri Jul 24 16:28:12 1998 Ian Lance Taylor <ian@cygnus.com>
1041
1042 * Makefile.am (install-exec-local): Don't remove the file before
1043 checking whether $(bindir) == $(tooldir)/bin. From Maciej
1044 W. Rozycki <macro@ds2.pg.gda.pl>.
1045 * Makefile.in: Rebuild.
1046
1047 Fri Jul 24 09:38:59 1998 Nick Clifton <nickc@cygnus.com>
1048
1049 * objcopy.c: Removed spurious inclusion of elf/internal.h and
1050 elf-bfd.h.
1051
1052 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
1053
1054 * readelf.c: Consistantly use elf_ prefix for *_reloc_type
1055 functions.
1056
1057 Wed Jul 22 16:29:12 1998 Nick Clifton <nickc@cygnus.com>
1058
1059 * readelf.c (dump_relocations): Add dumps of HPPA and ARC
1060 relocations.
1061
1062 (process_relocs): Do not abort if no string table can be found.
1063
1064 1998-07-22 14:58 Ulrich Drepper <drepper@cygnus.com>
1065
1066 * readelf.c: Remove definition of functions to return relocation
1067 symbol strings. They now get implicitly defined when include the
1068 system specific ELF header.
1069
1070 1998-07-22 13:51 Ulrich Drepper <drepper@cygnus.com>
1071
1072 * readelf.c: Before include system specific ELF header define
1073 START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS. For now
1074 used for ppc, mips, and mn10300.
1075
1076 Wed Jul 22 10:26:32 1998 Nick Clifton <nickc@cygnus.com>
1077
1078 * readelf.c (dump_relocations): Display number of unrecognised
1079 relocations.
1080
1081 1998-07-21 13:13 Ulrich Drepper <drepper@cygnus.com>
1082
1083 * readelf.c: Use symbolic names of relocation entries for the various
1084 architectures. Correct more layout details.
1085 Print names of MIPS specific section types. Print Alpha, ARM, and
1086 MIPS relocation type names.
1087
1088 1998-07-20 Vladimir N. Makarov <vmakarov@cygnus.com>
1089
1090 * objcopy.c (filter_symbols): Add code for strip all symbols case.
1091 (copy_objects): Strip all case is now processed also through
1092 filter_symbols. No marking symbols used in relocations when strip
1093 all symbols case.
1094 (copy_section): When strip all symbols case, remove relocations
1095 which are not in keep strip specific list.
1096 (strip_main): Remove guard `strip_specific_list == NULL' for
1097 setting up strip all symbols by default.
1098
1099 Mon Jul 20 12:51:16 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1100
1101 * addr2line.c (find_address_in_section): Only consider a section
1102 if the pc value is completely contained within it.
1103 (translate_addresses): Don't crash if functionname or filename are
1104 null.
1105
1106 1998-07-20 07:45 Ulrich Drepper <drepper@cygnus.com>
1107
1108 * readelf.c (process_symbol_table): Fix little alignment problem
1109 in printed table header.
1110
1111 1998-07-20 07:14 Ulrich Drepper <drepper@cygnus.com>
1112
1113 * readelf.c: Correct reading of .dynamic section.
1114 (dynamic_section): Now a global variable.
1115 (process_mips_fpe_exception, process_mips_specific,
1116 process_arch_specific): New functions.
1117 (get_file_header): Call process_arch_specific.
1118
1119 1998-07-19 15:15 Ulrich Drepper <drepper@cygnus.com>
1120
1121 * readelf.c: Fix several versioning related bugs. Produce nicer
1122 output.
1123 Add support for processor specific information on MIPS.
1124
1125 Fri Jul 10 15:57:58 1998 Nick Clifton <nickc@cygnus.com>
1126
1127 * readelf.c: Switch prototypes from unsigned short to unsigned
1128 int.
1129
1130 Fri Jul 10 16:17:50 1998 Ian Lance Taylor <ian@cygnus.com>
1131
1132 From Christian Holland <CHolland@de.lucent.com>:
1133 * ieee.c (parse_ieee): Initialize info.global_vars and
1134 info.global_types.
1135 (parse_ieee_atn): Ignore register lifetime information reportedly
1136 emitted by MRI compiler.
1137
1138 Thu Jul 9 13:08:01 1998 Ian Lance Taylor <ian@cygnus.com>
1139
1140 * Makefile.am (MAINTAINERCLEANFILES): Define.
1141 * Makefile.in: Rebuild.
1142
1143 Tue Jul 7 21:48:54 1998 Jeffrey A Law (law@cygnus.com)
1144
1145 * readelf.c (byte_get): Use PARAMS in prototype.
1146 (error): Make it work with non-ANSI compilers.
1147 (warn): Likewise.
1148 (get_ver_flags): Don't use an ANSI prototype in the definition.
1149
1150 Tue Jul 7 13:26:13 1998 Ian Lance Taylor <ian@cygnus.com>
1151
1152 * objcopy.c (filter_bytes): Set size correctly if the size of the
1153 section is not an even multiple of the interleave. Based on patch
1154 from Brion Stone <Brion.Stone@attws.com>.
1155
1156 Thu Jul 2 14:01:34 1998 Klaus Kaempf <kkaempf@rmi.de>
1157
1158 * configure.com: Add vax/vms support.
1159 * makefile.vms-in: Renamed from makefile.vms. Add substitutions
1160 now done by configure.com.
1161
1162 Wed Jul 1 20:43:52 1998 Ian Lance Taylor <ian@cygnus.com>
1163
1164 * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
1165 integers with real upper bounds. Handle a lower bound one larger
1166 than the upper bound as a signed integer. Handle 8 byte signed
1167 integers.
1168 (stab_demangle_template): Optionally return the demangled name of
1169 the template.
1170 (stab_demangle_qualified): Treat a template name as a tagged
1171 type.
1172 (stab_demangle_fund_type): Likewise.
1173
1174 Wed Jul 1 16:29:50 1998 Nick Clifton <nickc@cygnus.com>
1175
1176 * objcopy.c: Minor formatting improvements.
1177 * readelf.c: Minor output formatting improvement.
1178
1179 Wed Jul 1 14:23:48 1998 Ian Lance Taylor <ian@cygnus.com>
1180
1181 * rclex.l: Add casts and change types to avoid warnings.
1182 * rcparse.y: Likewise.
1183 * resbin.c: Likewise.
1184 * rescoff.c: Likewise.
1185 * resrc.c: Likewise.
1186
1187 * Makefile.am: Rebuild dependencies.
1188 (HFILES): Remove readelf.h.
1189 * Makefile.in: Rebuild.
1190
1191 Based on patches from Andrew Kozin
1192 <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>:
1193 * winduni.h: New file, from windres.h.
1194 * winduni.c: New file, from windres.c.
1195 * windres.c: Move Unicode functions into winduni.c.
1196 * windres.h: Move Unicode declarations into winduni.h. Include
1197 winduni.h.
1198 (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows
1199 macro. Change all uses.
1200 (RT_PLUGPLAY, RT_VXD): Correct values.
1201 * Makefile.am (HFILES): Add windres.h.
1202 (CFILES): Add winduni.c.
1203 (windres_SOURCES): Add winduni.c.
1204
1205 Mon Jun 29 17:01:21 1998 Nick Clifton <nickc@cygnus.com>
1206
1207 * readelf.c: Use BFD Internal and External Elf structures.
1208 * readelf.h: Removed - no longer needed.
1209 * Makefile.in: Remove readelf.c's dependency upon readelf.h.
1210
1211 1998-06-26 Vladimir N. Makarov <vmakarov@cygnus.com>
1212
1213 * objcopy.c (strip_main): keep_specific_list == NULL as additional
1214 condition to set up strip all symbols by default.
1215 (copy_archive): don't change archive when error in object files of
1216 the archive.
1217
1218 Wed Jun 24 17:53:47 1998 Ian Lance Taylor <ian@cygnus.com>
1219
1220 * stabs.c (parse_number): Sign extend negative values correctly if
1221 bfd_vma is larger than unsigned long.
1222
1223 Tue Jun 23 14:55:05 1998 Mike Stump <mrs@wrs.com>
1224
1225 * Makefile.am (install-exec-local): Don't let EXEEXT interfere
1226 with the program transform name.
1227 * Makefile.in: Rebuild.
1228
1229 Tue Jun 23 11:08:53 1998 Nick Clifton <nickc@cygnus.com>
1230
1231 * readelf.c: Rewrite to use fopen/fread ratehr than mmap.
1232
1233 Add --section-headers command line switch, which is an alias for
1234 --sections.
1235
1236 Incorporate improvemnts made by Andreas Schwab
1237 <schwab@issan.informatik.uni-dortmund.de> including output
1238 formatting and version info display.
1239
1240 * binutils.texi: Document --section-headers switch to readelf.
1241
1242 Mon Jun 22 18:28:19 1998 Ian Lance Taylor <ian@cygnus.com>
1243
1244 * readelf.c: Include bfd.h and bucomm.h before system header
1245 files.
1246 (parse_args): Change type of c from char to int.
1247
1248 Sun Jun 14 14:26:28 1998 Nick Clifton <nickc@cygnus.com>
1249
1250 * readelf.c (usage): Write to stdout, not stderr.
1251
1252 Fri Jun 12 13:33:51 1998 Tom Tromey <tromey@cygnus.com>
1253
1254 * po/Make-in (all-yes): Depend on .pot file if maintainer mode
1255 enabled.
1256 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
1257
1258 Fri Jun 12 16:06:15 1998 Michael Meissner <meissner@cygnus.com>
1259
1260 * readelf.c (get_ppc_rel_type): New PowerPC support.
1261 (dump_relocations): PowerPC uses RELA relocations.
1262 (get_machine_name): Spell PowerPC correctly.
1263 (get_file_type): Change unsigned short parameter to unsigned.
1264 (get_machine_name): Ditto.
1265 (get_machine_data): Return whether big endian or little endian.
1266 (get_machine_flags): Interpret PowerPC, M32R, and MIPS flags.
1267 (process_elf_header): Print endian-ess. Convert all numeric
1268 formats to long or unsigned long. Print out machine specific flag
1269 bits.
1270 (process_section_headers): Increase name by 3 columns and decrease
1271 type by the same so that .gcc_except_table fits in the space.
1272
1273 * readelf.h: Include elf/ppc.h, elf/mips.h, and elf/m32r.h to get
1274 machine specific flag bits.
1275
1276 Thu Jun 11 17:54:26 1998 Nick Clifton <nickc@cygnus.com>
1277
1278 * readelf.c: Remove extraneous #includes. Fix warnings produced
1279 by -Wall when compiling under Linux.
1280
1281 * Makefile.am (readelf_LDADD): Add $(LIBIBERTY).
1282
1283 Thu Jun 11 18:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
1284
1285 * stabs.c (struct stab_handle): Add self_crossref field.
1286 (parse_stab_string): If a tag is a cross reference to itself,
1287 don't define it in the tags list.
1288 (parse_stab_type): Set info->self_crossref.
1289
1290 * debug.c (struct debug_type_real_list): Define.
1291 (debug_get_real_type): Add list parameter. Change all callers.
1292 Check for circularity to avoid crashing when it occurs.
1293
1294 Thu Jun 11 14:48:32 1998 Nick Clifton <nickc@cygnus.com>
1295
1296 * readelf.c: New file: Display contents of ELF format file.
1297 * readelf.h: New file: Header file for readelf.c
1298 * Makefile.am: Add rules to build readelf.
1299 * Makefile.in: Rebuilt.
1300 * binutils.texi: Document readelf.
1301 * NEWS: Mention inclusion of readelf into binutils.
1302 * po/POTFILES.in; Rebuilt.
1303
1304 Fri Jun 5 18:43:40 1998 Ian Lance Taylor <ian@cygnus.com>
1305
1306 * objcopy.c (setup_section): Adjust the section size if copy_byte
1307 is >= 0.
1308 (copy_section): Do not call bfd_set_section_size.
1309
1310 Thu Jun 4 09:12:27 1998 Nick Clifton <nickc@cygnus.com>
1311
1312 * objcopy.c (copy_usage): Add missing \n\ from help description.
1313
1314 Wed Jun 3 19:31:33 1998 Ian Lance Taylor <ian@cygnus.com>
1315
1316 * Makefile.am (YACC): Correct bison -L option.
1317 * Makefile.in: Rebuild.
1318
1319 * binutils.texi, objdump.1: Document -p/--private-headers.
1320
1321 Wed Jun 3 12:09:40 1998 Nick Clifton <nickc@cygnus.com>
1322
1323 * objcopy.c: Add new command line options: --change-section-lma
1324 and --change-section-vma. Rename old command line option
1325 --adjust-section-vma to --change-section-address. Rename
1326 --adjust-vma to --change-addresses and --adjust-start to
1327 --change-start. Provide aliases to support the old versions of
1328 these command line options.
1329
1330 Change the names of macros and enum elements to upper case to
1331 match the GNU coding standard.
1332
1333 Replace calls to fprintf (stderr,...) with calls to fatal () or
1334 non_fatal () as appropriate.
1335
1336 * objcopy.1: Document command line option changes.
1337 * binutils.texi: Document command line option changes.
1338
1339 * bucomm.h: New exported funtion from bucomm.c: non_fatal().
1340 * bucomm.c (non_fatal): New exported function. Just like fatal()
1341 except that it returns rather than calling xexit().
1342
1343 (bfd_check_format_matches): Call fatal() rather than bfd_fatal().
1344
1345 (check_matching_formats): Fix C formating.
1346
1347 (parse_vma): Call fatal().
1348
1349 Mon Jun 1 18:26:40 1998 Ian Lance Taylor <ian@cygnus.com>
1350
1351 From Yuli Barcohen <yuli.barcohen@telrad.co.il>:
1352 * debug.c (debug_type_samep): Avoid endless loops comparing
1353 function and method parameter types.
1354
1355 Fri May 22 14:02:42 1998 Ian Lance Taylor <ian@cygnus.com>
1356
1357 * dlltool.c (dump_iat): Comment out; not used.
1358 (display): Rename from tell. Change all callers.
1359
1360 Thu May 14 14:00:56 1998 Nick Clifton <nickc@cygnus.com>
1361
1362 * dlltool.c: Add support for Thumb DLLs. Add support for
1363 interworking between ARM and Thumb programs and DLLs. Tidy the
1364 code.
1365
1366 * binutils.texi: Document dlltool.
1367
1368 * configure: Build dlltool for thumb-pe targets.
1369
1370 * version.c (print_version): Include 1998 in copyright strings.
1371
1372 * stabs.c (parse_stab): Support Win32 style directory separators.
1373
1374 Sun May 10 22:34:44 1998 Jeffrey A Law (law@cygnus.com)
1375
1376 * po/Make-in (install-info): New target.
1377
1378 Fri May 8 10:33:13 1998 Nick Clifton <nickc@cygnus.com>
1379
1380 * ar.c (usage): Extend information provided about command line
1381 options.
1382
1383 Wed May 6 15:28:51 1998 Klaus Kaempf <kkaempf@progis.de>
1384
1385 * makefile.vms: Run dec c with /nodebug. Pass CC value when
1386 calling make.
1387
1388 Tue May 5 15:19:00 1998 Nick Clifton <nickc@cygnus.com>
1389
1390 * configure: Build dlltool for thumb-pe target.
1391 * configure.in: Build dlltool for thumb-pe target.
1392
1393 Sun May 3 22:04:49 1998 Ian Lance Taylor <ian@cygnus.com>
1394
1395 * Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconf
1396 sysdump coffdump to avoid extra $(EXEEXT).
1397 * Makefile.in: Rebuild.
1398
1399 Wed Apr 29 22:22:55 1998 Geoffrey Noer <noer@cygnus.com>
1400
1401 * configure.in: Stop appending EXEEXT to the end of
1402 SRCONV_PROG (wrong because that variable may contain multiple
1403 programs)
1404 * Makefile.am: instead, add EXEEXTs to each SRCONV_PROG
1405 program
1406 * Makefile.in: regenerate
1407 * configure: regenerate
1408
1409 Tue Apr 28 19:14:34 1998 Tom Tromey <tromey@cygnus.com>
1410
1411 * addr2line.c (main): Conditionally call setlocale.
1412 * windres.c (main): Likewise.
1413 * sysdump.c (main): Likewise.
1414 * strings.c (main): Likewise.
1415 * srconv.c (main): Likewise.
1416 * size.c (main): Likewise.
1417 * objdump.c (main): Likewise.
1418 * objcopy.c (main): Likewise.
1419 * nm.c (main): Likewise.
1420 * nlmconv.c (main): Likewise.
1421 * dlltool.c (main): Likewise.
1422 * coffdump.c (main): Likewise.
1423 * ar.c (main): Likewise.
1424 * bucomm.h: Include <locale.h> if HAVE_LOCALE_H.
1425 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
1426
1427 Tue Apr 28 10:33:07 1998 Bill Moyer <ttk@cygnus.com>
1428
1429 Add support for IMPORTS:
1430 * defparse.y (impline): Add IMPORTS syntaxes.
1431 * dlltool.c (ifunctype, iheadtype): New typedefs.
1432 (import_list): New static variable.
1433 (append_import): New static function.
1434 (def_import): Add an entry to import_list.
1435 (generate_idata_ofile): New static function.
1436 (gen_exp_file): Call generate_idata_ofile.
1437 * dlltool.h (def_import): Update declaration.
1438
1439 Mon Apr 27 16:39:22 1998 Ian Lance Taylor <ian@cygnus.com>
1440
1441 * configure.in: Change version number to 2.9.4
1442 * configure: Rebuild.
1443
1444 Wed Apr 22 16:00:35 1998 Tom Tromey <tromey@cygnus.com>
1445
1446 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
1447
1448 Wed Apr 22 00:33:56 1998 Tom Tromey <tromey@scribbles.cygnus.com>
1449
1450 * Makefile.am (INCLUDES): Search intl dirs for headers; define
1451 LOCALEDIR.
1452 * addr2line.c (main): Call setlocale, bindtextdomain, textdomain.
1453 * ar.c (main): Likewise.
1454 * coffdump.c (main): Likewise.
1455 * dlltool.c (main): Likewise.
1456 * nlmconv.c (main): Likewise.
1457 * nm.c (main): Likewise.
1458 * objcopy.c (main): Likewise.
1459 * objdump.c (main): Likewise.
1460 * size.c (main): Likewise.
1461 * srconv.c (main): Likewise.
1462 * strings.c (main): Likewise.
1463 * sysdump.c (main): Likewise.
1464 * windres.c (main): Likewise.
1465
1466 Tue Apr 21 22:13:08 1998 Tom Tromey <tromey@scribbles.cygnus.com>
1467
1468 * Many files: Added gettext invocations around user-visible
1469 strings.
1470 * bucomm.h: Added gettext-related includes and defines.
1471 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
1472 HAVE_LC_MESSAGES): Define.
1473 * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and
1474 po/Makefile. Use AM_PROG_LEX.
1475 * Makefile.am (SUBDIRS): New macro.
1476 (POTFILES): Likewise.
1477 (po/POTFILES.in): New target.
1478 (LDADD): Added INTLLIBS.
1479 (objdump_LDADD): Likewise.
1480 (c__filt_LDADD): Likewise.
1481 (ar_LDADD): Likewise.
1482 (ranlib_LDADD): Likewise.
1483 (dlltool_LDADD): Likewise.
1484 (windres_LDADD): Likewise.
1485 * po/Make-in, po/POTFILES.in, po/binutils.pot: New files.
1486
1487 Tue Apr 21 16:07:18 1998 Stanislav Brabec <utx@k332.feld.cvut.cz>
1488
1489 * objcopy.c (preserve_dates): New file static variable.
1490 (smart_rename): If preserve_dates, call set_times when copying.
1491 (strip_main): Remove preserve_dates local variable.
1492 (copy_main): Likewise.
1493
1494 Tue Apr 7 15:41:15 1998 Ian Lance Taylor <ian@cygnus.com>
1495
1496 * Makefile.am (DISTSTUFF): Add defparse.h, defparse.c, rclex.c,
1497 rcparse.h, and rcparse.c
1498 * Makefile.in: Rebuild.
1499
1500 Mon Apr 6 16:24:35 1998 Ian Lance Taylor <ian@cygnus.com>
1501
1502 * Makefile.am (PROGS): Move $(ADDR2LINE_PROG) to end, so that
1503 Makefile.in doesn't have an empty continuation line.
1504 (bin_PROGRAMS): Likewise.
1505 * Makefile.in: Rebuild.
1506
1507 Fri Apr 3 14:48:42 1998 Ian Lance Taylor <ian@cygnus.com>
1508
1509 * Makefile.am (DISTCLEANFILES): Add site.exp and site.bak.
1510 (MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*.
1511 (mostlyclean-local): New target.
1512 * Makefile.in: Rebuild.
1513
1514 Wed Apr 1 15:54:16 1998 Ian Lance Taylor <ian@cygnus.com>
1515
1516 From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. Lu
1517 <hjl@gnu.org>:
1518 * ar.c (usage): Mention S modifier.
1519 (main): Add S modifier.
1520 * ar.1, binutils.texi: Document S modifier.
1521
1522 Wed Apr 1 13:11:23 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1523
1524 * binutils.texi: Use @itemx for a secondary item in a table.
1525
1526 Tue Mar 31 18:44:13 1998 Ian Lance Taylor <ian@cygnus.com>
1527
1528 * dep-in.sed: Add rule to remove @OBJDIR@.
1529 * Makefile.am (dep.sed): Substitute for @OBJDIR@.
1530 * Makefile.in: Rebuild.
1531
1532 Mon Mar 30 12:47:18 1998 Ian Lance Taylor <ian@cygnus.com>
1533
1534 * configure.in: Set version to 2.9.1.
1535 * configure: Rebuild.
1536
1537 * Branched binutils 2.9.
1538
1539 * Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
1540 rcparse.h, and nlmheader.h.
1541 * Makefile.in: Rebuild.
1542
1543 Sat Mar 28 17:39:27 1998 Ian Lance Taylor <ian@cygnus.com>
1544
1545 * Makefile.am (MOSTLYCLEANFILES): Define.
1546 * Makefile.in: Rebuild.
1547
1548 Fix some gcc -Wall warnings:
1549 * nlmconv.c (main): Add casts to avoid warnings.
1550 (alpha_mangle_relocs): Likewise.
1551 * objdump.c (dump_section_stabs): Likewise.
1552 * size.c (print_sysv_format): Likewise.
1553 * srcconv.c (wr_ob): Likewise.
1554 * wrstabs.c (stab_modify_type): Likewise.
1555 (stab_variable): Likewise.
1556 * nlmconv.c (main): Initialize variables to avoid warnings.
1557 * nm.c (sort_symbols_by_size): Likewise.
1558 * objdump.c (disassemble_bytes): Likewise.
1559 * wrstabs.c (stab_end_class_type): Likewise.
1560 * coffgrok.c (do_sections_p2): Change j to unsigned int.
1561 (do_lines): Change l to unsigned int.
1562 * nlmheader.y (yylex): Change i to unsigned int.
1563 * nm.c (print_symbol): Change j to long.
1564 * size.c (lprint_number): Comment out.
1565 * srconv.c (wr_ob): Change i to bfd_size_type.
1566 * sysdump.c (unit_info_list): Comment out.
1567 (object_body_list, program_structure, debug_list): Likewise.
1568 * sysinfo.y (yyerror): Return value.
1569
1570 Thu Mar 26 17:06:51 1998 Richard Henderson <rth@cygnus.com>
1571
1572 * defparse.y (explist): Allow epsilon.
1573 Suggestion from Jonathan-Harris@psion.com.
1574
1575 Thu Mar 26 16:59:09 1998 Richard Henderson <rth@cygnus.com>
1576
1577 * coffgrok.c (do_sections_p1): Use the section's lma instead of vma
1578 for the benefit of prom loaders.
1579
1580 Wed Mar 25 13:05:39 1998 Ian Lance Taylor <ian@cygnus.com>
1581
1582 Based on patch from H.J. Lu <hjl@gnu.org>:
1583 * Makefile.am (DISTSTUFF): New variable.
1584 (diststuff): New target.
1585 (DISTCLEANFILES): New variable.
1586 * Makefile.in: Rebuild.
1587
1588 Tue Mar 24 19:33:08 1998 Ian Lance Taylor <ian@cygnus.com>
1589
1590 * rclex.l: Accept { and } as synonyms for BEGIN and END.
1591
1592 Fri Mar 20 19:18:08 1998 Ian Lance Taylor <ian@cygnus.com>
1593
1594 * aclocal.m4, configure: Rebuild with libtool 1.2.
1595
1596 Tue Feb 24 13:07:50 1998 Doug Evans <devans@canuck.cygnus.com>
1597
1598 * objdump.c (disassemble_data): Delete "++place" after call to
1599 find_symbol_for_address. Set disasm_info.symbols to array of
1600 symbols at the current address.
1601
1602 Wed Feb 18 23:39:46 1998 Richard Henderson <rth@cygnus.com>
1603
1604 * Makefile.am (install-exec-local): Install properly when ln
1605 fails or tooldir == prefix.
1606
1607 Tue Feb 17 18:40:55 1998 Richard Henderson <rth@cygnus.com>
1608
1609 * objcopy.c (compare_section_lma): Rename from _vma.
1610 (copy_object): Gap fill based on LMA not VMA.
1611 * binutils.texi: Update and clarify.
1612 * objcopy.1: Likewise.
1613
1614 Tue Feb 17 20:34:11 1998 Ian Lance Taylor <ian@cygnus.com>
1615
1616 * dlltool.c (gen_exp_file): Generate _imp__%s as well as __imp_%s,
1617 for Microsoft compatibility.
1618 (make_one_lib_file): Likewise.
1619
1620 * dlltool.c (make_one_lib_file): Don't add 1 to hint.
1621
1622 Fri Feb 13 16:37:44 1998 Ian Lance Taylor <ian@cygnus.com>
1623
1624 * Makefile.am (AUTOMAKE_OPTIONS): Define.
1625 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
1626
1627 Thu Feb 12 14:13:46 1998 Ian Lance Taylor <ian@cygnus.com>
1628
1629 * deflex.l: Accept '?' in symbol names, for VC++ mangled names.
1630 From Mikey <jeffdb@netzone.com>.
1631
1632 * addr2line.c (usage): Update bug-gnu-utils address.
1633 * ar.c (usage): Likewise.
1634 * nlmconv.c (show_usage): Likewise.
1635 * nm.c (usage): Likewise.
1636 * objcopy.c (copy_usage): Likewise.
1637 (strip_usage): Likewise.
1638 * objdump.c (usage): Likewise.
1639 * size.c (usage): Likewise.
1640 * strings.c (usage): Likewise.
1641 * windres.c (usage): Likewise.
1642 * binutils.texi (Bug Reporting): Likewise.
1643
1644 Sat Feb 7 15:36:24 1998 Ian Lance Taylor <ian@cygnus.com>
1645
1646 * configure, aclocal.m4: Rebuild with new libtool.
1647
1648 Thu Feb 5 12:21:13 1998 Ian Lance Taylor <ian@cygnus.com>
1649
1650 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
1651
1652 Fri Jan 30 19:16:28 1998 Doug Evans <devans@canuck.cygnus.com>
1653
1654 * Makefile.am (CC_FOR_TARGET,nlmcomv.o): Change program_transform_name
1655 to transform.
1656 * Makefile.in: Regenerate.
1657
1658 Thu Jan 29 16:24:04 1998 Mumit Khan <khan@xraylith.wisc.edu>
1659
1660 * dlltool.c: Define exit status macros for _WIN32 but not
1661 __CYGWIN32__.
1662 (gen_lib_file): Check for exit status of unlink.
1663 * resrc.c: Define popen and pclose if _WIN32 but not
1664 __CYGWIN32__.
1665
1666 Wed Jan 28 17:45:46 1998 Ian Lance Taylor <ian@cygnus.com>
1667
1668 * configure.in: Remove vfork check.
1669 * nlmconv.c: Never include vfork.h.
1670 * aclocal.m4, configure, Makefile.in, config.in: Rebuild.
1671
1672 Wed Jan 28 17:43:02 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
1673
1674 * objcopy.c (copy_archive): Only pass one argument to mkdir if
1675 _WIN32 but not __CYGWIN32__.
1676 (smart_rename): Add code for _WIN32 (not __CYGWIN32__), to cope
1677 with different rename behaviour and lack of chown.
1678
1679 * configure.in: Check for mingw32 when deciding whether to build
1680 dlltool.
1681 * dlltool.c: Never include vfork.h.
1682 (run): Use pexecute rather than vfork.
1683 (gen_lib_file): Check for errors from bfd_set_archive_head and
1684 bfd_close. Close all the BFDs in the archive before deleting the
1685 temporary files.
1686
1687 Thu Jan 22 16:22:55 1998 Fred Fish <fnf@cygnus.com>
1688
1689 * objdump.c (disassemble_bytes): Add flag INSN_HAS_RELOC to tell
1690 disassembly function there is a reloc on this line.
1691
1692 Wed Jan 14 15:29:43 1998 Richard Henderson <rth@cygnus.com>
1693
1694 * srconv.c (sh, h8300): Delete variables.
1695 (addrsize, toolname, rnames): New variables.
1696 (writeINT): Use addrsize.
1697 (wr_un): Use toolname.
1698 (wr_hd): Set up addrsize et al properly for h8300[hs].
1699 (walk_tree_symbol): Zero dsy. Use rnames.
1700 (wr_un, wr_hd, wr_ob, wr_du): Use proper bfd access macros.
1701 * sysdump.c (sh, h8300): Delete variables.
1702 (addrsize): New variable.
1703 (getINT): Use it.
1704 (getone): Initialize it.
1705 (getBITS): Range check on MAX.
1706
1707 Mon Dec 29 16:58:05 1997 Ian Lance Taylor <ian@cygnus.com>
1708
1709 From Matthew Bellantoni <matthew@chrysalis.com>:
1710 * ar.c (get_pos_bfd): Add default_posname parameter. Change all
1711 callers.
1712 (replace_members): Default to replacing in the same position.
1713
1714 Mon Dec 22 11:27:22 1997 Ian Lance Taylor <ian@cygnus.com>
1715
1716 * rclex.l: Don't permit a comma in a STRING.
1717 * rcparse.y (acc_entry): Warn if an inappropriate modifier is used
1718 with a non VIRTKEY.
1719 (acc_event): For a control character, set VIRTKEY, and force the
1720 character to uppercase.
1721 (acc_options): Don't require a comma separator.
1722
1723 Tue Dec 9 13:25:42 1997 Michael Meissner <meissner@cygnus.com>
1724
1725 * size.c (size_number): New function to provide size of field.
1726 ({l,r}print_number): For octal and hex fields, print field using
1727 '0' and '0x' suffixes. Do not include following tab.
1728 (sysv_internal_sizer): Size section name, section size, and vma
1729 address fields.
1730 (sysv_internal_printer): Use calculated sizes for the columns.
1731 (print_sysv_format): Size columns before printing.
1732 (print_berkeley_format): Print tabs between numbers now that
1733 {l,r}print_number doesn't. Print fields right justified.
1734
1735 Mon Dec 8 11:22:04 1997 Nick Clifton <nickc@cygnus.com>
1736
1737 * objdump.c (objdump_print_addr_with_sym): Remove call to
1738 disasm_symaddr() as this function no longer exists.
1739
1740 Tue Dec 2 10:23:50 1997 Nick Clifton <nickc@cygnus.com>
1741
1742 * objdump.c (objdump_print_addr_with_sym): Call disasm_symaddr()
1743 to allow backend to know which symbol has just been displayed.
1744
1745 Tue Dec 2 13:06:46 1997 Ian Lance Taylor <ian@cygnus.com>
1746
1747 * windres.h (ESCAPE_*): Define standard escape sequences.
1748 * rclex.l (handle_quotes): Handle standard escape sequences. Warn
1749 about an unrecognized escape character.
1750 * windres.c (unicode_print): Print standard escape sequences.
1751 * rcparse.y (acc_event): Initialize $$.next.
1752 * resbin.c (bin_to_res_menuitems): Don't set MENUITEM_POPUP or
1753 MENUITEM_ENDMENU in the menu item flags.
1754 (bin_to_res_accelerators): Allocate a structure (the old code
1755 never worked).
1756 (res_to_bin_accelerator): Correct the test for setting ACC_LAST.
1757 (res_to_bin_dialog): Save the extended style rather than saving
1758 the style twice. Remove useless shadowing length variable. Set
1759 the length of control data correctly.
1760 * resrc.c (write_rc_dialog): Don't print the class or menu if the
1761 string length is zero.
1762
1763 Mon Nov 24 18:52:43 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1764
1765 * stabs.c (parse_stab_argtypes): Don't try to parse the name of a
1766 destructor as mangled argument types.
1767
1768 Mon Nov 10 17:51:41 1997 Gavin Koch <gavin@cygnus.com>
1769
1770 * addr2line.c (translate_addresses): Use bfd_scan_vma rather
1771 than strtol to scan addresses.
1772
1773 Sun Nov 9 11:01:31 1997 Jeffrey A Law (law@cygnus.com)
1774
1775 * Makefile.am (bin_PROGRAMS): Don't use line continuations here.
1776
1777 Tue Nov 4 11:56:14 1997 Ian Lance Taylor <ian@cygnus.com>
1778
1779 * objcopy.c (copy_section): Don't crash if there is no particular
1780 information for a section.
1781
1782 Mon Nov 3 12:36:19 1997 Ian Lance Taylor <ian@cygnus.com>
1783
1784 * objcopy.c (parse_flags): Make flag check case insensitive.
1785 Check for `contents' flag. Give an error for unrecognized flags.
1786 (copy_section): If the contents flag was set for a section that
1787 had no contents, zero out the new contents.
1788 * binutils.texi (objcopy): Document contents section flag.
1789
1790 Sun Nov 2 14:49:56 1997 Ian Lance Taylor <ian@cygnus.com>
1791
1792 * objcopy.c: Move new struct and variable definitions to top of
1793 file. Remove obsolete add_strip_symbol and is_strip_symbol
1794 declarations. Add prototype declarations for add_specific_symbol
1795 and is_specified_symbol.
1796
1797 Mon Oct 20 15:31:43 1997 Klaus K"ampf <kkaempf@progis.de>
1798
1799 * configure.com (HAVE_SBRK): Undefine.
1800
1801 Tue Oct 14 16:14:35 1997 Nick Clifton <nickc@cygnus.com>
1802
1803 * objdump.c (objdump_symbol_at_address): New function. Returns
1804 true if a symbol can be found at the address passed in.
1805 (disassemble_data): Set the symbol_at_address_func field to point
1806 to objdump_symbol_at_address.
1807
1808 Fri Oct 10 14:13:09 1997 Richard Henderson <rth@cygnus.com>
1809
1810 * objcopy.c, objcopy.1, binutils.texi: "localize" is a better name
1811 than "privatize". Update all references.
1812
1813 Thu Oct 9 15:57:29 1997 Ian Lance Taylor <ian@cygnus.com>
1814
1815 * binutils.texi (strip): Remove duplicate --target. From Marty
1816 Leisner <leisner@sdsp.mc.xerox.com>.
1817
1818 * nm.c (lineno_cache_bfd): New file static variable.
1819 (lineno_cache_rel_bfd): New file static variable.
1820 (display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd
1821 when closing a BFD.
1822 (display_file): Likewise.
1823 (print_symbol): Use lineno_cache_bfd and lineno_cache_rel_bfd
1824 instead of cache_bfd and cache_rel_bfd. Make seccount static, and
1825 only set it when setting relocs.
1826
1827 Wed Oct 8 21:19:11 1997 Richard Henderson <rth@cygnus.com>
1828
1829 * objcopy.c (keep_specific_list, privatize_specific_list,
1830 weaken_specific_list): New variables.
1831 (keep_symbols): Removed.
1832 (add_specific_symbol): New function from the carcas of
1833 add_strip_symbol. Takes a list as an argument.
1834 (is_specified_symbol): Likewise from is_strip_symbol.
1835 (filter_symbols): Honor the new privatize and weaken lists.
1836 Optimize bfd_asymbol_name handling.
1837 (copy_object, copy_options, copy_usage): Add privatize-symbol &
1838 weaken-symbol options.
1839
1840 * objcopy.1, binutils.texi: Update docs.
1841
1842 Sun Oct 5 09:05:44 1997 Frank Ch. Eigler <fche@cygnus.com>
1843
1844 * objdump.c (disassemble_data): Make "--prefix-addresses"
1845 disassembly adjust to mixed-length instructions.
1846 (objdump_print_addr_with_sym): Add "0x" prefix for hexadecimal
1847 symbol-offsets in disassembly.
1848
1849 Fri Oct 3 12:04:25 1997 Ian Lance Taylor <ian@cygnus.com>
1850
1851 * objcopy.c (set_times): New static function, replacing
1852 make_same_dates.
1853 (strip_main): If preserve_dates, stat the input file before
1854 copying it, and call set_times afterward.
1855 (copy_main): Likewise.
1856
1857 * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to
1858 char * when calling strcpy and strlen.
1859
1860 Wed Sep 24 11:34:05 1997 Ian Lance Taylor <ian@cygnus.com>
1861
1862 * binutils.texi (ar cmdline): Document that q now works like r.
1863 From Marty Leisner <leisner@sdsp.mc.xerox.com>.
1864
1865 * binutils.texi (size): The object file argument is optional.
1866 From Marty Leisner <leisner@sdsp.mc.xerox.com>.
1867
1868 * aclocal.m4: Rebuild with new libtool.
1869 * configure: Rebuild.
1870
1871 Tue Aug 26 17:48:34 1997 Ian Lance Taylor <ian@cygnus.com>
1872
1873 * Makefile.am (EXEEXT_FOR_BUILD): New variable. Use it in all
1874 references to the sysinfo program.
1875 * configure.in: Rebuild with new bfd/acinclude.m4.
1876 * Makefile.in: Rebuild.
1877
1878 Fri Aug 8 15:32:49 1997 Ian Lance Taylor <ian@cygnus.com>
1879
1880 * windres.c: Include <time.h>.
1881 (define_resource): Set a timestamp for the resource.
1882
1883 Wed Aug 6 13:37:58 1997 Ian Lance Taylor <ian@cygnus.com>
1884
1885 * configure.in: Define TARGET in header file.
1886 * acconfig.h (TARGET): Add #undef.
1887 * Makefile.am (version.o, bucomm.o): Remove special targets.
1888 * bucomm.c (target): Remove.
1889 * nm.c (program_name): Don't declare.
1890 (target): Make static.
1891 * size.c (target): Make static.
1892 * configure, config.in, Makefile.in: Rebuild.
1893
1894 Tue Aug 5 00:01:41 1997 Ian Lance Taylor <ian@cygnus.com>
1895
1896 * Makefile.am (check-DEJAGNU): Export r.
1897 (.dep1): Use $(INCLUDES) rather than $(ALL_CFLAGS).
1898 * Makefile.in: Rebuild.
1899
1900 * nlmheader.y: Use VERSIONK rather than VERSION.
1901
1902 * Makefile.am (STRIP_PROG): Change from strip.new to strip-new.
1903 (NM_PROG): Change from nm.new to nm-new.
1904 (TOOL_PROGS, install-exec-local): Adjust accordingly.
1905 * Makefile.in: Rebuild.
1906
1907 Mon Aug 4 11:47:31 1997 Ian Lance Taylor <ian@cygnus.com>
1908
1909 * configure.in: Remove AC_ARG_PROGRAM; it's invoked by
1910 AM_INIT_AUTOMAKE.
1911 * configure: Rebuild.
1912
1913 * Makefile.am (install-exec-local): Create $(tooldir)/bin before
1914 trying to install anything into it.
1915 * Makefile.in: Rebuild.
1916
1917 * Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT).
1918 (install-exec-local): When handling $(noinst_PROGRAMS), only use
1919 $(EXEEXT) on the installed file. When handling $(TOOL_PROGS),
1920 handle $(EXEEXT) correctly.
1921 * configure.in: Add an explicit $(EXEEXT) when substituting for
1922 the name of a program to build.
1923 * Makefile.in, configure: Rebuild.
1924
1925 * aclocal.m4, configure, Makefile.in: Rebuild with new automake
1926 patches.
1927
1928 * deflex.l, defparse.y: Use VERSIONK rather than VERSION.
1929 * rclex.l, rcparse.y: Likewise.
1930 * Makefile.am (windres_SOURCES): Add $(BULIBS).
1931 * Makefile.in: Rebuild.
1932
1933 Fri Aug 1 13:08:39 1997 Ian Lance Taylor <ian@cygnus.com>
1934
1935 * acinclude.m4: Include bfd/acinclude.m4, not bfd/acmacros.m4.
1936 * aclocal.m4, configure: Rebuild with new libtool.
1937
1938 Thu Jul 31 11:51:35 1997 Ian Lance Taylor <ian@cygnus.com>
1939
1940 * Makefile.am: New file, based on old Makefile.in.
1941 * acinclude.m4: New file, from old aclocal.m4.
1942 * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove
1943 shared library handling; now handled by libtool. Replace
1944 AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC,
1945 AC_PROG_LEX, AC_DECL_YYTEST, AM_MAINTAINER_MODE, AM_CYGWIN32, and
1946 AM_EXEEXT. Replace AC_PROG_INSTALL with AM_PROG_INSTALL. Remove
1947 stamp-h handling in AC_OUTPUT.
1948 * acconfig.h: Mention PACKAGE and VERSION.
1949 * stamp-h.in: New file.
1950 * Makefile.in: Now built with automake.
1951 * aclocal.m4: Now built with aclocal.
1952 * config.in, configure: Rebuild.
1953
1954 From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
1955 * rcparse.y (dialog): Default menu and class to be named.
1956 (styles): If FONT is seen, set DS_SETFONT in dialog style.
1957 * resbin.c (res_to_bin_dialog): Correct computation of font
1958 information length.
1959
1960 Wed Jul 30 11:21:06 1997 Ian Lance Taylor <ian@cygnus.com>
1961
1962 From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
1963 * resbin.c (res_to_bin_menu): Correct computation of menu
1964 vs. menuex length.
1965 * resrc.c (define_stringtable): Add 1 to resource ID.
1966
1967 Tue Jul 29 11:06:03 1997 Ian Lance Taylor <ian@cygnus.com>
1968
1969 * resbin.c (bin_to_res_string): Correct adjustment of data and
1970 length. From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>.
1971
1972 Tue Jul 22 18:01:23 1997 Ian Lance Taylor <ian@cygnus.com>
1973
1974 * nlmconv.c (link_inputs): Call libiberty pexecute function.
1975 (pexecute) [multiple versions]: Remove.
1976
1977 Tue Jul 22 16:19:34 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
1978
1979 * bucomm.c (make_tempname): If we might be using a DOS filesystem,
1980 check for a backslash as well as a slash.
1981
1982 Thu Jun 26 13:53:17 1997 Ian Lance Taylor <ian@cygnus.com>
1983
1984 * windres.c (main): Quit if we didn't get any resources.
1985 (usage): Fix --yydebug usage message.
1986 * rescoff.c (write_coff_file): Don't free the relocation array
1987 until after we've closed the BFD.
1988 (read_coff_rsrc): Quit rather than try to read standard input.
1989 (write_coff_file): Quit rather than try to write to standard
1990 output.
1991 * rcparse.y: Add a couple of missing semicolons (accepted by bison
1992 but not byacc).
1993 * binutils.texi: Document windres.
1994
1995 Wed Jun 25 20:57:06 1997 Ian Lance Taylor <ian@cygnus.com>
1996
1997 * resbin.c: New file.
1998 * rclex.l, rcparse.y, rescoff.c, resrc.c, windres.c, windres.h:
1999 Numerous fixes and improvements.
2000 * Makefile.in: Rebuild dependencies.
2001 (CFILES): Add resbin.c.
2002 (WINDRES_OBJS): Add resbin.o.
2003
2004 Sun Jun 22 17:29:41 1997 Ian Lance Taylor <ian@cygnus.com>
2005
2006 First stab at Windows resource compiler:
2007 * windres.h: New file.
2008 * windres.c: New file.
2009 * resrc.c: New file.
2010 * rcparse.y: New file.
2011 * rclex.l: New file.
2012 * rescoff.c: New file.
2013 * configure.in: Define and substitute BUILD_WINDRES.
2014 * configure: Rebuild.
2015 * Makefile.in: Rebuild dependencies.
2016 (WINDRES_PROG): New variable.
2017 (PROGS): Add @BUILD_WINDRES@.
2018 (HFILES): Add dlltool.h and windres.h.
2019 (CFILES): Add windres.c and resrc.c.
2020 (GENERATED_CFILES): Add rcparse.c and rclex.c.
2021 (WINDRES_OBJS): New variable.
2022 $(WINDRES_PROG): New target.
2023 (rcparse.c, rcparse.h, rclex.c): New targets.
2024
2025 Thu Jun 12 12:27:51 1997 Ian Lance Taylor <ian@cygnus.com>
2026
2027 * dlltool.c (export_type): Add data field.
2028 (def_exports): Add data parameter. Change all callers.
2029 (dump_def_info): Print data field.
2030 (gen_def_file): Likewise.
2031 (make_one_lib_file): Handle data field by not emitting simple
2032 label and not emitting anything in SEC_TEXT.
2033 (dtab): Print data field.
2034 (process_duplicates): Merge data field.
2035 * dlltool.h (def_exports): Update declaration.
2036 * defparse.y (expline): Accept opt_DATA. Pass it to def_exports.
2037 (opt_DATA): New non-terminal.
2038
2039 Wed Jun 11 17:15:47 1997 Ian Lance Taylor <ian@cygnus.com>
2040
2041 * dlltool.h: New file.
2042 * deflex.l: Include dlltool.h and libiberty.h. Don't declare
2043 strdup. Use xstrdup rather than strdup.
2044 * defparse.y: Include bfd.h, bucomm.h, and dlltool.h.
2045 * dlltool.c: Include dlltool.h and time.h. Make a lot of
2046 variables and functions static. Make a lot of char * variables
2047 and parameters const. Add declarations for static functions. Do
2048 some reindenting. Hide more PowerPC stuff inside DLLTOOL_PPC.
2049
2050 Wed Jun 11 12:05:52 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
2051
2052 * ar.c (bfd_special_undocumented_glue): Add const.
2053
2054 Mon May 12 22:09:35 1997 Bob Manson <manson@charmed.cygnus.com>
2055
2056 * Makefile.in (check): Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET
2057 to runtest.
2058
2059 Mon May 12 13:14:22 1997 Ian Lance Taylor <ian@cygnus.com>
2060
2061 * configure.in: Don't clear OPCODES when --enable-commonbfdlib is
2062 used on HP/UX.
2063 * configure: Rebuild.
2064
2065 Fri Apr 25 14:22:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
2066
2067 * Makefile.in (maintainer-clean realclean): Change *.info*
2068 to binutils.info* to save sysroff.info.
2069
2070 Tue Apr 15 13:42:22 1997 Ian Lance Taylor <ian@cygnus.com>
2071
2072 * Makefile.in (INSTALL): Set to @INSTALL@.
2073 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
2074 (install): Depend upon installdirs. Use $(program_transform_name)
2075 directly, rather than using $(INSTALL_XFORM) and
2076 $(INSTALL_XFORM1).
2077 (installdirs): New target.
2078 (install-info): Run mkinstalldirs.
2079
2080 Mon Apr 14 11:52:39 1997 Ian Lance Taylor <ian@cygnus.com>
2081
2082 * Makefile.in (INSTALL): Change install.sh to install-sh.
2083
2084 From Thomas Graichen <graichen@rzpd.de>:
2085 * Makefile.in: Always use $(SHELL) when running move-if-change.
2086 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
2087 * configure: Rebuild.
2088
2089 Fri Apr 4 13:28:02 1997 Ian Lance Taylor <ian@cygnus.com>
2090
2091 * configure.in: Add AC_FUNC_ALLOCA.
2092 * configure, config.in: Rebuild.
2093 * bucomm.h: Add alloca handling, copied from gas/as.h.
2094 * dlltool.c: Add #pragma alloca for AIX to start of file.
2095 * nlmconv.c: Likewise.
2096
2097 * Makefile.in (distclean): Remove site.exp and site.bak. Remove
2098 everything that clean removes.
2099
2100 Thu Apr 3 13:18:39 1997 Ian Lance Taylor <ian@cygnus.com>
2101
2102 * Makefile.in (VERSION): Set to 2.8.1.
2103
2104 * Branched binutils 2.8.
2105
2106 Tue Apr 1 16:21:44 1997 Klaus Kaempf <kkaempf@progis.de>
2107
2108 * configure.com: New file.
2109 * config.h-vms: Remove file.
2110 * makefile.vms: Update for new configure scheme.
2111
2112 Mon Mar 31 15:30:43 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2113
2114 * objcopy.c (make_same_dates): Use statbuf, not buf, if not
2115 HAVE_GOOD_UTIME_H.
2116
2117 Fri Mar 28 17:57:53 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
2118
2119 * Makefile.in ($(OBJDUMP_PROG)): Don't link against BFDLIB twice.
2120 * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
2121 set OPCODES to empty.
2122 * configure: Rebuild.
2123
2124 Thu Mar 27 16:03:02 1997 Ian Lance Taylor <ian@cygnus.com>
2125
2126 Based on patch from Marty Leisner <leisner@sdsp.mc.xerox.com>:
2127 * objcopy.c: Include <utime.h> or <sys/time.h>.
2128 (strip_options): Add "preserve-dates".
2129 (copy_options): Likewise.
2130 (copy_usage): Mention -p and --preserve-dates.
2131 (strip_usage): Likewise.
2132 (make_same_dates): New static function.
2133 (strip_main): Handle -p.
2134 (copy_main): Likewise.
2135 * binutils.texi, strip.1, objcopy.1: Document new option.
2136
2137 addr2line.c contributed by Ulrich Lauther
2138 <Ulrich.Lauther@zfe.siemens.de>:
2139 * addr2line.c: New file.
2140 * Makefile.in: Rebuild dependencies.
2141 (ADDR2LINE_PROG): New variable.
2142 (MANPAGES): Add addr2line.
2143 (PROGS): Add $(ADDR2LINE_PROG).
2144 (CFILES): Add addr2line.c.
2145 ($(ADDR2LINE_PROG)): New target.
2146 * binutils.texi: Document addr2line.
2147 * addr2line.1: New file.
2148
2149 * version.c (print_version): Update copyright date.
2150
2151 Mon Mar 24 10:52:45 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2152
2153 * objdump.c (disassemble_data): Don't exit if a file cannot be
2154 disassembled, instead just return.
2155
2156 Thu Mar 20 21:16:51 1997 Jeffrey A Law (law@cygnus.com)
2157
2158 * size.c (usage): Make definition match its prototype.
2159 (display_bfd, lprint_number, rprint_number): Likewise.
2160 (print_berkeley_format, sysv_internal_printer): Likewise.
2161 (print_sysv_format): Likewise.
2162 * nm.c (set_print_radix, set_output_format): Likewise.
2163 * objcopy.c (filter_bytes): Likewise.
2164
2165 Tue Mar 18 16:39:55 1997 H.J. Lu <hjl@lucon.org>
2166
2167 * Many files: Add function prototypes.
2168 * ar.c (mri_emul, get_pos_bfd): Make static.
2169 * arlex.l: Include "libiberty.h". Don't declare strdup. Use
2170 xstrdup rather than strdup.
2171 * arparse.y (yyerror): Make argument const. Correct typo.
2172 * arsup.c (strdup): Don't declare.
2173 (ar_save): Use xstrdup rather than strdup.
2174 * filemode.c: Include "bucomm.h".
2175 * nm.c (usage): Make static.
2176 (print_symname): Make format and name const.
2177 * objcopy.c (cat): Remove.
2178 (copy_archive): Make output_target const. Use concat, not cat.
2179 (copy_file, simple_copy, smart_rename): Make arguments const.
2180 * objdump.c (read_section_stabs): Likewise.
2181 (print_section_stabs): Likewise.
2182 (display_target_tables): Don't declare getenv.
2183 * strings.c (strings_object_file): Change file to const.
2184 (print_strings): Change filename to const.
2185 * Makefile.in: Rebuild dependencies.
2186
2187 Tue Mar 18 11:37:24 1997 Ian Lance Taylor <ian@cygnus.com>
2188
2189 * configure.in: Add BFD_NEED_DECLARATION(getenv).
2190 * acconfig.h: Add NEED_DECLARATION_GETENV.
2191 * bucomm.h (getenv): Declare if NEED_DECLARATION_GETENV.
2192 * configure, config.in: Rebuild.
2193 * nlmconv.c (getenv): Don't declare.
2194
2195 * Makefile.in: Rebuild dependencies.
2196
2197 Sat Mar 15 15:35:56 1997 Ian Lance Taylor <ian@cygnus.com>
2198
2199 Based on patches from Jamie Lokier <jamie@rebellion.co.uk>:
2200 * objdump.c: Include "demangle.h".
2201 (do_demangle): New static variable.
2202 (usage): Mention -C/--demangle.
2203 (long_options): Add "demangle".
2204 (objdump_print_symname): New static function.
2205 (objdump_print_addr_with_sym): Use objdump_print_symname.
2206 (disassemble_bytes): Likewise.
2207 (dump_reloc_set): Likewise.
2208 (dump_symbols): Demangle symbol name.
2209 (main): Handle -C.
2210 * binutils.texi, objdump.1: Document -C/--demangle.
2211
2212 * objdump.c (usage): Mention --no-show-raw-insn.
2213 (long_options): Add "no-show-raw-insn".
2214 (disassemble_bytes): Handle --no-show-raw-insn.
2215 * binutils.texi, objdump.1: Document --no-show-raw-insn.
2216
2217 Wed Mar 12 11:42:00 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2218
2219 * rddbg.c (free_saved_stabs): Set the strings to NULL after being
2220 freed.
2221
2222 Fri Feb 28 17:18:45 1997 Ian Lance Taylor <ian@cygnus.com>
2223
2224 * bucomm.c (set_default_bfd_target): New function.
2225 * bucomm.h (set_default_bfd_target): Declare.
2226 * ar.c (main): Call set_default_bfd_target.
2227 * nlmconv.c (main): Likewise.
2228 * nm.c (main): Likewise.
2229 * objcopy.c (main): Likewise.
2230 * objdump.c (main): Likewise.
2231 * size.c (main): Likewise.
2232 * strings.c (main): Likewise.
2233 * Makefile.in (bucomm.o): New target, to define TARGET.
2234
2235 Tue Feb 25 21:28:38 1997 Ian Lance Taylor <ian@cygnus.com>
2236
2237 * objdump.c (adjust_section_vma): New static variable.
2238 (usage): Mention --adjust-section-vma.
2239 (OPTION_ADJUST_VMA): Define.
2240 (long_options): Add "addjust-vma".
2241 (display_bfd): If adjust_section_vma is not 0, add it to all the
2242 section addresses.
2243 (main): Handle OPTION_ADJUST_VMA.
2244 * binutils.texi, objdump.1: Document --adjust-vma.
2245
2246 Fri Feb 14 18:46:47 1997 Ian Lance Taylor <ian@cygnus.com>
2247
2248 * nm.c (print_symbol): Cache the BFD as well as the symbols and
2249 relocs, and don't try to use the symbols or relocs with a
2250 different BFD.
2251
2252 Thu Feb 13 21:34:43 1997 Klaus Kaempf (kkaempf@progis.de)
2253
2254 * config.h-vms: sbrk() is provided on openVMS/Alpha.
2255 * makefile.vms: allow compiling with current gcc snapshot.
2256
2257 Thu Feb 13 20:14:40 1997 Ian Lance Taylor <ian@cygnus.com>
2258
2259 * arsup.c, coffgrok.c, dlltool.c, nlmconv.c: Use xmalloc rather
2260 than malloc.
2261
2262 Wed Feb 12 16:12:02 1997 Ian Lance Taylor <ian@cygnus.com>
2263
2264 * objdump.c (disassemble_data): Correct VMA argument to
2265 find_symbol_for_address. Improve handling of code with no symbol
2266 followed by code with a symbol.
2267
2268 Wed Feb 12 12:16:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2269
2270 * objdump.c (disassemble_bytes): Make output of raw instructions
2271 work better for non-standard values of bytes_per_chunk and
2272 bytes_per_line.
2273
2274 Thu Feb 6 14:14:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2275
2276 * objdump.c (disassemble_bytes): Added code to allow some control
2277 over the way raw instructions are displayed.
2278
2279 Thu Feb 6 12:36:03 1997 Ian Lance Taylor <ian@cygnus.com>
2280
2281 * stabs.c (struct bincl_file): Add next_stack field.
2282 (push_bincl): Put the new file on both bincl_list and
2283 bincl_stack. Clear the file_types field.
2284 (pop_bincl): Use the next_stack field when popping the stack.
2285 Don't put the file on bincl_list.
2286 (find_excl): Include the file name when warning about an unfound
2287 N_EXCL.
2288
2289 * debug.c (debug_type_samep): Don't crash if we are passed NULL.
2290
2291 Thu Feb 6 11:54:24 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
2292
2293 * objcopy.1: Add missing space after .B.
2294
2295 Fri Jan 31 10:33:07 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2296
2297 * objdump.c (disassemble_data): Initialize `aux.require_sec'.
2298
2299 Wed Jan 29 13:21:21 1997 Ian Lance Taylor <ian@cygnus.com>
2300
2301 * objdump.c (objdump_print_value): Add skip_zeroes parameter.
2302 Change all callers.
2303 (objdump_print_addr_with_sym): Likewise. Call objdump_print_value
2304 to print address.
2305 (objdump_print_addr): New static function.
2306 (objdump_print_address): Just call objdump_print_addr.
2307 (disassemble_bytes): Print real address, not function offset.
2308 Skip a certain number of leading zeroes.
2309
2310 * objdump.c (disassemble_zeroes): New static variable.
2311 (usage): Mention --disassemble-zeroes.
2312 (long_options): Add "disassemble-zeroes".
2313 (disassemble_bytes): Check disassemble_zeroes.
2314
2315 Tue Jan 28 16:47:26 1997 Ian Lance Taylor <ian@cygnus.com>
2316
2317 * objdump.c (disassemble_bytes): Don't skip zeroes if the
2318 disassembler has told us that we are in a branch delay slot.
2319
2320 Mon Jan 20 14:24:04 1997 Ian Lance Taylor <ian@cygnus.com>
2321
2322 * size.c (berkeley_sum): Rewrite. Skip sections which are not
2323 SEC_ALLOC. Count SEC_READONLY sections as text.
2324
2325 Tue Jan 14 15:14:14 1997 Ian Lance Taylor <ian@cygnus.com>
2326
2327 * Makefile.in (maintainer-clean realclean): Remove *.info*, not
2328 just *.info. From H.J. Lu <hjl@lucon.org>.
2329
2330 Tue Dec 31 15:42:54 1996 Ian Lance Taylor <ian@cygnus.com>
2331
2332 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
2333
2334 Fri Dec 27 11:19:26 1996 Ian Lance Taylor <ian@cygnus.com>
2335
2336 * configure.in: Work around bug in AC_FUNC_VFORK in autoconf 2.12.
2337 * configure: Rebuild.
2338
2339 Thu Dec 19 13:11:20 1996 Ian Lance Taylor <ian@cygnus.com>
2340
2341 Based on patch from Andrew J Klossner <andrew@pogo.wv.tek.com>:
2342 * objcopy.c (OPTION_WEAKEN): Define.
2343 (copy_options): Add "weaken".
2344 (copy_usage): Mention --weaken.
2345 (weaken): New static variable.
2346 (filter_symbols): Handle weaken.
2347 (copy_object): Call filter_symbols if weaken.
2348 (copy_main): Handle OPTION_WEAKEN.
2349 * binutils.texi, objcopy.1: Document --weaken.
2350
2351 Wed Dec 18 22:49:13 1996 Stan Shebs <shebs@andros.cygnus.com>
2352
2353 * mpw-make.sed: Use NewFolderRecursive for installation.
2354
2355 Sat Dec 7 10:17:25 1996 Jeffrey A Law (law@cygnus.com)
2356
2357 * Makefile.in (install): Add "else true" clause to cater to
2358 broken "make" on some systems.
2359
2360 Fri Dec 6 17:21:41 1996 Ian Lance Taylor <ian@cygnus.com>
2361
2362 * ieee.c (parse_ieee_bb): Always initialize namcopy to avoid gcc
2363 warning about uninitialized variable.
2364 (ieee_read_cxx_class): Likewise, for pf.
2365 (ieee_enum_type): Likewise, for i.
2366
2367 Tue Nov 26 17:01:25 1996 Ian Lance Taylor <ian@cygnus.com>
2368
2369 * wrstabs.c (stab_array_type): Add casts when printing
2370 bfd_signed_vma values.
2371
2372 * configure: Rebuild with autoconf 2.12.
2373
2374 Mon Nov 25 16:53:18 1996 Ian Lance Taylor <ian@cygnus.com>
2375
2376 * objdump.c (disassemble_data): Don't crash if there is no
2377 symbol.
2378
2379 Fri Nov 22 17:29:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2380
2381 * ar.c (open_inarch): Don't call bfd_openr with a null name.
2382
2383 Fri Nov 1 12:08:13 1996 Ian Lance Taylor <ian@cygnus.com>
2384
2385 * binutils.texi: Add section on reporting bugs.
2386
2387 Thu Oct 31 18:20:53 1996 Ian Lance Taylor <ian@cygnus.com>
2388
2389 * stabs.c (struct stab_handle): Add bincl_list field.
2390 (parse_stab): Pass value to push_bincl. Call find_excl for
2391 N_EXCL.
2392 (struct bincl_file): Add hash, file and file_types fields.
2393 (push_bincl): Add hash parameter. Save it in the new hash field.
2394 Save the file number in the new file field.
2395 (pop_bincl): Put the bincl_file on bincl_list, rather than freeing
2396 it. Save the file types in the new file_types field.
2397 (find_excl): New static function.
2398
2399 * ieee.c (ieee_lineno): Don't compare line number addresses to
2400 info->highaddr (undo part of October 28 patch).
2401
2402 Tue Oct 29 16:40:22 1996 Ian Lance Taylor <ian@cygnus.com>
2403
2404 * objdump.c (objdump_print_value): Don't print the empty string
2405 for zero.
2406
2407 Mon Oct 28 16:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
2408
2409 * stabs.c (struct stab_handle): Add function_end field.
2410 (start_stab): Initialize function_end.
2411 (finish_stab): Pass info->function_end to debug_end_function.
2412 (parse_stab): If info->function_end is set, use it as the address
2413 which ends a function.
2414
2415 * ieee.c (ieee_array_type): Remember the correct size.
2416
2417 * ieee.c (ieee_finish_compilation_unit): Permit coalescing ranges
2418 that are up to 0x1000 bytes apart, not just 64.
2419 (ieee_add_bb11_blocks): Don't bother to emit a BB11 that is less
2420 than 0x100 bytes.
2421 (ieee_lineno): Only emit line numbers that are less than
2422 info->highaddr.
2423
2424 Fri Oct 25 12:12:17 1996 Ian Lance Taylor <ian@cygnus.com>
2425
2426 * ieee.c (struct ieee_defined_enum): Add defined field.
2427 (ieee_enum_type): If the enum tag has been seen before but not
2428 defined, reuse the same type index, and define it.
2429 (ieee_tag_type): If this enum has not been defined, add an
2430 undefined entry to the list of enums.
2431
2432 * objdump.c (disassemble_bytes): Let the disassembler override the
2433 number of bytes printed on a line.
2434
2435 Thu Oct 24 16:42:10 1996 Ian Lance Taylor <ian@cygnus.com>
2436
2437 * objdump.c (prefix_addresses): New static variable.
2438 (long_options): Add "prefix-addresses".
2439 (compare_symbols): Sort BSF_FUNCTION symbols before other
2440 symbols.
2441 (find_symbol_for_address): New static function, broken out of
2442 objdump_print_address.
2443 (objdump_print_addr_with_sym): New static function, broken out of
2444 objdump_print_address.
2445 (objdump_print_address): Call new functions.
2446 (disassemble_bytes): New static function, broken out of
2447 disassemble_data. Change disassembly format, unless
2448 prefix_addresses is set.
2449 (disassemble_data): Call disassemble_bytes. Unless
2450 prefix_addresses is set, disassemble in chunks headed by a
2451 symbol.
2452 * binutils.texi, objdump.1: Document --prefix-addresses.
2453
2454 * rddbg.c (read_section_stabs_debugging_info): Preserve the
2455 backslash when concatenating multiple stabs strings.
2456
2457 Thu Oct 10 11:36:31 1996 Doug Evans <dje@canuck.cygnus.com>
2458
2459 * dlltool.c (scan_open_obj_file): Fix loop exit test.
2460 Add missing parameter to def_exports.
2461
2462 Tue Oct 8 12:06:17 1996 Ian Lance Taylor <ian@cygnus.com>
2463
2464 * Makefile.in (LEX_OPTIONS): Set to empty string. -I -Cem is the
2465 default for flex, and is not recognized by lex.
2466
2467 Thu Oct 3 17:41:23 1996 Ian Lance Taylor <ian@cygnus.com>
2468
2469 * binutils.texi (Target Selection): Document that you can now
2470 specify targets using configuration triplets.
2471
2472 * ar.c (usage): Declare. Make sure all callers pass an argument.
2473
2474 Thu Oct 3 15:39:42 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2475
2476 * Makefile.in (clean): Remove config.log.
2477
2478 Wed Oct 2 15:49:16 1996 Klaus Kaempf <kkaempf@progis.de>
2479
2480 * makefile.vms: Bump version date.
2481
2482 Tue Oct 1 15:00:59 1996 Ian Lance Taylor <ian@cygnus.com>
2483
2484 * version.c (print_version): New function.
2485 * bucomm.h (print_version): Declare.
2486 * ar.c (program_version): Don't declare.
2487 (do_show_version): Remove.
2488 (usage): Add help parameter. Print bug report address.
2489 (main): Set is_ranlib at start. Check for --help and --version.
2490 Call print_version, not do_show_version.
2491 * nlmconv.c (program_version): Don't declare.
2492 (main): Call print_version.
2493 (show_usage): Print bug report address.
2494 * nm.c (program_version, print_version): Don't declare.
2495 (usage): Print bug report address.
2496 (main): Call print_version.
2497 * objcopy.c (program_version): Don't declare.
2498 (copy_usage): Print bug report address.
2499 (strip_usage): Likewise.
2500 (strip_main): Call print_version.
2501 (copy_main): Likewise.
2502 * objdump.c (program_version): Don't declare.
2503 (usage): Print bug report address.
2504 (main): Call print_version.
2505 * size.c (program_version): Don't declare.
2506 (usage): Print bug report address.
2507 (main): Call print_version.
2508 * strings.c (program_version): Don't declare.
2509 (main): Call print_version.
2510 (usage): Print bug report address.
2511 * Makefile.in: Update dependencies.
2512
2513 Thu Sep 19 14:53:15 1996 Ian Lance Taylor <ian@cygnus.com>
2514
2515 * ieee.c: Revert Monday's reflocalp patch, and apply this patch
2516 instead:
2517 (write_ieee_debugging_info): Write a dummy type at the end of the
2518 global type block.
2519
2520 Mon Sep 16 15:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
2521
2522 * ieee.c (struct ieee_write_type): Add reflocalp field.
2523 (ieee_pointer_type): Set reflocalp after pushing type.
2524 (ieee_function_type): If reflocalp is set, make this type local.
2525 (ieee_range_type, ieee_array_type, ieee_set_type): Likewise.
2526 (ieee_const_type, ieee_volatile_type): Likewise.
2527 (ieee_struct_field, ieee_class_baseclass): Likewise.
2528
2529 * ieee.c (struct ieee_info): Add global_types field.
2530 (parse_ieee_bb): When starting a BB1, initialize the types field
2531 to the global_types field.
2532 (parse_ieee_be): When ending a BB2, copy the types field to the
2533 global_types field.
2534
2535 Fri Sep 13 17:32:21 1996 Ian Lance Taylor <ian@cygnus.com>
2536
2537 * objcopy.c (change_leading_char): New static variable.
2538 (OPTION_CHANGE_LEADING_CHAR): Define.
2539 (copy_options): Add "change-leading-char".
2540 (copy_usage): Mention --change-leading-char.
2541 (filter_symbols): Add obfd parameter. Change all callers.
2542 Implement change_leading_char.
2543 (copy_object): Call filter_symbols if change_leading_char.
2544 (copy_main): Handle OPTION_CHANGE_LEADING_CHAR.
2545 * binutils.texi, objcopy.1: Document --change-leading-char.
2546
2547 Tue Sep 3 14:05:29 1996 Ian Lance Taylor <ian@cygnus.com>
2548
2549 * ieee.c (ieee_enum_type): Don't check index into a NULL names
2550 array.
2551 * nm.c (sort_symbols_by_size): Always initialize next.
2552 * rdcoff.c (parse_coff_type): Warn about an incomprehensible
2553 type rather than crashing.
2554 * rddbg.c (read_symbol_stabs_debugging_info): Initialize f.
2555 * stabs.c (parse_stab_members): Set context in all cases.
2556
2557 Thu Aug 29 16:56:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2558
2559 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
2560 * configure: Regenerate.
2561
2562 Thu Aug 29 11:29:20 1996 Ian Lance Taylor <ian@cygnus.com>
2563
2564 * objdump.c (L_tmpnam): Never define.
2565 (display_target_list): Use choose_temp_base instead of tmpnam.
2566 (display_info_table): Likewise.
2567
2568 Tue Aug 27 18:15:01 1996 Ian Lance Taylor <ian@cygnus.com>
2569
2570 * stabs.c (parse_stab): An N_FUN symbol with an empty string
2571 indicates the end of a function.
2572
2573 Thu Aug 22 17:08:00 1996 Ian Lance Taylor <ian@cygnus.com>
2574
2575 * wrstabs.c (struct string_hash_entry): Add next field.
2576 (struct stab_write_handle): Change strings to a pointer to
2577 string_hash_entry. Add last_strings field. Remove strings_alloc
2578 field.
2579 (string_hash_newfunc): Initialize next field.
2580 (stab_write_symbol): Copy string into hash table rather than into
2581 buffer. Keep a list of hash table entries.
2582 (write_stabs_in_sections_debugging_info): Initialize last_string.
2583 Copy strings from list of hash table entries in memory.
2584 (stab_modify_type): If the entry on the stack is a definition,
2585 make a new definition rather than failing an assert.
2586 (stab_array_type): The size is only zero if high is strictly less
2587 than low.
2588
2589 * ieee.c (struct ieee_info): Add saw_filename field.
2590 (parse_ieee): Initialize saw_filename.
2591 (parse_ieee_bb): Set saw_filename for a BB1 or BB2. In a BB1,
2592 discard the current variables and types. In a BB10, if no
2593 filename has been seen, call debug_set_filename.
2594 (parse_ieee_ty): In case 'g', the type is optional.
2595
2596 * prdbg.c (pr_fix_visibility): Don't abort on
2597 DEBUG_VISIBILITY_IGNORE.
2598
2599 * debug.c (debug_name_type): Correct error message.
2600
2601 * configure.in: Substitute HLDENV.
2602 * configure: Rebuild.
2603 * Makefile.in (HLDENV): New variable. Use it whenever linking a
2604 program.
2605
2606 Thu Aug 15 19:30:41 1996 Stan Shebs <shebs@andros.cygnus.com>
2607
2608 * mpw-make.sed: Add symbolic doublequotes around the version
2609 number.
2610
2611 Thu Aug 8 12:27:52 1996 Klaus Kaempf <kkaempf@progis.de>
2612
2613 * makefile.vms: Add better support for DEC C compilation.
2614 Add new macros as in Makefile.in.
2615
2616 Wed Aug 7 14:27:33 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
2617
2618 * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk.
2619 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
2620 (NEED_DECLARATION_SBRK): New macro.
2621 * configure, config.in: Rebuild.
2622 * bucomm.h (strstr): Declare if NEED_DECLARATION_STRSTR.
2623 (sbrk): Declare if HAVE_SBRK and NEED_DECLARATION_SBRK.
2624
2625 * prdbg.c (pr_end_struct_type): Avoid using a string constant in
2626 assert, for the benefit of broken assert macros.
2627
2628 Fri Jul 26 14:06:50 1996 Ian Lance Taylor <ian@cygnus.com>
2629
2630 * objdump.c (disassemble_data): Set disasm_info.flavour from
2631 abfd.
2632
2633 Tue Jul 23 13:59:54 1996 Ian Lance Taylor <ian@cygnus.com>
2634
2635 * dlltool.c (secdata): In non DLLTOOL_PPC case, change alignment
2636 of .text section to 2.
2637
2638 Mon Jul 22 08:46:15 1996 Stu Grossman (grossman@lisa.cygnus.com)
2639
2640 * objdump.c (dump_section_stabs): Fix test for stabs sections
2641 ending with numbers. This fixes a problem with .stab being
2642 confused with .stab.index.
2643
2644 Wed Jul 10 13:32:28 1996 Ian Lance Taylor <ian@cygnus.com>
2645
2646 * stabs.c (stab_demangle_fund_type): Return a void * for a
2647 template, rather than simply aborting.
2648
2649 Mon Jul 8 15:28:05 1996 Ian Lance Taylor <ian@cygnus.com>
2650
2651 * ar.c (open_inarch): Add file parameter. Change all callers. If
2652 this is a newly created archive, set the target based on the
2653 file.
2654 * arsup.h (open_inarch): Update declaration.
2655
2656 Thu Jul 4 12:00:55 1996 Ian Lance Taylor <ian@cygnus.com>
2657
2658 * Makefile.in (VERSION): Set to cygnus-2.7.1.
2659
2660 * Released binutils 2.7.
2661
2662 * rdcoff.c (parse_coff): Get address to pass to debug_end_function
2663 from function size, not value of .ef symbol. From Ning
2664 Mosberger-Tang <ning@AZStarNet.com>.
2665
2666 Sat Jun 29 21:18:09 1996 Ian Lance Taylor <ian@cygnus.com>
2667
2668 * objcopy.c (strip_main): Add -o option, and handle it.
2669 (strip_usage): Mention -o.
2670 * binutils.texi, strip.1: Mention -o.
2671
2672 Mon Jun 24 17:19:02 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2673
2674 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
2675 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
2676 (docdir): Removed.
2677 * configure.in (AC_PREREQ): Autoconf 2.5 or higher.
2678
2679 Mon Jun 24 11:59:13 1996 Ian Lance Taylor <ian@cygnus.com>
2680
2681 * objdump.c (endian): New static variable.
2682 (usage): Mention -EB/-EL/--endian.
2683 (long_options): Add "endian".
2684 (disassemble_data): If endianness was specified, replace
2685 abfd->xvec with a copy of itself with the given endianness.
2686 (main): Handle -EB/-EL/--endian.
2687 * binutils.texi, objdump.1: Mention -EB/-EL/--endian.
2688
2689 * objdump.c: Make most variables and functions static.
2690
2691 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
2692 using shared libraries.
2693 * configure: Rebuild with autoconf 2.10.
2694
2695 Sun Jun 23 14:47:36 1996 Kim Knuttila <krk@cygnus.com>
2696
2697 * dlltool.c (secdata): Changed .rdata to .reldata so .reloc will work.
2698 (make_one_lib_file): Removed cruft. (#if 1)
2699
2700 Wed Jun 19 14:46:38 1996 Ian Lance Taylor <ian@cygnus.com>
2701
2702 * objdump.c (stabs): Change from struct internal_nlist * to
2703 bfd_byte *.
2704 (print_section_stabs): Fetch stabs information directly, rather
2705 than assuming that struct internal_nlist is the right size.
2706
2707 * binutils.texi: Document change to binary format: file position
2708 based on load address, not section VMA.
2709
2710 * bucomm.h: Define SEEK_SET, SEEK_CUR, and SEEK_END if they are
2711 not already defined.
2712
2713 Tue Jun 18 18:25:00 1996 Ian Lance Taylor <ian@cygnus.com>
2714
2715 * Makefile.in (DISTSTUFF): Add deflex.c.
2716
2717 Tue Jun 18 15:03:44 1996 Klaus Kaempf <kkaempf@progis.de>
2718
2719 * config.h-vms, makefile.vms: New files.
2720
2721 Mon Jun 17 09:47:31 1996 Ian Lance Taylor <ian@cygnus.com>
2722
2723 * dlltool.c (make_one_lib_file): Use BFD_RELOC_RVA rather than
2724 BFD_RELOC_32 in IDATA7.
2725
2726 Wed Jun 12 11:52:06 1996 Ian Lance Taylor <ian@cygnus.com>
2727
2728 * nm.c (struct get_relocs_info): Define.
2729 (line_numbers): New static variable.
2730 (long_options): Add "line-numbers".
2731 (usage): Mention -l and --line-numbers.
2732 (main): Handle -l.
2733 (print_symbol): Print line numbers if requested.
2734 (get_relocs): New static function.
2735 * binutils.texi, nm.1: Document -l/--line-numbers.
2736
2737 Tue Jun 11 20:12:15 1996 Ian Lance Taylor <ian@cygnus.com>
2738
2739 * objdump.c (dump_reloc_set): Add sec parameter. Change all
2740 callers. If with_line_numbers is set, display line numbers of
2741 relocation entries.
2742 * binutils.texi, objdump.1: Document -l with -r.
2743
2744 Mon Jun 10 23:42:59 1996 Ian Lance Taylor <ian@cygnus.com>
2745
2746 * ar.c (open_inarch): Report BFD error message if an archive can
2747 not be recognized. List matching formats if the file is
2748 ambiguously recognized.
2749 (ranlib_touch): Likewise.
2750
2751 Thu Jun 6 13:56:14 1996 Ian Lance Taylor <ian@cygnus.com>
2752
2753 * README: Add notes on how to build if you don't have ar.
2754
2755 * Makefile.in: Remove old incorrect setting of CC.
2756
2757 Tue Jun 4 10:52:49 1996 Tom Tromey <tromey@csk3.cygnus.com>
2758
2759 * Makefile.in (install): Don't check to see if tooldir exists.
2760 Make $(tooldir) and $(tooldir)/bin.
2761
2762 Mon Jun 3 17:40:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2763
2764 * strings.c (main): Make main an int function, not void.
2765
2766 Fri May 31 13:59:24 1996 Ian Lance Taylor <ian@cygnus.com>
2767
2768 * nm.c (filter_symbols): Check for BSF_WEAK as well as
2769 BSF_GLOBAL.
2770 * objcopy.c (filter_symbols): Likewise.
2771
2772 Wed May 8 16:57:20 1996 Ian Lance Taylor <ian@cygnus.com>
2773
2774 * objcopy.c (copy_object): Make clear that it is only a warning
2775 when the output file can not represent the architecture.
2776
2777 Fri May 3 11:30:17 1996 Ian Lance Taylor <ian@cygnus.com>
2778
2779 * objdump.c (disassemble_data): Don't refer to bytes past the end
2780 of data.
2781
2782 Wed Apr 24 14:10:21 1996 Ian Lance Taylor <ian@cygnus.com>
2783
2784 * rddbg.c (read_symbol_stabs_debugging_info): Move call to
2785 free_saved_stabs outside the loop over the symbols.
2786
2787 Tue Apr 23 12:56:11 1996 Ian Lance Taylor <ian@cygnus.com>
2788
2789 * objdump.c (compare_symbols): Sort symbols whose names start with
2790 `.' after other symbols. If no other decision can be made, sort
2791 symbols by name.
2792
2793 Thu Apr 18 16:02:11 1996 Ian Lance Taylor <ian@cygnus.com>
2794
2795 * dep-in.sed: Substitute $(BFDDIR) for @BFDDIR@.
2796 * Makefile.in: Rebuild dependencies.
2797 (dep.sed): Substitute $(BFDDIR) for @BFDDIR@.
2798
2799 Tue Apr 16 13:50:22 1996 Ian Lance Taylor <ian@cygnus.com>
2800
2801 * rdcoff.c: New file.
2802 * rddbg.c (read_debugging_info): Read COFF symbols if COFF flavour
2803 and no stabs were found.
2804 * budbg.h (parse_coff): Declare.
2805 * Makefile.in: Rebuild dependencies.
2806 (CFILES): Add rdcoff.c.
2807 (DEBUG_OBJS): Add rdcoff.o.
2808
2809 Mon Apr 15 15:55:01 1996 Doug Evans <dje@canuck.cygnus.com>
2810
2811 * nlmconv.c (choose_temp_base{,_try}): Delete, in libiberty now.
2812 (link_inputs): Update call to choose_temp_base.
2813
2814 Mon Apr 8 14:40:05 1996 Ian Lance Taylor <ian@cygnus.com>
2815
2816 * configure.in: Permit --enable-shared to specify a list of
2817 directories.
2818 * configure: Rebuild.
2819
2820 Fri Mar 29 16:11:33 1996 Ian Lance Taylor <ian@cygnus.com>
2821
2822 * objdump.c (dump_section_header): Print the SEC_LINK_ONCE flag
2823 and the SEC_LINK_DUPLICATES field.
2824
2825 Fri Mar 29 11:35:55 1996 J.T. Conklin (jtc@lisa.cygnus.com)
2826
2827 * nlmconv.1: Changed to be recognized by catman -w on Solaris.
2828
2829 Thu Mar 28 14:17:02 1996 Ian Lance Taylor <ian@cygnus.com>
2830
2831 * wrstabs.c (stab_enum_type): Set buf before using it.
2832
2833 Fri Mar 22 15:49:08 1996 Ian Lance Taylor <ian@cygnus.com>
2834
2835 * stabs.c (struct stab_handle): Add field abfd.
2836 (start_stab): Add abfd parameter.
2837 (parse_stab_string): Skip the symbol leading char when searching
2838 for the value of a global symbol.
2839 * budbg.h (start_stab): Update declaration.
2840 * rddbg.c (read_section_stabs_debugging_info): Pass abfd to
2841 start_stab.
2842 (read_symbol_stabs_debugging_info): Likewise.
2843
2844 Thu Mar 21 12:40:48 1996 Ian Lance Taylor <ian@cygnus.com>
2845
2846 * wrstabs.c (stab_function_type): Output an empty typedef for an
2847 unused argument, rather than making up a meaningless name.
2848 (stab_variable): Use N_RSYM for a DEBUG_REGISTER variable.
2849
2850 * ieee.c (struct ieee_info): Add global_vars field.
2851 (parse_ieee_be): When ending the global typedef block, copy the
2852 variables into info->global_vars.
2853 (parse_ieee_atn): Don't require an NN record for a pmisc ATN.
2854 (ieee_read_reference): Search the global variables after the local
2855 variables.
2856
2857 Wed Mar 20 18:08:19 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2858
2859 * objdump.c (disassemble_data): Make sure sym_name is always set.
2860 (dump_section_header): Always put a space after the section name.
2861 (dump_bfd_header): Terminate output with newline.
2862
2863 Wed Mar 20 16:35:20 1996 Ian Lance Taylor <ian@cygnus.com>
2864
2865 * wrstabs.c: New file.
2866 * budbg.h (write_stabs_in_sections_debugging_info): Declare.
2867 * objcopy.c (write_debugging_info): For COFF or ELF, output stabs
2868 in sections.
2869 * Makefile.in: Rebuild dependencies.
2870 (CFILES): Add wrstabs.c.
2871 (WRITE_DEBUG_OBJS): New variable.
2872 ($(OBJCOPY_PROG)): Use $(WRITE_DEBUG_OBJS), not $(DEBUG_OBJS).
2873 ($(STRIP_PROG)): Likewise.
2874
2875 * stabs.c (parse_stab_members): Make type stub detection more like
2876 gdb.
2877
2878 * ieee.c (struct ieee_handle): Add fields complex_float_index and
2879 complex_double_index.
2880 (ieee_complex_type): Cache type index in complex_float_index and
2881 complex_double_index, depending upon size. Set size on type stack
2882 to size * 2.
2883
2884 * ieee.c (ieee_empty_type): Use builtin_unknown, not 0.
2885 (ieee_void_type): Use builtin_void, not 1.
2886
2887 * ieee.c (parse_ieee_ty): Handle 'V' type code.
2888 (parse_ieee_atn): Don't require two numbers for type 10.
2889
2890 * ieee.c (parse_ieee_be): Add one to offset at end of function or
2891 block.
2892
2893 * ieee.c (struct ieee_block): Add field skip.
2894 (parse_ieee_bb): Don't call debug_record_function for __XRYCPP
2895 function, and set skip field.
2896 (parse_ieee_be): Don't call debug_end_function if skip is set.
2897
2898 * debug.c (struct debug_handle): Add fields current_write_lineno
2899 and current_write_lineno_index.
2900 (debug_write): Initialize current_write_lineno and
2901 current_write_lineno_index for each unit. Call
2902 debug_write_linenos rather than writing out the line numbers
2903 directly.
2904 (debug_write_function): Call debug_write_linenos.
2905 (debug_write_block): Likewise.
2906 (debug_write_linenos): New static function.
2907
2908 * debug.c (debug_write_type): For DEBUG_KIND_FUNCTION, push return
2909 type before arguments.
2910
2911 Mon Mar 18 18:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
2912
2913 * configure.in: Add AC_FUNC_VFORK.
2914 * configure, config.in: Rebuild.
2915 * dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is
2916 defined.
2917
2918 * stabs.c (parse_stab_range_type): A complex type is defined as a
2919 subrange of itself with the high bound zero.
2920 * ieee.c (ieee_complex_type): Don't crash on sizes of 12 or 16.
2921
2922 Tue Mar 12 12:09:43 1996 Ian Lance Taylor <ian@cygnus.com>
2923
2924 * ieee.c (ieee_write_undefined_tag): Switch to global_types even
2925 if it is not empty.
2926 (ieee_tag_type): For an enum, look through info->enums.
2927
2928 * configure: Rebuild with autoconf 2.8.
2929
2930 * debug.c (debug_type_samep): Don't loop endlessly in
2931 DEBUG_KIND_ENUM case. From Eric Baur <ecb@nexen.com>.
2932
2933 Mon Mar 11 12:35:03 1996 Ian Lance Taylor <ian@cygnus.com>
2934
2935 * rddbg.c (read_section_stabs_debugging_info): Call save_stab for
2936 each stab entry, call stab_context on an error, and call
2937 free_saved_stabs before rturning.
2938 (read_symbol_stabs_debugging_info): Likewise.
2939 (SAVE_STABS_COUNT): Define.
2940 (struct saved_stab): Define.
2941 (saved_stabs, saved_stabs_index): New static variables.
2942 (save_stab, stab_context, free_saved_stabs): New static functios.
2943
2944 * objdump.c (stab_name): Remove.
2945 (struct stab_print): Remove.
2946 (stab_print): Remove.
2947 (dump_stabs): Don't initialize stab_name.
2948 (print_section_stabs): Call bfd_get_stab_name rather than using
2949 the stab_name array.
2950
2951 Tue Feb 27 19:52:01 1996 Ian Lance Taylor <ian@cygnus.com>
2952
2953 * prdbg.c (pr_int_constant): Initialize info correctly.
2954 (pr_float_constant): Likewise.
2955
2956 Mon Feb 26 18:11:37 1996 Stan Shebs <shebs@andros.cygnus.com>
2957
2958 * mpw-make.sed: Update to handle shared library support.
2959
2960 Sat Feb 24 11:21:49 1996 Alan Modra <alan@spri.levels.unisa.edu.au>:
2961
2962 * Makefile.in ($(OBJDUMP_PROG)): Search $(BFDLIB) before
2963 $(OPCODES).
2964
2965 Thu Feb 15 12:44:45 1996 Ian Lance Taylor <ian@cygnus.com>
2966
2967 * configure.in: Don't tamper with LDFLAGS. Call AC_PROG_CC before
2968 configure.host.
2969 * configure: Rebuild.
2970
2971 * configure.in: Substitute RPATH_ENVVAR.
2972 * configure: Rebuild.
2973 * Makefile.in (RPATH_ENVVAR): New variable.
2974 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
2975
2976 * objcopy.c (smart_rename): Rather than doing chmod then chown, do
2977 chmod without setuid, then chown, then chmod with setuid.
2978
2979 Wed Feb 14 16:46:42 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
2980
2981 * arsup.c (map_over_list): Reindent. Don't assume that the
2982 function does not delete the BFD.
2983 (ar_addlib_doer): Don't set prev->next if prev is NULL.
2984
2985 Wed Feb 14 15:12:17 1996 Ian Lance Taylor <ian@cygnus.com>
2986
2987 * ieee.c (ieee_regno_to_genreg): Convert register numbers for m68k
2988 and i960.
2989 (ieee_genreg_to_regno): Likewise.
2990
2991 Mon Feb 12 14:19:59 1996 Ian Lance Taylor <ian@cygnus.com>
2992
2993 * ieee.c: Extensive changes to write code to put types in the
2994 global type block when possible, to output ranges for all memory
2995 occupied by the module, and to improve efficiency.
2996
2997 * debug.c (struct debug_handle): Remove class_mark field. Add
2998 id_list and compare_list fields.
2999 (struct debug_class_id): Define.
3000 (struct debug_type_compare_list): Define.
3001 (debug_write): Initialize info->id_list
3002 (debug_write_name): Remove reference to info->class_mark.
3003 (debug_write_type): Get id for all structs and classes. Simplify
3004 test for whether struct has already been written.
3005 (debug_write_class_type): Get id for all classes. Simplify test
3006 for whether class has already been written.
3007 (debug_write_block): Don't write out blocks other than the top
3008 level block if they have no local variables.
3009 (debug_set_class_id): New static function.
3010 (debug_type_samep): New static function.
3011 (debug_class_type_samep): New static function.
3012 * prdbg.c (pr_start_struct_type): Always print id.
3013 (pr_start_class_type): Likewise.
3014 (pr_tag_type): Likewise.
3015
3016 * stabs.c (struct stab_handle): Add syms and symcount fields.
3017 (start_stab): Add syms and symcount parameters. Change all
3018 callers.
3019 (parse_stab_string): Look up global variables in the symbol table
3020 to get the right value.
3021 * budbg.h (start_stab): Update declaration.
3022 * rddbg.c (read_section_stabs_debugging_info): Add syms and
3023 symcount parameters. Change all callers.
3024
3025 * stabs.c (parse_stab_array_type): If the index type is 0, use
3026 int.
3027
3028 Wed Feb 7 14:17:45 1996 Ian Lance Taylor <ian@cygnus.com>
3029
3030 * ieee.c (ieee_start_compilation_unit): Clear modified and
3031 modified_alloc fields of info.
3032
3033 * configure.in: Check for --enable-shared. Substitute new
3034 variables BFDLIB and OPCODES.
3035 * configure: Rebuild.
3036 * Makefile.in (BFDLIB): Set to @BFDLIB@.
3037 (OPCODES): Set to @OPCODES@.
3038
3039 Mon Feb 5 16:18:42 1996 Ian Lance Taylor <ian@cygnus.com>
3040
3041 Support for building bfd and opcodes as shared libraries, based on
3042 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
3043 * configure.in (HLDFLAGS): New substitution.
3044 * configure: Rebuild.
3045 * Makefile.in (HLDFLAGS): New variable. Make all links use
3046 $(HLDFLAGS) before $(CFLAGS) and $(LDFLAGS).
3047 (BFDLIB_DEP): New variable. Replace all occurrences of $(BFD) as
3048 a dependency with $(BFDLIB_DEP). Remove $(BFD) as a dependency if
3049 there is also a dependency on $(ADDL_DEPS).
3050 (BFDLIB): Rename from BFD; change all uses; set to -L../bfd -lbfd.
3051 (OPCODES_DEP): New variable. Replace all occurrends of $(OPCODES)
3052 as a dependency with $(OPCODES_DEP).
3053 (OPCODES): Set to -L../opcodes -lopcodes.
3054 (ADDL_DEPS): New variable. Replace all occurrences of
3055 $(ADDL_LIBS) as a dependency with $(ADDL_DEPS).
3056 (check): Set LD_LIBRARY_PATH in the environment.
3057 (config.status): Depend upon BFD configure.host and config.bfd.
3058
3059 Fri Feb 2 17:02:59 1996 Doug Evans <dje@charmed.cygnus.com>
3060
3061 * objdump.c: #include stdarg.h or varargs.h.
3062 (objdump_print_value): Change FILE* arg to struct disassemble_info*.
3063 All callers updated. Use fprintf_func.
3064 (objdump_print_address): Consistently use fprintf_func.
3065 (objdump_sprintf): New function.
3066 (disassemble_data): Print insn into a buffer, print raw insn ourselves,
3067 then print insn mnemonic.
3068
3069 Fri Feb 2 16:48:55 1996 Ian Lance Taylor <ian@cygnus.com>
3070
3071 * configure: Regenerate.
3072
3073 Thu Feb 1 09:38:18 1996 Steve Chamberlain <sac@slash.cygnus.com>
3074
3075 * configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
3076 (powerpc*-*-cygwin32): New.
3077 * configure: Regenerated.
3078
3079 Wed Jan 31 13:22:03 1996 Richard Henderson <rth@tamu.edu>
3080
3081 * Makefile.in (distclean): Remove $(DEMANGLER_PROG).1.
3082
3083 Mon Jan 29 17:36:29 1996 Ian Lance Taylor <ian@cygnus.com>
3084
3085 Based on patches from H J Lu <hjl@zoom.com>:
3086 * objcopy.c (remove_leading_char): New static variable.
3087 (OPTION_REMOVE_LEADING_CHAR): Define.
3088 (copy_usage): Mention --remove-leading-char.
3089 (filter_symbols): If remove_leading_char, and the first character
3090 of a global symbol matches the symbol leading char of the BFD,
3091 remove the first character.
3092 (copy_object): Filter the symbols if remove_leading_char is set.
3093 (copy_main): Handle --remove-leading-char.
3094 * binutils.texi, objcopy.1: Document --remove-leading-char.
3095
3096 Sat Jan 27 15:40:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3097
3098 * objdump.c (fprintf): Add prototype to avoid compiler warning on
3099 SunOS.
3100
3101 Fri Jan 26 11:53:42 1996 Ian Lance Taylor <ian@cygnus.com>
3102
3103 * binutils.texi (nm): Improve documentation on symbol types.
3104 (objdump): Reference the stabs manual from the discussion of the
3105 --stabs option.
3106
3107 Thu Jan 25 11:21:46 1996 Raymond Jou <rjou@mexican.cygnus.com>
3108
3109 * mpw-make.sed: Add a "stamps" target.
3110
3111 Thu Jan 25 13:51:44 1996 Ian Lance Taylor <ian@cygnus.com>
3112
3113 * objdump.c (dump_headers, dump_section_header): Change objdump -h
3114 output to be simpler and to include section file offsets.
3115
3116 Wed Jan 24 12:06:05 1996 Ian Lance Taylor <ian@cygnus.com>
3117
3118 * stabs.c (parse_stab_members): Don't adjust voffset.
3119
3120 * ieee.c (ieee_read_cxx_class): Don't multiply voffset by 4.
3121 (struct ieee_write_type): Add name field.
3122 (struct ieee_type_class): Remove name field. Change all uses to
3123 use new name field in type instead.
3124 (struct ieee_name_type): Likewise.
3125 (ieee_start_struct_type): Initialize name field of type.
3126 (ieee_start_class_type): Don't initialize classdef entry of tag.
3127 (ieee_class_method_var): Don't adjust voffset.
3128 (ieee_end_class_type): Likewise.
3129 (ieee_tag_type): Initialize new name field of type.
3130 (ieee_typdef): Set name after copying in type information.
3131
3132 * debug.c (VOFFSET_STATIC_METHOD): Define as -1, not 1.
3133
3134 * ieee.c (struct ieee_modified_type): Define.
3135 (struct ieee_handle): Add modified and modified_alloc fields.
3136 (ieee_get_modified_info): New static function.
3137 (ieee_pointer_type): Cache type index.
3138 (ieee_const_type): Likewise.
3139 (ieee_volatile_type): Likewise.
3140
3141 * ieee.c (ieee_define_named_type): When creating a tag for an
3142 anonymous struct, copy the name into memory.
3143 (ieee_tag_type): Likewise.
3144 * debug.c (debug_write_type): Only check and set id field for an
3145 unnamed object.
3146 (debug_write_class_type): Likewise.
3147
3148 * ieee.c: Various changes to write out types for functions and
3149 references, and to not write out unnecessary function types.
3150
3151 * ieee.c (struct ieee_var): Remove variable field. Add kind
3152 field, and define some enum constants for it.
3153 (parse_ieee_ty): Set kind field of variable for 'x' and 'X' types.
3154 (parse_ieee_atn): Make an indirect slot for an external variable,
3155 although we otherwise don't record it. Set kind field rather than
3156 variable field of pvar.
3157 (ieee_read_cxx_class): Try to get the type of a static member.
3158 (ieee_read_reference): Check kind field rather than variable
3159 field.
3160
3161 Tue Jan 23 15:54:18 1996 Ian Lance Taylor <ian@cygnus.com>
3162
3163 * ieee.c: Various changes to handle reading C++ reference type
3164 information.
3165
3166 * debug.h (enum debug_var_kind): Add DEBUG_VAR_ILLEGAL.
3167 (enum debug_parm_kind): Add DEBUG_PARM_ILLEGAL.
3168 * debug.c (debug_get_parameter_types): Handle DEBUG_KIND_FUNCTION.
3169
3170 * ieee.c: Various changes to write out definitions of C++ classes.
3171
3172 * debug.c (debug_append_filename): Remove.
3173 * debug.h (debug_append_filename): Don't declare.
3174
3175 * stabs.c (struct stab_handle): Remove last_type field. Add
3176 so_string and so_value fields.
3177 (finish_stab): Call stab_emit_pending_vars before calling
3178 debug_end_function. Don't warn about pending variables.
3179 (parse_stab): Accumulate N_SO strings until a non N_SO symbol is
3180 seen, rather than calling debug_append_filename. Call
3181 stab_emit_pending_vars before calling debug_end_function. Don't
3182 set info->last_type.
3183
3184 Tue Jan 23 09:53:54 1996 Doug Evans <dje@charmed.cygnus.com>
3185
3186 * objdump.c (disassemble_data): Handle unknown endianness.
3187 Pass fprintf to INIT_DISASSEMBLE_INFO.
3188
3189 Mon Jan 22 16:46:43 1996 Doug Evans <dje@charmed.cygnus.com>
3190
3191 Add new option --show-raw-insn.
3192 * objdump.c (show_raw_insn): New global.
3193 (usage): Update.
3194 (long_options): Update.
3195 (disassemble_data): Set disasm_info.flags if --show-raw-insn.
3196
3197 * objdump.c (disassemble_data): Set new arch,mach,endian fields in
3198 disasm_info.
3199
3200 Mon Jan 22 19:29:36 1996 Ian Lance Taylor <ian@cygnus.com>
3201
3202 * ieee.c: Extensive changes to pass a single info argument around
3203 in the reading routines, rather than several arguments. Add code
3204 to read C++ debugging records.
3205
3206 * debug.h (debug_get_type_size): Declare.
3207 (debug_get_field_name): Declare.
3208 (debug_get_field_bitpos): Declare.
3209 (debug_get_field_bitsize): Declare.
3210 (debug_get_field_visibility): Declare.
3211 (debug_get_field_physname): Declare.
3212 * debug.c (debug_get_real_type): Handle DEBUG_KIND_TAGGED.
3213 (debug_get_type_size): New function.
3214 (debug_get_field_name): New function.
3215 (debug_get_field_bitpos): New function.
3216 (debug_get_field_bitsize): New function.
3217 (debug_get_field_visibility): New function.
3218 (debug_get_field_physname): New function.
3219 (debug_write_type): Make sure we pass the real kind, not INDIRECT,
3220 to tag_type. Pass the name recursively for INDIRECT.
3221
3222 Fri Jan 19 12:31:57 1996 Ian Lance Taylor <ian@cygnus.com>
3223
3224 * debug.h (struct debug_write_fns): Remove ellipsis_type. Add int
3225 and boolean parameters to function_type. Add boolean parameter to
3226 method_type.
3227 (debug_make_ellipsis_type): Don't declare.
3228 (debug_make_function_type): Add debug_type * and boolean
3229 parameters. Change all callers.
3230 (debug_make_method_type): Add boolean parameter. Change all
3231 callers.
3232 (debug_get_parameter_types): Add boolean * parameter. Change all
3233 callers.
3234 (debug_get_target_type): Declare.
3235 * debug.c (struct debug_function_type): Add fields arg_types and
3236 varargs.
3237 (struct debug_method_type): Add field varargs.
3238 (debug_ellipsis_type, ELLIPSIS_P): Remove.
3239 (debug_make_ellipsis_type): Remove.
3240 (debug_make_function_type): Add arg_types and varargs parameters.
3241 (debug_make_method_type): Add varargs parameter.
3242 (debug_get_parameter_types): Add pvarargs parameter.
3243 (debug_get_target_type): New function.
3244 (debug_write_type): In case DEBUG_KIND_FUNCTION, push argument
3245 types and pass count to function_type. In DEBUG_KIND_METHOD, use
3246 a signed int for the count, don't call ellipsis_type, and pass
3247 varargs to method_type.
3248 * stabs.c (struct stab_demangle_info): Add varargs field.
3249 (stab_demangle_argtypes): Add pvarargs parameter. Change all
3250 callers.
3251 (stab_demangle_args): Likewise.
3252 (stab_demangle_type): In case 'F', pick up argument types.
3253 * prdbg.c (pr_ellipsis_type): Remove.
3254 (pr_function_type): Add argcount and varargs parameters.
3255 (pr_method_type): Add varargs parameter.
3256 * ieee.c (ieee_ellipsis_type): Remove.
3257 (ieee_function_type): Add argcount and varargs parameters.
3258 (ieee_method_type): Add varargs parameter. Remove most of
3259 function body, and just call ieee_function_type.
3260
3261 * stabs.c: Include "demangle.h". Added several new static
3262 functions not listed below to demangle argument types; they are
3263 all called via stab_demangle_argtypes.
3264 (finish_stab): If the kind of an undefined tag is
3265 DEBUG_KIND_ILLEGAL, use DEBUG_KIND_STRUCT instead. Warn if there
3266 are any pending variable.
3267 (parse_stab): Don't close the function when the block depth goes
3268 to zero. Pass value to debug_end_function.
3269 (parse_stab_string): In case 'T', pass the name to
3270 parse_stab_type.
3271 (parse_stab_type): In case 'x', use stab_find_tagged_type. In
3272 case '#', handle functions with variable numbers of arguments.
3273 (parse_stab_struct_type): Add tagname parameter. Change all
3274 callers.
3275 (parse_stab_members): Add tagname and typenums parameters. Change
3276 all callers. If the type of a method is a stub, call
3277 parse_stab_argtypes to demangle the argument types and get the
3278 physical name of the function.
3279 (parse_stab_argtypes): New static function.
3280 (stab_record_variable): For a DEBUG_GLOBAL or DEBUG_STATIC
3281 variable, call debug_record_variable immediately.
3282 (stab_find_tagged_type): New static function.
3283
3284 * debug.h (enum debug_type_kind): Add DEBUG_KIND_ILLEGAL.
3285 (struct debug_write_fns): Add field ellipsis_type. Add id
3286 parameter to start_struct_type, start_class_type, and tag_type.
3287 (debug_make_ellipsis_type): Declare.
3288 (debug_find_named_type): Declare.
3289 (debug_get_type_kind): Declare.
3290 (debug_get_return_type): Declare.
3291 (debug_get_parameter_types): Declare.
3292 (debug_get_fields): Declare.
3293 (debug_get_field_type): Declare.
3294 * debug.c (struct debug_handle): Add fields class_id and base_id.
3295 (struct debug_class_type): Add field id.
3296 (struct debug_method_variant): Rename argtypes to physname.
3297 Change all uses.
3298 (debug_ellipsis_type): New static variable.
3299 (ELLIPSIS_P): New macro.
3300 (debug_make_ellipsis_type): New function.
3301 (debug_make_method_variant): Rename argtypes to physname.
3302 (debug_make_static_method_variant): Likewise.
3303 (debug_name_type): Always put types in the global namespace.
3304 (debug_find_named_type): New function.
3305 (debug_find_tagged_type): Treat DEBUG_KIND_ILLEGAL specially,
3306 rather than DEBUG_KIND_VOID.
3307 (debug_get_real_type): New static function.
3308 (debug_get_type_kind): New function.
3309 (debug_get_return_type): New function.
3310 (debug_get_parameter_types): New function.
3311 (debug_get_fields): New function.
3312 (debug_get_field_type): New function.
3313 (debug_write): Initialize base_id.
3314 (debug_write_type): Pass new id argument to tag_type. Handle
3315 DEBUG_KIND_ILLEGAL. Use id for DEBUG_KIND_STRUCT and
3316 DEBUG_KIND_UNION. Handle ellipsis for method arguments.
3317 (debug_write_class_type): Don't dereference kclass if it is NULL.
3318 Use id.
3319 * prdbg.c (pr_fns): Add pr_ellipsis_type.
3320 (pr_ellipsis_type): New static function.
3321 (pr_pointer_type): If this is a pointer to an array, parenthesize
3322 it correctly.
3323 (pr_start_struct_type): Add id parameter.
3324 (pr_start_class_type): Likewise.
3325 (pr_tag_type): Likewise.
3326 (pr_fix_visibility): Add the visibility to the top of the stack,
3327 not the second element on the stack.
3328 (pr_struct_field): Pop the stack before calling pr_fix_visibility.
3329 (pr_class_static_member): Likewise.
3330 (pr_class_start_method): Don't push a type, just set the method
3331 name in the type on the top of the stack.
3332 (pr_class_end_method): Don't pop the stack.
3333 (pr_class_method_variant): Rename argtypes parameter to physname.
3334 Append const and volatile rather than prepending them. Add a
3335 space after the physname.
3336 (pr_class_static_method_variant): Likewise.
3337 * ieee.c (ieee_fns): Add ieee_ellipsis_type.
3338 (ieee_define_named_type): Use DEBUG_KIND_ILLEGAL rather than
3339 DEBUG_KIND_VOID.
3340 (write_ieee_debugging_info): Likewise.
3341 (ieee_typdef): Likewise.
3342 (ieee_ellipsis_type): New static function.
3343 (ieee_start_struct_type): Add id parameter.
3344 (ieee_start_class_type): Likewise.
3345 (ieee_tag_type): Likewise.
3346 (ieee_class_method_variant): Rename name to physname.
3347 (ieee_class_static_method_variant): Likewise.
3348
3349 * Makefile.in (DEBUG_OBJS): Remove prdbg.o.
3350 ($(OBJDUMP_PROG)): Depend upon, and link against, prdbg.o.
3351
3352 Thu Jan 18 17:35:06 1996 Kim Knuttila <krk@cygnus.com>
3353
3354 * dlltool.c (make_tail): Changed the order of the sections to avoid
3355 an alignment problem.
3356
3357 Wed Jan 17 14:23:00 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3358
3359 * srconv.c (wr_du): Set du.stackfrmt to 0.
3360 (wr_un, wr_sc): Emit all sections, even those with 0 size.
3361
3362 Tue Jan 16 16:15:49 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3363
3364 * srconv.c (wr_hd): Space size within segment was being
3365 stored in segment identifier field.
3366
3367 Tue Jan 16 12:07:25 1996 Stan Shebs <shebs@andros.cygnus.com>
3368
3369 * mpw-config.in (BUILD_NLMCONV, BUILD_SRCONV, SYSINFO_PROG,
3370 BUILD_DLLTOOL): Put definitions for these into makefile when
3371 configuring, instead of always clearing in mpw-make.sed.
3372 * mpw-make.sed: Edit out any host_alias or target_alias settings,
3373 fix pathname to BFD internal include files, remove dependency
3374 calculation rules.
3375
3376 Thu Jan 11 17:31:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3377
3378 * objdump.c (dump_section_header): Add new section flags
3379 SEC_{EXCLUDE,SORT_ENTRIES}.
3380
3381 Thu Jan 11 11:45:34 1996 Ian Lance Taylor <ian@cygnus.com>
3382
3383 * objcopy.c (filter_symbols): NULL terminate the output symbols.
3384 (copy_object): Allocate space for a possible extra NULL pointer.
3385
3386 * debug.c (debug_make_undefined_tagged_type): Make sure we are
3387 given a kind of type we can handle.
3388 (debug_write_type): Handle undefined enums and structs.
3389 (debug_write_class_type): Handle undefined classes.
3390 * prdbg.c (pr_enum_type): Handle an undefined enum.
3391 * ieee.c (ieee_enum_type): Likewise.
3392
3393 Wed Jan 10 15:33:18 1996 Ian Lance Taylor <ian@cygnus.com>
3394
3395 * Makefile.in: Updated dependencies.
3396 (ALLOCA, MALLOC): Remove variables.
3397 (ADDL_LIBS): Remove $(MALLOC) from definition.
3398 * alloca.c, gmalloc.c: Remove.
3399
3400 Mon Jan 8 18:02:29 1996 Ian Lance Taylor <ian@cygnus.com>
3401
3402 * ieee.c: Add global function write_ieee_debugging_info and a
3403 bunch of static functions and structs used to write out IEEE
3404 debugging information.
3405 * budbg.h (write_ieee_debugging_info): Declare.
3406
3407 * ieee.c (struct ieee_type): Add pslot field.
3408 (enum builtin_types): Define.
3409 (ieee_builtin_type): For a pointer, return a pointer to the named
3410 type. Use enum values rather than numbers.
3411 (ieee_alloc_type): New static function.
3412 (ieee_read_type_index): Use ieee_alloc_type.
3413 (parse_ieee_bb): Likewise.
3414 (parse_ieee_ty): Likewise. Use ieee_builtin_type for array range,
3415 rather than making a new integer type. Store the new type in the
3416 slot, if there is one.
3417 (parse_ieee_atn): Treat ATN10 as defining a register variable.
3418 (ieee_regno_to_genreg): Rename from ieee_regno_to_gen. Change all
3419 callers.
3420 (ieee_genreg_to_regno): New static function.
3421
3422 * stabs.c (parse_stab_type): Add new typename parameter. Change
3423 all callers.
3424 (parse_stab_range_type): Add new typename parameter. Change all
3425 callers.
3426
3427 * debug.h (struct debug_write_fns): Add tag parameter to
3428 enum_type, start_struct_type, and start_class_type.
3429 * debug.c (debug_write_type): Pass any tag name to
3430 start_struct_type, debug_write_class_type, and enum_type. If
3431 DEBUG_KIND_TAGGED, pass the name in the recursive call.
3432 (debug_write_class_type): Accept a new tag parameter, and pass it
3433 to start_class_type.
3434 * prdbg.c (pop_type): Don't remove '+' character.
3435 (pr_enum_type): Accept and use tag parameter.
3436 (pr_start_struct_type): Likewise.
3437 (pr_start_class_type): Likewise.
3438 (pr_class_baseclass): Adjust algorithm used to find where to put
3439 the baseclass name.
3440 (pr_tag): Don't bother to insert the tag name.
3441
3442 * objcopy.c: Include budbg.h.
3443 (convert_debugging): New static variable.
3444 (OPTION_DEBUGGING): Define.
3445 (copy_options): Add "debugging".
3446 (copy_usage): Mention --debugging.
3447 (is_strip_section): Skip debugging sections if convert_debugging.
3448 (setup_section, copy_section): Likewise.
3449 (filter_symbols): Skip debugging symbols if convert_debugging.
3450 (copy_object): If convert_debugging, read and write debugging
3451 information.
3452 (write_debugging_info): New static function.
3453 (copy_main): Handle --debugging.
3454 * Makefile.in (DEBUG_OBJS): New variable.
3455 ($(OBJCOPY_PROG)): Depend upon and link against $(DEBUG_OBJS).
3456 ($(STRIP_PROG)): Likewise.
3457 (OBJDUMP_OBJS): Remove variable.
3458 ($(OBJDUMP_PROG)): Use objdump.o $(DEBUG_OBJS) rather than
3459 $(OBJDUMP_OBJS).
3460 * binutils.texi, objcopy.1: Document --debugging.
3461
3462 Thu Jan 4 16:31:21 1996 Ian Lance Taylor <ian@cygnus.com>
3463
3464 * ieee.c: New file with code to read IEEE debugging information.
3465 * budbg.h (parse_ieee): Declare.
3466 * rddbg.c (read_debugging_info): Handle IEEE flavour files.
3467 (read_ieee_debugging_info): New static function.
3468 * Makefile.in: Rebuild dependencies.
3469 (CFILES): Add ieee.c.
3470 (OBJDUMP_OBJS): Add ieee.o.
3471
3472 * bucomm.h (xrealloc): Change type of first parameter from char *
3473 to PTR.
3474
3475 Tue Jan 2 17:44:07 1996 Ian Lance Taylor <ian@cygnus.com>
3476
3477 * Makefile.in: Add targets to automatically rebuild dependencies.
3478 Remove targets which just listed dependencies of .o files.
3479 (DEP): New variable.
3480 (HFILES, GENERATED_HFILES): New variables.
3481 (CFILES, GENERATED_CFILES): New variables.
3482 (underscore.c): Don't do anything, just depend upon stamp-under.
3483 (stamp-under): New target; do what underscore.c used to do.
3484 (nlmconv.o): Depend upon sym.h and ecoff.h.
3485 (.dep, .dep1, dep.sed, dep, dep-in): New targets.
3486 (stage1, stage2, stage3, against, comparison): Remove.
3487 (de-stage1, de-stage2, de-stage3): Remove.
3488 (clean, distclean): Remove stamp-under and dep.sed.
3489 * dep-in.sed: New file.
3490
3491 Implement generic debugging support. Implement a stabs reader and
3492 a generic printer.
3493 * budbg.h, debug.c, debug.h, prdbg.c, rddbg.c, stabs.c: New files.
3494 * objdump.c: Include "debug.h" and "budbg.h".
3495 (dump_debugging): New global variable.
3496 (usage): Mention --debugging.
3497 (long_options): Add "debugging".
3498 (display_bfd): Handle --debugging.
3499 * Makefile.in (OBJDUMP_OBJS): New variable.
3500 ($(OBJDUMP_PROG)): Use $(OBJDUMP_OBJS).
3501 * binutils.texi, objdump.1: Document --debugging.
3502
3503 Sat Dec 30 09:59:51 1995 Jeffrey A Law (law@cygnus.com)
3504
3505 * nm.c ( long_options): Add "--defined-only" option.
3506 (usage): Update for new "--defined-only" option.
3507 (filter_symbols): Handle "--defined-only".
3508
3509 Fri Dec 29 16:04:56 1995 Ian Lance Taylor <ian@cygnus.com>
3510
3511 * arparse.y: Include "bucomm.h", not <sysdep.h>.
3512 * nlmheader.y: Don't include "sysdep.h".
3513
3514 Tue Dec 26 18:23:18 1995 Ian Lance Taylor <ian@cygnus.com>
3515
3516 * nm.c (print_symdef_entry): Check return value of
3517 bfd_get_elt_at_index.
3518
3519 Sat Dec 23 11:03:16 1995 Michael Meissner <meissner@tiktok.cgynsu.com>
3520
3521 * configure.in (DLLTOOL_DEFS): Build dlltool for PowerPC if target
3522 is powerpc*-*-win* in addition to powerpc*-*-*pe*.
3523
3524 Fri Dec 15 16:30:57 1995 Ian Lance Taylor <ian@cygnus.com>
3525
3526 * objdump.c (endian_string): New static function.
3527 (display_target_list): Use it.
3528 * nlmconv.c (main): Use new bfd_big_endian macro.
3529
3530 Fri Dec 15 07:51:34 1995 steve chamberlain <sac@slash.cygnus.com>
3531
3532 * dlltool.c (fill_ordinals): Start from 1 if no other instructions
3533 given.
3534
3535 Tue Dec 12 12:05:21 1995 Ian Lance Taylor <ian@cygnus.com>
3536
3537 * Makefile.in (clean): Remove $(DEMANGLER_PROG).1. From Ronald
3538 F. Guilmette <rfg@monkeys.com>.
3539
3540 Mon Dec 11 14:33:05 1995 Stan Shebs <shebs@andros.cygnus.com>
3541
3542 * mac-binutils.r: Fix copyright and version strings.
3543
3544 * Makefile.in (version): Remove, no longer used.
3545
3546 Fri Dec 1 14:41:56 1995 Stan Shebs <shebs@andros.cygnus.com>
3547
3548 * mpw-make.sed (install, install-only): Edit in Mac-specific
3549 install procedure.
3550
3551 Thu Nov 30 20:26:02 1995 Kim Knuttila <krk@cygnus.com>
3552
3553 * dlltool.c (ppc_jtab): The binary glue for PowerPC dll linkage,
3554 including the return instruction.
3555 sinfo: added a preferred alignment field.
3556 (secdata): section data for the PowerPC version.
3557 (make_one_lib_file): More symbols, More sections (pdata, rdata)
3558 (make_tail): Use idata$6 instead of idata$7 for ppc. Also added a
3559 NULL idata$3 descriptor (temporary).
3560
3561 Tue Nov 28 17:23:44 1995 Doug Evans <dje@canuck.cygnus.com>
3562
3563 * dlltool.c (fill_ordinals): Don't reference d_export_vec if
3564 there are no exported functions.
3565
3566 Mon Nov 27 13:05:59 1995 Ian Lance Taylor <ian@cygnus.com>
3567
3568 * configure: Regenerate with autoconf 2.7.
3569
3570 Wed Nov 22 13:17:15 1995 Ian Lance Taylor <ian@cygnus.com>
3571
3572 * dlltool.c (fill_ordinals): Start assigning ordinals at 1.
3573
3574 * Makefile.in (EXPECT): Use $$r, not $${rootme}.
3575 (check): Set r, not rootme.
3576
3577 Tue Nov 21 18:04:09 1995 Ian Lance Taylor <ian@cygnus.com>
3578
3579 * configure.in: Use BFD_NEED_DECLARATION.
3580 * acconfig.h: Put NEED_DECLARATION_FPRINTF in @TOP@ section.
3581 * configure, config.in: Rebuild with autoconf 2.6.
3582
3583 Fri Nov 17 10:34:37 1995 Ian Lance Taylor <ian@cygnus.com>
3584
3585 * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not
3586 $(host_canonical) and $(target_canonical).
3587
3588 Thu Nov 16 03:39:20 1995 Ken Raeburn <raeburn@cygnus.com>
3589
3590 Version 2.6 released.
3591 * Makefile.in (VERSION): Update to 2.6.
3592
3593 Wed Nov 15 12:14:17 1995 Ian Lance Taylor <ian@cygnus.com>
3594
3595 * Makefile.in (CC_FOR_TARGET): Define.
3596 (check): Pass CC and CFLAGS to runtest.
3597
3598 * nm.c (display_rel_file): Don't require a DYNAMIC object when
3599 dumping the dynamic symbol table.
3600
3601 * objdump.c (compare_symbols): Sort global symbols before local
3602 symbols before debugging symbols.
3603 (objdump_print_address): Don't futz around looking for a global
3604 symbol with the same value.
3605
3606 Tue Nov 14 17:19:11 1995 Ian Lance Taylor <ian@cygnus.com>
3607
3608 * dlltool.c: Use FOPEN_* macros rather than "r" or "w".
3609
3610 * dlltool.c (fill_ordinals): Correct memset call.
3611
3612 Sun Nov 12 12:56:05 1995 Stan Shebs <shebs@andros.cygnus.com>
3613
3614 * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything
3615 with the man page.
3616
3617 Fri Nov 10 11:41:22 1995 Ian Lance Taylor <ian@cygnus.com>
3618
3619 * objcopy.c (setup_section): Copy the section lma independently of
3620 the vma.
3621
3622 Wed Nov 8 11:33:00 1995 Ian Lance Taylor <ian@cygnus.com>
3623
3624 * arsup.c (ar_open): Cast malloc return value.
3625
3626 Tue Nov 7 09:01:26 1995 Kim Knuttila <krk@cygnus.com>
3627
3628 * configure.in, configure (DLLTOOL_DEFS): Added ppc target.
3629 * dlltool.c (MPPC): Added basic PPC definitions.
3630
3631 Tue Nov 7 14:02:57 1995 Ian Lance Taylor <ian@cygnus.com>
3632
3633 * configure.in: Don't treat rs6000-*-lynx* specially.
3634 * configure: Rebuild.
3635 * config/rslynx: Remove.
3636 * Makefile.in: Remove @target_makefile_fragment@.
3637
3638 Mon Nov 6 15:00:50 1995 Ian Lance Taylor <ian@cygnus.com>
3639
3640 * bucomm.h: Include <sys/types.h>.
3641 * ar.c: Don't include <sys/types.h> or <stdio.h>.
3642 * bucomm.c, dlltool.c, nlmconv.c, objcopy.c, objdump.c: Likewise.
3643
3644 Fri Nov 3 12:38:09 1995 Ian Lance Taylor <ian@cygnus.com>
3645
3646 * objdump.c: Include <sys/types.h>.
3647
3648 Permit user to override DEMANGLER_PROG from command line. From
3649 Manfred Hollstein <manfred@lts.sel.alcatel.de>.
3650 * Makefile.in ($(DEMANGLER_PROG)): Depend upon
3651 $(DEMANGLER_PROG).1.
3652 (install): Don't depend upon $(DEMANGLER_PROG).1. Only install
3653 $(DEMANGLER_PROG).1 if $(DEMANGLER_PROG) is not empty.
3654
3655 Wed Nov 1 15:04:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
3656
3657 * Makefile.in (syslex.o): add -I$(srcdir) if compiling in a
3658 separate directory.
3659
3660 Mon Oct 30 14:24:18 1995 Ian Lance Taylor <ian@cygnus.com>
3661
3662 * objdump.c (objdump_print_value): New static function.
3663 (objdump_print_address): Use it. If we need the right section for
3664 the symbol, and we can't find it, print an offset from the section
3665 rather than using a symbol from some other section.
3666
3667 Thu Oct 26 10:23:14 1995 steve chamberlain <sac@slash.cygnus.com>
3668
3669 * dlltool.c (no_idata4, no_idata5): New.
3670 (arm_jtab): Use correct encoding of jump instruction.
3671 (usage, main, make_head, make_tail): Act on no_idata4, no_idata5.
3672
3673 Wed Oct 25 12:10:07 1995 Stan Shebs <shebs@andros.cygnus.com>
3674
3675 * mpw-make.sed: Edit paths to generated y.tab.[ch] files.
3676
3677 Fri Oct 20 18:40:34 1995 Ian Lance Taylor <ian@cygnus.com>
3678
3679 * binutils.texi: Change --with-targets to --enable-targets.
3680
3681 Thu Oct 19 17:47:41 1995 Fred Fish <fnf@cygnus.com>
3682
3683 * Makefile.in: Remove extraneous tab on otherwise empty line,
3684 which confuses many non-GNU versions of "make".
3685
3686 Wed Oct 18 16:31:58 1995 steve chamberlain <sac@slash.cygnus.com>
3687
3688 * dlltool.c (i386_jtab, arm_jtab): New
3689 (gen_lib_file): Rewritten to use bfd.
3690
3691 Fri Oct 13 16:10:07 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3692
3693 * Makefile.in (install): Don't give error message if dlltool
3694 wasn't built.
3695
3696 Fri Oct 13 11:04:37 1995 steve chamberlain <sac@slash.cygnus.com>
3697
3698 * deflex.l: Allow quoting of IDs.
3699 * defparse.y (%union): string deleted.
3700 (command): DESCRIPTION takes ID.
3701 * dlltool.c (gen_def_file): Quote outgoing name if
3702 necessary. Preserve NONAME.
3703 (gen_lib_file): Run ranlib.
3704 (workout_prefix): Deleted.
3705 (main, usage, long_options): Add --as, --ranlib, --ar options.
3706
3707 Wed Oct 11 13:36:13 1995 steve chamberlain <sac@slash.cygnus.com>
3708
3709 * dlltool.c (mtable): HOW_ALIGN_LONG, new.
3710 (d_ord): Deleted.
3711 (d_low_ord, d_high_ord, d_named_funcs): New.
3712 (gen_exp_file): Create noname entries correctly.
3713 (gen_lib_file): Dump exports alphabetically.
3714 (process_duplicates): Count nonamed functions.
3715 (fill_ordinals): Keep track of highest ord too.
3716 (mangle_defs): Create alphabetically ordered list of names.
3717
3718 Tue Oct 10 09:39:09 1995 steve chamberlain <sac@slash.cygnus.com>
3719
3720 * Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG.
3721
3722 Mon Oct 9 13:06:31 1995 steve chamberlain <sac@slash.cygnus.com>
3723
3724 * dlltool.c (add_underscore): New.
3725 (xlate): Use new name.
3726 (main, usage): Update.
3727
3728 Fri Oct 6 14:08:51 1995 Ken Raeburn <raeburn@cygnus.com>
3729
3730 * sysinfo.y: Eliminate unused terminals "[" and "]" and unused
3731 nonterminal "name". One s/r conflict remains.
3732
3733 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3734
3735 * nm.c (print_symname): Don't try to demangle an empty
3736 name.
3737 * objdump.c (slurp_symtab): Reset symcount if there are
3738 no symbols.
3739 (slurp_dynamic_symtab): Likewise, for dynsymcount.
3740 (disassemble_data): Fix memory leak: free sorted_syms when done.
3741 (display_bfd): Likewise, for syms and dynsyms.
3742 (dump_relocs): Don't print header before possibly generating an
3743 error message.
3744 (dump_dynamic_relocs): Likewise.
3745
3746 * ar.1, nm.1, objdump.1, size.1, strings.1, strip.1: Fix typos and
3747 formatting bugs.
3748
3749 Fri Oct 6 12:00:25 1995 Ian Lance Taylor <ian@cygnus.com>
3750
3751 * ar.c (do_quick_append): Comment out.
3752 (replace_members): Add quick argument.
3753 (main): Don't call do_quick_append.
3754 (open_inarch): Don't call quick_append to create an empty archive.
3755 Instead call bfd_openw/bfd_set_format/bfd_close.
3756
3757 Thu Oct 5 20:53:08 1995 Ken Raeburn <raeburn@cygnus.com>
3758
3759 * bucomm.c: Always include time.h.
3760
3761 Thu Oct 5 17:25:21 1995 Ian Lance Taylor <ian@cygnus.com>
3762
3763 * objdump.c (compare_symbols): Sort gnu_compiled and gcc2_compiled
3764 symbols after other symbols with the same value. Likewise for
3765 symbols which look like file names.
3766 (objdump_print_address): Always chose the first reasonable symbol
3767 with a given value.
3768
3769 Tue Oct 3 22:38:55 1995 Ian Lance Taylor <ian@cygnus.com>
3770
3771 * arsup.c (ar_save): Use rename, not unlink/link/unlink.
3772
3773 Mon Oct 2 12:10:25 1995 Ian Lance Taylor <ian@cygnus.com>
3774
3775 * strings.c (main): Exit with zero status if no files are given
3776 and standard input is read.
3777
3778 Thu Sep 28 20:03:07 1995 Stan Shebs <shebs@andros.cygnus.com>
3779
3780 * mpw-config.in: Calculate underscore and put into makefile
3781 fragment, generate config.h.
3782 * mpw-make.sed: New file, sed commands to edit Unix makefile
3783 into MPW syntax.
3784 * mpw-make.in: Remove.
3785 * mac-binutils.r: New file, Mac resources.
3786
3787 Thu Sep 28 15:49:00 1995 steve chamberlain <sac@slash.cygnus.com>
3788
3789 * dlltool.c: (gen_exp_file): Always emit a .reloc section if
3790 relocatable.
3791 (imp_name_lab): New.
3792 (gen_def_file): New.
3793 (gen_lib_file): Use imp_name_lab.
3794 (main): Initialize imp_name_lab.
3795
3796 Mon Sep 25 12:05:34 1995 Ian Lance Taylor <ian@cygnus.com>
3797
3798 * configure.in: Call AC_HEADER_SYS_WAIT.
3799 * configure: Rebuild.
3800 * config.in: Rebuild.
3801 * dlltool.c: Include "libiberty.h" and "bucomm.h". Don't include
3802 <stdio.h>, <stdlib.h>, or <string.h>. Don't include <wait.h>.
3803 Include <sys/types.h>. Use HAVE_SYS_WAIT_H to control whether to
3804 include <sys/wait.h> or define the wait macros by hand. Don't
3805 declare xmalloc.
3806 (gen_lib_file): Don't assume that sprintf returns the number of
3807 characters; use strlen instead.
3808
3809 Fri Sep 22 17:16:41 1995 Ian Lance Taylor <ian@cygnus.com>
3810
3811 * objdump.c (disassemble_data): Don't use the old BFD based
3812 disassembler interface. Make info a const pointer.
3813
3814 Wed Sep 13 18:33:44 1995 Ian Lance Taylor <ian@cygnus.com>
3815
3816 * objdump.c (start_address): New variable.
3817 (stop_address): New variable.
3818 (usage): Mention --start-address and --stop-address.
3819 (OPTION_START_ADDRESS, OPTION_STOP_ADDRESS): Define.
3820 (long_options): Add "start-address" and "stop-address".
3821 (disassemble_data): Handle start_address and stop_address.
3822 (dump_data, dump_reloc_set): Likewise.
3823 (main): Don't set seenflag for -l. Handle OPTION_START_ADDRESS
3824 and OPTION_STOP_ADDRESS.
3825 * objcopy.c (parse_vma): Move to bucomm.c.
3826 * bucomm.c (parse_vma): New function, moved in from objcopy.c.
3827 * bucomm.h (parse_vma): Declare.
3828 * binutils.texi, objdump.1: Document new objdump options.
3829
3830 Tue Sep 12 12:37:39 1995 Ian Lance Taylor <ian@cygnus.com>
3831
3832 * Makefile.in (maintainer-clean): New target.
3833
3834 * ar.c (replace_members): Don't call write_archive if nothing
3835 changed.
3836
3837 * objdump.c (disassemble_data): Add casts to avoid gcc warnings.
3838
3839 Thu Sep 7 12:12:17 1995 Ian Lance Taylor <ian@cygnus.com>
3840
3841 * config.in: Rename from config.h.in.
3842 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
3843 Check for config.h:config.in when creating stamp-h.
3844 * configure: Rebuild.
3845 * Makefile.in (stamp-h): Depend upon config.in rather than
3846 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
3847 calling config.status.
3848
3849 * Makefile.in (distclean): Remove config.h, stamp-h, and
3850 config.log.
3851
3852 * nm.c (value_format): Initialize based on BFD64 and
3853 BFD_HOST_64BIT_LONG.
3854 (print_radix): New static variable.
3855 (set_print_radix): Set print_radix. Adjust changes to
3856 value_format.
3857 (print_value): New static function, to print 64 bit octal and
3858 decimal values correctly.
3859 (print_symbol_info_bsd): Check BFD64, not BFD_HOST_64_BIT. Use
3860 print_value.
3861 (print_symbol_info_sysv): Use print_value.
3862 (print_symbol_info_posix): Likewise.
3863
3864 Wed Sep 6 15:02:55 1995 Ian Lance Taylor <ian@cygnus.com>
3865
3866 * Makefile.in (*.o): Remove incorrect dependencies on
3867 $(BFDDIR)/hosts/std-host.h.
3868
3869 * Makefile.in (INSTALL_DATA): Add -m 644.
3870 (INSTALL_XFORM1): Likewise.
3871 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@ rather than $(CC).
3872 (mostlyclean): Remove config.log.
3873 (distclean): Remove config.cache.
3874
3875 * configure.in: Call BFD_CC_FOR_BUILD and BFD_BINARY_FOPEN.
3876 * configure: Rebuild.
3877
3878 Tue Sep 5 20:22:42 1995 Ian Lance Taylor <ian@cygnus.com>
3879
3880 * configure.in: Rewrite to use autoconf.
3881 * aclocal.m4: New file.
3882 * configure: New file, built by autoconf.
3883 * acconfig.h: New file.
3884 * config.h.in: New file, built by autoheader.
3885 * Makefile.in: Various changes for new configure script. Also:
3886 (PROGS): Remove $(SYSINFO_PROG).
3887 (ALL_CFLAGS): Remove $(TDEFINES).
3888 (version.o): Use $(ALL_CFLAGS).
3889 (cplus-dem.o, dlltool.o, nlmconv.o): Likewise.
3890 (sysdump.o): Depend upon bucomm.h and config.h.
3891 (srconv.o, arsup.o, strings.o): Depend upon config.h.
3892 (filemode.o): Don't depend upon ../bfd/sysdep.h.
3893 (bucomm.o): Depend upon config.h, not ../bfd/sysdep.h.
3894 (size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise.
3895 (nlmheader.o, nlmconv.o): Likewise.
3896 (distclean): Don't remove sysdep.h.
3897 * bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h".
3898 Include "fopen-same.h" or "fopen-bin.h", based on
3899 USE_BINARY_FOPEN. Include <errno.h>, and declare errno if it is
3900 not a macro. Include <unistd.h>, <string.h>, <strings.h>,
3901 <stdlib.h>, and <fcntl.h> if they are present. Declare strchr,
3902 strrchr, and strstr if no string header file exists. Include
3903 <sys/file.h> if it exists and <fcntl.h> does not. Define
3904 O_RDONLY and O_RDWR if necessary.
3905 * ar.c: Don't include "sysdep.h". Do include <sys/types.h> and
3906 <sys/stat.h>. Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME. Use
3907 HAVE_UTIMES rather than !USE_UTIME. Don't include <errno.h>, and
3908 don't declare errno.
3909 * arsup.c: Don't include <sysdep.h>.
3910 * bucomm.c: Don't include "sysdep.h". Include <stdio.h>,
3911 <sys/types.h>, and <sys/stat.h>. Include <time.h> if it defines
3912 time_t. Define time_t if necessary.
3913 * coffdump.c: Don't include "sysdep.h".
3914 * coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise.
3915 * srconv.c, strings.c: Likewise.
3916 * nm.c: Don't include "sysdep.h". Don't try to define HAVE_SBRK.
3917 * objcopy.c: Don't include "sysdep.h". Include <sys/types.h> and
3918 <sys/stat.h>.
3919 (simple_copy): Use creat rather than assuming that O_CREAT is
3920 defined.
3921 * objdump.c: Don't include "sysdep.h". Use
3922 NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED.
3923 * sysdump.c: Include "bfd.h" and "bucomm.h". Don't include
3924 "sysdep.h" or <stdlib.h>.
3925 (dump_symbol_info): Rename from symbol_info. Change all callers.
3926
3927 Mon Sep 4 14:30:00 1995 Ian Lance Taylor <ian@cygnus.com>
3928
3929 * configure.in (host_makefile_frag): Don't set. Substitute for
3930 @CC@, @CFLAGS@, @HDEFINES@ and @LDFLAGS@ in Makefile.
3931 * Makefile.in (AR_FLAGS): Set to rc rather than qv.
3932 (CC): Define as @CC@.
3933 (CFLAGS): Set to @CFLAGS@.
3934 (LDFLAGS): Define as @LDFLAGS@.
3935 (ALL_CFLAGS): Use @HDEFINES@ rather than $(HDEFINES).
3936
3937 * configure.in: Don't bother to call config.bfd for each target.
3938 Just call it for the default target, and use the shell variable to
3939 decide whether underscores are used.
3940
3941 Thu Aug 31 19:21:48 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3942
3943 * configure.in: match i[3-6]86-*-win32, not just i386-*-win32.
3944
3945 Thu Aug 31 16:30:22 1995 steve chamberlain <sac@slash.cygnus.com>
3946
3947 * dlltool.c (add_indirect): New.
3948 (asm_prefix): New
3949 (gen_exp_file): Timestamp should be 0. Insert prefix when
3950 needed. New code for indirection.
3951 (gen_lib_file): Timestamp should be 0. Insert prefix
3952 when needed.
3953 (usage): Document --add-indirect.
3954 (main): Cope with new option.
3955
3956 * objdump.c (dump_private_headers): New.
3957 (usage): Document new option.
3958 (long_option): Add private-headers.
3959 (dump_bfd_private_header): New.
3960 (main): Cope with new option.
3961
3962 Thu Aug 31 04:09:16 1995 Doug Evans <dje@canuck.cygnus.com>
3963
3964 * dlltool.c (run): Add missing 3rd arg to waitpid.
3965
3966 Wed Aug 30 11:02:11 1995 steve chamberlain <sac@slash.cygnus.com>
3967
3968 * Makefile.in (TOOL_PROGS): Include dlltool if needed.
3969
3970 Tue Aug 29 13:25:21 1995 steve chamberlain <sac@slash.cygnus.com>
3971
3972 * dlltool.c (rva): Deleted.
3973 (rvaafter, rva_before): Use new assembler pseudo.
3974 (flush_page, gen_exp_file, gen_lib_file): Use new way of RVAing.
3975 (gen_exp_file): Don't generate .edata if no need.
3976 (gen_lib_file): Don't make timestamp.
3977 Put _iname in idata$7.
3978 (workout_prefix): Fix memory initialization bug.
3979 (usage): Tidy up, delete many single char options.
3980 (main): rva option is gone.
3981
3982 Mon Aug 21 18:41:28 1995 steve chamberlain <sac@slash.cygnus.com>
3983
3984 * dlltool.c (options): image-base is a synonym for rva.
3985 (gen_lib_file): Put dll name into ibase$7.
3986
3987 Sun Aug 20 09:59:00 1995 steve chamberlain <sac@slash.cygnus.com>
3988
3989 Modified to generate archives and objects rather than .s files.
3990 * dlltool.c (run) New function.
3991 (gen_exp_file, gen_lib_file): Use run.
3992 (workout_prefix): New.
3993 (usage): Document new options.
3994 (main): Parse new options.
3995
3996 Wed Aug 16 16:26:52 1995 steve chamberlain <sac@slash.cygnus.com>
3997
3998 * dlltool.c (gen_exp_file): Fix RVA handling.
3999 (rva_s, rva_n): Delete.
4000
4001 Fri Aug 11 18:27:18 1995 Ian Lance Taylor <ian@cygnus.com>
4002
4003 * nm.c (main): Ignore -e.
4004
4005 Thu Aug 10 17:35:00 1995 Ken Raeburn <raeburn@cygnus.com>
4006
4007 * Makefile.in (config.texi): New target. Write out a setting for
4008 texinfo variable VERSION.
4009 (binutils.dvi, binutils.info): Depend on it.
4010 * binutils.texi: Include it, and reference @value{VERSION} instead
4011 of explicitly specifying 2.2(!).
4012
4013 Thu Aug 10 16:07:53 1995 Ian Lance Taylor <ian@cygnus.com>
4014
4015 * coffgrok.c (do_type): Handle array dimensions the same way gdb
4016 does.
4017
4018 Tue Aug 8 17:10:42 1995 steve chamberlain <sac@slash.cygnus.com>
4019
4020 * dlltool.c (mtable): New fields.
4021 (ASM_RVA_BEFORE, ASM_RVA_AFTER): New.
4022 (flush_page): Use new macros.
4023
4024 Sat Aug 5 00:16:37 1995 Jeff Law (law@snake.cs.utah.edu)
4025
4026 * objcopy.c (mark_symbols_used_in_relocations): Handle sections
4027 with no relocations.
4028 * coffgrok.c (do_sections_p1): Likewise.
4029
4030 Mon Jul 31 12:51:06 1995 Ian Lance Taylor <ian@cygnus.com>
4031
4032 * strings.c (print_strings): For compatibility with existing
4033 strings programs, print strings which are not terminated with a
4034 null byte or a newline.
4035 * binutils.texi, strings.1: Update documentation accordingly.
4036
4037 * ar.c (replace_members): For compatibility with existing ar
4038 programs, permit users to add the same file multiple times.
4039
4040 Tue Jul 25 11:21:53 1995 Ian Lance Taylor <ian@cygnus.com>
4041
4042 * strings.c (DATA_FLAGS): Remove SEC_DATA.
4043 (main): If no file names are given, scan standard input.
4044 * binutils.texi, strings.1: strings now scans non-data sections by
4045 default.
4046
4047 Mon Jul 24 13:52:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4048
4049 * srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
4050 (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes
4051 for the sh.
4052
4053 * sysdump.c (fillup): Return size - 1, the last byte is a checksum
4054 and shouldn't be counted.
4055 * sysroff.info (hd): Changed segment identifier from a byte to a 1
4056 bit field. The sysroff 2.0-01 specification seems to be in error
4057 here. Reduce width of following "spare" field from 4 to 3 bits.
4058 (rl): Changed order and width of first 4 bitfields to correspond
4059 to sysroff specification.
4060 (dln_head, dln_inside, dln_tail): Removed.
4061
4062 Tue Jul 18 23:00:03 1995 Fred Fish <fnf@cygnus.com>
4063
4064 * nm.c (sort_symbols_by_size): Enclose expression being casted
4065 in parens so result is casted, not just first operand. Can't
4066 do pointer arithmetic on void* pointers.
4067
4068 Fri Jul 14 13:42:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4069
4070 * sysdump.c (dh): Changed format of output to be 16 hex digits
4071 followed by 16 ascii characters, similar to Emacs' hexl-mode,
4072 to make it easier to read.
4073 (xcalloc): fix typo.
4074
4075 Thu Jul 13 15:27:44 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4076
4077 * srconv.c (wr_tr): Write out handcrafted tr block.
4078 (walk_tree_symbol): Use evallen and evalue instead of
4079 vallen & value because of corresponding changes in
4080 sysroff.info.
4081
4082 * sysdump.c (sysroff_swap_tr_in, sysroff_print_tr_out): New
4083 functions.
4084
4085 * sysroff.info (tr): the tr block is a special case --- a block
4086 without contents --- which can't be handled by generated code.
4087 (den, dpp): only first byte is present for DENend, DPPend.
4088 (dsy): describe a conditional portion of block, rename some fields.
4089 (dps): describe a conditional portion of block.
4090 (dfl): removed.
4091
4092 * sysinfo.y (yyerror): write error message to standard error.
4093
4094 Thu Jul 13 10:43:59 1995 Ian Lance Taylor <ian@cygnus.com>
4095
4096 * Makefile.in (DISTSTUFF): Add arparse.h and sysinfo.h.
4097 (mostlyclean): Remove y.output.
4098 (clean): Remove sysroff, sysroff.c, sysroff.h, and sysinfo.
4099
4100 * nlmconv.c (powerpc_mangle_relocs): Cast memset arg to size_t.
4101 * objcopy.c (copy_object): Likewise.
4102
4103 * nm.c (HAVE_SBRK): Define execpt on amigados and WINDOWS_NT.
4104 (struct size_sym): Define.
4105 (show_stats): New static variable.
4106 (long_options): Add undocumented option "stats".
4107 (main): Print memory stats if requested.
4108 (sort_bfd, sort_dynamic, sort_x, sort_y): New static variables.
4109 (numeric_forward): Use minisymbols rather than asymbols.
4110 (non_numeric_forward): Likewise.
4111 (size_forward1): Rename from size_forward. Use minisymbols.
4112 (size_forward2): New static function.
4113 (sort_symbols_by_size): Take new arguments dynamic, size, and
4114 symsizep. Use minisymbols. Don't store the size back in the
4115 symbol; store in a newly allocate struct size_sym array.
4116 (display_rel_file): Read minisymbols rather than asymbols. Set
4117 sort_* variables. Call print_size_symbols if sorting by size.
4118 (filter_symbols): Take new arguments dynamic and size. Use
4119 minisymbols.
4120 (print_symbols): Likewise. Call print_symbol for actual printing.
4121 (print_size_symbols): New static function.
4122 (print_symbol): New static function.
4123
4124 Wed Jul 12 10:43:05 1995 Ian Lance Taylor <ian@cygnus.com>
4125
4126 * objdump.c (dump_section_stabs): Only print each stabs section
4127 once.
4128 (compare_relocs): Make it clear to gcc that this always returns a
4129 value.
4130
4131 Wed Jul 12 10:40:23 1995 H.J. Lu <hjl@nynexst.com>
4132
4133 * objcopy.c (simple_copy): Preserve errno on failure.
4134 (smart_rename): Print error mesage if simple_copy fails.
4135
4136 Tue Jul 11 13:10:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4137
4138 * sysdump.c: re-indented file.
4139 (module): read blocks sequentially instead of trying to parse
4140 them, as that would require changing the parser recognize the
4141 difference between a DPSstart and DPSend block.
4142 (getone): Add break's between switch blocks as appropriate.
4143 (object_body_list): parse blocks according to sysroff spec.
4144
4145 Mon Jul 10 12:37:25 1995 J.T. Conklin <jtc@poseidon.cygnus.com>
4146
4147 * sysroff.info: re-indented file, prior formatting was confusing
4148 because it was indentation did not reflect nesting of conditional
4149 records. Change "space size within segment" record in hd record
4150 from bit to byte.
4151
4152 * sysinfo.y (cond_it_field): Use xcalloc instead of calloc.
4153
4154 * srconv.c (wr_cs): Reformatted cs header array, tag each byte
4155 with a comment describing the field.
4156 (wr_unit_info): Use SEEK_SET macro instead of constant 0.
4157 (main): Use FOPEN_WB macro instead of literal "wb".
4158 * sysroff.info: Remove fdl (dfl) field from cs block. Compare
4159 ptr->type with ED_TYPE_CONST instead of constant 2 in ed block.
4160
4161 Tue Jul 4 14:48:42 1995 Ian Lance Taylor <ian@cygnus.com>
4162
4163 * nm.c (size_forward): Check yf against yn, not xn.
4164
4165 * objcopy.c (copy_archive): Record all output BFD's, and close
4166 them before unlinking them and removing the temporary directory,
4167 to avoid NFS problems.
4168
4169 * ar.c (replace_members): In verbose messages, use 'r' when
4170 replacing a member, and 'a' when adding one.
4171
4172 * ar.c (ar_truncate): New static variable.
4173 (normalize): Change return type to const char *. Add abfd
4174 argument. Change all callers. If ar_truncate, chop the filename
4175 to abfd->ar_max_namelen.
4176 (main): For the 'f' modifier, set ar_truncate to true. Don't
4177 change quick_append to replace if ar_truncate is true.
4178 (do_quick_append): If ar_truncate, set BFD_TRADITIONAL_FORMAT.
4179 (write_archive): Likewise.
4180 * binutils.texi, ar.1: Document 'f' modifier.
4181
4182 * objcopy.c (enum strip_action): Define strip_unneeded.
4183 (OPTION_STRIP_UNNEEDED): Define.
4184 (strip_options): Add "strip-unneeded".
4185 (copy_options): Likewise.
4186 (copy_usage): Mention --strip-unneeded.
4187 (strip_usage): Likewise.
4188 (is_strip_section): Strip debugging sections if strip_unneeded.
4189 (filter_symbols): If strip_unneeded, only keep BSF_KEEP symbols.
4190 (copy_object): If strip_all, discard symbols without checking
4191 discard_locals.
4192 (copy_object): Call filter_symbols if strip_unneeded.
4193 (setup_section): Strip debugging sections if strip_unneeded.
4194 (copy_section): Likewise.
4195 (strip_main): Handle OPTION_STRIP_UNNEEDED.
4196 (copy_main): Likewise.
4197 * binutils.texi, objcopy.1, strip.1: Document --strip-unneeded.
4198
4199 Mon Jul 3 14:16:47 1995 Steve Chamberlain <sac@slash.cygnus.com>
4200
4201 * configure.in (i386-*-win32): New configuration.
4202 * dlltool.c (killat, xlate, usage, long_options, main):
4203 Understand and cope with -k option.
4204
4205 Sat Jul 1 12:25:15 1995 Fred Fish <fnf@cygnus.com>
4206
4207 * ar.c: (extract_file): Change "#if POSIX_UTIME" to
4208 "#ifdef POSIX_UTIME" to match other tests of POSIX_UTIME
4209 and avoid lossage when POSIX_UTIME is not defined at all.
4210
4211 Wed Jun 28 17:51:24 1995 Steve Chamberlain <sac@slash.cygnus.com>
4212
4213 * ar.c: (print_contents.c, extract_file, do_quick_append):
4214 Malloc buffers rather than allocate on stack (so it works
4215 on NT).
4216 * deflex.l: Names can have an @ in them.
4217 * dlltool.c: Loads of stuff. Can now generate .imp files which
4218 work with NT .dlls.
4219
4220 Thu Jun 22 19:10:50 1995 Stan Shebs <shebs@andros.cygnus.com>
4221
4222 * mpw-make.in (demangle.c.o): Remove.
4223 (arparse.h): Depend on arparse.c instead of arparse.y.
4224
4225 Wed Jun 21 17:32:45 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
4226
4227 * Makefile.in (DISTSTUFF): Don't include info here.
4228 (diststuff): Include it here.
4229 (realclean): Remove *.info.
4230
4231 * objdump.c (compare_relocs): If relocation entries have the same
4232 address, keep them in file order.
4233
4234 Mon Jun 19 09:06:49 1995 Steve Chamberlain <sac@slash.cygnus.com>
4235
4236 * dlltool.c: Change names of generated files. .*.s-> -*.s
4237
4238 * objdump.c (dump_section_stabs): Check for names
4239 which are supersets of selected names.
4240
4241 Wed Jun 14 19:43:52 1995 Doug Evans <dje@canuck.cygnus.com>
4242
4243 * dlltool.c (mtable, ARM jump): Must redirect via pc offsetable ptr.
4244
4245 Wed Jun 14 13:27:22 1995 Steve Chamberlain <sac@slash.cygnus.com>
4246
4247 * deflex.l, defparse.y, dlltool.c: New files.
4248 * Makefile.in, configure.in: Support for them.
4249
4250 Mon Jun 12 11:27:54 1995 Steve Chamberlain <sac@slash.cygnus.com>
4251
4252 * sysdump.c: Include sysdep.h
4253 (main): Open input with FOPEN_RB.
4254
4255 Fri Jun 9 17:26:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4256
4257 * objdump.c (wide_output): New flag variable.
4258 (usage): Print new -w, --wide options.
4259 (long_options): Add --wide support.
4260 (dump_section_header): If --wide, don't print a newline between
4261 the section's first line and the flags.
4262 (objdump_print_address): Use unsigned comparisons for the binary
4263 search, not signed.
4264 (disassemble_data): If --wide, don't put a \n between the
4265 disassembly output and relocation information.
4266 (main): Support -w option being the same as --wide.
4267
4268 Thu Jun 1 17:09:27 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
4269
4270 Sat May 6 08:52:24 1995 H.J. Lu (hjl@nynexst.com)
4271
4272 * objcopy.c (smart_rename): make it smarter, clean up
4273 if rename () fails.
4274
4275 Tue May 30 14:24:15 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
4276
4277 * Makefile.in: Delete lines with lots of #### because four or more
4278 indicate a point for makefile fragment substitution.
4279
4280 Tue May 9 17:17:05 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4281
4282 * configure.in: Don't build nlmconv on PowerPC eabi any more, it
4283 is not needed.
4284
4285 Thu Apr 27 20:21:24 1995 Doug Evans <dje@canuck.cygnus.com>
4286
4287 * Makefile.in (EXPECT): Define.
4288 (RUNTEST): Use one in source tree if present.
4289 (check): Set `rootme' for $(EXPECT).
4290
4291 Wed Apr 26 18:26:21 1995 Steve Chamberlain <sac@slash.cygnus.com>
4292
4293 * srconv.c (main): Add support for -n option which disables
4294 prescan of common symbols.
4295 (wr_ob): If reading past the end of a section, fill with zeros.
4296
4297 Tue Apr 25 19:14:37 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
4298
4299 * objdump.c (dump_section_header): Display load address after
4300 virtual memory (run-time) address.
4301
4302 Wed Apr 19 09:44:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4303
4304 * Makefile.in (cplus-dem.o): Pass -DVERSION='"$(VERSION)"' to the
4305 compile.
4306 (DEMANGLER_PROG): No longer uses version.o.
4307
4308 Mon Apr 10 13:29:49 1995 Stan Shebs <shebs@andros.cygnus.com>
4309
4310 Merge in support for Mac MPW as a host.
4311 (Old change descriptions retained for informational value.)
4312
4313 * mpw-config.in (TDEFINES): Define as empty in makefile frag.
4314
4315 * mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
4316
4317 * mpw-config.in: New file, MPW configure fragment for binutils.
4318 * mpw-make.in (install-only): New target.
4319 (install): Also depend on install-only.
4320
4321 * mpw-make.in (cplusfilt): Renamed from c++filt.
4322 (INCLUDES): Add more paths.
4323
4324 * mpw-make.in: New file, MPW makefile fragment for binutils.
4325 (Normally automatically generated from Makefile.in.)
4326
4327 Mon Mar 27 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
4328
4329 * ar.c (write_archive): Call make_tempname to get output file
4330 name, rather than using a fixed name based on the input file.
4331
4332 * objcopy.c (make_tempname): Copy from here...
4333 * bucomm.c (make_tempname): ...to here, and make global.
4334 * bucomm.h (make_tempname): Declare.
4335
4336 Fri Mar 24 11:47:42 1995 Ian Lance Taylor <ian@cygnus.com>
4337
4338 * strings.c: Include "bfd.h" before other headers. Include
4339 "sysdep.h".
4340 * bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
4341 and print them with %ld.
4342
4343 Fri Mar 10 13:09:42 1995 Ian Lance Taylor <ian@cygnus.com>
4344
4345 * objcopy.c (strip_options): Add --keep-symbol.
4346 (copy_options): Likewise.
4347 (copy_usage): Mention --keep-symbol and -K.
4348 (strip_usage): Likewise.
4349 (keep_symbols): New static variable.
4350 (is_strip_symbol): Adjust the return value according to
4351 keep_symbols.
4352 (strip_main): Handle -K. For -N, check that -K was not given.
4353 (copy_main): Likewise.
4354 * binutils.texi, objcopy.1, strip.1: Document -K.
4355
4356 Mon Mar 6 13:33:47 1995 Stan Shebs <shebs@andros.cygnus.com>
4357
4358 * objcopy.c (copy_archive): Check result of mkdir.
4359 (copy_main): Cast an xmalloc result.
4360
4361 * objdump.c (usage): Break long format string into shorter ones.
4362
4363 Mon Mar 6 13:46:12 1995 Ian Lance Taylor <ian@cygnus.com>
4364
4365 * bucomm.c (list_supported_targets): New function.
4366 * bucomm.h (list_supported_targets): Declare.
4367 * ar.c (usage): Call list_supported_targets.
4368 * nm.c (usage): Likewise.
4369 * objcopy.c (copy_usage, strip_usage): Likewise.
4370 * objdump.c (usage): Likewise.
4371 * size.c (usage): Likewise.
4372 * strings.c (usage): Likewise.
4373
4374 Tue Feb 28 15:13:58 1995 Ian Lance Taylor <ian@cygnus.com>
4375
4376 * bucomm.c (print_arelt_descr): Cast st_size to long before
4377 passing it to fprintf.
4378
4379 Fri Feb 17 13:36:45 1995 Ian Lance Taylor <ian@cygnus.com>
4380
4381 * objcopy.c (struct section_list): Add fields remove, set_flags,
4382 and flags. Change adjust from boolean to enum.
4383 (remove_sections): Remove static variable.
4384 (sections_removed): New static variable.
4385 (copy_options): Add --set-section-flags.
4386 (copy_usage): Mention --set-section-flags.
4387 (parse_flags): New static function.
4388 (find_section_list): New static function.
4389 (is_strip_symbol): Change return type from int to boolean.
4390 (is_strip_section): New static function.
4391 (filter_symbols): Call is_strip_section.
4392 (copy_object): When adding sections, check for specified flags or
4393 VMA. Call filter_symbols if any sections are being removed.
4394 (setup_section): Use find_section_list function rather than
4395 looking through remove_sections and adjust_sections. Handle
4396 --set-section-flags.
4397 (copy_section): Use find_section_list rather than looking through
4398 remove_sections.
4399 (strip_main): Use find_section_list instead of adding items to
4400 sections_removed.
4401 (copy_main): Use find_section_list instead of adding items to
4402 sections_removed and adjust_sections. Handle --set-section-flags.
4403 * binutils.texi, objcopy.1: Document --set-section-flags.
4404
4405 Tue Feb 14 18:03:03 1995 Ian Lance Taylor <ian@cygnus.com>
4406
4407 * objdump.c (with_source_code): New global variable.
4408 (usage): Mention -S/--source.
4409 (long_options): Add --source.
4410 (prev_functionname, prev_line): New static variables.
4411 (struct print_file_list): Define.
4412 (print_files): New static variable.
4413 (skip_to_line, show_line): New static functions.
4414 (disassemble_data): Call show_line to handle -l and -S.
4415 (main): Handle -S.
4416 * binutils.texi, objdump.1: Document -S/--source.
4417
4418 Thu Feb 9 16:11:53 1995 Ian Lance Taylor <ian@cygnus.com>
4419
4420 * objcopy.c (copy_usage): Rename parameter to avoid shadowing.
4421 (strip_usage): Likewise.
4422
4423 * objcopy.c (struct section_add): Define.
4424 (add_sections): New static variable.
4425 (copy_options): Accept --add-section.
4426 (copy_usage): Mention --add-section.
4427 (copy_object): Add sections from the add_sections list.
4428 (copy_main): Handle --add-section.
4429 * binutils.texi, objcopy.1: Document --add-section.
4430
4431 Wed Feb 1 15:04:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
4432
4433 * objdump.c (disassemble_data): Pass section offset, not absolute
4434 address, to bfd_find_nearest_line.
4435
4436 * nlmconv.c (powerpc_mangle_relocs): Don't use const with
4437 reloc_howto_type.
4438
4439 Thu Jan 26 18:50:06 1995 Ian Lance Taylor <ian@cygnus.com>
4440
4441 * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather
4442 than VAR->value.
4443 (objdump_print_address): Likewise.
4444 (disassemble_data): Don't change the symbol values. It can
4445 confuse bfd_canonicalize_reloc.
4446
4447 Thu Jan 26 12:03:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4448
4449 * configure.in: Add support for powerpc-*-ebai.
4450
4451 Wed Jan 18 10:02:12 1995 Steve Chamberlain <sac@splat>
4452
4453 * coffdump.c: Include sysdep.h.
4454 (dump_coff_type): Handle coff_secdef_type.
4455 * coffgrok.c : Include sysdep.h.
4456 * srconv.c: Include libiberty.h
4457 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
4458
4459 Wed Jan 18 12:24:14 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
4460
4461 * coffdump.c (dump_coff_scope): Cast pointer to unsigned long for
4462 printf.
4463 * coffgrok.c: Include bucomm.h. Don't declare xmalloc.
4464 (push_scope): Declare type of parameter link.
4465 * size.c: Include libiberty.h.
4466 * srconv.c: Include bucomm.h.
4467 (find_base): Declare at top of file.
4468 (wr_hd): Add default case to architecture switch.
4469 (wr_dps_start): Declare type of parameter nest.
4470 (wr_du): Comment out variables used only in commented out blocks.
4471 (wr_dus): Remove unused variable i.
4472 (wr_sc): Remove unused variables myinfo, low, and high.
4473 * strings.c: Include libiberty.h.
4474 * sysdump.c: Include <ctype.h>.
4475
4476 Tue Dec 20 19:13:44 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4477
4478 * ar.c (main): Ignore 'f' modifier used on HP/UX 9.
4479
4480 Thu Dec 15 17:34:12 1994 Stan Shebs <shebs@andros.cygnus.com>
4481
4482 * ar.c, nm.c, objcopy.c, objdump.c: Include progress.h.
4483 * ar.c, nm.c, objcopy.c, objdump.c (main): Add START_PROGRESS
4484 and END_PROGRESS.
4485 * ar.c (map_over_members, open_inarch): Call PROGRESS.
4486 * nm.c (main, display_archive, filter_symbols, print_symbols):
4487 Call PROGRESS.
4488
4489 * objcopy.c (copy_usage): Break up long usage string.
4490
4491 Wed Dec 14 15:51:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4492
4493 * objcopy.c (copy_object): Don't bother setting status after
4494 nonfatal() "call", because it won't return.
4495
4496 Fri Dec 9 00:22:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4497
4498 * nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
4499 the section symbol if the symbol is undefined.
4500
4501 Thu Dec 8 14:45:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4502
4503 * objcopy.c (add_strip_symbol): Cast return value of xmalloc.
4504
4505 Wed Nov 30 11:05:43 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
4506
4507 * ar.c (replace_members): Pass current->filename to normalize when
4508 checking for duplicates, because the filename of a newly added
4509 file will not have been normalized yet.
4510
4511 Thu Nov 17 15:00:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4512
4513 * ar.c (main): Don't call do_quick_append if any of the archive
4514 names are longer than 14 characters.
4515
4516 * objcopy.c (main): Fix is_strip test. From
4517 pirker@eiunix.tuwien.ac.at (Martin Pirker).
4518
4519 Thu Nov 17 15:37:19 1994 Mark W. Eichin <eichin@cygnus.com>
4520
4521 * objcopy.c (add_strip_symbol): New function, adds a name to an
4522 explicit list of symbols to strip.
4523 (is_strip_symbol): New function, reports whether the name argument
4524 is in the explicit list.
4525 (filter_symbols): Check against is_strip_symbol above all.
4526 (strip_main): Recognize -N option. If used, don't default to
4527 strip_all.
4528 (copy_main): Recognize -N option.
4529 (strip_usage): Document -N and --strip-symbol options.
4530 (copy_usage): Ditto.
4531 * objcopy.1, strip.1, binutils.texi: Document -N and
4532 --strip-symbol options.
4533
4534 Tue Nov 8 13:12:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4535
4536 * objdump.c (display_target_list, display_info_table): Pass an
4537 array to tmparg, rather than NULL, since some systems can't handle
4538 NULL.
4539
4540 * objcopy.c (copy_archive): Keep a list of the names of the
4541 temporary files we created. Close each input BFD after we open
4542 its successor.
4543
4544 Mon Nov 7 15:48:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4545
4546 * Makefile.in (VERSION): Bump to 2.5.3.
4547
4548 Thu Nov 3 19:04:34 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4549
4550 * Makefile.in (install-info): Install info files from whatever
4551 directory they were found in.
4552
4553 Patch from DJ Delorie:
4554 * configure.bat: do c++filt -> cxxfilt right
4555
4556 * sysinfo.y: Include system header files early, so any potential
4557 declaration of abort() occurs before its use.
4558
4559 * strings.c (strings_file): Try opening the file in binary mode
4560 first.
4561
4562 Wed Nov 2 15:44:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4563
4564 * ar.c (main): Treat ar qs like ar rs.
4565
4566 Tue Oct 25 16:19:25 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4567
4568 * objcopy.c (gap_fill): Explicitly initialize, for clarity.
4569 (pad_to_set, pad_to): New static variables.
4570 (copy_options): Accept --pad-to.
4571 (copy_usage): Mention --pad-to.
4572 (copy_object): Support --pad-to.
4573 (compare_section_vma): Sort non loadable sections to the front.
4574 Sort sections with the same VMA by size.
4575 (copy_main): Handle --pad-to.
4576 * binutils.texi, objcopy.1: Document --pad-to.
4577
4578 Thu Oct 20 13:51:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4579
4580 * objcopy.c (gap_fill_set, gap_fill): New static variables.
4581 (copy_options): Accept --gap-fill.
4582 (copy_usage): Mention --gap-fill.
4583 (copy_object): Support --gap-fill.
4584 (get_sections, compare_section_vma): New static functions.
4585 (copy_main): Handle --gap-fill.
4586 * binutils.texi, objcopy.1: Document --gap-fill.
4587
4588 Wed Oct 19 14:09:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4589
4590 * Makefile.in (check): Add a dummy else clause to the if
4591 statement.
4592
4593 * objcopy.c (copy_object): Revert yesterday's change.
4594 * binutils.texi, objcopy.1: Remove special mention of --set-start
4595 and `binary' output format.
4596
4597 Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4598
4599 * objcopy.c (copy_object): If the output file format is `binary',
4600 and the start address was not set using --set-start, default the
4601 start address to zero. This hack is because the `binary' output
4602 file format uses the start address to set the virtual address of
4603 the first byte in the file.
4604 * binutils.texi, objcopy.1: Add some notes on generating S-records
4605 and binary files.
4606
4607 * nm.c (print_symdef_entry): Call print_symname to print the
4608 symbol name, so that --demangle works.
4609
4610 * Makefile.in (mostlyclean): Remove tmpdir.
4611
4612 * objcopy.c (struct section_list): Add fields used, adjust, val.
4613 (adjust_start, set_start_set, set_start): New static variables.
4614 (adjust_section_vma, adjust_sections): New static variables.
4615 (copy_options): Add --adjust-start, --adjust-vma,
4616 --adjust-section-vma, --adjust-warnings, --no-adjust-warnings,
4617 --set-start.
4618 (parse_vma): New static function.
4619 (copy_usage): Mention new options.
4620 (copy_object): Handle --set-start and --adjust-start.
4621 (setup_section): Correct type of last argument to PTR. Set used
4622 field if section is removed. Handle --adjust-vma and
4623 --adjust-section-vma.
4624 (copy_section): Correct type of last argument to PTR.
4625 (mark_symbols_used_in_relocations): Likewise.
4626 (strip_main): Clear used field when handling -R.
4627 (copy_main): Handle new options.
4628 * binutils.texi (objcopy): Document new options.
4629 * objcopy.1: Document new options.
4630
4631 Fri Oct 14 14:38:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4632
4633 * configure.in (configdirs): Remove definition--testsuite is no
4634 longer configured.
4635 * Makefile.in (testsuite): Remove target.
4636 (site.exp): New target.
4637 (check): Rewrite.
4638 (clean, distclean): Don't recur into testsuite directory.
4639
4640 Thu Oct 13 19:24:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4641
4642 * Makefile.in (VERSION): Updated to 2.5.
4643 * Version 2.5 released.
4644
4645 Tue Oct 11 15:26:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4646
4647 * Makefile.in (sysdump.o): Depends upon sysroff.c.
4648
4649 Mon Oct 10 13:50:30 1994 J.T. Conklin (jtc@rtl.cygnus.com)
4650
4651 * nlmconv.c (link_inputs): Pass -Ur flag to ld so that the
4652 ctor/dtor tables needed by C++ programs are built.
4653
4654 Sun Oct 9 18:04:00 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
4655
4656 * Makefile.in (srconv.o): Add dependence on sysroff.c.
4657
4658 Tue Oct 4 12:19:51 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4659
4660 * configure.in: Use ${config_shell} when running config.bfd.
4661
4662 * Makefile.in (sysroff.h): Split target away from sysroff.c.
4663 (srconv.o, sysdump.o): New targets.
4664 (srconv, sysdump): Don't depend upon sysroff.c.
4665
4666 Wed Sep 28 13:04:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4667
4668 * Makefile.in (arparse.c): Don't ignore errors from mv.
4669 (sysinfo.c): Likewise. Also, depend upon arparse.c, to prevent a
4670 parallel make from trying to build both arparse.c and sysinfo.c
4671 simultaneously.
4672 (nlmheader.c): Similar change.
4673 (arparse.h): Separate target from arparse.c, so that a parallel
4674 make does not try to build both at once. Depend upon arparse.c.
4675 (sysinfo.h): Similar change.
4676
4677 * objdump.c (disassemble_data): Pass the reloc buffer to free, not
4678 the pointer used to loop over the relocs.
4679
4680 Sat Sep 24 16:16:57 1994 Stan Shebs (shebs@andros.cygnus.com)
4681
4682 * objdump.c (disassemble_data): Cast result of xmalloc.
4683
4684 Wed Sep 21 19:30:35 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4685
4686 * objdump.c (sorted_syms, sorted_symcount): New global variables.
4687 (objdump_print_address): Use sorted_syms and sorted_symcount
4688 instead of syms and symcount.
4689 (disassemble_data): Don't bother to get the relocs before looping
4690 over the sections. Before filtering and sorting the symbol table,
4691 copy it into sorted_syms.
4692
4693 Fri Sep 16 11:27:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4694
4695 * objdump.c (struct objdump_disasm_info): Add field require_sec.
4696 (objdump_print_address): If aux->require_sec, require that the
4697 symbol be in aux->sec even if HAS_RELOC is not set. If we can't
4698 find a smaller symbol in the right section, look for a larger one.
4699 (disassemble_data): Set aux.require_sec around the
4700 objdump_print_address call for the instruction address.
4701
4702 Thu Sep 15 21:43:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4703
4704 * ar.c: Call xexit rather than exit.
4705 (output_filename, output_file, output_bfd): New static variables.
4706 (remove_output): New static function.
4707 (main): Call xatexit (remove_output). Call xexit rather than
4708 returning.
4709 (extract_file): Set output_filename and output_file while output
4710 file is open.
4711 (write_archive): Likewise, but use output_bfd, not output_file.
4712 * arsup.c: Include libiberty.h. Call xexit rather than exit.
4713 * bucomm.c: Likewise.
4714
4715 * objdump.c (disassemble_all): New global variable.
4716 (usage): Document --disassemble-all.
4717 (long_options): Add disassemble-all as a synonym for -D.
4718 (compare_symbols): Make pointers const.
4719 (compare_relocs): New static function.
4720 (disassemble_data): Rename disassemble to disassemble_fn to avoid
4721 shadowing. If dump_reloc_info, print relocs along with
4722 disassembly. Skip sections which are not SEC_CODE unless
4723 disassemble_all or only is set.
4724 (display_bfd): Don't call dump_relocs if disassemble is set.
4725 (main): Accept and handle -D.
4726 * binutils.texi: Document -D/--disassemble-all.
4727 * objdump.1: Likewise.
4728
4729 Wed Sep 14 12:19:07 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4730
4731 * objdump.c (disassemble_data): Initialize prevline to 0. Make
4732 prev_function non const. Copy functionname into an malloc buffer
4733 when setting prev_function, instead of assuming that the string
4734 will last forever.
4735
4736 * nm.c: Include libiberty.h.
4737 (sort_by_size): New static variable.
4738 (long_options): Add --size-sort.
4739 (usage): Mention --size-sort.
4740 (numeric_forward): Make static. Change from void * to PTR.
4741 (numeric_reverse): Likewise.
4742 (non_numeric_forward, non_numeric_reverse): Likewise.
4743 (sorters): Change declaration from void * to PTR.
4744 (size_forward, sort_symbol_by_size): New static functions.
4745 (display_rel_file): Handle sort_by_size.
4746 (filter_symbols): If sort_by_size, discard absolute and undefined
4747 symbols.
4748 * binutils.texi (nm): Document --size-sort.
4749 * nm.1: Document --size-sort.
4750
4751 Tue Sep 13 21:06:06 1994 Jeff Law (law@snake.cs.utah.edu)
4752
4753 * objcopy.c (copy_main): Initialize input_filename and
4754 output_filename to NULL.
4755
4756 Tue Sep 13 14:17:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4757
4758 * Makefile.in (version.o): Depend upon Makefile, so that version.o
4759 gets rebuilt when make variable VERSION is changed.
4760
4761 * objdump.c (dump_section_header): Print the SEC_NEVER_LOAD flag.
4762
4763 Wed Aug 24 12:40:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4764
4765 * configure.in: Change i[34]86 to i[345]86.
4766
4767 Tue Aug 23 11:00:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4768
4769 * ar.c (ranlib_touch): Don't update the archive map if there isn't
4770 one.
4771
4772 Mon Aug 22 16:02:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4773
4774 * ar.c: Include libiberty.h.
4775 (inarch): Remove variable.
4776 (map_over_members): Make static. Add arch argument, and use it
4777 instead of inarch. Change all callers.
4778 (main): Treat --version as -v. Accept -t argument. Accept any
4779 number of archive arguments. Catch and use open_inarch return
4780 value, rather than using inarch.
4781 (open_inarch): Return newly opened BFD, rather than using inarch.
4782 (do_quick_append): Make archive_filename const.
4783 (write_archive): Add iarch argument, and use it instead of inarch.
4784 Change all callers.
4785 (delete_members, move_members, replace_members): Likewise.
4786 (ranlib_only): Don't exit on success. Catch and use open_inarch
4787 return value.
4788 (ranlib_touch): New function.
4789 * arsup.h (map_over_members): Don't declare.
4790 (ar_end, ar_extract): Declare.
4791 (open_inarch): Change return value in declaration to bfd *.
4792 * arsup.c (map_over_list): Make static. Always pass two arguments
4793 to function. Add arch argument, and use it instead of inarch.
4794 Change all callers.
4795 (ar_directory_doer): Make static. Add ignored second argument.
4796 Change all callers.
4797 (ar_directory): Use open_inarch return value rather than inarch.
4798 (ar_addlib_doer): Make static.
4799 (ar_addlib): Use open_inarch return value rather than inarch.
4800 (ar_extract): Remove unused local variable abfd.
4801
4802 Thu Aug 11 14:55:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4803
4804 Add support for removing named sections to objcopy and strip.
4805 * objcopy.c (struct section_list): Define.
4806 (remove_sections): New static variable.
4807 (strip_options, copy_options): Add remove-section.
4808 (copy_usage, strip_usage): Mention -R and --remove-section.
4809 (setup_section): If section is in remove_sections list, ignore it.
4810 (copy_section): Likewise.
4811 (strip_main, copy_main): Handle -R.
4812 * binutils.texi, objcopy.1, strip.1: Document new options.
4813
4814 Wed Aug 10 10:19:55 1994 Stan Shebs (shebs@andros.cygnus.com)
4815
4816 * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value,
4817 so as not to conflict with the symvalue typedef in bfd.h.
4818
4819 Mon Aug 1 13:19:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4820
4821 * nlmheader.y: Per current NetWare docs, accept a revision number
4822 of 0 and treat a revision number greater than 26 as 0.
4823
4824 Mon Jul 25 12:58:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4825
4826 * objdump.c (objdump_print_address): Correct handling of end of
4827 symbols when looking for next symbol with a different value.
4828
4829 Fri Jul 22 16:48:34 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4830
4831 * nm.c (numeric_forward): Treat undefined symbols as "less than"
4832 defined symbols with zero values. If numeric values are equal, or
4833 both symbols are undefined, sort alphabetically. Don't assume
4834 that the difference of two bfd_vma values will truncate to "int"
4835 and still have the same sign.
4836 (numeric_reverse): Call numeric_forward and negate the result.
4837 (print_symbol_info_bsd): For undefined symbols, print leading
4838 spaces equivalent to the width of a printed bfd_vma, rather than
4839 assuming that 8 will look right.
4840
4841 Fri Jul 22 10:36:50 1994 Steve Chamberlain (sac@jonny.cygnus.com)
4842
4843 * coffgrok.c (doit): Zero all fields of new structure.
4844 * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg.
4845 * sysinfo.y: Generate sysroff_swap_*_out without requiring extra
4846 arg.
4847
4848 Fri Jul 22 10:09:53 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4849
4850 * nlmheader.y: Make "stack" and "stacksize" synonyms in the lexer
4851 rather than the parser.
4852
4853 Thu Jul 21 10:25:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4854
4855 * config/mh-alphaosf, config/mh-apollo68v, config/mh-delta88:
4856 Remove; obsolete.
4857
4858 Sat Jul 16 22:34:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4859
4860 * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols
4861 even if the bfd is not marked DYNAMIC. ELF executables are not
4862 marked DYNAMIC, but do have dynamic symbols.
4863
4864 Fri Jul 15 01:41:35 1994 Steve Chamberlain (sac@jonny.cygnus.com)
4865
4866 * coffgrok.c (do_where): Make data with no type 'int'.
4867 (do_define): Keep info on source file of a symbol.
4868 * coffgrok.h (coff_symbol): New field.
4869 * srconv.c (PROGRAM_VERSION): Now 1.3
4870 (wr_rl): Use external ref number for symbol.
4871 (wr_dus): Only keep one source file per debug unit.
4872 (wr_dln): Always emit line numbers for first source file,
4873 (wr_globals): Emit globals in the du of their owning source file.
4874
4875 Mon Jul 11 15:59:03 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4876
4877 * nlmheader.y: Null terminate var_hdr->threadName.
4878
4879 Fri Jul 8 17:33:22 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4880
4881 * Makefile.in (syslex.o, sysinfo.o): Permit C source files to be
4882 in $(srcdir), as they will be for FSF releases.
4883
4884 Wed Jul 6 01:13:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4885
4886 * nlmconv.c (setup_sections): Preserve existing section flags when
4887 copying in flags from a new section.
4888
4889 Tue Jul 5 15:56:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4890
4891 * objcopy.c: Include libiberty.h.
4892 (copy_file): If output_target is NULL, set it to the target of the
4893 input file.
4894
4895 Wed Jun 29 17:17:14 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4896
4897 * nlmconv.c (link_inputs): Fixed memory allocation bug.
4898
4899 Thu Jun 23 12:52:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4900
4901 * configure.in: Change --with-targets to --enable-targets.
4902
4903 Tue Jun 21 12:53:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4904
4905 * Makefile.in (sysinfo): Does not depend upon $(ADDL_LIBS).
4906
4907 * nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC
4908 NetWare custom header; no longer needed.
4909 (powerpc_mangle_relocs): Convert relocs against the uninitialized
4910 data section into relocs against the data section.
4911
4912 * configure.in: Set nlmconv_defs to -DNLMCONV_cputype for all the
4913 netware targets. Write it into Makefile as NLMCONV_DEFS.
4914 * Makefile.in (nlmconv.o): Pass $(NLMCONV_DEFS) to $(CC).
4915 * nlmconv.c: Only compile code for specific CPU types if
4916 NLMCONV_cputype is defined.
4917
4918 * nlmconv.c (main): Change uses of bfd_abs_section, etc., to use
4919 bfd_abs_section_ptr or bfd_is_abs_section, etc.
4920 (i386_mangle_relocs, alpha_mangle_relocs): Likewise.
4921 (powerpc_build_stubs): Likewise.
4922 * nm.c (filter_symbols, print_symbols): Likewise.
4923 * objcopy.c (filter_symbols): Likewise.
4924 (mark_symbols_used_in_relocations): Likewise.
4925 * objdump.c (remove_useless_symbols, dump_relocs): Likewise.
4926 * size.c (sysv_internal_printer): Likewise.
4927
4928 Mon Jun 20 16:43:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4929
4930 * Makefile.in (MANPAGES): Remove $(DEMANGLER_PROG).
4931 (install): Install it explicitly, from build dir, not srcdir.
4932
4933 Mon Jun 20 16:29:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4934
4935 * objdump.c: Don't include elf/internal.h.
4936 (bfd_elf_find_section): Don't declare.
4937 (read_section_stabs): No special handling for ELF. Always read
4938 using BFD sections.
4939
4940 Thu Jun 16 17:25:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4941
4942 * configure.in: Set UNDERSCORE in Makefile based on result of
4943 invoking config.bfd with a second argument of ``_''.
4944 * Makefile.in (underscore.c): Depend upon Makefile. Don't try to
4945 run $(CC) and $(NM), just use $(UNDERSCORE). Create via temporary
4946 file.
4947 (demangle.o): Remove target.
4948 ($(NM_PROG)): Don't depend upon demangle.o, and don't link against
4949 demangle.o. It's in libiberty anyhow.
4950 (cplus-dem.o): Don't depend upon demangle.o.
4951 * binutils.texi: Mention -n and --no-strip-underscores arguments
4952 to c++filt.
4953
4954 Wed Jun 15 12:10:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4955
4956 * nm.c (long_options): Add --no-demangle to turn off --demangle,
4957 and --no-cplus for Linux compatibility.
4958 (usage): Mention --no-demangle.
4959 * binutils.texi: Document --no-demangle.
4960
4961 Fri Jun 10 15:41:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4962
4963 * nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT.
4964
4965 * objcopy.c (copy_archive): Make the temporary directory in the
4966 same directory as the output BFD, since we may not have write
4967 permission on the current directory. Set the permissions of the
4968 new directory to 0700, not 0777.
4969
4970 Mon Jun 6 21:36:43 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
4971
4972 * configure.in: if this is an rs6000 (and we're not building for
4973 any other bfd targets) then build only nm (collect needs it on
4974 rs6000-lynx).
4975
4976 * Makefile.in: define TOOL_PROGS which the list of programes to
4977 install in $tooldir -- replaces a hard-coded list.
4978
4979 Fri Jun 3 10:59:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4980
4981 * objdump.c (display_target_list): Remove unused local ok.
4982
4983 Thu May 26 18:05:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4984
4985 * config/mh-alphaosf (CFLAGS): Don't specify both -g and -O;
4986 they're not compatible under native cc. Use -O1 instead.
4987
4988 * Makefile.in (VERSION): Updated to cygnus-2.4.1.
4989
4990 Changes from binutils-2.4 net release:
4991
4992 * Makefile.in (MANPAGES): Use $(DEMANGLER_PROG).
4993 ($(DEMANGLER_PROG).1): Build from cxxfilt.man, using sed.
4994 * cxxfilt.man: Renamed from c++filt.1, replaced "c++filt" with
4995 magic token to be replaced by sed.
4996
4997 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
4998
4999 * configure.bat: update for latest makefile.in
5000
5001 Fri May 13 23:25:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5002
5003 * bucomm.c: Check ANSI_PROTOTYPES rather than __STDC__.
5004
5005 Tue May 10 18:22:06 1994 Jason Molenda (crash@sendai.cygnus.com)
5006
5007 * objcopy.c (copy_section): Set section size correctly if using
5008 interleave.
5009
5010 Sat May 7 16:49:36 1994 Steve Chamberlain (sac@cygnus.com)
5011
5012 * Makefile.in: Add rule for sysinfo.h
5013
5014 Fri May 6 12:18:33 1994 Steve Chamberlain (sac@cygnus.com)
5015
5016 * Makefile.in (SRCONV_PROG): Define.
5017 (PROGS): Use $(SRCONV_PROG) too.
5018
5019 Thu May 5 19:41:43 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5020
5021 * Makefile.in (DISTSTUFF): Add sysinfo.c, syslex.c, in case
5022 someone configures with `targets=all'.
5023 (distclean): Remove y.*.
5024 (syslex.o): Depend on sysinfo.h.
5025 (sysinfo.c): Rename y.tab.h to sysinfo.h.
5026 (install-info): Don't try to install into $(infodir)/$(srcdir).
5027 * syslex.l: Include sysinfo.h, not y.tab.h.
5028
5029 Thu May 5 11:50:55 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
5030
5031 * syslex.l (yywrap): Define as function if not defined as a macro.
5032
5033 * Makefile.in (objdump.o): Deleted special rule.
5034 * configure.in: Don't bother building ARCHDEFS variable for
5035 Makefile.
5036 * objdump.c (ARCH_*): Deleted handling.
5037 (disassemble_data): Call `disassembler' from opcodes library.
5038
5039 Thu May 5 13:28:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5040
5041 * Makefile.in (install): Correct handling of $(tooldir) and
5042 $(bindir) being on different devices.
5043
5044 Fri Apr 29 09:50:38 1994 Steve Chamberlain (sac@cygnus.com)
5045
5046 * sysdump.c (h8300, sh): Add declarations.
5047
5048 Wed Apr 27 11:25:18 1994 Steve Chamberlain (sac@cygnus.com)
5049
5050 * Makefile.in (syslex, sysinfo): Use CC_FOR_BUILD.
5051 * coffdump.c, coffgroc.c, coffgrog.h, srconv.c, sysdump.c,
5052 sysroff.info: Major changes.
5053
5054 Tue Apr 26 18:18:24 1994 Stan Shebs (shebs@andros.cygnus.com)
5055
5056 * objdump.c (print_section_stabs): Indicate the stab header symbol
5057 more clearly, print numbers of unrecognized stab n_type values.
5058
5059 Tue Apr 26 16:22:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5060
5061 * nlmconv.c (copy_sections): Copy arelent pointers, not arelents.
5062
5063 Mon Apr 25 16:14:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5064
5065 * Makefile.in (distclean): Remove $(PROGS) and underscore.c.
5066
5067 Fri Apr 22 11:14:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5068
5069 * nlmconv.c (setup_sections): Remove special handling of .reginfo
5070 section.
5071 (copy_sections): Likewise.
5072 (alpha_mangle_relocs): Use bfd_ecoff_get_gp_value rather than the
5073 special ECOFF .reginfo section.
5074
5075 * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after
5076 copying everything else, to let it fiddle with the file in its
5077 final state.
5078
5079 * objdump.c: Include libiberty.h.
5080 (display_target_list): If a format fails, just go on to the next
5081 one. Check return value of bfd_set_format.
5082 (display_info_table): Likewise. Don't increment loop variable in
5083 for loop test, since that skips the first element.
5084 (display_target_tables): Rewrite loop for clarity. Ensure that it
5085 always prints at least one element.
5086
5087 * nlmconv.c (main): Use CyGnUsEx rather than CyGnUsSeCs for
5088 sections header. Rename from cygnus_sections to cygnus_ext.
5089
5090 Thu Apr 21 12:12:26 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5091
5092 * objdump.c (_DUMMY_NAME_): Don't define.
5093 (display_target_list): Use tmpnam to get a file name rather than
5094 using _DUMMY_NAME_. Unlink it when done.
5095 (display_info_table): Likewise.
5096
5097 * nlmconv.c (secsec): New static variable.
5098 (main): Create .nlmsections section in output BFD. Store
5099 information about it in sections header.
5100 (setup_sections): Allocate space in sections header.
5101 (copy_sections): Copy zero sized sections. Put information about
5102 each section in the sections header.
5103
5104 Wed Apr 20 14:34:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5105
5106 * nlmconv.c (powerpc_build_stubs): Take new outbfd argument.
5107 Change caller. Create custom header for new PowerPC NetWare
5108 format.
5109
5110 * Makefile.in (nlmheader.o, nlmconv.o): Update dependencies.
5111 * nlmconv.c: Include bfd.h and libiberty.h with "", not <>.
5112 * nlmheader.y: Include bfd.h with "", not <>.
5113
5114 Wed Apr 13 10:52:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5115
5116 * objdump.c: Do an ifdef on __GO32__, not unix.
5117
5118 Wed Apr 6 21:54:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5119
5120 Added -D (--dynamic) option to nm and -T (--dynamic-syms) and -R
5121 (--dynamic-reloc) arguments to objdump.
5122 * nm.c (dynamic): New static variable.
5123 (long_options): Added "dynamic".
5124 (usage): Mention -D and --dynamic.
5125 (main): Add D to getopt string. Handle -D by setting dynamic.
5126 (display_rel_file): If dynamic is non-zero, read dynamic symbols
5127 rather than normal symbols.
5128 * nm.1: Updated for -D (--dynamic) option.
5129 * objdump.c (dump_dynamic_symtab): New global variable.
5130 (dump_dynamic_reloc_info): New global variable.
5131 (dynsyms, dynsymcount): New global variables.
5132 (usage): Mention -R, -T, --dynamic-syms and --dynamic-reloc.
5133 (long_options): Added "dynamic-reloc" and "dynamic-syms".
5134 (slurp_symtab): If no symbols, return rather than exit.
5135 (slurp_dynamic_symtab): New function.
5136 (display_bfd): Handle dump_dynamic_symtab and
5137 dump_dynamic_reloc_info.
5138 (dump_symbols): Take new dynamic argument, indicating whether to
5139 display dynamic symbols.
5140 (dump_relocs): Move most printing into dump_reloc_set.
5141 (dump_dynamic_relocs): New function.
5142 (dump_reloc_set): New function, extracted from dump_relocs.
5143 (main): Add R and T to getopt string. Handle -T by setting
5144 dump_dynamic_symtab and -R by setting dump_dynamic_reloc_info.
5145 * objdump.1: Updated for -R (--dynamic-reloc) and -T
5146 (--dynamic-syms) options.
5147 * binutils.texi: Updated for new nm and objdump options.
5148
5149 Wed Mar 30 15:52:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5150
5151 Update for recent BFD changes to symbol and reloc reading. Rename
5152 all uses of get_symtab_upper_bound to bfd_get_symtab_upper_bound.
5153 Also:
5154 * coffgrok.c (symcount): Change to long.
5155 (do_sections_p1): Check for error return from
5156 bfd_get_reloc_upper_bound. Change relcount to long, and check for
5157 error from bfd_canonicalize_reloc.
5158 (coff_grok): Change storage to long. Check for error from
5159 bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
5160 * nlmconv.c (main): Change symcount, newsymalloc, newsymcount, and
5161 i to long. Check for error from bfd_get_symtab_upper_bound and
5162 bfd_canonicalize_symtab.
5163 (copy_sections): Change reloc_size and reloc_count to long. Check
5164 for error from bfd_get_reloc_upper_bound and
5165 bfd_canonicalize_reloc.
5166 (mangle_relocs, i386_mangle_relocs, alpha_mangle_relocs): Change
5167 reloc_count_ptr argument to long *. Make corresponding changes to
5168 variables loaded from *reloc_count_ptr.
5169 * nm.c (display_rel_file): Change storage and symcount to long.
5170 Check for errors from bfd_get_symtab_upper_bound and
5171 bfd_canonicalize_symtab.
5172 * objcopy.c (filter_symbols): Change symcount, src_count and
5173 dst_count to long.
5174 (copy_object): Change symcount to long. Pass another argument to
5175 fprintf. Check for errors from bfd_get_symtab_upper_bound and
5176 bfd_canonicalize_symtab.
5177 (copy_section): Change relcount to long. Check for errors from
5178 bfd_get_reloc_upper_bound and bfd_canonicalize_reloc.
5179 (mark_symbols_used_in_relocations): Change relcount and i to long.
5180 Check for errors form bfd_get_reloc_upper_bound and
5181 bfd_canonicalize_reloc.
5182 * objdump.c (storage): Remove global variable.
5183 (symcount): Changed to long.
5184 (slurp_symtab): New local variable storage. Check for errors from
5185 bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
5186 (remove_useless_symbols): Change return value and count to long.
5187 (objdump_print_address): Change min, max, thisplace and i to long.
5188 (disassemble_data): Change i to long.
5189 (dump_symbols): Change count to long.
5190 (dump_relocs): Change relcount to long. Check for errors from
5191 bfd_ret_reloc_upper_bound and bfd_canonicalize_reloc.
5192 (display_info_table): Add casts when passing LONGEST_ARCH for
5193 printf %* argument.
5194
5195 Tue Mar 29 14:59:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5196
5197 * nm.c (display_archive): Close each archive element after it has
5198 been displayed.
5199 * objdump.c (display_file): Likewise.
5200
5201 Mon Mar 28 13:04:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5202
5203 * configure.in: Change error message to refer to bfd/config.bfd
5204 rather than bfd/configure.in.
5205
5206 Sun Mar 27 16:23:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5207
5208 * More fixes for object formats which allow multiple sections
5209 with the same name:
5210 * objcopy.c (setup_section): Make a new output section even if
5211 one already exists with the given name.
5212 (copy_section): Use isection->output_section rather than trying
5213 to look the output section up by its (possibly non-unique) name.
5214
5215 * Makefile.in (install-info): Look for binutils.info in the
5216 current directory, then in $(srcdir). Don't use $<.
5217
5218 Mon Mar 21 12:55:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5219
5220 * objdump.c (objdump_print_address): Make static. Declare with
5221 prototype. Change vardiff from int to bfd_signed_vma. Correct
5222 binary search termination condition. When looking for same
5223 section symbol in relocatable file, handle final symbol correctly.
5224
5225 Sun Mar 20 11:26:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5226
5227 * Makefile.in: Avoid bug in hpux sed.
5228
5229 * objcopy.c: Changes to keep it from stripping symbols used
5230 in output relocations.
5231 (mark_symbols_used_in_relocations): New function. Mark symbols
5232 used in output relocations with BSF_KEEP.
5233 (filter_symbols): Do not strip symbols marked with BSF_KEEP.
5234 (copy_object): Reorder actions. First setup sections, then
5235 build the output symbol table, then copy the section contents.
5236
5237 Fri Mar 18 10:53:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5238
5239 * ar.c (write_archive): Allocate space for the null byte. From
5240 Robert Lipe <robertl@arnet.com>.
5241
5242 Thu Mar 17 16:20:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5243
5244 * Makefile.in: Built nm.new and strip.new to avoid problems with
5245 collect when . is in PATH.
5246 (STRIP_PROG): Change from strip to strip.new.
5247 (NM_PROG): Change from nm to nm.new.
5248 (install): Remove the .new when installing.
5249
5250 Wed Mar 16 16:27:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5251
5252 * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
5253 symbol for which we build a stub.
5254 (powerpc_mangle_relocs): Only reset TOC pointer for a call to a
5255 symbol with BSF_DYNAMIC flag set.
5256
5257 Tue Mar 15 23:04:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5258
5259 * objcopy.c (filter_symbols): Use bfd_is_local_label to determine
5260 if a symbol represents a compiler-generated local label.
5261 (copy_object): Give the BFD backends a chance to copy any private
5262 bfd data from the input BFD to the output BFD.
5263 (setup_section): Give the BFD backends a chance to copy any private
5264 section data from the input section to the output section.
5265
5266 Mon Mar 14 11:15:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5267
5268 * objcopy.c (mangle_section): Delete unused function.
5269 (setup_section): Set osection here instead of calling
5270 mangle section to do it.
5271
5272 Mon Mar 14 12:11:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5273
5274 * ar.c (write_archive): Close inarch before unlinking it.
5275
5276 Fri Mar 11 22:20:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5277
5278 * nlmconv.c (main): For PowerPC, call powerpc_build_stubs and
5279 powerpc_resolve_stubs. Use __GOT0, not __toc_start. Handle it if
5280 the start and end symbols are not in the text section.
5281 (struct powerpc_stub): New struct definition.
5282 (powerpc_stubs, powerpc_stub_insns): New static variables.
5283 (powerpc_initial_got_size): New static variable.
5284 (powerpc_build_stubs): New function.
5285 (powerpc_resolve_stubs): New function.
5286 (powerpc_mangle_relocs): Clear extraneous data in .got section.
5287 Rearrange reloc handling to handle ELF relocs that are not
5288 partial_inplace. Resolve PC relative relocs.
5289
5290 Wed Mar 9 13:48:11 1994 Steve Chamberlain (sac@jonny.cygnus.com)
5291
5292 * ar.c (move_members): Fix it so that the abi positional modifiers
5293 don't delete all archive members following the insert point.
5294
5295 Tue Mar 8 13:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com)
5296
5297 * coffgrok.[ch]: New files, understand coff objects.
5298 * coffdump.c: Uses coffgrok to dump out the debug info of a coff
5299 file.
5300 * sysroff.info: Description of a SYSROFF object file.
5301 * sysinfo.y, syslex.l: Parse info file, generate a reader, writer,
5302 header files and a printer.
5303 * srconv.c: Uses coffgrok.c and sysroff.info to convert a coff
5304 file to a SYSROFF file.
5305
5306 Sat Feb 26 13:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
5307
5308 * ar.c (do_quick_append): Pad with a genuine character 10,
5309 rather than whatever '\n' might happen to be.
5310
5311 Tue Feb 22 18:25:52 1994 Ian Lance Taylor (ian@cygnus.com)
5312
5313 * nlmconv.c (main): Ignore debugging symbols when looking for
5314 special symbols by name.
5315
5316 Sun Feb 20 18:47:42 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
5317
5318 * nlmconv.c: Include libiberty.h.
5319
5320 Support for PowerPC NetWare.
5321 * nlmconv.c (main): For PowerPC NetWare, automatically define the
5322 special symbols __toc_start.
5323 (select_output_format): Handle bfd_arch_powerpc.
5324 (mangle_relocs): Likewise.
5325 (powerpc_mangle_relocs): New function.
5326
5327 Thu Feb 17 09:28:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5328
5329 * ar.c, bucomm.c, nlmconv.c, nm.c, objcopy.c, objdump.c,
5330 size.c: Use bfd_get_error and bfd_set_error and new error names.
5331
5332 Fri Feb 11 15:54:51 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5333
5334 * objcopy.c (strip_main, copy_main): Add missing 'break' in switch.
5335
5336 Mon Feb 7 19:45:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5337
5338 * objdump.c (disassemble_data): Handle bfd_arch_powerpc.
5339
5340 Sun Feb 6 22:08:20 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5341
5342 * strings.c objdump.c nlmconv.c objcopy.c nm.c ar.c size.c (main):
5343 Call xmalloc_set_program_name.
5344
5345 Fri Feb 4 10:46:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5346
5347 * objcopy.c (filter_bytes): Make MEMHUNK a char *, not PTR, so we
5348 can do arithmetic on it.
5349
5350 Thu Feb 3 14:06:41 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5351
5352 * objdump.c (dump_section_stabs, read_section_stabs,
5353 print_section_stabs): Functions broken out of dump_stabs_1.
5354 Free the stabs and strings when done with them.
5355
5356 Wed Feb 2 13:42:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5357
5358 * nlmconv.c (main): Use bfd_get_flavour instead of struct member.
5359 * ar.c (print_contents, extract_file), size.c
5360 (print_berkeley_format, print_sysv_format): Use bfd_get_filename and
5361 bfd_my_archive instead of dereferencing the structs directly.
5362
5363 * ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
5364 Indent. Remove DEFUNs.
5365
5366 * nlmconv.c (main), objcopy.c (copy_file): Print matching formats
5367 if ambiguous match.
5368 * nm.c (display_file, display_archive), size.c (display_bfd):
5369 Eliminate gotos.
5370 Print matching formats if there is an ambiguous match. Use
5371 bfd_nonfatal instead of hardcoded error message if nothing matches.
5372
5373 * arsup.c, ar.c, objdump.c: Use bfd_get_filename instead of
5374 abfd->filename.
5375
5376 * nm.c (display_archive): New function, from code in display_file.
5377 (display_rel_file): Renamed from do_one_rel_file.
5378
5379 * size.c: Indent.
5380 (display_archive): New function from code in display_file.
5381 (display_file): Check bfd_close error return.
5382
5383 * strings.c (strings_object_file): Check bfd_check_format
5384 error return.
5385
5386 * strings.c, objdump.c, size.c: Use bfd_nonfatal instead of bfd_perror.
5387
5388 * bucomm.c: Delete references to exit_handler. It wasn't set
5389 anywhere, and now that we're using the libiberty xmalloc, it
5390 wouldn't always get called before exiting.
5391 (list_matching_formats): Function moved from objdump.c.
5392 * bucomm.h: Declare it.
5393
5394 * objdump.c (disassemble_data): Move some variable decls closer to
5395 their use. Add some comments. Replace a nested block with a
5396 return.
5397
5398 Mon Jan 31 18:50:41 1994 Stan Shebs (shebs@andros.cygnus.com)
5399
5400 * objdump.c (display_target_list, display_info_table): Check that
5401 the bfd of the dummy output file is not null.
5402
5403 Wed Jan 26 13:13:18 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5404
5405 * objcopy.c (filter_bytes): New function.
5406 (copy_section): Call it.
5407 (copy_options, copy_usage, copy_main): Add --byte option to
5408 activate it. Appropriate the -b option (which was an undocumented
5409 synonym for -F) for it, also. Add --interleave, -i option for
5410 additional control.
5411 (setup_section, copy_section, mangle_section): Renamed with no `s'
5412 on the end.
5413 * objcopy.1, binutils.texi: Document the new options.
5414
5415 * objdump.c (display_target_tables, display_target_list):
5416 New functions broken out of display_info.
5417 Eliminate some magic constants. Use more meaningful variable names.
5418 (dump_bfd_header): New function broken out of display_bfd.
5419 (dump_section_header): New function broken out of dump_headers.
5420 (remove_useless_symbols): Don't shadow global variable name with
5421 parameter.
5422 (objdump_print_address): Fix backward test.
5423
5424 Tue Jan 25 19:40:54 1994 Stan Shebs (shebs@andros.cygnus.com)
5425
5426 * bucomm.c (print_arelt_descr): Change decl of `when' to time_t.
5427 * objdump.h: Removed.
5428
5429 Mon Jan 24 13:29:02 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5430
5431 * objdump.c (display_file): Remove call to list_matching_formats.
5432 It would never be called.
5433 (list_matching_formats): Take an arg giving the list of matching
5434 formats.
5435 (display_bfd): Pass the arg, and get it filled in by calling
5436 bfd_check_format_matches instead of bfd_check_format.
5437 (display_info, display_info_table): target_vector was renamed to
5438 bfd_target_vector.
5439
5440 * binutils.texi (objdump): Note some limitations of -h section
5441 address printing.
5442
5443 Sat Jan 22 16:20:46 1994 Stan Shebs (shebs@andros.cygnus.com)
5444
5445 * Makefile.in (MALLOC): Set to emptiness by default.
5446 (ALL_CFLAGS): Add and use.
5447 (arparse.h): Make it depend on arparse.y.
5448 * ar.c (libbfd.h): Don't require to be in ../bfd.
5449 * objdump.c (comp): Rename to compare_symbols.
5450
5451 Fri Jan 21 20:22:30 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5452
5453 * objdump.c (list_matching_formats): If the file format is ambiguous,
5454 print the matching names so the user can choose one.
5455 (display_bfd): Call it.
5456 (display_file): Call it.
5457
5458 Fri Jan 21 19:17:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5459
5460 * objdump.c (disassemble_data): Support bfd_arch_rs6000.
5461
5462 Mon Jan 17 13:57:25 1994 Stan Shebs (shebs@andros.cygnus.com)
5463
5464 * objdump.c (stab_name): Allocate dynamically.
5465 (stab_print): Use pointers to strings instead of char arrays.
5466 (dump_stabs): Change alloc and init of arrays appropriately.
5467 (dump_stabs_1): Always decide whether to print stab_name or
5468 the stab's type number, if unnamed.
5469
5470 Fri Jan 14 14:42:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5471
5472 * objcopy.c (strip_main, copy_main): Don't clobber the input file
5473 if copy_file fails.
5474
5475 * nlmconv.c (main): Warn about an attempt to use a shared library
5476 with uninitialized data.
5477
5478 * nlmconv.c (setup_sections): Make sure that we align the
5479 output_offset of each input section appropriately.
5480
5481 Thu Jan 13 17:32:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5482
5483 * objdump.c (dump_relocs): Don't crash if section name is NULL.
5484
5485 Tue Jan 11 19:46:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5486
5487 * filemode.c (filemodestring): Commented out; not used.
5488 (mode_string): Use POSIX definitions.
5489 (ftypelet): Likewise.
5490 (rwx): Removed; no longer used.
5491 * bucomm.c: Include bucomm.h.
5492 (bfd_nonfatal, bfd_fatal): Argument is const.
5493 (fatal): Make __STDC__ version.
5494 * bucomm.h (mode_string): Declare.
5495 * Makefile.in (bucomm.o): Depend upon bucomm.h
5496
5497 Sun Jan 9 12:03:20 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
5498
5499 * bucomm.c (xmalloc, xrealloc): Deleted.
5500 * bucomm.h (xmalloc, xrealloc): Fix prototypes, to correspond to
5501 libiberty version of functions.
5502
5503 Thu Jan 6 06:18:15 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5504
5505 * binutils.texi: Add a chapter summarizing the ways to select
5506 aspects of the target for each program.
5507
5508 * objdump.c (long_options, usage): Add long equivalents for all
5509 remaining short options that lacked them.
5510 * binutils.texi objdump.1: Document them.
5511
5512 * size.c (usage): Tweak usage message.
5513 * size.1: Add missing `=' in examples.
5514
5515 * binutils.texi strip.1 objcopy.1 nlmconv.1 objcopy.c nlmconv.c:
5516 Use "--target=bfdname" as the option to select the BFD target,
5517 like nm and size already do.
5518 Reserve "--format=format" for textual output selection options, but
5519 for now keep old option names as obsolete for backward compatibility.
5520
5521 * strings.c (main, strings_object_file, usage): Add --target option.
5522 * binutils.texi strings.1: Document it.
5523
5524 Sat Jan 1 13:58:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5525
5526 * ar.c (main): Add \n in error message.
5527
5528 Thu Dec 23 12:23:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5529
5530 gcc -Wall lint:
5531 * ar.c (main): Put parens around assignment used as truth value.
5532 * objcopy.c (strip_main): Remove unused variables. Return 0.
5533 (copy_main): Remove unused variables. Return 0.
5534 * objdump.c (display_bfd): Declare return value as void.
5535 (stab_print): Use "" instead of 0 to initialize array.
5536 (dump_stabs_1): Print vma using printf_vma.
5537 (display_info): Put parens around assignment used as truth value.
5538 * strings.c (print_strings): Cast printf arguments.
5539
5540 * objcopy.c (copy_main): Use copy_options, not strip_options.
5541
5542 * nlmheader.y (command): Warn about illegal date values.
5543
5544 Wed Dec 15 11:18:03 1993 David J. MacKenzie (djm@frosty.eng.umd.edu)
5545
5546 * bucomm.c bucomm.h: Run through indent. De-ansidecl-ify.
5547 (bfd_nonfatal): New function.
5548 (bfd_fatal): Call it.
5549
5550 * objcopy.c (smart_rename): Do a copy if the dest file has
5551 multiple hard links. Remove source file on successful copy.
5552 Try to preserve mode and owner on successful rename.
5553
5554 * objcopy.c: Run through indent. Clean up a bit.
5555 Make global variables static.
5556 Make {input,output}_{target,filename}, show_version local
5557 to various functions.
5558 New global variable `status' for exit status.
5559 (strip_main, copy_main): New functions with code from main.
5560 (nonfatal): New macro. Use it globally instead of bfd_perror and
5561 bfd_fatal.
5562
5563 (copy_object): Call mangle_sections with bfd_map_over_sections.
5564 (mangle_sections): Adjust for new calling convention.
5565
5566 Fri Dec 10 11:28:11 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
5567
5568 * nlmheader.y (command): Accept MAP and FULLMAP without arguments.
5569 * nlmconv.c (main): Change error message for MAP and FULLMAP.
5570
5571 Thu Dec 9 17:47:19 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
5572
5573 * nlmconv.c (main): Warn about imported symbols that are not in
5574 the IMPORT list even if the IMPORT keyword is not used.
5575
5576 * nlmconv.c (debug, unlink_on_exit): New static variables.
5577 (long_options): Add "debug" and "linker".
5578 (main): Handle -d and -l arguments. Make command line input and
5579 output files optional. Parse the command file before opening the
5580 BFD's, which requires storing more information in local variables.
5581 If INPUT names multiple files, link them together. Use OUTPUT for
5582 the output file name if not named on command line.
5583 (show_usage): Changed for new options.
5584 (link_inputs): New function to automatically invoke linker to
5585 handle multiple INPUT files.
5586 (choose_temp_base_try, choose_temp_base, pexecute): New functions,
5587 mostly copied from gcc/gcc.c.
5588 * nlmconv.h (input_files, output_file): Declare.
5589 * nlmheader.y (input_files, output_file): Define.
5590 (command): Support INPUT with a string_list argument. Support
5591 OUTPUT.
5592 (string_list): Renamed from module_list.
5593 * Makefile.in (nlmconv.o): Define LD_NAME based on
5594 program_transform_name.
5595
5596 Wed Dec 8 10:09:04 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
5597
5598 * nlmheader.y (nlmheader_identify): New function. Use it to print
5599 the program name just once, instead of with every error message.
5600
5601 Mon Dec 6 16:11:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5602
5603 * nlmconv.c (long_options): Changed --header-info to --header-file
5604 to match documentation and usage message.
5605
5606 Sun Dec 5 01:31:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5607
5608 * objdump.c (dump_relocs): Avoid dereferencing a NULL sym_ptr_ptr
5609 in a relocation.
5610
5611 Thu Dec 2 16:00:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5612
5613 * nlmconv.c (main): Change various types from bfd_size_type to
5614 size_t, since they have to be arguments to fread and fwrite.
5615 Change set from char * to unsigned char *.
5616 (select_output_format): Make mach argument unsigned. Handle
5617 bfd_arch_alpha.
5618 (setup_sections): Don't copy the .reginfo section of an ECOFF
5619 file. Call bfd_set_reloc to initialize the relocation fields.
5620 (copy_sections): Don't copy the .reginfo section of an ECOFF file.
5621 Combine all relocs for a section.
5622 (mangle_relocs): Change type of relocs to permit specific
5623 functions to change it. Call alpha_mangle_relocs for alpha,
5624 default_mangle_relocs for other architectures.
5625 (default_mangle_relocs): New function. Adjust the address of all
5626 relocs by the output_offset.
5627 (i386_mangle_relocs): Change type of relocs argument. Cast length
5628 argument to memmove to size_t.
5629 (alpha_mangle_relocs): New function.
5630
5631 Wed Nov 17 17:38:58 1993 Sean Eric Fagan (sef@cygnus.com)
5632
5633 * nlmconv.c (select_output_format): Use nlm32-sparc for
5634 bfd_arch_sparc.
5635
5636 Wed Nov 17 14:41:35 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
5637
5638 * nlmconv.1: added man page
5639 * objcopy.1: fixed format errors
5640
5641 Wed Nov 17 12:03:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5642
5643 * Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
5644
5645 Wed Nov 17 04:50:55 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5646
5647 * strings.1: Fix typo.
5648
5649 Mon Nov 15 12:03:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
5650
5651 * Makefile.in (DISTSTUFF): Build "info".
5652 (VERSION): Updated to cygnus-2.3.1; 2.3 has gone out.
5653
5654 Sun Nov 14 00:27:24 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5655
5656 * objdump.c (dump_stabs): Handle stabs-in-som as implemented
5657 by the new BFD SOM assembler.
5658
5659 Sat Nov 13 07:14:05 1993 David J. Mackenzie (djm@rtl.cygnus.com)
5660
5661 * ar.1 c++filt.1 nm.1 objcopy.1 objdump.1 ranlib.1 size.1
5662 strings.1 strip.1: Replace \(em in NAME section with \- so
5663 makewhatis can grok it.
5664
5665 Tue Nov 9 15:22:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5666
5667 * nlmconv.c (i386_mangle_relocs): Adjust reloc address by
5668 section output_offset.
5669
5670 Fri Nov 5 12:11:52 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
5671
5672 * binutils.texi: added nlmconv chapter
5673
5674 Wed Nov 3 16:10:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
5675
5676 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
5677
5678 Wed Nov 3 15:09:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
5679
5680 * Makefile.in (distclean): Don't get rid of dvi or info files.
5681
5682 Tue Nov 2 13:29:59 1993 David J. Mackenzie (djm@rtl.cygnus.com)
5683
5684 * objcopy.c (S_ISLNK): Define as 0 if there's no S_IFLNK.
5685
5686 Fri Oct 29 16:02:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5687
5688 * binutils.texi: Move objcopy docs into alphabetical order.
5689
5690 * objdump.c: Use xmalloc instead of malloc.
5691
5692 Fri Oct 29 11:11:14 1993 Stan Shebs (shebs@rtl.cygnus.com)
5693
5694 * objdump.c (info): Rename to formats_info.
5695 (dump_stabs_1): Better comments and formatting.
5696
5697 Thu Oct 28 19:43:16 1993 Stan Shebs (shebs@rtl.cygnus.com)
5698
5699 * ar.c (main): Always create the archive when quick appending,
5700 even if no input files have been given.
5701
5702 Wed Oct 27 12:03:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5703
5704 * nlmconv.c (main): Set sharedDebugRecordOffset and
5705 sharedDebugRecordCount fields in extended header.
5706
5707 * nlmconv.c (main): Force moduleName field to upper case.
5708
5709 Mon Oct 25 16:45:42 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5710
5711 * objcopy.c (main): Give a usage message if there are too many
5712 arguments.
5713
5714 Mon Oct 25 10:37:08 1993 Ken Raeburn (raeburn@rover.cygnus.com)
5715
5716 * Makefile.in (install-info): Rewrite to take advantage of VPATH,
5717 so FSF distributions (with info files in $(srcdir)) install
5718 properly.
5719 (DISTSTUFF): Build nlmheader.c too.
5720
5721 Fri Oct 22 11:43:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
5722
5723 * ar.c (program_name): Don't define here.
5724 * objdump.c: Include "bucomm.h".
5725 (xmalloc): Don't declare here.
5726 (program_name): Don't define here.
5727 (program_version): Fixed type in declaration.
5728 * size.c: Include "bucomm.h".
5729 (program_name): Don't declare here.
5730
5731 Fri Oct 22 14:10:41 1993 Mark Eichin (eichin@cygnus.com)
5732
5733 * objdump.c (fprintf): hide declaration in FPRINTF_ALREADY_DECLARED
5734
5735 Fri Oct 1 12:43:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5736
5737 * nlmconv.c (i386_mangle_relocs): Resolve and remove PC relative
5738 relocs against defined symbols in the same section.
5739
5740 Thu Sep 30 16:46:26 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5741
5742 * Makefile.in (binutils.dvi): use TEXIDIR to find texinfo.tex
5743
5744 Sat Sep 25 18:09:29 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5745
5746 * objcopy.c (simple_copy, smart_rename): New functions.
5747 (main): Use them.
5748
5749 Fri Sep 24 15:38:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5750
5751 * Makefile.in (clean, distclean): Recurse into testsuite.
5752
5753 Thu Sep 23 01:05:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5754
5755 * objcopy.c (setup_sections, copy_sections): If stripping, don't
5756 copy SEC_DEBUGGING sections.
5757 * objdump.c (dump_headers): Print SEC_DEBUGGING flag.
5758
5759 * objdump.c (usage): Mention --stabs.
5760
5761 * objcopy.c (copy_object): Copy all applicable file flags.
5762 (copy_file): Don't copy EXEC_P specially here.
5763
5764 Mon Sep 20 19:28:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5765
5766 * nlmconv.c (main): Adjust data section size to correspond to bss
5767 alignment adjustment. Clear BSF_SECTION_SYM if symbol is moved to
5768 a different section. Use time_t for time variable.
5769 (setup_sections): Only put sections with contents in output NLM.
5770 (i386_mangle_relocs): No symbols are common at this point. Add
5771 casts to avoid warnings.
5772
5773 Fri Sep 10 11:00:40 1993 Stan Shebs (shebs@rtl.cygnus.com)
5774
5775 * objdump.c: Made the --stabs option work for stabs-in-coff.
5776 (ELF_STAB_DISPLAY): Removed.
5777 (dump_elf_stabs): Renamed to dump_stabs, changed to run for
5778 any object file format.
5779 (dump_elf_stabs_1): Renamed to dump_stabs_1, added calls to
5780 generic BFD routines for non-ELF case, changed format of message
5781 for no-section-found case.
5782 (display_bfd): Always call dump_stabs if requested.
5783 (dump_data): Call bfd_section_size to get section size.
5784
5785 Fri Sep 10 08:12:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5786
5787 * Makefile.in (install): Don't put strings in tooldir/bin.
5788
5789 Mon Sep 6 15:39:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5790
5791 * nlmconv.c (total_bss_size): Removed.
5792 (main): Set the bss vma to always follow the data section. Move
5793 symbols into new sections, and adjust values by output_offset.
5794 (setup_sections): Don't copy all sections, but instead point all
5795 text sections to .text, all data sections to .data, and all bss
5796 sections to .bss.
5797 (copy_sections): Adjust accordingly.
5798
5799 Thu Sep 2 12:34:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5800
5801 Only build nlmconv if configured for a NetWare target.
5802 * configure.in: If we have some *-*-netware* target, or are using
5803 all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile.
5804 * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than
5805 $(NLMCONV_PROG).
5806
5807 Tue Aug 31 14:13:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5808
5809 * objdump.c (ARCH_all): Define ARCH_hppa too.
5810 (dump_headers): Don't test for SEC_BALIGN if it's not defined by
5811 bfd.h.
5812
5813 Tue Aug 31 13:29:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5814
5815 * nlmconv.c (main): Force creation of .bss section. Set up the
5816 sections before looking at the symbols. Move all common symbols
5817 into .bss section. Automatically define _edata and _end. Only
5818 export symbols in the export list, with multiple prefixes if
5819 necessary. Warn if no version. Always create extended header.
5820 Set date automatically if not already set.
5821 (setup_sections): Count size of bss sections.
5822 (mangle_relocs, i386_mangle_relocs): Accept section argument, and
5823 take reloc_count as a changeable pointer; changed callers.
5824 (i386_mangle_relocs): Remove PC relative relocs within a section,
5825 as they require no adjustment.
5826 * nlmheader.y: Fixed memory allocation throughout: token STRING is
5827 now allocated on the heap, and freed if not needed. Null
5828 terminated copyright message. Accept version with only two
5829 strings.
5830 (symbol_list_opt): New nonterminal, either symbol_list or empty.
5831 (symbol_list): Use left recursion to avoid overflowing parser
5832 stack.
5833 (yylex): Rearranged beginning of line check. Accept quoted
5834 strings using single quotes. End generic argument at comment
5835 character or parentheses.
5836 (string_list_append): Fixed.
5837 (string_list_append1): New function.
5838
5839 * bucomm.h: The first argument to xrealloc is PTR, not char *.
5840 * bucomm.c (xrealloc): Use PTR rather than char *.
5841 * Makefile.in (objdump.o): Depend upon config.status to notice
5842 --with-targets changes.
5843 (nlmconv.o): Depend upon bucomm.h.
5844
5845 Tue Aug 17 09:46:01 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5846
5847 * configure.in: Don't pass cpu to config.bfd.
5848
5849 Thu Aug 12 16:43:04 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5850
5851 * Makefile.in ($(NM_PROG)): Depend on demangle.o.
5852 (demangle.o): New target.
5853 (cplus-dem.o): Depend on it, to force compilation order when doing
5854 parallel compiles.
5855
5856 * nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg.
5857 (struct output_fns print_symbol_info): Ditto.
5858 (long_options, usage, main): Add -C --demangle option.
5859 (print_symname): New function, demangling if requested.
5860 (print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
5861
5862 Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5863
5864 * Makefile.in: Put CFLAGS last in compilation rules and omit from
5865 linking rules. Use ARCHDEFS to compile objdump.c.
5866 Update dependencies.
5867 * configure.in: Construct ARCHDEFS based on the BFD target makefile
5868 fragments.
5869 * objdump.c: Conditionalize calls to the print_insn_ARCH functions
5870 according to ARCHDEFS.
5871
5872 Thu Aug 12 08:06:15 1993 Ian Lance Taylor (ian@cygnus.com)
5873
5874 * ar.c: Removed obsolete and non-functional GNU960 code.
5875
5876 Wed Aug 11 13:08:26 1993 Ian Lance Taylor (ian@cygnus.com)
5877
5878 * size.c (berkeley_sum): New function.
5879 (bsssize, datasize, textsize): New global variables.
5880 (bss_section_name, data_section_name, text_section_name): Removed.
5881 (print_berkeley_format): Map berkeley_sum over all the sections,
5882 rather than only reporting sizes of specifically named sections.
5883 * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
5884
5885 Tue Aug 10 10:46:01 1993 Ian Lance Taylor (ian@cygnus.com)
5886
5887 * nlmconv.c, nlmconv.h, nlmheader.y: New files for program to
5888 convert object files into NetWare Loadable Modules.
5889 * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv.
5890 (PROGS): Add NLMCONV_PROG.
5891 (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New
5892 targets.
5893
5894 Thu Aug 5 15:48:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
5895
5896 * Makefile.in: define MAKEOVERRIDES to an empty string
5897
5898 Wed Aug 4 17:08:08 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5899
5900 * objcopy.c (copy_file): Make failures to process a file nonfatal.
5901
5902 Mon Aug 2 11:28:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5903
5904 * nm.c: Add -B option, like --format=bsd.
5905
5906 Tue Jul 27 16:29:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5907
5908 * objcopy.c (copy_file): If the file is neither an object nor an
5909 archive, give an error rather than returning success.
5910
5911 Mon Jul 19 16:13:40 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
5912
5913 * objdump.c (objdump_print_address): Prefer non-local symbols over
5914 local ones, and especially discriminate against debugging symbols.
5915 Also, for relocateable files, try to find a symbol in the current
5916 section, instead of picking one from some random section with a
5917 convenient value (read, section offset).
5918 (disassemble_data): Cast argument to malloc to size_t first.
5919 (dump_data): Likewise.
5920 (dump_relocs): If a single section name is specified, show relocs
5921 only for that section. Otherwise, silently omit sections without
5922 relocs. Format table nicely even if values are printed using 16
5923 digits instead of 8.
5924
5925 Fri Jul 16 15:19:59 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5926
5927 * nm.c: Changes for final version of POSIX.2.
5928 (print_symbol_filename_{bsd,sysv,posix}): New functions.
5929 (formats): Add an element for a pointer to them.
5930 (print_symbols): Call it.
5931 (print_object_filename_posix, print_archive_member_posix): Produce
5932 output according to new POSIX.2 spec.
5933
5934 * strings.c (print_strings): Handle STREAM being NULL.
5935 (strings_a_section): Pass a NULL.
5936 (main): Don't open /dev/null.
5937
5938 Thu Jul 15 12:44:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5939
5940 * objdump.c (disassemble_data): Handle the m88k.
5941 (display_bfd): Use bfd_errmsg, rather than just claiming that the
5942 bfd is not an object file.
5943
5944 Mon Jul 12 17:55:34 1993 K. Richard Pixley (rich@cygnus.com)
5945
5946 * Makefile.in (TAGS): make work again by naming directories
5947 explicitly rather than depending on undefined macros.
5948 (INSTALL_XFORM): correct bad install target.
5949
5950 Fri Jul 2 16:58:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5951
5952 * strings.c: Doc fixes.
5953
5954 Sun Jun 27 13:35:24 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5955
5956 * Makefile.in: Note dependencies on bucomm.h.
5957 (cplus-dem.o): Link c++filt with version.o.
5958
5959 * strings.c: Include bucomm.h and add prototypes to other decls.
5960 Remove -h option.
5961
5962 * bucomm.h: Declare xrealloc.
5963
5964 * nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add
5965 --help option. Put "GNU" in the version message.
5966 (usage): Take stream and exit status as args.
5967 (main): Pass new args to usage.
5968
5969 Fri Jun 25 23:12:12 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5970
5971 * strings.c, strings.1: New files.
5972 * binutils.texi: Document strings.
5973 * Makefile.in: Add rules for it.
5974
5975 Fri Jun 25 20:44:43 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
5976
5977 * objdump.c: Use size-independent bfd elf section names.
5978
5979 Sun Jun 20 23:09:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
5980
5981 * objdump.c (objdump_print_address): Handle wide offsets by
5982 calling sprintf_vma.
5983
5984 Fri Jun 18 14:29:12 1993 Per Bothner (bothner@deneb.cygnus.com)
5985
5986 * objdump.c (syms2): Removed unused variable.
5987 * objdump.c (remove_useless_symbols): New function.
5988 * objdump.c (comp): Simplify.
5989 * objdump.c (dis-assemble_data): Make simpler and more
5990 efficient how we filter out useless symbols: Just filter
5991 BEFORE the sort (using remove_useless_symbols).
5992 * objdump.c (objdump_print_address): Simplify.
5993 Change output syntax to match gdb.
5994
5995 Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
5996
5997 * Makefile.in: canonicalize install.sh; for use within
5998 this directory (and subdirs)
5999
6000 Mon Jun 14 12:13:22 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
6001
6002 * Makefile.in (install, install-info): remove parentdir support,
6003 use INSTALL_XFORM; define INSTALL_XFORM
6004
6005 Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com)
6006
6007 * objcopy.c (copy_object): Fix bad size passed to xmalloc().
6008
6009 Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com)
6010
6011 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
6012 * configure.in: No longer need to configure to get sysdep.h.
6013 * objcopy.c (copy_object): Fix symbol table handling.
6014
6015 Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com)
6016
6017 * objcopy.c (filter_symbols): Cannot filter the symbols
6018 in place, because that confuses the relocs, so take separate
6019 parameter for output array.
6020 * objcopy.c (sympp): Make two variables: isympp and osympp.
6021 * objcopy.c (copy_object): Allocate separate array (osympp)
6022 for filtered symbols.
6023
6024 Fri Jun 4 10:51:44 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6025
6026 * Makefile.in: change recursion test to presence of a configured
6027 testsuite directory
6028
6029 Thu Jun 3 14:05:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6030
6031 * Makefile.in (underscore.c): Hack the backquoted command so it
6032 doesn't cause Solaris make to bomb.
6033
6034 Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com)
6035
6036 * Makefile.in: added c++filt and objcopy to MANPAGES variable
6037
6038 Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6039
6040 * Makefile.in: rename LOADLIBES to EXTRALIBS
6041
6042 Wed Jun 2 18:30:24 1993 Jeffrey Osier (jeffrey@cygnus.com)
6043
6044 * c++filt.1, objcopy.1: new man pages
6045
6046 Fri May 28 15:01:24 1993 Per Bothner (bothner@rtl.cygnus.com)
6047
6048 * Makefile.in (install): Also install ar and ranlib in
6049 $(tooldir)/bin; needed for building libgcc.a.
6050 * objdump.c (objdump_print_address): Fix the check
6051 "coincidental" label matches by dis-allowing undefined
6052 or com symbols.
6053
6054 Thu May 27 16:58:31 1993 Jeffrey Osier (jeffrey@cygnus.com)
6055
6056 * biutils.texi: revised c++filt chapter
6057
6058 Wed May 26 17:24:17 1993 Ian Lance Taylor (ian@cygnus.com)
6059
6060 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
6061
6062 Tue May 25 00:26:47 1993 Ken Raeburn (raeburn@cygnus.com)
6063
6064 * objdump.c (slurp_symtab): Print warning for bad symbol table.
6065 (bfd_elf32_find_section, Elf32_Internal_Shdr): Updated
6066 declarations and uses.
6067
6068 * Makefile.in (DISTSTUFF): Don't build binutils.mm.
6069
6070 Fri May 21 10:51:19 1993 David J. Mackenzie (djm@rtl.cygnus.com)
6071
6072 * nm.c: Add -f/--format, -P/--portability, -t/--radix options.
6073 Make global variables static.
6074 (main): Make -v like -n, not -V, and make -A like -o, for POSIX.2.
6075 (set_print_radix, set_output_format,
6076 print_{object_filename,archive_filename,archive_member,symbol_info}
6077 {bsd,sysv,posix}): New functions.
6078 (display_file, print_symbols): Call them.
6079
6080 * ar.c: Improve error messages.
6081
6082 * nm.c (main): Handle long options that just set a flag.
6083
6084 * nm.c (main), ar.c (do_show_version), objcopy.c (main), size.c
6085 (main): Exit after printing the version number, per the GNU coding
6086 standards.
6087
6088 Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com)
6089
6090 * README, Makefile.in: Minor updates for 2.2.
6091
6092 Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com)
6093
6094 * Makefile.in (underscore.c): Automatically generate
6095 (using nm) a file with the variable prepends_underscore.
6096 * Makefile.in (c++filt): Link underscore.o with cplus-dem.o
6097 so that initial underscores get removed iff appropriate.
6098 * binutils.texi: Preliminary documentation for c++filt.
6099 * Makefile.in, binutils.texi: Set to version 2.2.
6100
6101 * NEWS: Mention copy->objcopy renaming and new c++filt program.
6102
6103 Wed May 12 12:05:36 1993 Ian Lance Taylor (ian@cygnus.com)
6104
6105 * Makefile.in (cplus-dem.o, $(DEMANGLER_PROG)): Build the
6106 demangler via cplus-dem.o, rather than directly from the .c file.
6107
6108 * objcopy.c: Renamed from copy.c, updated comments accordingly.
6109 * Makefile.in, binutils.texi: Renamed copy to objcopy.
6110 * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for
6111 rename of copy to objcopy.
6112
6113 Mon May 10 17:20:18 1993 Per Bothner (bothner@cygnus.com)
6114
6115 * binutils.texi (strip, -v option): Fix typo.
6116
6117 Fri May 7 13:57:50 1993 Ian Lance Taylor (ian@cygnus.com)
6118
6119 * Makefile.in (RUNTEST): Define.
6120 (FLAGS_TO_PASS): Pass down RUNTEST.
6121
6122 Tue May 4 10:06:50 1993 Ian Lance Taylor (ian@cygnus.com)
6123
6124 * Makefile.in (DEMANGLER_PROG): Name it c++filt.
6125 (PROG): Also build and install COPY_PROG.
6126
6127 Mon May 3 19:11:48 1993 Per Bothner (bothner@cygnus.com)
6128
6129 * Makefile.in: Change definition of $(tooldir) to match FSF.
6130
6131 Wed Apr 28 23:41:32 1993 David J. Mackenzie (djm@rtl.cygnus.com)
6132
6133 * size.c (usage): Add missing options.
6134 (main): Clean up option parser.
6135
6136 * objdump.c (usage): Add missing options.
6137 (display_file): Print program name before calling
6138 bdf_perror.
6139
6140 * nm.c (usage): Add missing options.
6141 (main): Clean up option parser.
6142 (display_file): Print program name before calling
6143 bdf_perror.
6144
6145 * copy.c (copy_usage, strip_usage): Add missing options.
6146
6147 * ar.c (usage): New function.
6148 (main): Call it.
6149 (open_inarch, do_quick_append): Print program name before calling
6150 bdf_perror.
6151
6152 Thu Apr 22 15:01:35 1993 Ian Lance Taylor (ian@cygnus.com)
6153
6154 * nm.c (main): Accept and ignore -A and -B for MIPS compatibility.
6155
6156 Mon Apr 19 14:06:59 1993 Rob Savoye (rob@cygnus.com)
6157
6158 * Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
6159 built binaries if they exist. (otherwise the path)
6160
6161 Wed Apr 7 22:22:50 1993 Rob Savoye (rob@cygnus.com)
6162
6163 * Makefile.in: Changed check target to use DejaGnu.
6164
6165 Thu Apr 1 12:37:13 1993 Jim Kingdon (kingdon@cygnus.com)
6166
6167 * Makefile.in: Remove am29k-pinsn.c, i960-pinsn.c.
6168 objdump.c: a29k and i960 are `disassemble' not `print'.
6169
6170 * objdump.c: Rename print_address to objdump_print_address
6171 and change parameters.
6172 (disassemble_data): Use objdump_print_address.
6173
6174 Wed Mar 31 10:25:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6175
6176 * objdump.c (disassemble_data): print_insn_sparc is now a
6177 `disassemble' not a `print'.
6178 Makefile.in: Remove sparc-pinsn.c (now in libopcodes.a).
6179
6180 * objdump.c (disassemble_data): Use new read_memory_func stuff.
6181
6182 Thu Mar 25 10:38:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6183
6184 * objdump.c (fprintf): Declaration of variadic function had better
6185 be a prototype for ANSI C systems.
6186
6187 Mon Mar 22 23:19:46 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6188
6189 * Makefile.in: rename test-install to install-check
6190
6191 Fri Mar 19 14:40:08 1993 Steve Chamberlain (sac@thepub.cygnus.com)
6192
6193 * objdump.c (disassemble_data): Add H8500.
6194
6195 Fri Mar 19 10:56:51 1993 Jim Kingdon (kingdon@cygnus.com)
6196
6197 * objdump.c (usage): Mention long options.
6198
6199 Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com)
6200
6201 * nm.c: Modify behavior of -o flag for archives to match
6202 BSD4.4 and Sunos 4: Prefix archive name before each line.
6203
6204 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
6205 * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
6206 * Makefile.in: Adjust accordingly.
6207 * objdump.c: Support new-style disassemblers (ones that use
6208 the interface of ../include/dis-asm.h).
6209
6210 Thu Feb 25 15:57:00 1993 Per Bothner (bothner@rtl.cygnus.com)
6211
6212 * Makefile.in: When making tar file, remove texinfo/*,
6213 except for texinfo/texinfo.tex.
6214 * ardup.c: Add extern declaration of strdup.
6215 * Makefile.in (testsuite): Add 'else true' since otherwise
6216 Ultrix /bin/sh complains.
6217
6218 Wed Feb 24 19:44:18 1993 Per Bothner (bothner@rtl.cygnus.com)
6219
6220 * Makefile.in: Set VERSION to 2.1.
6221 * README, NEWS: Updates.
6222 * nm.c: Add -v as a synonym for -V.
6223
6224 Tue Feb 23 19:00:50 1993 Mike Werner (mtw@poseidon.cygnus.com)
6225
6226 * configure.in: added testsuite to configdirs.
6227 * Makefile.in: added support for building testsuite.
6228
6229 Mon Feb 22 22:52:10 1993 Per Bothner (bothner@rtl.cygnus.com)
6230
6231 * objdump.c (disassemble_data): Print function names when
6232 given by bfd_find_nearest_line. If not - still print
6233 line numbers.
6234
6235 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
6236
6237 * binutils/testsuite: made modifications to testcases, etc., to allow
6238 them to work properly given the reorganization of deja-gnu and the
6239 relocation of the testcases from deja-gnu to a "tool" subdirectory.
6240
6241 Mon Feb 22 10:27:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6242
6243 * objdump.c (dump_data): Free up section contents each time
6244 through the loop. Reported by minyard@bnr.ca.
6245
6246 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
6247
6248 * binutils/testsuite: Initial creation of binutils/testsuite.
6249 Migrated dejagnu testcases and support files for testing nm to
6250 binutils/testsuite from deja-gnu. These files were moved "as is"
6251 with no modifications. This migration is part of a major overhaul
6252 of dejagnu. The modifications to these testcases, etc., which
6253 will allow them to work with the new version of dejagnu will be
6254 made in a future update.
6255
6256 Fri Feb 12 10:05:20 1993 Fred Fish (fnf@cygnus.com)
6257
6258 * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
6259 * Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR.
6260 * Makefile.in (DEMANGLER_PROG): New program to build. Add macro
6261 and rule.
6262 * Makefile.in (PROGS): Add DEMANGLER_PROG.
6263
6264 Tue Jan 26 11:56:33 1993 Ian Lance Taylor (ian@cygnus.com)
6265
6266 * copy.c, nm.c, objdump.c, size.c: Use new bfd_is_com_section
6267 macro rather than checking for equality to bfd_com_section.
6268
6269 Fri Jan 8 15:50:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6270
6271 * objdump.c (disassemble_data): Fix code to find first useless
6272 symbol.
6273
6274 Thu Jan 7 13:13:31 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6275
6276 * objdump.c (disassemble_data): Use mips_print_insn for MIPS.
6277 Don't core dump if bfd_find_nearest_line returns false.
6278
6279 Wed Jan 6 17:14:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
6280
6281 * objdump.c (disassemble_data): know how to disassemble z8000s
6282 too.
6283
6284 Wed Jan 6 15:16:27 1993 Per Bothner (bothner@cygnus.com)
6285
6286 * arsup.h (interactive), bucomm.h (program_name): Prefix
6287 with 'extern', to avoid warnings from some compilers.
6288
6289 Wed Jan 6 15:14:11 1993 Per Bothner (bothner@rtl.cygnus.com)
6290
6291 * arparse.y: fix unnecessary shift/reduce
6292
6293 Tue Dec 22 15:46:56 1992 Per Bothner (bothner@rtl.cygnus.com)
6294
6295 * Makefile.in: Make check depend on all.
6296 * Makefile.in (distclean): Remove sysdep.h.
6297 * size.c: Use %u format where appropriate.
6298 * objdump.c: Standardize: L_SET -> SEEK_SET.
6299 * objdump.c: Use new macro bfd_asymbol_bfd.
6300 * configure.in: Allow std-host as the default ${mys_host}.
6301
6302 Thu Dec 17 19:38:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6303
6304 * Makefile.in: added dvi target, define and use TEXI2DVI
6305
6306 Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com)
6307
6308 * Makefile.in (dist): Fix permissions before release.
6309 * size.c: Use bfd_size_type (and long) where appropriate.
6310 * ar.c: Make writing a map the default, to be compatible
6311 with SYSV and Posix.2. Remove some bogus kludges that
6312 handled __.SYMDEF directly.
6313 * NEWS: New file.
6314
6315 Mon Nov 9 13:36:53 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6316
6317 * Makefile.in: flex no longer needs the -S flag
6318
6319 Sat Nov 7 15:06:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6320
6321 * ar.c (extract_file): utime needs a pointer to a utimbuf
6322
6323 * Makefile.in: handle -I includes better, adding $(BASEDIR)/bfd to
6324 the list (since some of the bfd/hosts/*.h files include other
6325 files from that directory)
6326
6327 Fri Nov 6 00:12:51 1992 John Gilmore (gnu@cygnus.com)
6328
6329 * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.
6330
6331 Thu Nov 5 03:37:15 1992 John Gilmore (gnu@cygnus.com)
6332
6333 Clean up some old BFD ansification macros.
6334
6335 * arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils.
6336 It still remains as a local macro in gmalloc.c, which is derived
6337 from some other copy of GNU Malloc somewhere (FIXME).
6338
6339 * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static
6340 fns really static.
6341 * arsup.h: Declare extract_files.
6342
6343 Mon Nov 2 12:42:11 1992 Ian Lance Taylor (ian@cygnus.com)
6344
6345 * ar.c (extract_file): instead of checking USG: if POSIX_UTIME,
6346 use utime and utimbuf structure, otherwise if USE_UTIME use utime
6347 and array of two longs, otherwise use utimes.
6348
6349 Thu Oct 15 13:57:35 1992 Per Bothner (bothner@cygnus.com)
6350
6351 * binutils.tex: Document yesterday's changes to strip and copy.
6352
6353 Wed Oct 14 13:22:14 1992 Per Bothner (bothner@cygnus.com)
6354
6355 * copy.c: Re-do command-line parsing to use getopt_long().
6356 Add long option names. Re-think option letters to be more
6357 consistent.
6358 * copy.c: New function filter_symbols() for stripping only
6359 debug-symbols and/or local symbols. Use these to support
6360 the previously-missing options of the old FSF strip.
6361
6362 Tue Oct 13 01:24:20 1992 John Gilmore (gnu@cygnus.com)
6363
6364 * configure.in (host): Use ${srcdir}/../bfd/configure.host rather
6365 than repeating a copy of it here.
6366
6367 Wed Oct 7 12:53:52 1992 Ken Raeburn (raeburn@cygnus.com)
6368
6369 * copy.c (main): Even if is_strip, accept -d argument indicating
6370 alternate output format. Needed by gdb for Nindy.
6371
6372 * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
6373
6374 Tue Oct 6 16:33:56 1992 Jeffrey Osier (jeffrey@cygnus.com)
6375
6376 * binutils.texi: added documentation for "copy"
6377
6378 Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony)
6379
6380 * Makefile.in (*clean rules): Some cleaning up.
6381 * Makefile.in (dist): Make diststuff in gprof for a dist.
6382
6383 * ar.c (do_show_version): New function.
6384 * ar.c (main): Fix so "ar -V" works.
6385
6386 Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6387
6388 * configure.in: now uses the cpu-vendor-os triple instead of
6389 nested cases.
6390
6391 Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com)
6392
6393 * i960-pinsn.c: Change bzero to memset.
6394 * sparc-pinsn.c: Change index to strchr.
6395
6396 Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com)
6397
6398 * m68k-pinsn (print_insn_arg, fetch_arg): added support for
6399 operands to memory management instructions, from WRS.
6400
6401 Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com)
6402
6403 * Makefile.in (install): if $(tooldir) exists, install nm and
6404 strip in $(tooldir)/bin.
6405
6406 Thu Sep 3 11:57:40 1992 Per Bothner (bothner@rtl.cygnus.com)
6407
6408 * Makefile.in: Let's call it version 2.0.
6409
6410 Wed Sep 2 00:25:13 1992 Per Bothner (bothner@rtl.cygnus.com)
6411
6412 * Makefile.in: Bump to version 0.98.
6413 * TODO, README: Minor updates.
6414
6415 * Makefile.in: Added mostlyclean, distclean rules,
6416 and cleaned up clean, realclean.
6417
6418 Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com)
6419
6420 * Makefile.in: map program names through program_transform_name
6421 when installing.
6422
6423 Sun Aug 30 18:09:03 1992 Per Bothner (bothner@rtl.cygnus.com)
6424
6425 * Makefile.in: Bump to versions 1.97.90.
6426 * cplus-dem.c: Removed. Was nowhere used - and if some
6427 programs are changed to to demangling should now use the
6428 versions in libiberty.
6429
6430 Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
6431
6432 * configure.in: add we32k
6433
6434 Mon Aug 24 14:53:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6435
6436 * ar.c (map_over_members): if the element of the archive has a
6437 null name, fill it in.
6438
6439 * nm.c (do_one_rel_file): only warn if a bfd's flags say there
6440 will be symbols and there aren't any.
6441
6442 Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com)
6443
6444 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
6445
6446 Tue Aug 18 20:45:48 1992 Rob Savoye (rob@cygnus.com)
6447
6448 * nm.c objdump.c: Added support for a +version (-V)
6449 to print the version number.
6450
6451 * ar.c, copy.c: Added support for a -V option to print
6452 the version number.
6453
6454 Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com)
6455
6456 * config/mh-apollo68v: removed -g from CC definition.
6457
6458 * Makefile.in: always create installation directories.
6459
6460 Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
6461
6462 * m68k-pinsn.c: Minor fix in style of output (don't use
6463 range to indicate floating point control registers).
6464
6465 Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
6466
6467 * ar.c (main): Don't *always* set the verbose flag!
6468
6469 Wed Aug 5 11:25:27 1992 Per Bothner (bothner@rtl.cygnus.com)
6470
6471 * copy.c: When is_strip (because it is invoked as the strip
6472 program), follow traditional argv processing:
6473 'strip file1 file2' now strips file1 and file2, rather
6474 than stripping file1 (as input), leaving output in file2.
6475
6476 Mon Jul 27 16:28:08 1992 Per Bothner (bothner@rtl.cygnus.com)
6477
6478 * objdump.c (display_info, display_info_table): Call
6479 bfd_set_format() on dummy bfd before using it (twice).
6480 * ar.c: Make sure archive is created on command 'r'
6481 even when no elements are inserted. (Clean up and
6482 simplify some non-working related code.)
6483
6484 Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
6485
6486 * configure.in: hppa support doesn't assume hp OS (from sef).
6487
6488 Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6489
6490 * configure.in: recognize hppa hosts (bsd & hpux), error messages
6491 to stderr, not stdout
6492
6493 Fri Jul 17 18:39:44 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6494
6495 * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
6496 size.1, sparc-pinsn.c, strip.1: removed rcsid's.
6497
6498 Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6499
6500 * Makefile.dos: removed rcsid.
6501
6502 Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6503
6504 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
6505
6506 Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
6507
6508 * Makefile.in: Add program_suffix (parallel to program_prefix)
6509
6510 Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
6511
6512 * nm.c (sorters): Lint. Remove excess whitespace.
6513
6514 Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
6515
6516 * nm.c (valueof macro): Add missing parentheses.
6517 (Their lack screwed up numeric_forward().)
6518
6519 Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
6520
6521 * objdump.c (dump_elf_stabs): Also dump .stab.index and
6522 .stab.excl sections.
6523 (dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
6524 * objdump.1, binutils.texi: Document new sections dumped.
6525
6526 Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
6527
6528 * size.c, objdump.c, bucomm.c: Lint.
6529
6530 Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
6531
6532 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
6533 .stab section from an ELF file. Installed under #ifdef
6534 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
6535 bfd-internals header files and such.
6536 * objdump.1, binutils.texi: Update for --stabs. Also fix
6537 objdump's doc to use -- rather than + for long options.
6538 (FIXME: Not yet fixed everywhere in binutils.texinfo.)
6539
6540 Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6541
6542 * objdump.c(display_info), patches from
6543 mohring@informatik.tu-muenchen.de to print the table much more
6544 nicely.
6545
6546 Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
6547
6548 * objdump.c: Add another enum->int cast, for the sake of
6549 old compilers (such as PCC).
6550
6551 Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
6552
6553 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
6554 Add declaration of strdup().
6555
6556 Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
6557
6558 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
6559 rules, since these are used when building a distribution.
6560 * Makefile.in (arlex.c): Don't re-direct output, since that
6561 leaves a bogus output files if it fails.
6562
6563 * arlex.l: Make work with lex, for what it's worth.
6564 * Makefile.in: Better lex support.
6565 * Makefile.in (dist): Generate flex and bison outputs
6566 for distribution.
6567
6568 Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6569
6570 * Makefile.in: get BISON definition right.
6571
6572 Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
6573
6574 * sanity.sh: default TMPDIR to ".".
6575
6576 Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6577
6578 * binutils.texi: add doc for ar command language.
6579
6580 Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6581
6582 * arparse.y: make END call ar_end
6583 * arsup.c (ar_end): added, deletes temp file if archive session
6584 aborted.
6585
6586
6587 Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6588
6589 * Makefile.in: use bison & flex from ../ if they exist. Also,
6590 FLEX->LEX.
6591
6592 * sanity.sh: remove temporary directory when finished.
6593
6594 Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
6595
6596 * Makefile.in: Bump to version 1.97.
6597 * ar.c: Declare errno for machines that need it.
6598
6599 Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
6600
6601 * objdump.c (display_info): Handle error cases without coredump.
6602 Close the dummy temporary file we open in the loop.
6603 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
6604
6605 Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
6606
6607 * Makefile.in: added test-install target.
6608
6609 * sanity.sh: new file.
6610
6611 * Makefile.in: use sanity test on make check.
6612
6613 Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
6614
6615 * Makefile.in: rework CFLAGS so that they can be passed on the
6616 command line to make. Remove MINUS_G. Default CFLAGS to -g.
6617
6618 Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
6619
6620 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
6621 scripting language.
6622
6623 Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
6624
6625 * Makefile.in: added check target.
6626
6627 Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
6628
6629 * Makefile.in: added clean-info target.
6630
6631 Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6632
6633 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
6634 installed. added tooldir and program_prefix.
6635
6636 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6637
6638 * Makefile.in, configure.in: removed traces of namesubdir,
6639 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6640 copyrights to '92, changed some from Cygnus to FSF.
6641
6642 Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
6643
6644 * Makefile.in: Bump version to 1.96, and remove -beta
6645 suffix from distribution name.
6646 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
6647 the signed value of a character (even if chars are unsigned).
6648 * sparc-pinsn.c: Add new operand types.
6649
6650 Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
6651
6652 * objdump.c (disassemble_data): don't print a section's contents
6653 if it's not loadable (eg bss)
6654
6655 Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
6656
6657 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
6658 displacements don't get printed as large +ve ones.
6659
6660 Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
6661
6662 * copy.c, nm.c, objdump.c, size.c : changed to use the
6663 new reloc scheme.
6664
6665
6666 Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
6667
6668 * bucomm.c (print_arelt_descr): Tweek the output format
6669 so that 'ar tv' output follows Posix 1003.2/D11.
6670 Output is now also identical to Sun's (except __.SYMDEF).
6671
6672 Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
6673
6674 * Makefile.in: Make `make' output more readable.
6675
6676 Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
6677
6678 * Makefile.in: Bump to version 1.94.
6679
6680 Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
6681
6682 * ar.c: added "b" to fopens for dos
6683 * configdj.bat, makefile.dos new files from DJ
6684
6685 Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6686
6687 * Makefile.in: infodir belongs in datadir.
6688
6689 Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
6690
6691 * bucomm.h: created to hold prototypes of bucomm.c
6692 * objdump.h: created to hold prototyes of objdump.c
6693 * am29k-pinsn.c: include objdump.h
6694 * ar.c: include bucomm.h, get ar.h from the right place and
6695 include libbfd.h
6696 * bucomm.c: defunize bfd_fatal
6697 * copy.c: include bucomm.h, lint.
6698 * i960-pinsn.h: include bucomm.h
6699 * m68k-pinsn.h: lint
6700 * nm.c: include bucomm.h, lint
6701 * objdump.c: lint
6702 * sparc-pinsn.c: include objdump.h
6703
6704
6705
6706 Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6707
6708 * Makefile.in: added standards.text support. install using
6709 INSTALL_PROGRAM and INSTALL_DATA.
6710
6711 * configure.in: configure now does all of it's work from objdir so
6712 make file existence tests against ${srcdir}.
6713
6714 Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6715
6716 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6717 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6718 and mandir now keyed off datadir by default.
6719
6720 Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
6721
6722 * Makefile.in: Bump to version 1.93.
6723 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
6724 for make versions that provide half-baked VPATH-support (e.g. Sun's).
6725 * size.c: Improvements suggested by
6726 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
6727 - Don't emit (Berkeley) headers if no files were found.
6728 - Return a non-zero return code on failure.
6729
6730 Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
6731
6732 Changes due to include file renaming:
6733 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
6734 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
6735 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
6736 * nm.c: stab.gnu.h -> aout/stab_gnu.h
6737
6738 Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
6739
6740 * README: Mention MINIMIZE flag for bfd's make.
6741
6742 Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
6743
6744 * README: Various improvements.
6745
6746 Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
6747
6748 * Makefile.in: Bump to version 1.92.
6749 * version.c, Makefile.in: Get version string from Makefile.
6750 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
6751 Make the same change that we earlier did for ar/ranlib:
6752 Generate two different binaries for strip and copy and use
6753 a global variable with different values to distinguish
6754 ostrip from copy. (-1 means to use argv[0] to decide,
6755 so you can get the old behavior, but it is no longer the default).
6756 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
6757 * copy.c (main): If is_strip==-1, compare last 5 chars
6758 of argv[0], not the whole path.
6759 * copy.c (main): Return 0, not 1.
6760 * copy.c (setup_sections): Fix due to change in bfd_make_section
6761 now failing if asked for a duplicate section.
6762 * strip.c, ostrip.c: Removed obsolete files.
6763 * ar.c, not-ranlib.c, maybe-ranlib.c:
6764 Change encoding of is_ranlib variable to be consistent
6765 with is_strip for strip.copy (i.e -1 to means use argv[0]).
6766
6767 Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
6768
6769 * version.c (program_version): Update to version 1.92.
6770
6771 Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
6772
6773 * ar.c (get_pos_bfd): Previous fix was missing a "break".
6774
6775 Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
6776
6777 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
6778 encodings. (Thaks to David Wood)
6779
6780 Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
6781
6782 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
6783 * ar.c (get_pos_bfd): Fix to handling of before/after
6784 positioning options.
6785 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
6786 since libiberty contains vfprintf etc if otherwise missing.
6787 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
6788 type operands, as used by branch instructions.
6789 * nm.c: Delegate printing of symbols to BFD,
6790 by using bfd_print_symbol to do the formatting.
6791
6792 Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
6793
6794 * ar.c (write_archive.c): added unlink before rename since some
6795 systems can't rename onto an existant file.
6796
6797 Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
6798
6799 * nm.c: now doesn't crash if a symbol with no section and no
6800 SEC_ABS appears.
6801
6802 Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
6803
6804 * Makefile.in, version.c: Bump to version 1.91.
6805
6806 Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
6807
6808 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
6809 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
6810 * strip.c: Add or update Copyright notice.
6811 * TODO: Add note on 'nm -a'.
6812 * version.c: Update version number to 1.90.
6813 * Makefile.in: Fix making of documentation for dist.
6814
6815 Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
6816
6817 * README: New file.
6818 * Makefile.in: New kludgy rules for making a tarfile.
6819 * Makefile.in: Fix bindir path.
6820
6821 Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
6822
6823 * Makefile.in: add targets binutils.mm, binutils.me
6824
6825 Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
6826
6827 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
6828
6829 Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
6830
6831 * Makefile.in: add target "binutils.ms"
6832
6833 * binutils.texinfo: minor restructuring for texi2roff comfort.
6834
6835 Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
6836
6837 Restructure configuration scheme for bfd, binutils, ld.
6838
6839 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
6840 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
6841 Change some config names to match other dirs.
6842 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
6843 get defined first.
6844 * Makefile.in: Use -I. to get sysdep.h.
6845
6846 Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
6847
6848 * nm.c (print_symbols): Handle NULL name field of symbol.
6849 * Makefile.in: Removed spurious comment.
6850
6851 Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
6852
6853 * binutils.texinfo: minor typos, phrasing, formatting fixes.
6854
6855 Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
6856
6857 * configure.in: Get host file from ../bfd/config, not config.
6858 * config/*: Remove config directory and its files.
6859
6860 Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
6861
6862 * Makefile.in: new targets binutils.dvi, binutils.info
6863
6864 * binutils.texinfo: remove most remaining FIXME's, delete
6865 references to __.SYMDEF by name
6866
6867
6868 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
6869
6870 * objdump.c (print_address) Print addresses nicely.
6871
6872 Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
6873
6874 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
6875 Make two different binaries for ar and ranlib, instead of
6876 distinguishing them at run time using argv[0].
6877 (Old behavior is still available if you "make ar_with_ranlib",
6878 but it is not the default.)
6879 * ranlib.sh (new): An alternative one-line
6880 shell implementation of ranlib.
6881
6882 Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
6883
6884 * objdump.c: Cope with renames of a few BFD types & enums.
6885
6886 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
6887
6888 * binutils.texinfo: add new file (rudimentary docn)
6889
6890 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
6891
6892 * config/hmake-news: Add new file (for Sony NEWSOS3).
6893 * bucomm.c (fatal): Conditionally compile fatal() depending on
6894 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
6895 * objdump.c (dump_headers): Trivial output format change.
6896 * objdump.c (display_info): Loop over integers, not enums,
6897 to appease old compilers.
6898
6899 Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
6900
6901 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
6902
6903 Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
6904 from bother
6905 * objdump.c (print_address): Make disasembled output more
6906 consistent with gdb and as: Add 0x when printing hex.
6907 Don't print extra leading zeros.
6908 Attempt to not print "filename.o".
6909 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
6910
6911
6912 Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
6913
6914 * copy.c: Change =& constructs to = &, since they confuse older
6915 C compilers.
6916
6917 \f
6918 Local Variables:
6919 mode: change-log
6920 left-margin: 8
6921 fill-column: 74
6922 version-control: never
6923 End: