From b4b594e304d44458e25e106ddb4824a37aaf556c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 16 Apr 2018 15:11:22 +0930 Subject: Remove netware support include/ * nlm/ChangeLog-9315: Delete. * nlm/alpha-ext.h: Delete. * nlm/common.h: Delete. * nlm/external.h: Delete. * nlm/i386-ext.h: Delete. * nlm/internal.h: Delete. * nlm/ppc-ext.h: Delete. * nlm/sparc32-ext.h: Delete. bfd/ * Makefile.am: Remove netware support. * bfd-in.h: Likewise. * bfd.c: Likewise. * config.bfd: Likewise. * configure.ac: Likewise. * doc/bfdint.texi: Likewise. * ecoff.c: Likewise. * targets.c: Likewise. * libnlm.h: Delete. * nlm-target.h: Delete. * nlm.c: Delete. * nlm32-alpha.c: Delete. * nlm32-i386.c: Delete. * nlm32-ppc.c: Delete. * nlm32-sparc.c: Delete. * nlm32.c: Delete. * nlm64.c: Delete. * nlmcode.h: Delete. * nlmswap.h: Delete. * Makefile.in: Regenerate. * bfd-in2.h: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. binutils/ * .gitignore: Remove netware support. * Makefile.am: Likewise. * configure.ac: Likewise. * doc/Makefile.am: Likewise. * doc/binutils.texi: Likewise. * testsuite/binutils-all/nm.exp: Likewise. * nlmconv.c: Delete. * nlmconv.h: Delete. * nlmheader.y: Delete. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. gas/ * 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. gprof/ * corefile.c: Remove netware support. ld/ * Makefile.am: Remove netware support. * configure.tgt: Likewise. * testsuite/ld-powerpc/powerpc.exp: Likewise. * emulparams/i386nw.sh: Delete. * emulparams/ppcnw.sh: Delete. * scripttempl/nw.sc: Delete. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate. --- gas/ChangeLog | 9 +++++++++ gas/Makefile.am | 1 - gas/Makefile.in | 1 - gas/config/tc-i386.c | 1 - gas/config/te-netware.h | 28 ---------------------------- gas/configure.tgt | 1 - gas/po/POTFILES.in | 1 - 7 files changed, 9 insertions(+), 33 deletions(-) delete mode 100644 gas/config/te-netware.h (limited to 'gas') 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 + + * 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 * 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 -- cgit v1.1