diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-01 22:12:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-01 22:12:57 +0000 |
commit | e8d6d5d0a539042bd1bf1ce59dc6263a90dedd04 (patch) | |
tree | 465b2d42c72a7799e533307032fdc5ae5eab31b0 | |
parent | 7954cc14d9d573ed2c686c7a83ce63e5762d8766 (diff) | |
download | gdb-e8d6d5d0a539042bd1bf1ce59dc6263a90dedd04.zip gdb-e8d6d5d0a539042bd1bf1ce59dc6263a90dedd04.tar.gz gdb-e8d6d5d0a539042bd1bf1ce59dc6263a90dedd04.tar.bz2 |
* reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 682ad47..6cdcc3d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -20,6 +20,9 @@ Wed Nov 1 13:51:54 1995 Ken Raeburn <raeburn@cygnus.com> Wed Nov 1 11:45:07 1995 Ian Lance Taylor <ian@cygnus.com> + * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents): + Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases. + * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the BFD is not of the right type. (bfd_elf_get_needed_list): Likewise. |