diff options
author | Jeff Law <law@redhat.com> | 1994-11-23 06:36:43 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-23 06:36:43 +0000 |
commit | 150bd9910b247663adfe6e198a0d1cf1eeaf4fe5 (patch) | |
tree | e4e04e709dcad46736fd7aabf39fceb79362e0d7 /bfd | |
parent | 740e5428b09a1e205b75dd177baf0d99167d21db (diff) | |
download | gdb-150bd9910b247663adfe6e198a0d1cf1eeaf4fe5.zip gdb-150bd9910b247663adfe6e198a0d1cf1eeaf4fe5.tar.gz gdb-150bd9910b247663adfe6e198a0d1cf1eeaf4fe5.tar.bz2 |
* elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Do not add
input_section->vma to the relocation's offset.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index afcfa49..9328f6d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 22 23:34:37 1994 Jeff Law (law@snake.cs.utah.edu) + + * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Do not add + input_section->vma to the relocation's offset. + Mon Nov 21 12:37:25 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * srec.c (srec_get_reloc_upper_bound): Define. |