diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-10-17 23:03:44 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-10-17 23:03:44 +0000 |
commit | 4e2147ff812032547eb25f3183a229373a4a3951 (patch) | |
tree | bae73d9dfbc7ce42d8c4a35e9c8ede5cf18f78bc /bfd/ChangeLog | |
parent | 8bfee9a109b8a39fbc62dce0fc4ffe1044fce567 (diff) | |
download | gdb-4e2147ff812032547eb25f3183a229373a4a3951.zip gdb-4e2147ff812032547eb25f3183a229373a4a3951.tar.gz gdb-4e2147ff812032547eb25f3183a229373a4a3951.tar.bz2 |
* reloc.c (bfd_generic_relax_section): Default-set
section->_cooked_size here.
(bfd_generic_get_relocated_section_contents): Don't set it here.
Explain why.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9efe036..c27a6d8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2003-10-18 Hans-Peter Nilsson <hp@bitrange.com> + + * reloc.c (bfd_generic_relax_section): Default-set + section->_cooked_size here. + (bfd_generic_get_relocated_section_contents): Don't set it here. + Explain why. + 2003-10-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * elf32-hppa.c (elf32_hppa_relocate_section): Skip relocation if |