Remove MPW support from gas

Stan Shebs shebs@apple.com
Tue Mar 30 23:52:00 GMT 2004


This patch scrubs MPW bits from gas.

Stan

[ChangeLog]
2004-03-30  Stan Shebs  <shebs@apple.com>

        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]
2004-03-30  Stan Shebs  <shebs@apple.com>

        * gas/macros/macros.exp: Remove mention of MPW config.

Index: configure
===================================================================
RCS file: /cvs/src/src/gas/configure,v
retrieving revision 1.164
diff -p -r1.164 configure
*** configure   17 Mar 2004 00:46:24 -0000      1.164
--- configure   29 Mar 2004 18:31:05 -0000
*************** echo "$as_me: error: Solaris must be con
*** 4482,4488 ****
     { (exit 1); exit 1; }; }
            fi ;;
        ppc-*-rtems*)                   fmt=elf ;;
!       ppc-*-macos* | ppc-*-mpw*)      fmt=coff em=macos ;;
        ppc-*-netware*)                 fmt=elf em=ppcnw ;;
        ppc-**-nto*)                    fmt=elf ;;
        ppc-*-kaos*)                    fmt=elf ;;
--- 4482,4488 ----
     { (exit 1); exit 1; }; }
            fi ;;
        ppc-*-rtems*)                   fmt=elf ;;
!       ppc-*-macos*)                   fmt=coff em=macos ;;
        ppc-*-netware*)                 fmt=elf em=ppcnw ;;
        ppc-**-nto*)                    fmt=elf ;;
        ppc-*-kaos*)                    fmt=elf ;;
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.148
diff -p -r1.148 configure.in
*** configure.in        17 Mar 2004 00:46:24 -0000      1.148
--- configure.in        29 Mar 2004 18:31:06 -0000
*************** changequote([,])dnl
*** 433,439 ****
                AC_MSG_ERROR(Solaris must be configured little endian)
            fi ;;
        ppc-*-rtems*)                   fmt=elf ;;
!       ppc-*-macos* | ppc-*-mpw*)      fmt=coff em=macos ;;
        ppc-*-netware*)                 fmt=elf em=ppcnw ;;
        ppc-**-nto*)                    fmt=elf ;;
        ppc-*-kaos*)                    fmt=elf ;;
--- 433,439 ----
                AC_MSG_ERROR(Solaris must be configured little endian)
            fi ;;
        ppc-*-rtems*)                   fmt=elf ;;
!       ppc-*-macos*)                   fmt=coff em=macos ;;
        ppc-*-netware*)                 fmt=elf em=ppcnw ;;
        ppc-**-nto*)                    fmt=elf ;;
        ppc-*-kaos*)                    fmt=elf ;;
Index: testsuite/gas/macros/macros.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/macros.exp,v
retrieving revision 1.15
diff -p -r1.15 macros.exp
*** testsuite/gas/macros/macros.exp     10 Jun 2003 09:23:47 -0000      1.15
--- testsuite/gas/macros/macros.exp     29 Mar 2004 18:31:07 -0000
*************** if { ![istarget hppa*-*-*] || [istarget
*** 35,41 ****
 
      # 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 "rs6000-*-*"
 
      # FIXME: Due to difference in what "consecutive octets" means.
--- 35,41 ----
 
      # These fail due to NO_STRING_ESCAPES
      setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*"
!     setup_xfail "powerpc*-*-pe" "powerpc*-*-*win*"
      setup_xfail "rs6000-*-*"
 
      # FIXME: Due to difference in what "consecutive octets" means.



More information about the Binutils mailing list