public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* hppa testsuite patch
@ 2000-07-10  7:59 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2000-07-10  7:59 UTC (permalink / raw)
  To: binutils

hppa-linux uses the standard ELF .comm pseudo, so no need to hack the
testsuite around.  Committed.

Alan Modra
-- 
Linuxcare.  Support for the Revolution.

binutils/testsuite/ChangeLog
	* lib/utils-lib.exp (default_binutils_assemble): Don't do the hppa
	sed fudges for hppa-linux.

Index: binutils/testsuite/lib/utils-lib.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/lib/utils-lib.exp,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 utils-lib.exp
--- utils-lib.exp	1999/05/03 07:29:11	1.1.1.1
+++ utils-lib.exp	2000/07/10 13:24:11
@@ -90,10 +90,11 @@ proc default_binutils_assemble { source 
     # This is a hack in that it won't scale well if other targets need
     # similar transformations to assemble.  We'll generalize the hack
     # if/when other targets need similar handling.
-    if [istarget "hppa*-*-*" ] then {
-	send_log "sed -f $srcdir/config/hppa.sed < $source > asm.s\n"
-	verbose "sed -f $srcdir/config/hppa.sed < $source > asm.s"
-	catch "exec sed -f $srcdir/config/hppa.sed < $source > asm.s";
+    if { [istarget "hppa*-*-*"] && ![istarget "*-*-linux*" ] } then {
+        set sed_file $srcdir/config/hppa.sed
+	send_log "sed -f $sed_file < $source > asm.s\n"
+	verbose "sed -f $sed_file < $source > asm.s"
+	catch "exec sed -f $sed_file < $source > asm.s";
 	set source asm.s
     }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-07-10  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-10  7:59 hppa testsuite patch Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).