* config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
authorNick Clifton <nickc@redhat.com>
Fri, 18 Jun 2004 14:09:41 +0000 (14:09 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 18 Jun 2004 14:09:41 +0000 (14:09 +0000)
* config/te-netware.h: New file.
* config/te-ppcnw.h: Delete: Obsolete.
* configure.in: Eliminate ill NetWare targets. Make generic
  NetWare target use proper emulation.
* Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
  reference to new te-netware.h.
* configure: Regenerate.
* Makefile.in: Regenerate.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/tc-i386.c
gas/config/te-ppcnw.h [deleted file]
gas/configure
gas/configure.in

index da45ddfcadbcf999ed0184b534a84ed74b3b78d4..3d93a17952671e7fc4398e80234596b0bacfc1bb 100644 (file)
@@ -1,3 +1,15 @@
+2004-06-17  Jan Beulich <jbeulich@novell.com>
+
+       * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
+       * config/te-netware.h: New file.
+       * config/te-ppcnw.h: Delete: Obsolete.
+       * configure.in: Eliminate ill NetWare targets. Make generic
+       NetWare target use proper emulation.
+       * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
+       reference to new te-netware.h.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
 2004-06-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
index 995d3dff7873fd69219584272b17c283fcc07571..6d048d9d3ade05dae8c386a19a021e2e7c9bba44 100644 (file)
@@ -391,9 +391,9 @@ TARG_ENV_HFILES = \
        config/te-macos.h \
        config/te-nbsd.h \
        config/te-nbsd532.h \
+       config/te-netware.h \
        config/te-pc532mach.h \
        config/te-pe.h \
-       config/te-ppcnw.h \
        config/te-psos.h \
        config/te-riscix.h \
        config/te-sparcaout.h \
index 6fc46e309b4dc8d1365ca857c79f4e76b9397e85..12d7a6e0ed6acc9f09c882b65f72395e21577c9e 100644 (file)
@@ -618,9 +618,9 @@ TARG_ENV_HFILES = \
        config/te-macos.h \
        config/te-nbsd.h \
        config/te-nbsd532.h \
+       config/te-netware.h \
        config/te-pc532mach.h \
        config/te-pe.h \
-       config/te-ppcnw.h \
        config/te-psos.h \
        config/te-riscix.h \
        config/te-sparcaout.h \
index f37c259249fc029c20aa64a8039a56087a908349..823435f110120c30a3cd2ca55765a1f862b7eb29 100644 (file)
@@ -182,15 +182,19 @@ typedef struct _i386_insn i386_insn;
 
 /* List of chars besides those in app.c:symbol_chars that can start an
    operand.  Used to prevent the scrubber eating vital white-space.  */
+const char extra_symbol_chars[] = "*%-(["
 #ifdef LEX_AT
-const char extra_symbol_chars[] = "*%-(@[";
-#else
-const char extra_symbol_chars[] = "*%-([";
+       "@"
+#endif
+#ifdef LEX_QM
+       "?"
 #endif
+       ;
 
 #if (defined (TE_I386AIX)                              \
      || ((defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF))        \
         && !defined (TE_LINUX)                         \
+        && !defined (TE_NETWARE)                       \
         && !defined (TE_FreeBSD)                       \
         && !defined (TE_NetBSD)))
 /* This array holds the chars that always start a comment.  If the
@@ -971,6 +975,10 @@ md_begin ()
 
 #ifdef LEX_AT
     identifier_chars['@'] = '@';
+#endif
+#ifdef LEX_QM
+    identifier_chars['?'] = '?';
+    operand_chars['?'] = '?';
 #endif
     digit_chars['-'] = '-';
     identifier_chars['_'] = '_';
diff --git a/gas/config/te-ppcnw.h b/gas/config/te-ppcnw.h
deleted file mode 100644 (file)
index 1337591..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/* te-ppcnw.h -- Power PC running Netware environment declarations.
-   Copyright 1994, 1995, 2000 Free Software Foundation, Inc.
-
-   This file is part of GAS, the GNU Assembler.
-
-   GAS is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   GAS is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
-
-/* Added these, because if we don't know what we're targeting we may
-   need an assembler version of libgcc, and that will use local
-   labels.  */
-#define LOCAL_LABELS_DOLLAR 1
-#define LOCAL_LABELS_FB 1
-
-/* these define interfaces */
-#include "obj-format.h"
-
-/* gcc uses escape sequences for ppc/netware.  */
-
-#undef NO_STRING_ESCAPES
index 666d783693999111ccbd1e779b724d6d20fee152..1f83fbf1328c006432456bfe48c5d9c46221b317 100755 (executable)
@@ -4229,7 +4229,6 @@ for this_target in $target $canon_targets ; do
       a29k-*-vxworks*)                 fmt=coff ;;
 
       alpha*-*-*vms*)                  fmt=evax ;;
-      alpha*-*-netware*)               fmt=ecoff ;;
       alpha*-*-osf*)                   fmt=ecoff ;;
       alpha*-*-linuxecoff*)            fmt=ecoff ;;
       alpha*-*-linux-gnu*)             fmt=elf em=linux ;;
@@ -4490,7 +4489,6 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
            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 ;;
       ppc-*-lynxos*)                   fmt=elf em=lynx bfd_gas=yes ;;
@@ -4579,7 +4577,7 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
       *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
       *-*-aros*)                       fmt=elf em=linux bfd_gas=yes ;;
       *-*-vxworks | *-*-windiss)       fmt=elf ;;
-      *-*-netware)                     fmt=elf ;;
+      *-*-netware)                     fmt=elf em=netware ;;
     esac
 
     if test ${this_target} = $target ; then
index 446f68970ff075da5fa0117504ef10e3d095b34b..ab6460cbbe65695bf1192113df0dce05fddb3f4c 100644 (file)
@@ -190,7 +190,6 @@ changequote([,])dnl
       a29k-*-vxworks*)                 fmt=coff ;;
 
       alpha*-*-*vms*)                  fmt=evax ;;
-      alpha*-*-netware*)               fmt=ecoff ;;
       alpha*-*-osf*)                   fmt=ecoff ;;
       alpha*-*-linuxecoff*)            fmt=ecoff ;;
       alpha*-*-linux-gnu*)             fmt=elf em=linux ;;
@@ -434,7 +433,6 @@ changequote([,])dnl
            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 ;;
       ppc-*-lynxos*)                   fmt=elf em=lynx bfd_gas=yes ;;
@@ -523,7 +521,7 @@ changequote([,])dnl
       *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
       *-*-aros*)                       fmt=elf em=linux bfd_gas=yes ;;
       *-*-vxworks | *-*-windiss)       fmt=elf ;;
-      *-*-netware)                     fmt=elf ;;
+      *-*-netware)                     fmt=elf em=netware ;;
     esac
 
     if test ${this_target} = $target ; then
This page took 0.038808 seconds and 4 git commands to generate.