diff options
author | Jean Marie Diaz <ambar@cygnus> | 1994-08-04 16:10:23 +0000 |
---|---|---|
committer | Jean Marie Diaz <ambar@cygnus> | 1994-08-04 16:10:23 +0000 |
commit | 203778cee145dc7bdab3698e6528e673e77d3ba4 (patch) | |
tree | 9e79be07db2c3cecdcc89cb3bb6fe7a3dacd75e6 /bfd | |
parent | 901c2f5ffa9eb12a35593982284c61c057af551c (diff) | |
download | gdb-203778cee145dc7bdab3698e6528e673e77d3ba4.zip gdb-203778cee145dc7bdab3698e6528e673e77d3ba4.tar.gz gdb-203778cee145dc7bdab3698e6528e673e77d3ba4.tar.bz2 |
* elfcode.h (elf_bfd_final_link): Force the vma of sections which
do not have SEC_ALLOC set to be 0. This is needed to handle
relocs against debugging sections.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5acc245..6f33d27 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 4 11:32:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * elfcode.h (elf_bfd_final_link): Force the vma of sections which + do not have SEC_ALLOC set to be 0. This is needed to handle + relocs against debugging sections. + Wed Aug 3 16:45:41 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * coff-i960.c (coff_i960_relocate): Rewrote to change relocs |