bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remove bfd_gas=yes which was accidentally set for sh-coff targets


From: Nick Clifton
Subject: Remove bfd_gas=yes which was accidentally set for sh-coff targets
Date: 21 May 2002 19:42:24 +0100

Hi Guys,

  I am checking in the patch below to remove the accidental enabling
  sh bfd_gas=yes for sh-coff targets.   Joern pointed out to me that
  this breaks linker relaxation for sh-coff targets, and it was an
  experimental change anyway and not part of the patch which checked
  it in.

Cheers
        Nick

2002-05-21  Nick Clifton  <address@hidden>

        * configure.in: Remove accidental enabling of bfd_gas=yes for
        sh-coff targets.
        * configure: Regenerate.

Index: gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.99
diff -c -3 -p -w -r1.99 configure.in
*** gas/configure.in    30 Apr 2002 17:46:57 -0000      1.99
--- gas/configure.in    21 May 2002 18:39:58 -0000
*************** changequote([,])dnl
*** 423,432 ****
                            esac ;;
        sh*-*-netbsdelf*)     fmt=elf em=nbsd ;;
        sh-*-elf*)          fmt=elf ;;
!       sh-*-coff*)           fmt=coff bfd_gas=yes;;
        sh-*-pe*)             fmt=coff em=pe bfd_gas=yes endian=little ;;
        sh-*-rtemself*)       fmt=elf ;;
!       sh-*-rtems*)        fmt=coff bfd_gas=yes;;
  
        sh64-*-elf*)        fmt=elf ;;
        ns32k-pc532-mach* | ns32k-pc532-ux*)    fmt=aout em=pc532mach ;;
--- 423,432 ----
                            esac ;;
        sh*-*-netbsdelf*)     fmt=elf em=nbsd ;;
        sh-*-elf*)          fmt=elf ;;
!       sh-*-coff*)           fmt=coff ;;
        sh-*-pe*)             fmt=coff em=pe bfd_gas=yes endian=little ;;
        sh-*-rtemself*)       fmt=elf ;;
!       sh-*-rtems*)        fmt=coff ;;
  
        sh64-*-elf*)        fmt=elf ;;
        ns32k-pc532-mach* | ns32k-pc532-ux*)    fmt=aout em=pc532mach ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]