1994-03-28 02:25:15 +02:00
|
|
|
|
Sun Mar 27 16:23:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* More fixes for object formats which allow multiple sections
|
|
|
|
|
with the same name:
|
|
|
|
|
* objcopy.c (setup_section): Make a new output section even if
|
|
|
|
|
one already exists with the given name.
|
|
|
|
|
(copy_section): Use isection->output_section rather than trying
|
|
|
|
|
to look the output section up by its (possibly non-unique) name.
|
|
|
|
|
|
|
|
|
|
* Makefile.in (install-info): Look for binutils.info in the
|
|
|
|
|
current directory, then in $(srcdir). Don't use $<.
|
|
|
|
|
|
1994-03-21 18:58:39 +01:00
|
|
|
|
Mon Mar 21 12:55:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (objdump_print_address): Make static. Declare with
|
|
|
|
|
prototype. Change vardiff from int to bfd_signed_vma. Correct
|
|
|
|
|
binary search termination condition. When looking for same
|
|
|
|
|
section symbol in relocatable file, handle final symbol correctly.
|
|
|
|
|
|
1994-03-20 20:27:40 +01:00
|
|
|
|
Sun Mar 20 11:26:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
1994-03-21 00:40:41 +01:00
|
|
|
|
* Makefile.in: Avoid bug in hpux sed.
|
|
|
|
|
|
1994-03-20 20:27:40 +01:00
|
|
|
|
* objcopy.c: Changes to keep it from stripping symbols used
|
|
|
|
|
in output relocations.
|
|
|
|
|
(mark_symbols_used_in_relocations): New function. Mark symbols
|
|
|
|
|
used in output relocations with BSF_KEEP.
|
|
|
|
|
(filter_symbols): Do not strip symbols marked with BSF_KEEP.
|
|
|
|
|
(copy_object): Reorder actions. First setup sections, then
|
|
|
|
|
build the output symbol table, then copy the section contents.
|
|
|
|
|
|
1994-03-18 16:55:27 +01:00
|
|
|
|
Fri Mar 18 10:53:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (write_archive): Allocate space for the null byte. From
|
|
|
|
|
Robert Lipe <robertl@arnet.com>.
|
|
|
|
|
|
1994-03-17 22:22:30 +01:00
|
|
|
|
Thu Mar 17 16:20:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Built nm.new and strip.new to avoid problems with
|
|
|
|
|
collect when . is in PATH.
|
|
|
|
|
(STRIP_PROG): Change from strip to strip.new.
|
|
|
|
|
(NM_PROG): Change from nm to nm.new.
|
|
|
|
|
(install): Remove the .new when installing.
|
|
|
|
|
|
|
|
|
|
start-sanitize-powerpc-netware
|
|
|
|
|
Wed Mar 16 16:27:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
|
|
|
|
|
symbol for which we build a stub.
|
|
|
|
|
(powerpc_mangle_relocs): Only reset TOC pointer for a call to a
|
|
|
|
|
symbol with BSF_DYNAMIC flag set.
|
|
|
|
|
|
|
|
|
|
end-sanitize-powerpc-netware
|
1994-03-16 08:04:42 +01:00
|
|
|
|
Tue Mar 15 23:04:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (filter_symbols): Use bfd_is_local_label to determine
|
|
|
|
|
if a symbol represents a compiler-generated local label.
|
|
|
|
|
(copy_object): Give the BFD backends a chance to copy any private
|
|
|
|
|
bfd data from the input BFD to the output BFD.
|
|
|
|
|
(setup_section): Give the BFD backends a chance to copy any private
|
|
|
|
|
section data from the input section to the output section.
|
|
|
|
|
|
1994-03-14 20:36:15 +01:00
|
|
|
|
Mon Mar 14 11:15:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (mangle_section): Delete unused function.
|
|
|
|
|
(setup_section): Set osection here instead of calling
|
|
|
|
|
mangle section to do it.
|
|
|
|
|
|
1994-03-14 18:14:08 +01:00
|
|
|
|
Mon Mar 14 12:11:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (write_archive): Close inarch before unlinking it.
|
|
|
|
|
|
1994-03-12 04:26:12 +01:00
|
|
|
|
start-sanitize-powerpc-netware
|
|
|
|
|
Fri Mar 11 22:20:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (main): For PowerPC, call powerpc_build_stubs and
|
|
|
|
|
powerpc_resolve_stubs. Use __GOT0, not __toc_start. Handle it if
|
|
|
|
|
the start and end symbols are not in the text section.
|
|
|
|
|
(struct powerpc_stub): New struct definition.
|
|
|
|
|
(powerpc_stubs, powerpc_stub_insns): New static variables.
|
|
|
|
|
(powerpc_initial_got_size): New static variable.
|
|
|
|
|
(powerpc_build_stubs): New function.
|
|
|
|
|
(powerpc_resolve_stubs): New function.
|
|
|
|
|
(powerpc_mangle_relocs): Clear extraneous data in .got section.
|
|
|
|
|
Rearrange reloc handling to handle ELF relocs that are not
|
|
|
|
|
partial_inplace. Resolve PC relative relocs.
|
|
|
|
|
|
|
|
|
|
end-sanitize-powerpc-netware
|
1994-03-09 22:53:54 +01:00
|
|
|
|
Wed Mar 9 13:48:11 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (move_members): Fix it so that the abi positional modifiers
|
|
|
|
|
don't delete all archive members following the insert point.
|
|
|
|
|
|
1994-03-08 22:53:19 +01:00
|
|
|
|
Tue Mar 8 13:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* coffgrok.[ch]: New files, understand coff objects.
|
|
|
|
|
* coffdump.c: Uses coffgrok to dump out the debug info of a coff
|
|
|
|
|
file.
|
|
|
|
|
* sysroff.info: Description of a SYSROFF object file.
|
|
|
|
|
* sysinfo.y, syslex.l: Parse info file, generate a reader, writer,
|
|
|
|
|
header files and a printer.
|
|
|
|
|
* srconv.c: Uses coffgrok.c and sysroff.info to convert a coff
|
|
|
|
|
file to a SYSROFF file.
|
|
|
|
|
|
1994-02-26 22:38:04 +01:00
|
|
|
|
Sat Feb 26 13:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (do_quick_append): Pad with a genuine character 10,
|
|
|
|
|
rather than whatever '\n' might happen to be.
|
|
|
|
|
|
|
|
|
|
Tue Feb 22 18:25:52 1994 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (main): Ignore debugging symbols when looking for
|
|
|
|
|
special symbols by name.
|
|
|
|
|
|
|
|
|
|
Sun Feb 20 18:47:42 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c: Include libiberty.h.
|
|
|
|
|
start-sanitize-powerpc-netware
|
|
|
|
|
Support for PowerPC NetWare.
|
|
|
|
|
* nlmconv.c (main): For PowerPC NetWare, automatically define the
|
|
|
|
|
special symbols __toc_start.
|
|
|
|
|
(select_output_format): Handle bfd_arch_powerpc.
|
|
|
|
|
(mangle_relocs): Likewise.
|
|
|
|
|
(powerpc_mangle_relocs): New function.
|
|
|
|
|
end-sanitize-powerpc-netware
|
|
|
|
|
|
1994-02-17 19:10:18 +01:00
|
|
|
|
Thu Feb 17 09:28:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c, bucomm.c, nlmconv.c, nm.c, objcopy.c, objdump.c,
|
|
|
|
|
size.c: Use bfd_get_error and bfd_set_error and new error names.
|
|
|
|
|
|
1994-02-12 00:56:49 +01:00
|
|
|
|
Fri Feb 11 15:54:51 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (strip_main, copy_main): Add missing 'break' in switch.
|
|
|
|
|
|
|
|
|
|
Mon Feb 7 19:45:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Handle bfd_arch_powerpc.
|
|
|
|
|
|
|
|
|
|
Sun Feb 6 22:08:20 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* strings.c objdump.c nlmconv.c objcopy.c nm.c ar.c size.c (main):
|
|
|
|
|
Call xmalloc_set_program_name.
|
|
|
|
|
|
1994-02-04 19:47:33 +01:00
|
|
|
|
Fri Feb 4 10:46:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (filter_bytes): Make MEMHUNK a char *, not PTR, so we
|
|
|
|
|
can do arithmetic on it.
|
|
|
|
|
|
1994-02-03 23:21:28 +01:00
|
|
|
|
Thu Feb 3 14:06:41 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (dump_section_stabs, read_section_stabs,
|
|
|
|
|
print_section_stabs): Functions broken out of dump_stabs_1.
|
|
|
|
|
Free the stabs and strings when done with them.
|
|
|
|
|
|
1994-02-03 01:25:30 +01:00
|
|
|
|
Wed Feb 2 13:42:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
1994-02-03 02:39:10 +01:00
|
|
|
|
* nlmconv.c (main): Use bfd_get_flavour instead of struct member.
|
|
|
|
|
* ar.c (print_contents, extract_file), size.c
|
1994-02-03 14:08:29 +01:00
|
|
|
|
(print_berkeley_format, print_sysv_format): Use bfd_get_filename and
|
1994-02-03 02:39:10 +01:00
|
|
|
|
bfd_my_archive instead of dereferencing the structs directly.
|
|
|
|
|
|
1994-02-03 01:42:37 +01:00
|
|
|
|
* ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
|
|
|
|
|
Indent. Remove DEFUNs.
|
|
|
|
|
|
1994-02-03 01:25:30 +01:00
|
|
|
|
* nlmconv.c (main), objcopy.c (copy_file): Print matching formats
|
|
|
|
|
if ambiguous match.
|
1994-02-03 14:08:29 +01:00
|
|
|
|
* nm.c (display_file, display_archive), size.c (display_bfd):
|
|
|
|
|
Eliminate gotos.
|
1994-02-03 01:25:30 +01:00
|
|
|
|
Print matching formats if there is an ambiguous match. Use
|
|
|
|
|
bfd_nonfatal instead of hardcoded error message if nothing matches.
|
|
|
|
|
|
|
|
|
|
* arsup.c, ar.c, objdump.c: Use bfd_get_filename instead of
|
|
|
|
|
abfd->filename.
|
|
|
|
|
|
|
|
|
|
* nm.c (display_archive): New function, from code in display_file.
|
|
|
|
|
(display_rel_file): Renamed from do_one_rel_file.
|
|
|
|
|
|
|
|
|
|
* size.c: Indent.
|
|
|
|
|
(display_archive): New function from code in display_file.
|
|
|
|
|
(display_file): Check bfd_close error return.
|
|
|
|
|
|
|
|
|
|
* strings.c (strings_object_file): Check bfd_check_format
|
|
|
|
|
error return.
|
|
|
|
|
|
|
|
|
|
* strings.c, objdump.c, size.c: Use bfd_nonfatal instead of bfd_perror.
|
|
|
|
|
|
|
|
|
|
* bucomm.c: Delete references to exit_handler. It wasn't set
|
|
|
|
|
anywhere, and now that we're using the libiberty xmalloc, it
|
|
|
|
|
wouldn't always get called before exiting.
|
|
|
|
|
(list_matching_formats): Function moved from objdump.c.
|
|
|
|
|
* bucomm.h: Declare it.
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Move some variable decls closer to
|
|
|
|
|
their use. Add some comments. Replace a nested block with a
|
|
|
|
|
return.
|
|
|
|
|
|
1994-02-01 03:52:22 +01:00
|
|
|
|
Mon Jan 31 18:50:41 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (display_target_list, display_info_table): Check that
|
|
|
|
|
the bfd of the dummy output file is not null.
|
|
|
|
|
|
1994-01-26 23:11:18 +01:00
|
|
|
|
Wed Jan 26 13:13:18 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (filter_bytes): New function.
|
|
|
|
|
(copy_section): Call it.
|
|
|
|
|
(copy_options, copy_usage, copy_main): Add --byte option to
|
|
|
|
|
activate it. Appropriate the -b option (which was an undocumented
|
|
|
|
|
synonym for -F) for it, also. Add --interleave, -i option for
|
|
|
|
|
additional control.
|
|
|
|
|
(setup_section, copy_section, mangle_section): Renamed with no `s'
|
|
|
|
|
on the end.
|
|
|
|
|
* objcopy.1, binutils.texi: Document the new options.
|
|
|
|
|
|
|
|
|
|
* objdump.c (display_target_tables, display_target_list):
|
|
|
|
|
New functions broken out of display_info.
|
|
|
|
|
Eliminate some magic constants. Use more meaningful variable names.
|
|
|
|
|
(dump_bfd_header): New function broken out of display_bfd.
|
|
|
|
|
(dump_section_header): New function broken out of dump_headers.
|
|
|
|
|
(remove_useless_symbols): Don't shadow global variable name with
|
|
|
|
|
parameter.
|
|
|
|
|
(objdump_print_address): Fix backward test.
|
|
|
|
|
|
1994-01-26 04:45:21 +01:00
|
|
|
|
Tue Jan 25 19:40:54 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* bucomm.c (print_arelt_descr): Change decl of `when' to time_t.
|
|
|
|
|
* objdump.h: Removed.
|
|
|
|
|
|
1994-01-24 22:31:01 +01:00
|
|
|
|
Mon Jan 24 13:29:02 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
1994-01-25 00:38:03 +01:00
|
|
|
|
* objdump.c (display_file): Remove call to list_matching_formats.
|
|
|
|
|
It would never be called.
|
|
|
|
|
(list_matching_formats): Take an arg giving the list of matching
|
|
|
|
|
formats.
|
|
|
|
|
(display_bfd): Pass the arg, and get it filled in by calling
|
|
|
|
|
bfd_check_format_matches instead of bfd_check_format.
|
1994-01-25 14:27:56 +01:00
|
|
|
|
(display_info, display_info_table): target_vector was renamed to
|
|
|
|
|
bfd_target_vector.
|
1994-01-25 00:38:03 +01:00
|
|
|
|
|
1994-01-24 22:31:01 +01:00
|
|
|
|
* binutils.texi (objdump): Note some limitations of -h section
|
|
|
|
|
address printing.
|
|
|
|
|
|
1994-01-23 01:31:14 +01:00
|
|
|
|
Sat Jan 22 16:20:46 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (MALLOC): Set to emptiness by default.
|
|
|
|
|
(ALL_CFLAGS): Add and use.
|
|
|
|
|
(arparse.h): Make it depend on arparse.y.
|
|
|
|
|
* ar.c (libbfd.h): Don't require to be in ../bfd.
|
|
|
|
|
* objdump.c (comp): Rename to compare_symbols.
|
|
|
|
|
|
1994-01-22 06:11:40 +01:00
|
|
|
|
Fri Jan 21 20:22:30 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (list_matching_formats): If the file format is ambiguous,
|
|
|
|
|
print the matching names so the user can choose one.
|
|
|
|
|
(display_bfd): Call it.
|
|
|
|
|
(display_file): Call it.
|
|
|
|
|
|
1994-01-22 01:19:02 +01:00
|
|
|
|
Fri Jan 21 19:17:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Support bfd_arch_rs6000.
|
|
|
|
|
|
1994-01-17 23:03:42 +01:00
|
|
|
|
Mon Jan 17 13:57:25 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (stab_name): Allocate dynamically.
|
|
|
|
|
(stab_print): Use pointers to strings instead of char arrays.
|
|
|
|
|
(dump_stabs): Change alloc and init of arrays appropriately.
|
|
|
|
|
(dump_stabs_1): Always decide whether to print stab_name or
|
|
|
|
|
the stab's type number, if unnamed.
|
|
|
|
|
|
1994-01-14 20:55:42 +01:00
|
|
|
|
Fri Jan 14 14:42:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
1994-01-14 22:44:44 +01:00
|
|
|
|
* objcopy.c (strip_main, copy_main): Don't clobber the input file
|
|
|
|
|
if copy_file fails.
|
|
|
|
|
|
1994-01-14 21:58:43 +01:00
|
|
|
|
* nlmconv.c (main): Warn about an attempt to use a shared library
|
|
|
|
|
with uninitialized data.
|
|
|
|
|
|
1994-01-14 20:55:42 +01:00
|
|
|
|
* nlmconv.c (setup_sections): Make sure that we align the
|
|
|
|
|
output_offset of each input section appropriately.
|
|
|
|
|
|
1994-01-13 23:34:51 +01:00
|
|
|
|
Thu Jan 13 17:32:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (dump_relocs): Don't crash if section name is NULL.
|
|
|
|
|
|
|
|
|
|
Tue Jan 11 19:46:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* filemode.c (filemodestring): Commented out; not used.
|
|
|
|
|
(mode_string): Use POSIX definitions.
|
|
|
|
|
(ftypelet): Likewise.
|
|
|
|
|
(rwx): Removed; no longer used.
|
|
|
|
|
* bucomm.c: Include bucomm.h.
|
|
|
|
|
(bfd_nonfatal, bfd_fatal): Argument is const.
|
|
|
|
|
(fatal): Make __STDC__ version.
|
|
|
|
|
* bucomm.h (mode_string): Declare.
|
|
|
|
|
* Makefile.in (bucomm.o): Depend upon bucomm.h
|
|
|
|
|
|
|
|
|
|
Sun Jan 9 12:03:20 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
|
1994-01-09 21:37:30 +01:00
|
|
|
|
|
|
|
|
|
* bucomm.c (xmalloc, xrealloc): Deleted.
|
|
|
|
|
* bucomm.h (xmalloc, xrealloc): Fix prototypes, to correspond to
|
|
|
|
|
libiberty version of functions.
|
|
|
|
|
|
1994-01-06 20:49:06 +01:00
|
|
|
|
Thu Jan 6 06:18:15 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.texi: Add a chapter summarizing the ways to select
|
|
|
|
|
aspects of the target for each program.
|
|
|
|
|
|
|
|
|
|
* objdump.c (long_options, usage): Add long equivalents for all
|
|
|
|
|
remaining short options that lacked them.
|
|
|
|
|
* binutils.texi objdump.1: Document them.
|
|
|
|
|
|
|
|
|
|
* size.c (usage): Tweak usage message.
|
|
|
|
|
* size.1: Add missing `=' in examples.
|
|
|
|
|
|
|
|
|
|
* binutils.texi strip.1 objcopy.1 nlmconv.1 objcopy.c nlmconv.c:
|
|
|
|
|
Use "--target=bfdname" as the option to select the BFD target,
|
|
|
|
|
like nm and size already do.
|
|
|
|
|
Reserve "--format=format" for textual output selection options, but
|
|
|
|
|
for now keep old option names as obsolete for backward compatibility.
|
|
|
|
|
|
|
|
|
|
* strings.c (main, strings_object_file, usage): Add --target option.
|
|
|
|
|
* binutils.texi strings.1: Document it.
|
|
|
|
|
|
|
|
|
|
Sat Jan 1 13:58:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (main): Add \n in error message.
|
|
|
|
|
|
1993-12-23 18:29:32 +01:00
|
|
|
|
Thu Dec 23 12:23:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
gcc -Wall lint:
|
|
|
|
|
* ar.c (main): Put parens around assignment used as truth value.
|
|
|
|
|
* objcopy.c (strip_main): Remove unused variables. Return 0.
|
|
|
|
|
(copy_main): Remove unused variables. Return 0.
|
|
|
|
|
* objdump.c (display_bfd): Declare return value as void.
|
|
|
|
|
(stab_print): Use "" instead of 0 to initialize array.
|
|
|
|
|
(dump_stabs_1): Print vma using printf_vma.
|
|
|
|
|
(display_info): Put parens around assignment used as truth value.
|
|
|
|
|
* strings.c (print_strings): Cast printf arguments.
|
|
|
|
|
|
|
|
|
|
* objcopy.c (copy_main): Use copy_options, not strip_options.
|
|
|
|
|
|
|
|
|
|
* nlmheader.y (command): Warn about illegal date values.
|
|
|
|
|
|
|
|
|
|
Wed Dec 15 11:18:03 1993 David J. MacKenzie (djm@frosty.eng.umd.edu)
|
|
|
|
|
|
|
|
|
|
* bucomm.c bucomm.h: Run through indent. De-ansidecl-ify.
|
|
|
|
|
(bfd_nonfatal): New function.
|
|
|
|
|
(bfd_fatal): Call it.
|
|
|
|
|
|
|
|
|
|
* objcopy.c (smart_rename): Do a copy if the dest file has
|
|
|
|
|
multiple hard links. Remove source file on successful copy.
|
|
|
|
|
Try to preserve mode and owner on successful rename.
|
|
|
|
|
|
|
|
|
|
* objcopy.c: Run through indent. Clean up a bit.
|
|
|
|
|
Make global variables static.
|
|
|
|
|
Make {input,output}_{target,filename}, show_version local
|
|
|
|
|
to various functions.
|
|
|
|
|
New global variable `status' for exit status.
|
|
|
|
|
(strip_main, copy_main): New functions with code from main.
|
|
|
|
|
(nonfatal): New macro. Use it globally instead of bfd_perror and
|
|
|
|
|
bfd_fatal.
|
|
|
|
|
|
|
|
|
|
(copy_object): Call mangle_sections with bfd_map_over_sections.
|
|
|
|
|
(mangle_sections): Adjust for new calling convention.
|
|
|
|
|
|
1993-12-10 20:29:10 +01:00
|
|
|
|
Fri Dec 10 11:28:11 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmheader.y (command): Accept MAP and FULLMAP without arguments.
|
|
|
|
|
* nlmconv.c (main): Change error message for MAP and FULLMAP.
|
|
|
|
|
|
1993-12-10 06:33:49 +01:00
|
|
|
|
Thu Dec 9 17:47:19 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
|
|
|
|
|
|
1993-12-10 06:51:25 +01:00
|
|
|
|
* nlmconv.c (main): Warn about imported symbols that are not in
|
|
|
|
|
the IMPORT list even if the IMPORT keyword is not used.
|
|
|
|
|
|
1993-12-10 06:33:49 +01:00
|
|
|
|
* nlmconv.c (debug, unlink_on_exit): New static variables.
|
|
|
|
|
(long_options): Add "debug" and "linker".
|
|
|
|
|
(main): Handle -d and -l arguments. Make command line input and
|
|
|
|
|
output files optional. Parse the command file before opening the
|
|
|
|
|
BFD's, which requires storing more information in local variables.
|
|
|
|
|
If INPUT names multiple files, link them together. Use OUTPUT for
|
|
|
|
|
the output file name if not named on command line.
|
|
|
|
|
(show_usage): Changed for new options.
|
|
|
|
|
(link_inputs): New function to automatically invoke linker to
|
|
|
|
|
handle multiple INPUT files.
|
|
|
|
|
(choose_temp_base_try, choose_temp_base, pexecute): New functions,
|
|
|
|
|
mostly copied from gcc/gcc.c.
|
|
|
|
|
* nlmconv.h (input_files, output_file): Declare.
|
|
|
|
|
* nlmheader.y (input_files, output_file): Define.
|
|
|
|
|
(command): Support INPUT with a string_list argument. Support
|
|
|
|
|
OUTPUT.
|
|
|
|
|
(string_list): Renamed from module_list.
|
|
|
|
|
* Makefile.in (nlmconv.o): Define LD_NAME based on
|
|
|
|
|
program_transform_name.
|
|
|
|
|
|
1993-12-08 19:10:11 +01:00
|
|
|
|
Wed Dec 8 10:09:04 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmheader.y (nlmheader_identify): New function. Use it to print
|
|
|
|
|
the program name just once, instead of with every error message.
|
|
|
|
|
|
1993-12-06 22:12:48 +01:00
|
|
|
|
Mon Dec 6 16:11:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (long_options): Changed --header-info to --header-file
|
|
|
|
|
to match documentation and usage message.
|
|
|
|
|
|
1993-12-05 10:32:06 +01:00
|
|
|
|
Sun Dec 5 01:31:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* objdump.c (dump_relocs): Avoid dereferencing a NULL sym_ptr_ptr
|
|
|
|
|
in a relocation.
|
|
|
|
|
|
|
|
|
|
Thu Dec 2 16:00:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (main): Change various types from bfd_size_type to
|
|
|
|
|
size_t, since they have to be arguments to fread and fwrite.
|
|
|
|
|
Change set from char * to unsigned char *.
|
|
|
|
|
(select_output_format): Make mach argument unsigned. Handle
|
|
|
|
|
bfd_arch_alpha.
|
|
|
|
|
(setup_sections): Don't copy the .reginfo section of an ECOFF
|
|
|
|
|
file. Call bfd_set_reloc to initialize the relocation fields.
|
|
|
|
|
(copy_sections): Don't copy the .reginfo section of an ECOFF file.
|
|
|
|
|
Combine all relocs for a section.
|
|
|
|
|
(mangle_relocs): Change type of relocs to permit specific
|
|
|
|
|
functions to change it. Call alpha_mangle_relocs for alpha,
|
|
|
|
|
default_mangle_relocs for other architectures.
|
|
|
|
|
(default_mangle_relocs): New function. Adjust the address of all
|
|
|
|
|
relocs by the output_offset.
|
|
|
|
|
(i386_mangle_relocs): Change type of relocs argument. Cast length
|
|
|
|
|
argument to memmove to size_t.
|
|
|
|
|
(alpha_mangle_relocs): New function.
|
|
|
|
|
|
1993-12-02 02:05:45 +01:00
|
|
|
|
Wed Nov 17 17:38:58 1993 Sean Eric Fagan (sef@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (select_output_format): Use nlm32-sparc for
|
|
|
|
|
bfd_arch_sparc.
|
|
|
|
|
|
|
|
|
|
Wed Nov 17 14:41:35 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.1: added man page
|
|
|
|
|
* objcopy.1: fixed format errors
|
|
|
|
|
|
1993-11-17 18:05:33 +01:00
|
|
|
|
Wed Nov 17 12:03:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
|
|
|
|
|
|
1993-11-17 13:52:07 +01:00
|
|
|
|
Wed Nov 17 04:50:55 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* strings.1: Fix typo.
|
|
|
|
|
|
|
|
|
|
Mon Nov 15 12:03:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (DISTSTUFF): Build "info".
|
|
|
|
|
(VERSION): Updated to cygnus-2.3.1; 2.3 has gone out.
|
|
|
|
|
|
1993-11-14 09:29:27 +01:00
|
|
|
|
Sun Nov 14 00:27:24 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* objdump.c (dump_stabs): Handle stabs-in-som as implemented
|
|
|
|
|
by the new BFD SOM assembler.
|
|
|
|
|
|
1993-11-13 16:16:23 +01:00
|
|
|
|
Sat Nov 13 07:14:05 1993 David J. Mackenzie (djm@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.1 c++filt.1 nm.1 objcopy.1 objdump.1 ranlib.1 size.1
|
|
|
|
|
strings.1 strip.1: Replace \(em in NAME section with \- so
|
|
|
|
|
makewhatis can grok it.
|
|
|
|
|
|
1993-11-09 21:23:47 +01:00
|
|
|
|
Tue Nov 9 15:22:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (i386_mangle_relocs): Adjust reloc address by
|
|
|
|
|
section output_offset.
|
|
|
|
|
|
|
|
|
|
Fri Nov 5 12:11:52 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.texi: added nlmconv chapter
|
|
|
|
|
|
1993-11-04 17:08:03 +01:00
|
|
|
|
Wed Nov 3 16:10:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
|
|
|
|
|
|
|
|
|
|
Wed Nov 3 15:09:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (distclean): Don't get rid of dvi or info files.
|
|
|
|
|
|
1993-11-02 22:35:21 +01:00
|
|
|
|
Tue Nov 2 13:29:59 1993 David J. Mackenzie (djm@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (S_ISLNK): Define as 0 if there's no S_IFLNK.
|
|
|
|
|
|
1993-10-30 00:13:10 +01:00
|
|
|
|
Fri Oct 29 16:02:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
1993-11-02 22:35:21 +01:00
|
|
|
|
* binutils.texi: Move objcopy docs into alphabetical order.
|
|
|
|
|
|
1993-10-30 00:13:10 +01:00
|
|
|
|
* objdump.c: Use xmalloc instead of malloc.
|
|
|
|
|
|
1993-10-29 19:15:01 +01:00
|
|
|
|
Fri Oct 29 11:11:14 1993 Stan Shebs (shebs@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (info): Rename to formats_info.
|
|
|
|
|
(dump_stabs_1): Better comments and formatting.
|
|
|
|
|
|
1993-10-29 03:48:19 +01:00
|
|
|
|
Thu Oct 28 19:43:16 1993 Stan Shebs (shebs@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (main): Always create the archive when quick appending,
|
|
|
|
|
even if no input files have been given.
|
|
|
|
|
|
1993-10-27 17:06:56 +01:00
|
|
|
|
Wed Oct 27 12:03:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
1993-10-27 17:21:14 +01:00
|
|
|
|
* nlmconv.c (main): Set sharedDebugRecordOffset and
|
|
|
|
|
sharedDebugRecordCount fields in extended header.
|
|
|
|
|
|
1993-10-27 17:06:56 +01:00
|
|
|
|
* nlmconv.c (main): Force moduleName field to upper case.
|
|
|
|
|
|
1993-10-25 21:52:07 +01:00
|
|
|
|
Mon Oct 25 16:45:42 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (main): Give a usage message if there are too many
|
|
|
|
|
arguments.
|
|
|
|
|
|
1993-10-25 18:38:20 +01:00
|
|
|
|
Mon Oct 25 10:37:08 1993 Ken Raeburn (raeburn@rover.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (install-info): Rewrite to take advantage of VPATH,
|
|
|
|
|
so FSF distributions (with info files in $(srcdir)) install
|
|
|
|
|
properly.
|
|
|
|
|
(DISTSTUFF): Build nlmheader.c too.
|
|
|
|
|
|
|
|
|
|
Fri Oct 22 11:43:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (program_name): Don't define here.
|
|
|
|
|
* objdump.c: Include "bucomm.h".
|
|
|
|
|
(xmalloc): Don't declare here.
|
|
|
|
|
(program_name): Don't define here.
|
|
|
|
|
(program_version): Fixed type in declaration.
|
|
|
|
|
* size.c: Include "bucomm.h".
|
|
|
|
|
(program_name): Don't declare here.
|
|
|
|
|
|
1993-10-22 19:15:53 +01:00
|
|
|
|
Fri Oct 22 14:10:41 1993 Mark Eichin (eichin@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (fprintf): hide declaration in FPRINTF_ALREADY_DECLARED
|
|
|
|
|
|
|
|
|
|
Fri Oct 1 12:43:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (i386_mangle_relocs): Resolve and remove PC relative
|
|
|
|
|
relocs against defined symbols in the same section.
|
|
|
|
|
|
1993-10-01 01:11:58 +01:00
|
|
|
|
Thu Sep 30 16:46:26 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (binutils.dvi): use TEXIDIR to find texinfo.tex
|
|
|
|
|
|
|
|
|
|
Sat Sep 25 18:09:29 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (simple_copy, smart_rename): New functions.
|
|
|
|
|
(main): Use them.
|
|
|
|
|
|
|
|
|
|
Fri Sep 24 15:38:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (clean, distclean): Recurse into testsuite.
|
|
|
|
|
|
1993-09-23 07:08:21 +02:00
|
|
|
|
Thu Sep 23 01:05:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
1993-10-01 01:11:58 +01:00
|
|
|
|
* objcopy.c (setup_sections, copy_sections): If stripping, don't
|
|
|
|
|
copy SEC_DEBUGGING sections.
|
|
|
|
|
* objdump.c (dump_headers): Print SEC_DEBUGGING flag.
|
|
|
|
|
|
1993-09-23 07:21:21 +02:00
|
|
|
|
* objdump.c (usage): Mention --stabs.
|
|
|
|
|
|
1993-09-23 07:08:21 +02:00
|
|
|
|
* objcopy.c (copy_object): Copy all applicable file flags.
|
|
|
|
|
(copy_file): Don't copy EXEC_P specially here.
|
|
|
|
|
|
1993-09-21 01:31:57 +02:00
|
|
|
|
Mon Sep 20 19:28:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (main): Adjust data section size to correspond to bss
|
|
|
|
|
alignment adjustment. Clear BSF_SECTION_SYM if symbol is moved to
|
|
|
|
|
a different section. Use time_t for time variable.
|
|
|
|
|
(setup_sections): Only put sections with contents in output NLM.
|
|
|
|
|
(i386_mangle_relocs): No symbols are common at this point. Add
|
|
|
|
|
casts to avoid warnings.
|
|
|
|
|
|
|
|
|
|
Fri Sep 10 11:00:40 1993 Stan Shebs (shebs@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c: Made the --stabs option work for stabs-in-coff.
|
|
|
|
|
(ELF_STAB_DISPLAY): Removed.
|
|
|
|
|
(dump_elf_stabs): Renamed to dump_stabs, changed to run for
|
|
|
|
|
any object file format.
|
|
|
|
|
(dump_elf_stabs_1): Renamed to dump_stabs_1, added calls to
|
|
|
|
|
generic BFD routines for non-ELF case, changed format of message
|
|
|
|
|
for no-section-found case.
|
|
|
|
|
(display_bfd): Always call dump_stabs if requested.
|
|
|
|
|
(dump_data): Call bfd_section_size to get section size.
|
|
|
|
|
|
1993-09-10 17:13:05 +02:00
|
|
|
|
Fri Sep 10 08:12:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (install): Don't put strings in tooldir/bin.
|
|
|
|
|
|
1993-09-06 21:42:12 +02:00
|
|
|
|
Mon Sep 6 15:39:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (total_bss_size): Removed.
|
|
|
|
|
(main): Set the bss vma to always follow the data section. Move
|
|
|
|
|
symbols into new sections, and adjust values by output_offset.
|
|
|
|
|
(setup_sections): Don't copy all sections, but instead point all
|
|
|
|
|
text sections to .text, all data sections to .data, and all bss
|
|
|
|
|
sections to .bss.
|
|
|
|
|
(copy_sections): Adjust accordingly.
|
|
|
|
|
|
1993-09-02 18:36:36 +02:00
|
|
|
|
Thu Sep 2 12:34:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
Only build nlmconv if configured for a NetWare target.
|
|
|
|
|
* configure.in: If we have some *-*-netware* target, or are using
|
|
|
|
|
all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile.
|
|
|
|
|
* Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than
|
|
|
|
|
$(NLMCONV_PROG).
|
|
|
|
|
|
1993-08-31 20:15:50 +02:00
|
|
|
|
Tue Aug 31 14:13:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (ARCH_all): Define ARCH_hppa too.
|
|
|
|
|
(dump_headers): Don't test for SEC_BALIGN if it's not defined by
|
|
|
|
|
bfd.h.
|
|
|
|
|
|
1993-08-31 19:47:58 +02:00
|
|
|
|
Tue Aug 31 13:29:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c (main): Force creation of .bss section. Set up the
|
|
|
|
|
sections before looking at the symbols. Move all common symbols
|
|
|
|
|
into .bss section. Automatically define _edata and _end. Only
|
|
|
|
|
export symbols in the export list, with multiple prefixes if
|
|
|
|
|
necessary. Warn if no version. Always create extended header.
|
|
|
|
|
Set date automatically if not already set.
|
|
|
|
|
(setup_sections): Count size of bss sections.
|
|
|
|
|
(mangle_relocs, i386_mangle_relocs): Accept section argument, and
|
|
|
|
|
take reloc_count as a changeable pointer; changed callers.
|
|
|
|
|
(i386_mangle_relocs): Remove PC relative relocs within a section,
|
|
|
|
|
as they require no adjustment.
|
|
|
|
|
* nlmheader.y: Fixed memory allocation throughout: token STRING is
|
|
|
|
|
now allocated on the heap, and freed if not needed. Null
|
|
|
|
|
terminated copyright message. Accept version with only two
|
|
|
|
|
strings.
|
|
|
|
|
(symbol_list_opt): New nonterminal, either symbol_list or empty.
|
|
|
|
|
(symbol_list): Use left recursion to avoid overflowing parser
|
|
|
|
|
stack.
|
|
|
|
|
(yylex): Rearranged beginning of line check. Accept quoted
|
|
|
|
|
strings using single quotes. End generic argument at comment
|
|
|
|
|
character or parentheses.
|
|
|
|
|
(string_list_append): Fixed.
|
|
|
|
|
(string_list_append1): New function.
|
|
|
|
|
|
|
|
|
|
* bucomm.h: The first argument to xrealloc is PTR, not char *.
|
|
|
|
|
* bucomm.c (xrealloc): Use PTR rather than char *.
|
|
|
|
|
* Makefile.in (objdump.o): Depend upon config.status to notice
|
|
|
|
|
--with-targets changes.
|
|
|
|
|
(nlmconv.o): Depend upon bucomm.h.
|
|
|
|
|
|
|
|
|
|
Tue Aug 17 09:46:01 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: Don't pass cpu to config.bfd.
|
|
|
|
|
|
|
|
|
|
Thu Aug 12 16:43:04 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in ($(NM_PROG)): Depend on demangle.o.
|
|
|
|
|
(demangle.o): New target.
|
|
|
|
|
(cplus-dem.o): Depend on it, to force compilation order when doing
|
|
|
|
|
parallel compiles.
|
|
|
|
|
|
|
|
|
|
* nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg.
|
|
|
|
|
(struct output_fns print_symbol_info): Ditto.
|
|
|
|
|
(long_options, usage, main): Add -C --demangle option.
|
|
|
|
|
(print_symname): New function, demangling if requested.
|
|
|
|
|
(print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
|
|
|
|
|
|
|
|
|
|
Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Put CFLAGS last in compilation rules and omit from
|
|
|
|
|
linking rules. Use ARCHDEFS to compile objdump.c.
|
|
|
|
|
Update dependencies.
|
|
|
|
|
* configure.in: Construct ARCHDEFS based on the BFD target makefile
|
|
|
|
|
fragments.
|
|
|
|
|
* objdump.c: Conditionalize calls to the print_insn_ARCH functions
|
|
|
|
|
according to ARCHDEFS.
|
|
|
|
|
|
1993-08-12 17:27:38 +02:00
|
|
|
|
Thu Aug 12 08:06:15 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c: Removed obsolete and non-functional GNU960 code.
|
|
|
|
|
|
1993-08-11 22:14:37 +02:00
|
|
|
|
Wed Aug 11 13:08:26 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* size.c (berkeley_sum): New function.
|
|
|
|
|
(bsssize, datasize, textsize): New global variables.
|
|
|
|
|
(bss_section_name, data_section_name, text_section_name): Removed.
|
|
|
|
|
(print_berkeley_format): Map berkeley_sum over all the sections,
|
|
|
|
|
rather than only reporting sizes of specifically named sections.
|
|
|
|
|
* Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
|
|
|
|
|
|
|
|
|
|
Tue Aug 10 10:46:01 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nlmconv.c, nlmconv.h, nlmheader.y: New files for program to
|
|
|
|
|
convert object files into NetWare Loadable Modules.
|
|
|
|
|
* Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv.
|
|
|
|
|
(PROGS): Add NLMCONV_PROG.
|
|
|
|
|
(nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New
|
|
|
|
|
targets.
|
|
|
|
|
|
|
|
|
|
Thu Aug 5 15:48:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: define MAKEOVERRIDES to an empty string
|
|
|
|
|
|
1993-08-05 02:20:27 +02:00
|
|
|
|
Wed Aug 4 17:08:08 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (copy_file): Make failures to process a file nonfatal.
|
|
|
|
|
|
1993-08-02 20:41:14 +02:00
|
|
|
|
Mon Aug 2 11:28:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nm.c: Add -B option, like --format=bsd.
|
|
|
|
|
|
|
|
|
|
Tue Jul 27 16:29:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (copy_file): If the file is neither an object nor an
|
|
|
|
|
archive, give an error rather than returning success.
|
|
|
|
|
|
|
|
|
|
Mon Jul 19 16:13:40 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (objdump_print_address): Prefer non-local symbols over
|
|
|
|
|
local ones, and especially discriminate against debugging symbols.
|
|
|
|
|
Also, for relocateable files, try to find a symbol in the current
|
|
|
|
|
section, instead of picking one from some random section with a
|
|
|
|
|
convenient value (read, section offset).
|
|
|
|
|
(disassemble_data): Cast argument to malloc to size_t first.
|
|
|
|
|
(dump_data): Likewise.
|
|
|
|
|
(dump_relocs): If a single section name is specified, show relocs
|
|
|
|
|
only for that section. Otherwise, silently omit sections without
|
|
|
|
|
relocs. Format table nicely even if values are printed using 16
|
|
|
|
|
digits instead of 8.
|
|
|
|
|
|
1993-07-17 00:24:10 +02:00
|
|
|
|
Fri Jul 16 15:19:59 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
1993-07-17 03:10:10 +02:00
|
|
|
|
* nm.c: Changes for final version of POSIX.2.
|
|
|
|
|
(print_symbol_filename_{bsd,sysv,posix}): New functions.
|
|
|
|
|
(formats): Add an element for a pointer to them.
|
|
|
|
|
(print_symbols): Call it.
|
|
|
|
|
(print_object_filename_posix, print_archive_member_posix): Produce
|
|
|
|
|
output according to new POSIX.2 spec.
|
|
|
|
|
|
1993-07-17 00:24:10 +02:00
|
|
|
|
* strings.c (print_strings): Handle STREAM being NULL.
|
|
|
|
|
(strings_a_section): Pass a NULL.
|
|
|
|
|
(main): Don't open /dev/null.
|
|
|
|
|
|
1993-07-15 18:46:50 +02:00
|
|
|
|
Thu Jul 15 12:44:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Handle the m88k.
|
|
|
|
|
(display_bfd): Use bfd_errmsg, rather than just claiming that the
|
|
|
|
|
bfd is not an object file.
|
|
|
|
|
|
1993-07-13 02:57:27 +02:00
|
|
|
|
Mon Jul 12 17:55:34 1993 K. Richard Pixley (rich@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (TAGS): make work again by naming directories
|
|
|
|
|
explicitly rather than depending on undefined macros.
|
|
|
|
|
(INSTALL_XFORM): correct bad install target.
|
|
|
|
|
|
1993-07-03 02:01:44 +02:00
|
|
|
|
Fri Jul 2 16:58:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* strings.c: Doc fixes.
|
|
|
|
|
|
|
|
|
|
Sun Jun 27 13:35:24 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Note dependencies on bucomm.h.
|
|
|
|
|
(cplus-dem.o): Link c++filt with version.o.
|
|
|
|
|
|
|
|
|
|
* strings.c: Include bucomm.h and add prototypes to other decls.
|
|
|
|
|
Remove -h option.
|
|
|
|
|
|
|
|
|
|
* bucomm.h: Declare xrealloc.
|
|
|
|
|
|
|
|
|
|
* nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add
|
|
|
|
|
--help option. Put "GNU" in the version message.
|
|
|
|
|
(usage): Take stream and exit status as args.
|
|
|
|
|
(main): Pass new args to usage.
|
|
|
|
|
|
1993-06-26 08:37:17 +02:00
|
|
|
|
Fri Jun 25 23:12:12 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* strings.c, strings.1: New files.
|
|
|
|
|
* binutils.texi: Document strings.
|
1993-06-26 08:38:57 +02:00
|
|
|
|
* Makefile.in: Add rules for it.
|
1993-06-26 08:37:17 +02:00
|
|
|
|
|
1993-06-26 02:47:23 +02:00
|
|
|
|
Fri Jun 25 20:44:43 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
|
|
|
|
|
|
1993-08-02 20:41:14 +02:00
|
|
|
|
* objdump.c: Use size-independent bfd elf section names.
|
1993-06-26 02:47:23 +02:00
|
|
|
|
|
|
|
|
|
Sun Jun 20 23:09:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (objdump_print_address): Handle wide offsets by
|
|
|
|
|
calling sprintf_vma.
|
|
|
|
|
|
1993-06-18 23:37:21 +02:00
|
|
|
|
Fri Jun 18 14:29:12 1993 Per Bothner (bothner@deneb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (syms2): Removed unused variable.
|
|
|
|
|
* objdump.c (remove_useless_symbols): New function.
|
|
|
|
|
* objdump.c (comp): Simplify.
|
|
|
|
|
* objdump.c (dis-assemble_data): Make simpler and more
|
|
|
|
|
efficient how we filter out useless symbols: Just filter
|
|
|
|
|
BEFORE the sort (using remove_useless_symbols).
|
|
|
|
|
* objdump.c (objdump_print_address): Simplify.
|
|
|
|
|
Change output syntax to match gdb.
|
|
|
|
|
|
1993-06-18 02:35:08 +02:00
|
|
|
|
Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: canonicalize install.sh; for use within
|
|
|
|
|
this directory (and subdirs)
|
|
|
|
|
|
1993-06-16 02:45:43 +02:00
|
|
|
|
Mon Jun 14 12:13:22 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (install, install-info): remove parentdir support,
|
|
|
|
|
use INSTALL_XFORM; define INSTALL_XFORM
|
|
|
|
|
|
1993-06-11 02:34:26 +02:00
|
|
|
|
Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (copy_object): Fix bad size passed to xmalloc().
|
|
|
|
|
|
|
|
|
|
Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
|
|
|
|
|
* configure.in: No longer need to configure to get sysdep.h.
|
|
|
|
|
* objcopy.c (copy_object): Fix symbol table handling.
|
|
|
|
|
|
|
|
|
|
Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objcopy.c (filter_symbols): Cannot filter the symbols
|
|
|
|
|
in place, because that confuses the relocs, so take separate
|
|
|
|
|
parameter for output array.
|
|
|
|
|
* objcopy.c (sympp): Make two variables: isympp and osympp.
|
|
|
|
|
* objcopy.c (copy_object): Allocate separate array (osympp)
|
|
|
|
|
for filtered symbols.
|
|
|
|
|
|
|
|
|
|
Fri Jun 4 10:51:44 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: change recursion test to presence of a configured
|
|
|
|
|
testsuite directory
|
|
|
|
|
|
1993-06-03 20:16:02 +02:00
|
|
|
|
Thu Jun 3 14:05:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (underscore.c): Hack the backquoted command so it
|
|
|
|
|
doesn't cause Solaris make to bomb.
|
|
|
|
|
|
1993-06-03 19:44:34 +02:00
|
|
|
|
Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: added c++filt and objcopy to MANPAGES variable
|
|
|
|
|
* .Sanitize: keep c++filt.1 and objcopy.1
|
|
|
|
|
|
1993-06-03 09:34:15 +02:00
|
|
|
|
Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: rename LOADLIBES to EXTRALIBS
|
|
|
|
|
|
1993-06-03 03:31:51 +02:00
|
|
|
|
Wed Jun 2 18:30:24 1993 Jeffrey Osier (jeffrey@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* c++filt.1, objcopy.1: new man pages
|
|
|
|
|
|
|
|
|
|
Fri May 28 15:01:24 1993 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (install): Also install ar and ranlib in
|
|
|
|
|
$(tooldir)/bin; needed for building libgcc.a.
|
|
|
|
|
* objdump.c (objdump_print_address): Fix the check
|
|
|
|
|
"coincidental" label matches by dis-allowing undefined
|
|
|
|
|
or com symbols.
|
|
|
|
|
|
1993-05-28 02:00:59 +02:00
|
|
|
|
Thu May 27 16:58:31 1993 Jeffrey Osier (jeffrey@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* biutils.texi: revised c++filt chapter
|
|
|
|
|
|
1993-05-27 02:28:16 +02:00
|
|
|
|
Wed May 26 17:24:17 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
|
|
|
|
|
|
1993-05-25 06:28:56 +02:00
|
|
|
|
Tue May 25 00:26:47 1993 Ken Raeburn (raeburn@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (slurp_symtab): Print warning for bad symbol table.
|
1993-05-25 22:39:21 +02:00
|
|
|
|
(bfd_elf32_find_section, Elf32_Internal_Shdr): Updated
|
|
|
|
|
declarations and uses.
|
1993-05-25 06:28:56 +02:00
|
|
|
|
|
|
|
|
|
* Makefile.in (DISTSTUFF): Don't build binutils.mm.
|
|
|
|
|
|
1993-05-21 21:39:15 +02:00
|
|
|
|
Fri May 21 10:51:19 1993 David J. Mackenzie (djm@rtl.cygnus.com)
|
|
|
|
|
|
1993-05-25 06:28:56 +02:00
|
|
|
|
* nm.c: Add -f/--format, -P/--portability, -t/--radix options.
|
|
|
|
|
Make global variables static.
|
|
|
|
|
(main): Make -v like -n, not -V, and make -A like -o, for POSIX.2.
|
|
|
|
|
(set_print_radix, set_output_format,
|
|
|
|
|
print_{object_filename,archive_filename,archive_member,symbol_info}
|
|
|
|
|
{bsd,sysv,posix}): New functions.
|
|
|
|
|
(display_file, print_symbols): Call them.
|
|
|
|
|
|
1993-05-21 21:39:15 +02:00
|
|
|
|
* ar.c: Improve error messages.
|
|
|
|
|
|
|
|
|
|
* nm.c (main): Handle long options that just set a flag.
|
|
|
|
|
|
|
|
|
|
* nm.c (main), ar.c (do_show_version), objcopy.c (main), size.c
|
|
|
|
|
(main): Exit after printing the version number, per the GNU coding
|
|
|
|
|
standards.
|
|
|
|
|
|
|
|
|
|
Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* README, Makefile.in: Minor updates for 2.2.
|
|
|
|
|
|
1993-05-14 20:13:52 +02:00
|
|
|
|
Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
1993-05-21 21:39:15 +02:00
|
|
|
|
* Makefile.in (underscore.c): Automatically generate
|
|
|
|
|
(using nm) a file with the variable prepends_underscore.
|
|
|
|
|
* Makefile.in (c++filt): Link underscore.o with cplus-dem.o
|
|
|
|
|
so that initial underscores get removed iff appropriate.
|
|
|
|
|
* binutils.texi: Preliminary documentation for c++filt.
|
|
|
|
|
* Makefile.in, binutils.texi: Set to version 2.2.
|
|
|
|
|
|
1993-05-14 20:13:52 +02:00
|
|
|
|
* NEWS: Mention copy->objcopy renaming and new c++filt program.
|
|
|
|
|
|
1993-05-12 21:08:53 +02:00
|
|
|
|
Wed May 12 12:05:36 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
1993-05-14 20:13:52 +02:00
|
|
|
|
* Makefile.in (cplus-dem.o, $(DEMANGLER_PROG)): Build the
|
|
|
|
|
demangler via cplus-dem.o, rather than directly from the .c file.
|
|
|
|
|
|
1993-05-12 21:08:53 +02:00
|
|
|
|
* objcopy.c: Renamed from copy.c, updated comments accordingly.
|
|
|
|
|
* Makefile.in, binutils.texi: Renamed copy to objcopy.
|
|
|
|
|
* is-strip.c, maybe-strip.c, not-strip.c: Updated comments for
|
|
|
|
|
rename of copy to objcopy.
|
|
|
|
|
|
|
|
|
|
Mon May 10 17:20:18 1993 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.texi (strip, -v option): Fix typo.
|
|
|
|
|
|
1993-05-07 22:58:26 +02:00
|
|
|
|
Fri May 7 13:57:50 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (RUNTEST): Define.
|
|
|
|
|
(FLAGS_TO_PASS): Pass down RUNTEST.
|
|
|
|
|
|
|
|
|
|
Tue May 4 10:06:50 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (DEMANGLER_PROG): Name it c++filt.
|
|
|
|
|
(PROG): Also build and install COPY_PROG.
|
|
|
|
|
|
1993-05-04 04:12:50 +02:00
|
|
|
|
Mon May 3 19:11:48 1993 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Change definition of $(tooldir) to match FSF.
|
|
|
|
|
|
|
|
|
|
Wed Apr 28 23:41:32 1993 David J. Mackenzie (djm@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* size.c (usage): Add missing options.
|
|
|
|
|
(main): Clean up option parser.
|
|
|
|
|
|
|
|
|
|
* objdump.c (usage): Add missing options.
|
|
|
|
|
(display_file): Print program name before calling
|
|
|
|
|
bdf_perror.
|
|
|
|
|
|
|
|
|
|
* nm.c (usage): Add missing options.
|
|
|
|
|
(main): Clean up option parser.
|
|
|
|
|
(display_file): Print program name before calling
|
|
|
|
|
bdf_perror.
|
|
|
|
|
|
|
|
|
|
* copy.c (copy_usage, strip_usage): Add missing options.
|
|
|
|
|
|
|
|
|
|
* ar.c (usage): New function.
|
|
|
|
|
(main): Call it.
|
|
|
|
|
(open_inarch, do_quick_append): Print program name before calling
|
|
|
|
|
bdf_perror.
|
|
|
|
|
|
|
|
|
|
Thu Apr 22 15:01:35 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nm.c (main): Accept and ignore -A and -B for MIPS compatibility.
|
|
|
|
|
|
1993-04-19 23:08:32 +02:00
|
|
|
|
Mon Apr 19 14:06:59 1993 Rob Savoye (rob@cygnus.com)
|
1993-04-09 20:22:57 +02:00
|
|
|
|
|
1993-04-19 23:08:32 +02:00
|
|
|
|
* Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
|
|
|
|
|
built binaries if they exist. (otherwise the path)
|
1993-04-09 20:22:57 +02:00
|
|
|
|
|
1993-04-08 07:23:39 +02:00
|
|
|
|
Wed Apr 7 22:22:50 1993 Rob Savoye (rob@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Changed check target to use DejaGnu.
|
|
|
|
|
|
|
|
|
|
Thu Apr 1 12:37:13 1993 Jim Kingdon (kingdon@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Remove am29k-pinsn.c, i960-pinsn.c.
|
|
|
|
|
objdump.c: a29k and i960 are `disassemble' not `print'.
|
|
|
|
|
|
|
|
|
|
* objdump.c: Rename print_address to objdump_print_address
|
|
|
|
|
and change parameters.
|
|
|
|
|
(disassemble_data): Use objdump_print_address.
|
|
|
|
|
|
1993-03-31 23:43:25 +02:00
|
|
|
|
Wed Mar 31 10:25:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
1993-04-01 18:56:06 +02:00
|
|
|
|
* objdump.c (disassemble_data): print_insn_sparc is now a
|
|
|
|
|
`disassemble' not a `print'.
|
|
|
|
|
Makefile.in: Remove sparc-pinsn.c (now in libopcodes.a).
|
|
|
|
|
|
1993-03-31 23:43:25 +02:00
|
|
|
|
* objdump.c (disassemble_data): Use new read_memory_func stuff.
|
|
|
|
|
|
1993-03-29 15:22:16 +02:00
|
|
|
|
Thu Mar 25 10:38:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (fprintf): Declaration of variadic function had better
|
|
|
|
|
be a prototype for ANSI C systems.
|
|
|
|
|
|
|
|
|
|
Mon Mar 22 23:19:46 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: rename test-install to install-check
|
|
|
|
|
|
1993-03-19 23:41:15 +01:00
|
|
|
|
Fri Mar 19 14:40:08 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Add H8500.
|
|
|
|
|
|
1993-03-19 19:58:10 +01:00
|
|
|
|
Fri Mar 19 10:56:51 1993 Jim Kingdon (kingdon@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (usage): Mention long options.
|
|
|
|
|
|
1993-03-19 01:12:50 +01:00
|
|
|
|
Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
1993-03-19 02:56:10 +01:00
|
|
|
|
* nm.c: Modify behavior of -o flag for archives to match
|
|
|
|
|
BSD4.4 and Sunos 4: Prefix archive name before each line.
|
|
|
|
|
|
1993-03-19 01:12:50 +01:00
|
|
|
|
* m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
|
|
|
|
|
* i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
|
|
|
|
|
* Makefile.in: Adjust accordingly.
|
|
|
|
|
* objdump.c: Support new-style disassemblers (ones that use
|
|
|
|
|
the interface of ../include/dis-asm.h).
|
|
|
|
|
|
1993-02-26 00:59:10 +01:00
|
|
|
|
Thu Feb 25 15:57:00 1993 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
1993-03-19 01:12:50 +01:00
|
|
|
|
* Makefile.in: When making tar file, remove texinfo/*,
|
|
|
|
|
except for texinfo/texinfo.tex.
|
1993-02-26 00:59:10 +01:00
|
|
|
|
* ardup.c: Add extern declaration of strdup.
|
|
|
|
|
* Makefile.in (testsuite): Add 'else true' since otherwise
|
|
|
|
|
Ultrix /bin/sh complains.
|
|
|
|
|
|
1993-02-25 04:48:13 +01:00
|
|
|
|
Wed Feb 24 19:44:18 1993 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Set VERSION to 2.1.
|
|
|
|
|
* README, NEWS: Updates.
|
|
|
|
|
* nm.c: Add -v as a synonym for -V.
|
|
|
|
|
|
1993-02-24 04:02:37 +01:00
|
|
|
|
Tue Feb 23 19:00:50 1993 Mike Werner (mtw@poseidon.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: added testsuite to configdirs.
|
|
|
|
|
* Makefile.in: added support for building testsuite.
|
|
|
|
|
|
1993-02-23 08:00:32 +01:00
|
|
|
|
Mon Feb 22 22:52:10 1993 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Print function names when
|
|
|
|
|
given by bfd_find_nearest_line. If not - still print
|
|
|
|
|
line numbers.
|
|
|
|
|
|
1993-02-22 17:12:45 +01:00
|
|
|
|
Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils/testsuite: made modifications to testcases, etc., to allow
|
|
|
|
|
them to work properly given the reorganization of deja-gnu and the
|
|
|
|
|
relocation of the testcases from deja-gnu to a "tool" subdirectory.
|
|
|
|
|
|
1993-02-22 16:31:30 +01:00
|
|
|
|
Mon Feb 22 10:27:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (dump_data): Free up section contents each time
|
|
|
|
|
through the loop. Reported by minyard@bnr.ca.
|
|
|
|
|
|
1993-02-21 20:34:51 +01:00
|
|
|
|
Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils/testsuite: Initial creation of binutils/testsuite.
|
|
|
|
|
Migrated dejagnu testcases and support files for testing nm to
|
|
|
|
|
binutils/testsuite from deja-gnu. These files were moved "as is"
|
|
|
|
|
with no modifications. This migration is part of a major overhaul
|
|
|
|
|
of dejagnu. The modifications to these testcases, etc., which
|
|
|
|
|
will allow them to work with the new version of dejagnu will be
|
|
|
|
|
made in a future update.
|
|
|
|
|
|
1993-02-12 19:08:35 +01:00
|
|
|
|
Fri Feb 12 10:05:20 1993 Fred Fish (fnf@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
|
|
|
|
|
* Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR.
|
|
|
|
|
* Makefile.in (DEMANGLER_PROG): New program to build. Add macro
|
|
|
|
|
and rule.
|
|
|
|
|
* Makefile.in (PROGS): Add DEMANGLER_PROG.
|
|
|
|
|
|
|
|
|
|
Tue Jan 26 11:56:33 1993 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* copy.c, nm.c, objdump.c, size.c: Use new bfd_is_com_section
|
|
|
|
|
macro rather than checking for equality to bfd_com_section.
|
|
|
|
|
|
|
|
|
|
Fri Jan 8 15:50:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Fix code to find first useless
|
|
|
|
|
symbol.
|
|
|
|
|
|
|
|
|
|
Thu Jan 7 13:13:31 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): Use mips_print_insn for MIPS.
|
|
|
|
|
Don't core dump if bfd_find_nearest_line returns false.
|
|
|
|
|
|
|
|
|
|
Wed Jan 6 17:14:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): know how to disassemble z8000s
|
|
|
|
|
too.
|
|
|
|
|
|
1993-01-07 00:19:45 +01:00
|
|
|
|
Wed Jan 6 15:16:27 1993 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* arsup.h (interactive), bucomm.h (program_name): Prefix
|
|
|
|
|
with 'extern', to avoid warnings from some compilers.
|
|
|
|
|
|
1993-01-07 00:16:17 +01:00
|
|
|
|
Wed Jan 6 15:14:11 1993 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* arparse.y: fix unnecessary shift/reduce
|
|
|
|
|
|
1992-12-23 00:52:26 +01:00
|
|
|
|
Tue Dec 22 15:46:56 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Make check depend on all.
|
|
|
|
|
* Makefile.in (distclean): Remove sysdep.h.
|
|
|
|
|
* size.c: Use %u format where appropriate.
|
|
|
|
|
* objdump.c: Standardize: L_SET -> SEEK_SET.
|
|
|
|
|
* objdump.c: Use new macro bfd_asymbol_bfd.
|
|
|
|
|
* configure.in: Allow std-host as the default ${mys_host}.
|
|
|
|
|
|
1993-01-07 00:16:17 +01:00
|
|
|
|
Thu Dec 17 19:38:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: added dvi target, define and use TEXI2DVI
|
|
|
|
|
|
1992-12-16 03:13:17 +01:00
|
|
|
|
Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (dist): Fix permissions before release.
|
|
|
|
|
* size.c: Use bfd_size_type (and long) where appropriate.
|
|
|
|
|
* ar.c: Make writing a map the default, to be compatible
|
|
|
|
|
with SYSV and Posix.2. Remove some bogus kludges that
|
|
|
|
|
handled __.SYMDEF directly.
|
|
|
|
|
* NEWS: New file.
|
|
|
|
|
|
|
|
|
|
Mon Nov 9 13:36:53 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: flex no longer needs the -S flag
|
|
|
|
|
|
1992-11-08 01:01:46 +01:00
|
|
|
|
Sat Nov 7 15:06:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
1992-12-16 03:13:17 +01:00
|
|
|
|
* ar.c (extract_file): utime needs a pointer to a utimbuf
|
|
|
|
|
|
1992-11-08 01:01:46 +01:00
|
|
|
|
* Makefile.in: handle -I includes better, adding $(BASEDIR)/bfd to
|
|
|
|
|
the list (since some of the bfd/hosts/*.h files include other
|
|
|
|
|
files from that directory)
|
|
|
|
|
|
1992-11-06 09:14:14 +01:00
|
|
|
|
Fri Nov 6 00:12:51 1992 John Gilmore (gnu@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.
|
|
|
|
|
|
1992-11-05 13:01:44 +01:00
|
|
|
|
Thu Nov 5 03:37:15 1992 John Gilmore (gnu@cygnus.com)
|
|
|
|
|
|
|
|
|
|
Clean up some old BFD ansification macros.
|
|
|
|
|
|
|
|
|
|
* arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils.
|
|
|
|
|
It still remains as a local macro in gmalloc.c, which is derived
|
|
|
|
|
from some other copy of GNU Malloc somewhere (FIXME).
|
|
|
|
|
|
|
|
|
|
* ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static
|
|
|
|
|
fns really static.
|
|
|
|
|
* arsup.h: Declare extract_files.
|
|
|
|
|
|
1992-11-02 21:43:55 +01:00
|
|
|
|
Mon Nov 2 12:42:11 1992 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (extract_file): instead of checking USG: if POSIX_UTIME,
|
|
|
|
|
use utime and utimbuf structure, otherwise if USE_UTIME use utime
|
|
|
|
|
and array of two longs, otherwise use utimes.
|
|
|
|
|
|
|
|
|
|
Thu Oct 15 13:57:35 1992 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.tex: Document yesterday's changes to strip and copy.
|
|
|
|
|
|
1992-10-14 21:35:29 +01:00
|
|
|
|
Wed Oct 14 13:22:14 1992 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* copy.c: Re-do command-line parsing to use getopt_long().
|
|
|
|
|
Add long option names. Re-think option letters to be more
|
|
|
|
|
consistent.
|
|
|
|
|
* copy.c: New function filter_symbols() for stripping only
|
|
|
|
|
debug-symbols and/or local symbols. Use these to support
|
|
|
|
|
the previously-missing options of the old FSF strip.
|
|
|
|
|
|
1992-10-13 09:25:08 +01:00
|
|
|
|
Tue Oct 13 01:24:20 1992 John Gilmore (gnu@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in (host): Use ${srcdir}/../bfd/configure.host rather
|
|
|
|
|
than repeating a copy of it here.
|
|
|
|
|
|
1992-10-08 02:13:12 +01:00
|
|
|
|
Wed Oct 7 12:53:52 1992 Ken Raeburn (raeburn@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* copy.c (main): Even if is_strip, accept -d argument indicating
|
|
|
|
|
alternate output format. Needed by gdb for Nindy.
|
|
|
|
|
|
|
|
|
|
* m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
|
1992-10-07 00:36:54 +01:00
|
|
|
|
|
|
|
|
|
Tue Oct 6 16:33:56 1992 Jeffrey Osier (jeffrey@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.texi: added documentation for "copy"
|
|
|
|
|
|
1992-10-06 22:25:08 +01:00
|
|
|
|
Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (*clean rules): Some cleaning up.
|
|
|
|
|
* Makefile.in (dist): Make diststuff in gprof for a dist.
|
|
|
|
|
|
|
|
|
|
* ar.c (do_show_version): New function.
|
|
|
|
|
* ar.c (main): Fix so "ar -V" works.
|
|
|
|
|
|
|
|
|
|
Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: now uses the cpu-vendor-os triple instead of
|
|
|
|
|
nested cases.
|
|
|
|
|
|
1992-09-26 07:41:54 +02:00
|
|
|
|
Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* i960-pinsn.c: Change bzero to memset.
|
|
|
|
|
* sparc-pinsn.c: Change index to strchr.
|
|
|
|
|
|
|
|
|
|
Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* m68k-pinsn (print_insn_arg, fetch_arg): added support for
|
|
|
|
|
operands to memory management instructions, from WRS.
|
|
|
|
|
|
1992-09-16 01:26:41 +02:00
|
|
|
|
Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (install): if $(tooldir) exists, install nm and
|
|
|
|
|
strip in $(tooldir)/bin.
|
|
|
|
|
|
|
|
|
|
Thu Sep 3 11:57:40 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Let's call it version 2.0.
|
|
|
|
|
|
|
|
|
|
Wed Sep 2 00:25:13 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Bump to version 0.98.
|
|
|
|
|
* TODO, README: Minor updates.
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Added mostlyclean, distclean rules,
|
|
|
|
|
and cleaned up clean, realclean.
|
|
|
|
|
|
1992-09-01 03:13:11 +02:00
|
|
|
|
Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: map program names through program_transform_name
|
|
|
|
|
when installing.
|
|
|
|
|
|
1992-08-31 03:11:18 +02:00
|
|
|
|
Sun Aug 30 18:09:03 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Bump to versions 1.97.90.
|
|
|
|
|
* cplus-dem.c: Removed. Was nowhere used - and if some
|
|
|
|
|
programs are changed to to demangling should now use the
|
|
|
|
|
versions in libiberty.
|
|
|
|
|
|
1992-08-28 00:04:34 +02:00
|
|
|
|
Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: add we32k
|
|
|
|
|
|
1992-08-25 00:37:04 +02:00
|
|
|
|
Mon Aug 24 14:53:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (map_over_members): if the element of the archive has a
|
|
|
|
|
null name, fill it in.
|
|
|
|
|
|
|
|
|
|
* nm.c (do_one_rel_file): only warn if a bfd's flags say there
|
|
|
|
|
will be symbols and there aren't any.
|
|
|
|
|
|
1992-08-19 20:27:12 +02:00
|
|
|
|
Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
|
|
|
|
|
|
1992-08-19 05:48:17 +02:00
|
|
|
|
Tue Aug 18 20:45:48 1992 Rob Savoye (rob@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nm.c objdump.c: Added support for a +version (-V)
|
|
|
|
|
to print the version number.
|
|
|
|
|
|
|
|
|
|
* ar.c, copy.c: Added support for a -V option to print
|
|
|
|
|
the version number.
|
|
|
|
|
|
1992-08-18 22:34:26 +02:00
|
|
|
|
Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* config/mh-apollo68v: removed -g from CC definition.
|
|
|
|
|
|
|
|
|
|
* Makefile.in: always create installation directories.
|
|
|
|
|
|
1992-08-18 03:35:31 +02:00
|
|
|
|
Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* m68k-pinsn.c: Minor fix in style of output (don't use
|
|
|
|
|
range to indicate floating point control registers).
|
|
|
|
|
|
1992-08-12 08:46:02 +02:00
|
|
|
|
Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (main): Don't *always* set the verbose flag!
|
|
|
|
|
|
1992-08-05 20:46:00 +02:00
|
|
|
|
Wed Aug 5 11:25:27 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* copy.c: When is_strip (because it is invoked as the strip
|
|
|
|
|
program), follow traditional argv processing:
|
|
|
|
|
'strip file1 file2' now strips file1 and file2, rather
|
|
|
|
|
than stripping file1 (as input), leaving output in file2.
|
|
|
|
|
|
|
|
|
|
Mon Jul 27 16:28:08 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (display_info, display_info_table): Call
|
|
|
|
|
bfd_set_format() on dummy bfd before using it (twice).
|
|
|
|
|
* ar.c: Make sure archive is created on command 'r'
|
|
|
|
|
even when no elements are inserted. (Clean up and
|
|
|
|
|
simplify some non-working related code.)
|
|
|
|
|
|
1992-07-23 20:41:54 +02:00
|
|
|
|
Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: hppa support doesn't assume hp OS (from sef).
|
|
|
|
|
|
|
|
|
|
Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: recognize hppa hosts (bsd & hpux), error messages
|
|
|
|
|
to stderr, not stdout
|
|
|
|
|
|
1992-07-18 03:40:47 +02:00
|
|
|
|
Fri Jul 17 18:39:44 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
|
|
|
|
|
size.1, sparc-pinsn.c, strip.1: removed rcsid's.
|
|
|
|
|
|
1992-07-17 01:56:00 +02:00
|
|
|
|
Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.dos: removed rcsid.
|
|
|
|
|
|
1992-07-16 17:24:23 +02:00
|
|
|
|
Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
|
|
|
|
|
|
1992-07-10 20:37:35 +02:00
|
|
|
|
Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Add program_suffix (parallel to program_prefix)
|
|
|
|
|
|
1992-06-25 13:54:08 +02:00
|
|
|
|
Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nm.c (sorters): Lint. Remove excess whitespace.
|
|
|
|
|
|
1992-06-24 22:58:17 +02:00
|
|
|
|
Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nm.c (valueof macro): Add missing parentheses.
|
|
|
|
|
(Their lack screwed up numeric_forward().)
|
|
|
|
|
|
1992-06-14 19:52:53 +02:00
|
|
|
|
Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (dump_elf_stabs): Also dump .stab.index and
|
|
|
|
|
.stab.excl sections.
|
|
|
|
|
(dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
|
|
|
|
|
* objdump.1, binutils.texi: Document new sections dumped.
|
|
|
|
|
|
1992-06-13 07:24:22 +02:00
|
|
|
|
Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
1992-06-13 19:15:12 +02:00
|
|
|
|
* size.c, objdump.c, bucomm.c: Lint.
|
1992-06-13 07:24:22 +02:00
|
|
|
|
|
1992-06-11 10:23:11 +02:00
|
|
|
|
Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (dump_elf_stabs): New feature: --stabs prints out a
|
|
|
|
|
.stab section from an ELF file. Installed under #ifdef
|
|
|
|
|
ELF_STAB_DISPLAY so it can be easily disabled, since it requires
|
|
|
|
|
bfd-internals header files and such.
|
1992-06-11 11:18:44 +02:00
|
|
|
|
* objdump.1, binutils.texi: Update for --stabs. Also fix
|
|
|
|
|
objdump's doc to use -- rather than + for long options.
|
|
|
|
|
(FIXME: Not yet fixed everywhere in binutils.texinfo.)
|
1992-06-11 10:23:11 +02:00
|
|
|
|
|
1992-06-10 16:57:25 +02:00
|
|
|
|
Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c(display_info), patches from
|
|
|
|
|
mohring@informatik.tu-muenchen.de to print the table much more
|
|
|
|
|
nicely.
|
|
|
|
|
|
|
|
|
|
Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c: Add another enum->int cast, for the sake of
|
|
|
|
|
old compilers (such as PCC).
|
|
|
|
|
|
1992-05-27 22:06:01 +02:00
|
|
|
|
Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* arlex.l: Don't include <sysdep.h> (unneeded conflicts).
|
|
|
|
|
Add declaration of strdup().
|
|
|
|
|
|
1992-05-22 22:44:24 +02:00
|
|
|
|
Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
|
|
|
|
|
|
1992-05-23 00:38:13 +02:00
|
|
|
|
* Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
|
|
|
|
|
rules, since these are used when building a distribution.
|
|
|
|
|
* Makefile.in (arlex.c): Don't re-direct output, since that
|
|
|
|
|
leaves a bogus output files if it fails.
|
|
|
|
|
|
1992-05-22 22:44:24 +02:00
|
|
|
|
* arlex.l: Make work with lex, for what it's worth.
|
|
|
|
|
* Makefile.in: Better lex support.
|
|
|
|
|
* Makefile.in (dist): Generate flex and bison outputs
|
|
|
|
|
for distribution.
|
|
|
|
|
|
|
|
|
|
Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: get BISON definition right.
|
|
|
|
|
|
|
|
|
|
Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* sanity.sh: default TMPDIR to ".".
|
|
|
|
|
|
1992-05-07 21:35:26 +02:00
|
|
|
|
Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.texi: add doc for ar command language.
|
|
|
|
|
|
1992-05-07 03:06:34 +02:00
|
|
|
|
Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* arparse.y: make END call ar_end
|
|
|
|
|
* arsup.c (ar_end): added, deletes temp file if archive session
|
|
|
|
|
aborted.
|
|
|
|
|
|
|
|
|
|
|
1992-05-06 20:10:11 +02:00
|
|
|
|
Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
|
|
|
|
|
1992-05-06 20:11:09 +02:00
|
|
|
|
* Makefile.in: use bison & flex from ../ if they exist. Also,
|
|
|
|
|
FLEX->LEX.
|
|
|
|
|
|
1992-05-06 20:10:11 +02:00
|
|
|
|
* sanity.sh: remove temporary directory when finished.
|
|
|
|
|
|
1992-05-05 21:02:24 +02:00
|
|
|
|
Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Bump to version 1.97.
|
|
|
|
|
* ar.c: Declare errno for machines that need it.
|
|
|
|
|
|
1992-05-05 08:31:59 +02:00
|
|
|
|
Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (display_info): Handle error cases without coredump.
|
|
|
|
|
Close the dummy temporary file we open in the loop.
|
|
|
|
|
* Makefile.in (arsup.o): Add kludge to build with Sun Make.
|
|
|
|
|
|
1992-05-02 01:22:07 +02:00
|
|
|
|
Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
|
|
|
|
|
|
1992-05-02 03:07:09 +02:00
|
|
|
|
* Makefile.in: added test-install target.
|
|
|
|
|
|
1992-05-02 01:22:07 +02:00
|
|
|
|
* sanity.sh: new file.
|
|
|
|
|
|
|
|
|
|
* Makefile.in: use sanity test on make check.
|
|
|
|
|
|
1992-04-21 22:43:28 +02:00
|
|
|
|
Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: rework CFLAGS so that they can be passed on the
|
|
|
|
|
command line to make. Remove MINUS_G. Default CFLAGS to -g.
|
|
|
|
|
|
|
|
|
|
Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive
|
|
|
|
|
scripting language.
|
|
|
|
|
|
|
|
|
|
Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: added check target.
|
|
|
|
|
|
|
|
|
|
Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: added clean-info target.
|
|
|
|
|
|
|
|
|
|
Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
|
|
|
|
|
installed. added tooldir and program_prefix.
|
|
|
|
|
|
|
|
|
|
Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in, configure.in: removed traces of namesubdir,
|
|
|
|
|
-subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
|
|
|
|
|
copyrights to '92, changed some from Cygnus to FSF.
|
|
|
|
|
|
|
|
|
|
Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Bump version to 1.96, and remove -beta
|
|
|
|
|
suffix from distribution name.
|
|
|
|
|
* m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
|
|
|
|
|
the signed value of a character (even if chars are unsigned).
|
|
|
|
|
* sparc-pinsn.c: Add new operand types.
|
|
|
|
|
|
|
|
|
|
Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (disassemble_data): don't print a section's contents
|
|
|
|
|
if it's not loadable (eg bss)
|
|
|
|
|
|
|
|
|
|
Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
|
|
|
|
|
displacements don't get printed as large +ve ones.
|
|
|
|
|
|
1992-01-24 23:49:24 +01:00
|
|
|
|
Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* copy.c, nm.c, objdump.c, size.c : changed to use the
|
|
|
|
|
new reloc scheme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* bucomm.c (print_arelt_descr): Tweek the output format
|
|
|
|
|
so that 'ar tv' output follows Posix 1003.2/D11.
|
|
|
|
|
Output is now also identical to Sun's (except __.SYMDEF).
|
|
|
|
|
|
1991-12-30 15:10:34 +01:00
|
|
|
|
Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Make `make' output more readable.
|
|
|
|
|
|
|
|
|
|
Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Bump to version 1.94.
|
|
|
|
|
|
|
|
|
|
Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c: added "b" to fopens for dos
|
|
|
|
|
* configdj.bat, makefile.dos new files from DJ
|
|
|
|
|
|
|
|
|
|
Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: infodir belongs in datadir.
|
|
|
|
|
|
|
|
|
|
Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* bucomm.h: created to hold prototypes of bucomm.c
|
|
|
|
|
* objdump.h: created to hold prototyes of objdump.c
|
|
|
|
|
* am29k-pinsn.c: include objdump.h
|
|
|
|
|
* ar.c: include bucomm.h, get ar.h from the right place and
|
|
|
|
|
include libbfd.h
|
|
|
|
|
* bucomm.c: defunize bfd_fatal
|
|
|
|
|
* copy.c: include bucomm.h, lint.
|
|
|
|
|
* i960-pinsn.h: include bucomm.h
|
|
|
|
|
* m68k-pinsn.h: lint
|
|
|
|
|
* nm.c: include bucomm.h, lint
|
|
|
|
|
* objdump.c: lint
|
|
|
|
|
* sparc-pinsn.c: include objdump.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1991-12-07 08:04:11 +01:00
|
|
|
|
Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
|
1991-12-01 03:59:19 +01:00
|
|
|
|
|
1991-12-07 08:04:11 +01:00
|
|
|
|
* Makefile.in: added standards.text support. install using
|
|
|
|
|
INSTALL_PROGRAM and INSTALL_DATA.
|
1991-12-01 03:59:19 +01:00
|
|
|
|
|
1991-12-07 08:04:11 +01:00
|
|
|
|
* configure.in: configure now does all of it's work from objdir so
|
|
|
|
|
make file existence tests against ${srcdir}.
|
|
|
|
|
|
|
|
|
|
Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: idestdir and ddestdir go away. Added copyrights
|
|
|
|
|
and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
|
|
|
|
|
and mandir now keyed off datadir by default.
|
|
|
|
|
|
|
|
|
|
Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Bump to version 1.93.
|
|
|
|
|
* Makefile.in: Add make-strip.o:maybe-strip.c dependency
|
|
|
|
|
for make versions that provide half-baked VPATH-support (e.g. Sun's).
|
|
|
|
|
* size.c: Improvements suggested by
|
|
|
|
|
"david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
|
|
|
|
|
- Don't emit (Berkeley) headers if no files were found.
|
|
|
|
|
- Return a non-zero return code on failure.
|
|
|
|
|
|
|
|
|
|
Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
Changes due to include file renaming:
|
|
|
|
|
* am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
|
|
|
|
|
* sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
|
|
|
|
|
* m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
|
|
|
|
|
* nm.c: stab.gnu.h -> aout/stab_gnu.h
|
1991-12-01 03:59:19 +01:00
|
|
|
|
|
|
|
|
|
Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* README: Mention MINIMIZE flag for bfd's make.
|
|
|
|
|
|
1991-11-18 21:06:48 +01:00
|
|
|
|
Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* README: Various improvements.
|
|
|
|
|
|
* Makefile.in: Bump to version 1.92.
* version.c, Makefile.in: Get version string from Makefile.
* copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
Make the same change that we earlier did for ar/ranlib:
Generate two different binaries for strip and copy and use
a global variable with different values to distinguish
ostrip from copy. (-1 means to use argv[0] to decide,
so you can get the old behavior, but it is no longer the default).
* copy.c (copy_file): Set EXEC_P of output bfd if input is so.
* copy.c (main): If is_strip==-1, compare last 5 chars
of argv[0], not the whole path.
* copy.c (main): Return 0, not 1.
* copy.c (setup_sections): Fix due to change in bfd_make_section
now failing if asked for a duplicate section.
* strip.c, ostrip.c: Removed obsolete files.
* ar.c, not-ranlib.c, maybe-ranlib.c:
Change encoding of is_ranlib variable to be consistent
with is_strip for strip.copy (i.e -1 to means use argv[0]).
1991-11-18 09:04:14 +01:00
|
|
|
|
Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Bump to version 1.92.
|
|
|
|
|
* version.c, Makefile.in: Get version string from Makefile.
|
|
|
|
|
* copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
|
|
|
|
|
Make the same change that we earlier did for ar/ranlib:
|
|
|
|
|
Generate two different binaries for strip and copy and use
|
|
|
|
|
a global variable with different values to distinguish
|
|
|
|
|
ostrip from copy. (-1 means to use argv[0] to decide,
|
|
|
|
|
so you can get the old behavior, but it is no longer the default).
|
|
|
|
|
* copy.c (copy_file): Set EXEC_P of output bfd if input is so.
|
|
|
|
|
* copy.c (main): If is_strip==-1, compare last 5 chars
|
|
|
|
|
of argv[0], not the whole path.
|
|
|
|
|
* copy.c (main): Return 0, not 1.
|
|
|
|
|
* copy.c (setup_sections): Fix due to change in bfd_make_section
|
|
|
|
|
now failing if asked for a duplicate section.
|
|
|
|
|
* strip.c, ostrip.c: Removed obsolete files.
|
|
|
|
|
* ar.c, not-ranlib.c, maybe-ranlib.c:
|
|
|
|
|
Change encoding of is_ranlib variable to be consistent
|
|
|
|
|
with is_strip for strip.copy (i.e -1 to means use argv[0]).
|
|
|
|
|
|
|
|
|
|
Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* version.c (program_version): Update to version 1.92.
|
|
|
|
|
|
|
|
|
|
Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (get_pos_bfd): Previous fix was missing a "break".
|
|
|
|
|
|
1991-11-07 17:57:21 +01:00
|
|
|
|
Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
|
|
|
|
|
encodings. (Thaks to David Wood)
|
|
|
|
|
|
|
|
|
|
Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
|
|
|
|
|
* ar.c (get_pos_bfd): Fix to handling of before/after
|
|
|
|
|
positioning options.
|
|
|
|
|
* bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
|
|
|
|
|
since libiberty contains vfprintf etc if otherwise missing.
|
|
|
|
|
* m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
|
|
|
|
|
type operands, as used by branch instructions.
|
|
|
|
|
* nm.c: Delegate printing of symbols to BFD,
|
|
|
|
|
by using bfd_print_symbol to do the formatting.
|
|
|
|
|
|
1991-10-28 20:22:12 +01:00
|
|
|
|
Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c (write_archive.c): added unlink before rename since some
|
|
|
|
|
systems can't rename onto an existant file.
|
|
|
|
|
|
1991-10-21 17:48:10 +01:00
|
|
|
|
Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nm.c: now doesn't crash if a symbol with no section and no
|
|
|
|
|
SEC_ABS appears.
|
|
|
|
|
|
|
|
|
|
Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in, version.c: Bump to version 1.91.
|
|
|
|
|
|
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
* strip.c: Add or update Copyright notice.
* TODO: Add note on 'nm -a'.
* version.c: Update version number to 1.90.
* Makefile.in: Fix making of documentation for dist.
1991-10-16 19:57:08 +01:00
|
|
|
|
Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
|
|
|
|
|
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
|
|
|
|
|
* strip.c: Add or update Copyright notice.
|
|
|
|
|
* TODO: Add note on 'nm -a'.
|
|
|
|
|
* version.c: Update version number to 1.90.
|
|
|
|
|
* Makefile.in: Fix making of documentation for dist.
|
|
|
|
|
|
|
|
|
|
Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* README: New file.
|
|
|
|
|
* Makefile.in: New kludgy rules for making a tarfile.
|
|
|
|
|
* Makefile.in: Fix bindir path.
|
|
|
|
|
|
1991-10-15 01:35:13 +01:00
|
|
|
|
Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: add targets binutils.mm, binutils.me
|
|
|
|
|
|
1991-10-12 06:44:58 +01:00
|
|
|
|
Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
|
|
|
|
|
|
1991-10-11 20:52:56 +01:00
|
|
|
|
Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
|
|
1991-10-12 00:11:17 +01:00
|
|
|
|
* Makefile.in: add target "binutils.ms"
|
|
|
|
|
|
1991-10-11 20:52:56 +01:00
|
|
|
|
* binutils.texinfo: minor restructuring for texi2roff comfort.
|
|
|
|
|
|
1991-10-11 12:24:04 +01:00
|
|
|
|
Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
|
|
|
|
Restructure configuration scheme for bfd, binutils, ld.
|
|
|
|
|
|
|
|
|
|
* include/sys/h-*.h: Move to bfd/hosts/h-*.h.
|
|
|
|
|
* configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
|
|
|
|
|
Change some config names to match other dirs.
|
|
|
|
|
* *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
|
|
|
|
|
get defined first.
|
|
|
|
|
* Makefile.in: Use -I. to get sysdep.h.
|
|
|
|
|
|
|
|
|
|
Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* nm.c (print_symbols): Handle NULL name field of symbol.
|
|
|
|
|
* Makefile.in: Removed spurious comment.
|
|
|
|
|
|
1991-10-09 00:55:58 +01:00
|
|
|
|
Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.texinfo: minor typos, phrasing, formatting fixes.
|
|
|
|
|
|
1991-10-08 23:15:27 +01:00
|
|
|
|
Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* configure.in: Get host file from ../bfd/config, not config.
|
|
|
|
|
* config/*: Remove config directory and its files.
|
|
|
|
|
|
1991-10-08 21:59:54 +01:00
|
|
|
|
Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
|
|
1991-10-08 23:01:41 +01:00
|
|
|
|
* Makefile.in: new targets binutils.dvi, binutils.info
|
|
|
|
|
|
1991-10-08 21:59:54 +01:00
|
|
|
|
* binutils.texinfo: remove most remaining FIXME's, delete
|
|
|
|
|
references to __.SYMDEF by name
|
|
|
|
|
|
|
|
|
|
|
1991-10-08 19:07:33 +01:00
|
|
|
|
Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c (print_address) Print addresses nicely.
|
|
|
|
|
|
1991-10-08 00:14:30 +01:00
|
|
|
|
Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
|
|
|
|
|
Make two different binaries for ar and ranlib, instead of
|
|
|
|
|
distinguishing them at run time using argv[0].
|
|
|
|
|
(Old behavior is still available if you "make ar_with_ranlib",
|
|
|
|
|
but it is not the default.)
|
|
|
|
|
* ranlib.sh (new): An alternative one-line
|
|
|
|
|
shell implementation of ranlib.
|
|
|
|
|
|
1991-10-05 05:50:54 +01:00
|
|
|
|
Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* objdump.c: Cope with renames of a few BFD types & enums.
|
|
|
|
|
|
1991-10-05 03:08:34 +01:00
|
|
|
|
Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
|
|
|
|
|
|
* binutils.texinfo: add new file (rudimentary docn)
|
|
|
|
|
|
1991-09-30 20:47:49 +01:00
|
|
|
|
Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
|
|
1991-10-05 03:08:34 +01:00
|
|
|
|
* config/hmake-news: Add new file (for Sony NEWSOS3).
|
1991-09-30 20:47:49 +01:00
|
|
|
|
* bucomm.c (fatal): Conditionally compile fatal() depending on
|
|
|
|
|
MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
|
|
|
|
|
* objdump.c (dump_headers): Trivial output format change.
|
|
|
|
|
* objdump.c (display_info): Loop over integers, not enums,
|
|
|
|
|
to appease old compilers.
|
|
|
|
|
|
|
|
|
|
Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
|
|
|
|
|
|
|
|
|
|
*objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
|
|
|
|
|
|
|
|
|
|
Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
|
|
|
|
|
from bother
|
|
|
|
|
* objdump.c (print_address): Make disasembled output more
|
|
|
|
|
consistent with gdb and as: Add 0x when printing hex.
|
|
|
|
|
Don't print extra leading zeros.
|
|
|
|
|
Attempt to not print "filename.o".
|
|
|
|
|
* objdump.c: Add some enum-to-int casts to accomodate old compilers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* copy.c: Change =& constructs to = &, since they confuse older
|
|
|
|
|
C compilers.
|
|
|
|
|
|
1994-03-08 20:16:31 +01:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|