From 7b403836d707858c16b4e7397ba383c987ae2109 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 18 Apr 2011 13:43:21 +0000 Subject: 2011-04-18 Tristan Gingold * lib/gas-defs.exp (get_standard_section_names): Add names for alpha vms. * gas/all/gas.exp: Do not test diff1.s on alpha-vms. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/all/gas.exp | 2 ++ gas/testsuite/lib/gas-defs.exp | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'gas') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d3492aa..fc73aee 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-04-18 Tristan Gingold + + * lib/gas-defs.exp (get_standard_section_names): Add names for + alpha vms. + * gas/all/gas.exp: Do not test diff1.s on alpha-vms. + 2011-04-14 Andreas Krebbel * gas/s390/zarch-machine.s: New testcase. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 59500a1..c7cc452 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -34,12 +34,14 @@ if { ![istarget cris-*-*] && ![istarget crisv32-*-*] # This test is meaningless for the PA; the difference of two undefined # symbols is something that is (and must be) supported on the PA. +# The same is true for alpha-vms # # The MN10300 port supports link time relaxation which in turn allows # for link time resolution of the differneces of two symbols which are # undefined at assembly time. Hence this test will not pass for the # MN10300. The same thing is true for the RX port as well. if { ![istarget hppa*-*-*] + && ![istarget alpha*-*-*vms*] && ![istarget rx-*-*] && ![istarget mn10300-*-*] && ![istarget am3*-*-*] } then { diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index f10d72a..9d89a2e 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -290,6 +290,10 @@ proc get_standard_section_names {} { if [istarget "rx-*-*"] { return { "P" "D_1" "B_1" } } + if [istarget "alpha*-*-*vms*"] { + # Double quote: for TCL and for sh. + return { "\\\$CODE\\\$" "\\\$DATA\\\$" "\\\$BSS\\\$" } + } return } -- cgit v1.1