diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2007-08-14 08:04:47 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2007-08-14 08:04:47 +0000 |
commit | 3fec76aafa7293906969f7b6c96e8bcecc88f9d0 (patch) | |
tree | 49db76a661dac41eab268d67a539ae2043fa54f7 /bfd/ChangeLog | |
parent | ac3eeb49116dbc3d917cf431b31816aab7aa129b (diff) | |
download | gdb-3fec76aafa7293906969f7b6c96e8bcecc88f9d0.zip gdb-3fec76aafa7293906969f7b6c96e8bcecc88f9d0.tar.gz gdb-3fec76aafa7293906969f7b6c96e8bcecc88f9d0.tar.bz2 |
2007-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
* elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): LOADBASE is now
initialized only on the first PT_LOAD. New variable LOADBASE_SET.
Removed PF_R checking for IA-64 vDSOs as redundant now.
Code advisory: Roland McGrath
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 da56f36..33e7871 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-08-14 Jan Kratochvil <jan.kratochvil@redhat.com> + + * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): LOADBASE is now + initialized only on the first PT_LOAD. New variable LOADBASE_SET. + Removed PF_R checking for IA-64 vDSOs as redundant now. + Code advisory: Roland McGrath + 2007-08-13 Richard Sandiford <richard@codesourcery.com> * elfxx-mips.c (mips_elf_link_hash_table): Add computed_got_sizes. |