diff options
author | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 18:43:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 18:43:17 +0000 |
commit | 6c71dbc457622f35ea830b9004ea124fd3413812 (patch) | |
tree | d0c22d5d072e3c7bebd0c84d9c6cc6c0c7708b01 /gas/testsuite | |
parent | 3e6bb910c3e70024f820373b1e6d14d857dcff4b (diff) | |
download | gdb-6c71dbc457622f35ea830b9004ea124fd3413812.zip gdb-6c71dbc457622f35ea830b9004ea124fd3413812.tar.gz gdb-6c71dbc457622f35ea830b9004ea124fd3413812.tar.bz2 |
Remove long-obsolete MPW support.
* mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
* configure.in: Remove mention of ppc-*-mpw* config.
* configure.in: Likewise.
[testsuite/ChangeLog]
* gas/macros/macros.exp: Remove mention of MPW config.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/macros.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5beb3a5..c11a82c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-03-30 Stan Shebs <shebs@apple.com> + + * gas/macros/macros.exp: Remove mention of MPW config. + 2004-03-27 Alan Modra <amodra@bigpond.net.au> * gas/i860/dir-intel03-err.l: Update for junk at end line becoming diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index 19568d9..83dc4cf 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -35,7 +35,7 @@ if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } { # These fail due to NO_STRING_ESCAPES setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*" - setup_xfail "powerpc*-*-mpw*" "powerpc*-*-pe" "powerpc*-*-*win*" + setup_xfail "powerpc*-*-pe" "powerpc*-*-*win*" setup_xfail "rs6000-*-*" # FIXME: Due to difference in what "consecutive octets" means. |