diff options
author | Alan Modra <amodra@gmail.com> | 2006-07-26 05:10:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-07-26 05:10:05 +0000 |
commit | a7f651f7f2844301005292f33e67917e782abafe (patch) | |
tree | 5819f6c9fc43375496c6941036810e6c7122a694 /ld | |
parent | 66e28d60cbc9fcd64aa8e9d8f0c90c5b4debbfc2 (diff) | |
download | gdb-a7f651f7f2844301005292f33e67917e782abafe.zip gdb-a7f651f7f2844301005292f33e67917e782abafe.tar.gz gdb-a7f651f7f2844301005292f33e67917e782abafe.tar.bz2 |
* ld-scripts/overlay-size-map.d: Update.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/overlay-size-map.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index ca1c4f4..78601a3 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +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 3607169..852ed81 100644 --- a/ld/testsuite/ld-scripts/overlay-size-map.d +++ b/ld/testsuite/ld-scripts/overlay-size-map.d @@ -1,9 +1,9 @@ #... \.bss1 *0x0*20000 *0x10 #... -\.bss2 *0x0*20000 *0x30 load address 0x0*20010 +\.bss2 *0x0*20000 *0x30 #... -\.bss3 *0x0*20000 *0x20 load address 0x0*20040 +\.bss3 *0x0*20000 *0x20 #... \.mtext *0x0*10000 *0x20 load address 0x0*30000 #... |