diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-17 18:13:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-02-17 18:13:18 +0000 |
commit | b5f852ea83a8b30b97837afa7b1cf2c87c013998 (patch) | |
tree | 5ee8289ff1ccaa6b8f38830d4edc9da844fc5fb9 /bfd/ChangeLog | |
parent | 859789af02baffcfadf4056f6d612e0bd0c3be60 (diff) | |
download | gdb-b5f852ea83a8b30b97837afa7b1cf2c87c013998.zip gdb-b5f852ea83a8b30b97837afa7b1cf2c87c013998.tar.gz gdb-b5f852ea83a8b30b97837afa7b1cf2c87c013998.tar.bz2 |
SEGMENT_OVERLAPS: Check that LMAs overlap as well.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a7939d5..4bb5495 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-02-17 Nick Clifton <nickc@redhat.com> + + * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the + address field to use in the comparison. + (SEGMENT_OVERLAPS): Check that LMAs overlap as well. + 2003-02-14 Bob Wilson <bob.wilson@acm.org> * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF |