aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog9
-rw-r--r--gas/Makefile.am1
-rw-r--r--gas/Makefile.in1
-rw-r--r--gas/config/tc-i386.c1
-rw-r--r--gas/config/te-netware.h28
-rw-r--r--gas/configure.tgt1
-rw-r--r--gas/po/POTFILES.in1
7 files changed, 9 insertions, 33 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ad99365..d54a09d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2018-04-16 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am: Remove netware support.
+ * config/tc-i386.c: Likewise.
+ * configure.tgt: Likewise.
+ * config/te-netware.h: Delete.
+ * Makefile.in: Regenerate.
+ * po/POTFILES.in: Regenerate.
+
2018-04-15 H.J. Lu <hongjiu.lu@intel.com>
* testsuite/gas/i386/x86-64-waitpkg.s: Add 32-bit registers
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 3b0dd03..2b34227 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -327,7 +327,6 @@ 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-psos.h \
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 8968b1e..4683a44 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -623,7 +623,6 @@ 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-psos.h \
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 028e062..9d5293d 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -432,7 +432,6 @@ const char extra_symbol_chars[] = "*%-([{}"
&& !defined (TE_GNU) \
&& !defined (TE_LINUX) \
&& !defined (TE_NACL) \
- && !defined (TE_NETWARE) \
&& !defined (TE_FreeBSD) \
&& !defined (TE_DragonFly) \
&& !defined (TE_NetBSD)))
diff --git a/gas/config/te-netware.h b/gas/config/te-netware.h
deleted file mode 100644
index e2586a8..0000000
--- a/gas/config/te-netware.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* te-netware.h -- NetWare target environment declarations.
- Copyright (C) 2004-2018 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 3, 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, 51 Franklin Street - Fifth Floor, Boston, MA
- 02110-1301, USA. */
-
-#define TE_NETWARE
-#define LOCAL_LABELS_FB 1
-
-#define LEX_AT (LEX_NAME | LEX_BEGIN_NAME) /* Can have @'s inside labels. */
-#define LEX_PCT (LEX_NAME | LEX_BEGIN_NAME) /* Can have %'s inside labels. */
-#define LEX_QM (LEX_NAME | LEX_BEGIN_NAME) /* Can have ?'s inside labels. */
-
-#include "obj-format.h"
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 0f5626b..96a74dd 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -490,7 +490,6 @@ case ${generic_target} in
*-*-solaris*) fmt=elf em=solaris ;;
*-*-aros*) fmt=elf em=linux ;;
*-*-vxworks* | *-*-windiss) fmt=elf em=vxworks ;;
- *-*-netware) fmt=elf em=netware ;;
esac
case ${cpu_type} in
diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in
index f4fe666..847a5cf 100644
--- a/gas/po/POTFILES.in
+++ b/gas/po/POTFILES.in
@@ -202,7 +202,6 @@ config/te-mach.h
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-psos.h