diff options
author | Jeff Law <law@redhat.com> | 1994-03-28 00:25:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-03-28 00:25:15 +0000 |
commit | 77ccab3c9502c56acb28ea5d9da789ff8b826ddf (patch) | |
tree | b091b659283eb232adfd27b16f7d62e90c082473 /binutils/ChangeLog | |
parent | 2f7c8700d381565bd28c30c731208494be35535a (diff) | |
download | gdb-77ccab3c9502c56acb28ea5d9da789ff8b826ddf.zip gdb-77ccab3c9502c56acb28ea5d9da789ff8b826ddf.tar.gz gdb-77ccab3c9502c56acb28ea5d9da789ff8b826ddf.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cb7c5ee..d454a62 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +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 $<. + Mon Mar 21 12:55:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * objdump.c (objdump_print_address): Make static. Declare with |