diff options
author | Alan Modra <amodra@gmail.com> | 2010-07-17 03:12:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-07-17 03:12:02 +0000 |
commit | f4427a75c8c7166f2c9e08ec75115743344c5519 (patch) | |
tree | 12c6d227f4d7a9a9874d9328a7d92a0aa58ab320 /ld/ChangeLog | |
parent | b559959291b5423bbdc51a8d3b84f322f82a1e2b (diff) | |
download | gdb-f4427a75c8c7166f2c9e08ec75115743344c5519.zip gdb-f4427a75c8c7166f2c9e08ec75115743344c5519.tar.gz gdb-f4427a75c8c7166f2c9e08ec75115743344c5519.tar.bz2 |
* ldlang.c (lang_check_section_addresses): Catch overlap for
sections that wrap around the address space.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 864901d..80bcd25 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-07-17 Alan Modra <amodra@gmail.com> + + * ldlang.c (lang_check_section_addresses): Catch overlap for + sections that wrap around the address space. + 2010-06-29 Nick Clifton <nickc@redhat.com> * scripttempl/xstormy16.sc (.gcc_except_table): Include sections |