diff options
author | Alan Modra <amodra@gmail.com> | 2005-11-23 11:46:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-11-23 11:46:01 +0000 |
commit | a14199dbd52888ecea9fc3d0e0f2c264c172f29c (patch) | |
tree | 033df1d71e2bec42f18a2ce8f61d224fff9098b7 /bfd/ChangeLog | |
parent | aa2273ba99118d3cb08e8bdace72159cb1e0314e (diff) | |
download | gdb-a14199dbd52888ecea9fc3d0e0f2c264c172f29c.zip gdb-a14199dbd52888ecea9fc3d0e0f2c264c172f29c.tar.gz gdb-a14199dbd52888ecea9fc3d0e0f2c264c172f29c.tar.bz2 |
* elfcode.h (elf_object_p): Delay the setting of start_address
until we're sure the backend matches the binary.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 57ba88a..866466c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-11-23 Frederic Riss <frederic.riss@st.com> + + * elfcode.h (elf_object_p): Delay the setting of start_address + until we're sure the backend matches the binary. + 2005-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * som.c (som_decode_symclass): Decode BSF_WEAK symbols in the same |