diff options
author | Nick Clifton <nickc@redhat.com> | 2004-06-18 14:09:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-06-18 14:09:41 +0000 |
commit | 32137342ec784ec1255686b45956f7f2b1f8e037 (patch) | |
tree | ef10ee40754cfd631546b6d9e3f0201a758a6c84 /gas/Makefile.am | |
parent | d39ffabe00dcd404fc3e2ef95f0b87056066c030 (diff) | |
download | gdb-32137342ec784ec1255686b45956f7f2b1f8e037.zip gdb-32137342ec784ec1255686b45956f7f2b1f8e037.tar.gz gdb-32137342ec784ec1255686b45956f7f2b1f8e037.tar.bz2 |
* 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.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 995d3df..6d048d9 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -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 \ |