diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-04-03 07:45:28 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-04-03 07:45:28 +0000 |
commit | 113e68452ed03bd9f48a31036ece530685751112 (patch) | |
tree | 12447d582791dafd93f0dd90779c035fdc29e687 /ld/ChangeLog | |
parent | 4cebb668fe6ee94269a0d7eff61ff7a81a8dfa64 (diff) | |
download | gdb-113e68452ed03bd9f48a31036ece530685751112.zip gdb-113e68452ed03bd9f48a31036ece530685751112.tar.gz gdb-113e68452ed03bd9f48a31036ece530685751112.tar.bz2 |
* ldlang.c (lang_leave_output_section_statement): Set lma_region
if it is not overridden and section is for the same vma region as
the previous section.
* ld-scripts/rgn-at.exp: New.
* ld-scripts/rgn-at.s: New.
* ld-scripts/rgn-at1.d: New.
* ld-scripts/rgn-at1.t: New.
* ld-scripts/rgn-at2.d: New.
* ld-scripts/rgn-at2.t: New.
* ld-scripts/rgn-at3.d: New.
* ld-scripts/rgn-at3.t: New.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0d4e015..78605ab 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2009-04-03 Nathan Sidwell <nathan@codesourcery.com> + + * ldlang.c (lang_leave_output_section_statement): Set lma_region + if it is not overridden and section is for the same vma region as + the previous section. + 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com> PR ld/6744 |