diff options
author | Alan Modra <amodra@gmail.com> | 2006-08-16 08:31:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-08-16 08:31:45 +0000 |
commit | cde9e0be8b661444a3a362e4d8bffaf8b742f2e1 (patch) | |
tree | 2443c615d0e22749a00f2964361115d276849235 /ld/testsuite | |
parent | 6173858bda5823a7bad6df3f98a29df52aa7cc09 (diff) | |
download | gdb-cde9e0be8b661444a3a362e4d8bffaf8b742f2e1.zip gdb-cde9e0be8b661444a3a362e4d8bffaf8b742f2e1.tar.gz gdb-cde9e0be8b661444a3a362e4d8bffaf8b742f2e1.tar.bz2 |
ld/
PR 3052
* ldlang.h (lang_output_section_statement_type): Replace
"processed" field with "processed_vma" and "processed_lma".
* ldlang.c (lang_do_assignments_1): Move lma setting code..
(lang_size_sections_1): ..to here.
(lang_reset_memory_regions): Adjust for
lang_output_section_statement_type change.
* ldexp.c (fold_name): Likewise.
And this is something I forgot the check in from the previous patch.
ld/testsuite/
* ld-scripts/overlay-size-map.d: Adjust.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/overlay-size-map.d | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4fc6599..f07e2ca 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-08-16 Alan Modra <amodra@bigpond.net.au> + + * ld-scripts/overlay-size-map.d: Update. + 2006-08-11 Thiemo Seufer <ths@mips.com> * ld-elfcomm/elfcomm.exp (dump_common1): Extend regexp to match also @@ -47,10 +51,6 @@ * ld-mips-elf/hash1b.d, ld-mips-elf/hash1c.d: New tests. * ld-mips-elf/mips-elf.exp: Run them. -2006-07-26 Alan Modra <amodra@bigpond.net.au> - - * ld-scripts/overlay-size-map.d: Update. - 2006-07-25 Thiemo Seufer <ths@mips.com> * ld-mips-elf/mips16-call-global-2.s, diff --git a/ld/testsuite/ld-scripts/overlay-size-map.d b/ld/testsuite/ld-scripts/overlay-size-map.d index 852ed81..cd35db0 100644 --- a/ld/testsuite/ld-scripts/overlay-size-map.d +++ b/ld/testsuite/ld-scripts/overlay-size-map.d @@ -5,19 +5,19 @@ #... \.bss3 *0x0*20000 *0x20 #... -\.mtext *0x0*10000 *0x20 load address 0x0*30000 +\.mtext *0x0*10000 *0x20 #... \.mbss *0x0*20030 *0x230 load address 0x0*20060 #... -\.text1 *0x0*10020 *0x80 load address 0x0*30020 +\.text1 *0x0*10020 *0x80 #... -\.text2 *0x0*10020 *0x40 load address 0x0*300a0 +\.text2 *0x0*10020 *0x40 #... -\.text3 *0x0*10020 *0x20 load address 0x0*300e0 +\.text3 *0x0*10020 *0x20 #... -\.data1 *0x0*20260 *0x30 load address 0x0*30100 +\.data1 *0x0*20260 *0x30 #... -\.data2 *0x0*20260 *0x40 load address 0x0*30130 +\.data2 *0x0*20260 *0x40 #... -\.data3 *0x0*20260 *0x50 load address 0x0*30170 +\.data3 *0x0*20260 *0x50 #pass |