This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Skip ia64-*-* instead of ia64-*-linux*


On Tue, Sep 30, 2003 at 07:26:11PM +0200, Jakub Jelinek wrote:
> On Tue, Sep 30, 2003 at 12:13:59PM -0700, H. J. Lu wrote:
> > I checked in this patch for ia64-hpux.
> > 
> > H.J.
> > ----
> > 2003-09-30  H.J. Lu  <hongjiu.lu@intel.com>
> > 
> > 	* ld-checks/checks.exp (section_check): Skip ia64-*-* instead
> > 	of ia64-*-linux*.
> > 
> > --- ld/testsuite/ld-checks/checks.exp.hpux	2001-08-27 08:55:44.000000000 -0700
> > +++ ld/testsuite/ld-checks/checks.exp	2003-09-30 11:50:38.000000000 -0700
> > @@ -25,7 +25,7 @@ proc section_check {} {
> >      global subdir
> >      
> >      # The usage of .lcomm in asm.s is incompatible with ia64 and ppc coff.
> > -    if { [istarget ia64-*-elf*] || [istarget ia64-*-linux*]
> > +    if { [istarget ia64-*-elf*] || [istarget ia64-*-*]
> 
> This surely is the same as:
>        if { [istarget ia64-*-*]
> isn't it?
> 

I will check in this.


H.J.
---
2003-09-30  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-checks/checks.exp (section_check): Remove ia64-*-elf*.

--- ld-checks/checks.exp.ia64	2003-09-30 12:38:02.000000000 -0700
+++ ld-checks/checks.exp	2003-09-30 12:42:54.000000000 -0700
@@ -25,7 +25,7 @@ proc section_check {} {
     global subdir
     
     # The usage of .lcomm in asm.s is incompatible with ia64 and ppc coff.
-    if { [istarget ia64-*-elf*] || [istarget ia64-*-*]
+    if { [istarget ia64-*-*]
 	 || [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*]
 	 || [istarget rs6000-*-*] } {
 	return


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]