diff options
author | Chris Demetriou <cgd@google.com> | 2002-10-03 23:56:24 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-10-03 23:56:24 +0000 |
commit | 30a2f863bcd14c61edc3430c0e2c8946c24efb3b (patch) | |
tree | c3ed74f9f30c439cdafd3558f676bc3e57cfc932 /ld/testsuite/ld-mips-elf/branch-misc-1.d | |
parent | 21bd8c3134b7d221990162b1f7bf0f1030dc8597 (diff) | |
download | gdb-30a2f863bcd14c61edc3430c0e2c8946c24efb3b.zip gdb-30a2f863bcd14c61edc3430c0e2c8946c24efb3b.tar.gz gdb-30a2f863bcd14c61edc3430c0e2c8946c24efb3b.tar.bz2 |
2002-10-03 Chris Demetriou <cgd@broadcom.com>
* ld-mips-elf/branch-misc-1.d: Link at 0x500000 and use -N, to be
more compatible with non-embedded targets.
* ld-mips-elf/branch-misc-2.d: Likewise.
* ld-mips-elf/mips-elf.exp: Clean up some comments about embedded
PIC tests.
(elf): New variable, to control whether generic ELF tests are run.
(embedded_elf): New variable, to control whether ELF tests
requiring embedded PIC or embedded relocs are run.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/branch-misc-1.d')
-rw-r--r-- | ld/testsuite/ld-mips-elf/branch-misc-1.d | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ld/testsuite/ld-mips-elf/branch-misc-1.d b/ld/testsuite/ld-mips-elf/branch-misc-1.d index 08b93de..36bceb7 100644 --- a/ld/testsuite/ld-mips-elf/branch-misc-1.d +++ b/ld/testsuite/ld-mips-elf/branch-misc-1.d @@ -1,7 +1,7 @@ #name: MIPS branch-misc-1 #source: ../../../gas/testsuite/gas/mips/branch-misc-1.s #objdump: --prefix-addresses -tdr --show-raw-insn -#ld: -Ttext 0x400000 -e 0x400000 +#ld: -Ttext 0x500000 -e 0x500000 -N .*: file format elf.*mips.* @@ -11,18 +11,18 @@ Disassembly of section \.text: \.\.\. \.\.\. \.\.\. -0+40003c <[^>]*> 0411fff0 bal 0+400000 <[^>]*> -0+400040 <[^>]*> 00000000 nop -0+400044 <[^>]*> 0411fff3 bal 0+400014 <[^>]*> -0+400048 <[^>]*> 00000000 nop -0+40004c <[^>]*> 0411fff6 bal 0+400028 <[^>]*> -0+400050 <[^>]*> 00000000 nop -0+400054 <[^>]*> 0411000a bal 0+400080 <[^>]*> -0+400058 <[^>]*> 00000000 nop -0+40005c <[^>]*> 0411000d bal 0+400094 <[^>]*> -0+400060 <[^>]*> 00000000 nop -0+400064 <[^>]*> 04110010 bal 0+4000a8 <[^>]*> -0+400068 <[^>]*> 00000000 nop +0+50003c <[^>]*> 0411fff0 bal 0+500000 <[^>]*> +0+500040 <[^>]*> 00000000 nop +0+500044 <[^>]*> 0411fff3 bal 0+500014 <[^>]*> +0+500048 <[^>]*> 00000000 nop +0+50004c <[^>]*> 0411fff6 bal 0+500028 <[^>]*> +0+500050 <[^>]*> 00000000 nop +0+500054 <[^>]*> 0411000a bal 0+500080 <[^>]*> +0+500058 <[^>]*> 00000000 nop +0+50005c <[^>]*> 0411000d bal 0+500094 <[^>]*> +0+500060 <[^>]*> 00000000 nop +0+500064 <[^>]*> 04110010 bal 0+5000a8 <[^>]*> +0+500068 <[^>]*> 00000000 nop \.\.\. \.\.\. \.\.\. |