diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/elf.exp | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/section2.e-score | 9 |
3 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 506b705..072cfb2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2006-09-17 Mei Ligang <ligang@sunnorth.com.cn> + + * gas/score: New directory. + * gas/elf/section2.e-score: New file. + * gas/elf/elf.exp: Add special case for Score target. + 2006-09-16 Paul Brook <paul@codesourcery.com> * gas/arm/unwind.s: Test two argument form of .movsp. diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index 43265d0..2acecbf 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -50,6 +50,9 @@ if { ([istarget "*-*-*elf*"] if {[istarget m32r*-*-*]} then { set target_machine -m32r } + if {[istarget "score-*-*"]} then { + set target_machine -score + } if { ([istarget "*arm*-*-*"] || [istarget "xscale*-*-*"]) && ([istarget "*-*-*eabi"] diff --git a/gas/testsuite/gas/elf/section2.e-score b/gas/testsuite/gas/elf/section2.e-score new file mode 100644 index 0000000..6f30cba --- /dev/null +++ b/gas/testsuite/gas/elf/section2.e-score @@ -0,0 +1,9 @@ + +Symbol table '.symtab' contains 6 entries: + Num: Value Size Type Bind Vis Ndx Name + 0: 00000000 0 NOTYPE LOCAL DEFAULT UND + 1: 00000000 0 SECTION LOCAL DEFAULT 1 + 2: 00000000 0 SECTION LOCAL DEFAULT 2 + 3: 00000000 0 SECTION LOCAL DEFAULT 3 + 4: 00000000 0 SECTION LOCAL DEFAULT 5 + 5: 00000000 0 SECTION LOCAL DEFAULT 4 |