Special case handlign for m32r port
This commit is contained in:
parent
d3c456e950
commit
6a7715f477
3 changed files with 15 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* gas/elf/section2.e-m32r: New file.
|
||||
* gas/elf/elf.exp: Use section2.e-m32r for m32r targets.
|
||||
|
||||
* gas/sh/dsp.d: Fix expected results.
|
||||
|
||||
2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
|
|
@ -42,6 +42,9 @@ if { ([istarget "*-*-elf*"]
|
|||
if {[istarget "mips*-*-*"] || [istarget v850-*-*]} then {
|
||||
set target_machine -mips
|
||||
}
|
||||
if {[istarget m32r*-*-*]} then {
|
||||
set target_machine -m32r
|
||||
}
|
||||
run_dump_test "ehopt0"
|
||||
run_dump_test "section0"
|
||||
run_dump_test "section1"
|
||||
|
|
9
gas/testsuite/gas/elf/section2.e-m32r
Normal file
9
gas/testsuite/gas/elf/section2.e-m32r
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
Symbol table '.symtab' contains 6 entries:
|
||||
Num: Value[ ]* Size Type Bind Vis Ndx Name
|
||||
0: 0+0 0 NOTYPE LOCAL DEFAULT UND
|
||||
1: 0+0 0 SECTION LOCAL DEFAULT 1
|
||||
2: 0+0 0 SECTION LOCAL DEFAULT 2
|
||||
3: 0+0 0 SECTION LOCAL DEFAULT 3
|
||||
4: 0+0 0 SECTION LOCAL DEFAULT 5
|
||||
5: 0+0 0 SECTION LOCAL DEFAULT 4
|
Loading…
Add table
Reference in a new issue