diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-09-13 18:56:03 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2009-09-13 18:56:03 +0000 |
commit | 3c0bfb2a239710f52543cc9e1a434814e82bd120 (patch) | |
tree | c0e258b518091bdb3c1f48d3f29992012b0ae3a7 /gas | |
parent | 005ca36a8b302b4d6da415e0cf66d5d9f684a8da (diff) | |
download | gdb-3c0bfb2a239710f52543cc9e1a434814e82bd120.zip gdb-3c0bfb2a239710f52543cc9e1a434814e82bd120.tar.gz gdb-3c0bfb2a239710f52543cc9e1a434814e82bd120.tar.bz2 |
gas/testsuite/
* gas/mips/mips16-dwarf2-n32.d: Expect odd addresses.
ld/testsuite/
* ld-mips-elf/eh-frame1-n32.d: Change "the section \.eh_frame"
to "the \.eh_frame section".
* ld-mips-elf/eh-frame1-n64.d: Likewise.
* ld-mips-elf/eh-frame2-n32.d: Likewise.
* ld-mips-elf/eh-frame2-n64.d: Likewise.
* ld-mips-elf/eh-frame3.d: Likewise.
* ld-mips-elf/eh-frame4.d: Likewise.
* ld-mips-elf/elf-rel-got-n32.d: Expect bals.
* ld-mips-elf/elf-rel-xgot-n32.d: Likewise.
* ld-mips-elf/mips-elf.exp: Force the MIPS16 PIC tests to use -mips1.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16-dwarf2-n32.d | 20 |
2 files changed, 14 insertions, 10 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7e4052b..3d737c2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-09-13 Richard Sandiford <rdsandiford@googlemail.com> + + * gas/mips/mips16-dwarf2-n32.d: Expect odd addresses. + 2009-09-11 Hans-Peter Nilsson <hp@bitrange.com> PR gas/10623 diff --git a/gas/testsuite/gas/mips/mips16-dwarf2-n32.d b/gas/testsuite/gas/mips/mips16-dwarf2-n32.d index e95325d..4e033e5 100644 --- a/gas/testsuite/gas/mips/mips16-dwarf2-n32.d +++ b/gas/testsuite/gas/mips/mips16-dwarf2-n32.d @@ -16,15 +16,15 @@ Relocation section '\.rela\.debug_line' at offset .* contains 1 entries: #... Line Number Statements: - Extended opcode 2: set Address to 0x0 + Extended opcode 2: set Address to 0x1 Copy - Special opcode .*: advance Address by 2 to 0x2 and Line by 1 to 2 - Special opcode .*: advance Address by 2 to 0x4 and Line by 1 to 3 - Special opcode .*: advance Address by 4 to 0x8 and Line by 1 to 4 - Special opcode .*: advance Address by 2 to 0xa and Line by 1 to 5 - Special opcode .*: advance Address by 4 to 0xe and Line by 1 to 6 - Special opcode .*: advance Address by 4 to 0x12 and Line by 1 to 7 - Advance PC by 2286 to 0x900 - Special opcode .*: advance Address by 0 to 0x900 and Line by 1 to 8 - Advance PC by 15 to 0x90f + Special opcode .*: advance Address by 2 to 0x3 and Line by 1 to 2 + Special opcode .*: advance Address by 2 to 0x5 and Line by 1 to 3 + Special opcode .*: advance Address by 4 to 0x9 and Line by 1 to 4 + Special opcode .*: advance Address by 2 to 0xb and Line by 1 to 5 + Special opcode .*: advance Address by 4 to 0xf and Line by 1 to 6 + Special opcode .*: advance Address by 4 to 0x13 and Line by 1 to 7 + Advance PC by 2286 to 0x901 + Special opcode .*: advance Address by 0 to 0x901 and Line by 1 to 8 + Advance PC by 15 to 0x910 Extended opcode 1: End of Sequence |