diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2008-04-28 12:45:34 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2008-04-28 12:45:34 +0000 |
commit | a2cab75396adb33c5e660c37048151fb6732a040 (patch) | |
tree | 30ff0b918fc0e2f7bde0dc9671d5948bf7605ff7 /ld/ChangeLog | |
parent | 417ed8af836c10ff5c0cbcdc4c011f5024a7269b (diff) | |
download | gdb-a2cab75396adb33c5e660c37048151fb6732a040.zip gdb-a2cab75396adb33c5e660c37048151fb6732a040.tar.gz gdb-a2cab75396adb33c5e660c37048151fb6732a040.tar.bz2 |
ld/
* ldlang.c (lang_size_sections_1): Don't check LMA overflow on
non-load sections.
ld/testsuite/
* ld-scripts/rgn-over.exp: Allow -ok file names to pass.
* ld-scripts/rgn-over8.s: New.
* ld-scripts/rgn-over8.t: New.
* ld-scripts/rgn-over8-ok.d: New.
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 33899e5..16c2169 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2008-04-28 Nathan Sidwell <nathan@codesourcery.com> + + * ldlang.c (lang_size_sections_1): Don't check LMA overflow on + non-load sections. + 2008-04-25 Michael Frysinger <vapier@gentoo.org> * configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd |