diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2004-07-02 11:25:54 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2004-07-02 11:25:54 +0000 |
commit | f6a8ae8136cfabbb8024e00a37d0cf6cd40ac696 (patch) | |
tree | d6f0713fe713864821056533398c65df7941ec40 /ld/testsuite/ld-sh/sh64/crange2.rd | |
parent | 310ea3086d7cb622cc93fb7dbc127e206f070a7a (diff) | |
download | ppe42-binutils-f6a8ae8136cfabbb8024e00a37d0cf6cd40ac696.tar.gz ppe42-binutils-f6a8ae8136cfabbb8024e00a37d0cf6cd40ac696.zip |
* emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
* ld-elf/frame.exp: Don't run on sh*-*-elf*.
* ld-sh/shared-1.d: Adjust for section reordering changes.
* ld-sh/shared-2.d: Likewise.
* ld-sh/tlsbin-2.d: Likewise.
* ld-sh/tlspic-2.d: Likewise.
* ld-sh/sh64/abi32.xd: Likewise.
* ld-sh/sh64/abi64.xd: Likewise.
* ld-sh/sh64/cmpct1.xd: Likewise.
* ld-sh/sh64/crange1.rd: Likewise.
* ld-sh/sh64/crange2.rd: Likewise.
* ld-sh/sh64/crange3-cmpct.rd: Likewise.
* ld-sh/sh64/crange3-media.rd: Likewise.
* ld-sh/sh64/crange3.rd: Likewise.
* ld-sh/sh64/gotplt.d: Likewise.
* ld-sh/sh64/init-cmpct.d: Likewise.
* ld-sh/sh64/init-media.d: Likewise.
* ld-sh/sh64/init64.d: Likewise.
* ld-sh/sh64/mix1.xd: Likewise.
* ld-sh/sh64/mix2.xd: Likewise.
* ld-sh/sh64/shdl32.xd: Likewise.
* ld-sh/sh64/shdl64.xd: Likewise.
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/crange2.rd')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/crange2.rd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ld/testsuite/ld-sh/sh64/crange2.rd b/ld/testsuite/ld-sh/sh64/crange2.rd index 4e65f6c779..281223d1c9 100644 --- a/ld/testsuite/ld-sh/sh64/crange2.rd +++ b/ld/testsuite/ld-sh/sh64/crange2.rd @@ -5,9 +5,9 @@ Section Headers: \[ 0\] NULL 00000000 000000 000000 00 0 0 0 \[ 1\] \.init PROGBITS 00001000 000100 000004 00 AXp 0 0 4 \[ 2\] \.text PROGBITS 00001004 000104 00005c 00 AXp 0 0 4 - \[ 3\] \.data PROGBITS 000010e0 000160 000000 00 WA 0 0 1 - \[ 4\] \.ctors PROGBITS 000010e0 000184 000000 00 W 0 0 1 - \[ 5\] \.dtors PROGBITS 000010e0 000184 000000 00 W 0 0 1 + \[ 3\] \.ctors PROGBITS 000010e0 000184 000000 00 W 0 0 1 + \[ 4\] \.dtors PROGBITS 000010e0 000184 000000 00 W 0 0 1 + \[ 5\] \.data PROGBITS 000010e0 000160 000000 00 WA 0 0 1 \[ 6\] \.sbss PROGBITS 000010e0 000184 000000 00 W 0 0 1 \[ 7\] \.bss NOBITS 000010e0 000160 000000 00 WA 0 0 1 \[ 8\] \.stack PROGBITS 00080000 000180 000004 00 WA 0 0 1 @@ -42,16 +42,16 @@ Symbol table '\.symtab' contains 28 entries: 15: 0000102c 0 NOTYPE LOCAL DEFAULT 2 sec2 16: 00001040 0 NOTYPE LOCAL DEFAULT 2 sec3 17: 00001048 0 NOTYPE LOCAL DEFAULT 2 sec4 - 18: 000010e0 0 NOTYPE GLOBAL DEFAULT 5 ___dtors + 18: 000010e0 0 NOTYPE GLOBAL DEFAULT 4 ___dtors 19: 000010e0 0 NOTYPE GLOBAL DEFAULT ABS __bss_start - 20: 000010e0 0 NOTYPE GLOBAL DEFAULT 4 ___ctors_end + 20: 000010e0 0 NOTYPE GLOBAL DEFAULT 3 ___ctors_end 21: 00001004 0 NOTYPE GLOBAL DEFAULT 2 diversion2 - 22: 000010e0 0 NOTYPE GLOBAL DEFAULT 4 ___ctors + 22: 000010e0 0 NOTYPE GLOBAL DEFAULT 3 ___ctors 23: 000010e0 0 NOTYPE GLOBAL DEFAULT ABS _edata 24: 000010e0 0 NOTYPE GLOBAL DEFAULT ABS _end 25: 00001000 0 NOTYPE GLOBAL DEFAULT 1 start 26: 00080000 0 NOTYPE GLOBAL DEFAULT 8 _stack - 27: 000010e0 0 NOTYPE GLOBAL DEFAULT 5 ___dtors_end + 27: 000010e0 0 NOTYPE GLOBAL DEFAULT 4 ___dtors_end Hex dump of section '\.text': 0x00001004 6ff0fff0 6ff0fff0 6ff0fff0 0000002a .* |