diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-08-23 02:03:16 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-08-23 02:03:16 +0000 |
commit | 35f73a73cc11da55ba1f4201a814291fbd7833b5 (patch) | |
tree | fb140dab1812da44bea899084eb87e409cbcce14 | |
parent | e156735260644f4937072e602234068a8bc6edf9 (diff) | |
download | gcc-35f73a73cc11da55ba1f4201a814291fbd7833b5.tar.gz |
linkage.exp: Treat all HP-UX platforms identically.
* gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
identically.
From-SVN: r70721
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/linkage.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 55ebad9ef9a..3ec6c04a3f4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2003-08-22 Mark Mitchell <mark@codesourcery.com> + * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms + identically. + +2003-08-22 Mark Mitchell <mark@codesourcery.com> + * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*. 2003-08-22 Mark Mitchell <mark@codesourcery.com> diff --git a/gcc/testsuite/gcc.misc-tests/linkage.exp b/gcc/testsuite/gcc.misc-tests/linkage.exp index 7d2e17589fa..7aa99667566 100644 --- a/gcc/testsuite/gcc.misc-tests/linkage.exp +++ b/gcc/testsuite/gcc.misc-tests/linkage.exp @@ -53,7 +53,7 @@ if [isnative] then { if [ string match "*32-bit*" $file_string ] { set native_cflags "-m31" } - } elseif [istarget "ia64-hp-hpux*"] { + } elseif [istarget "*-hp-hpux*"] { set file_string [exec file "linkage-x.o"] if [ string match "*ELF-64*" $file_string ] { set native_cflags "+DD64" |