diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:13:07 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:13:07 +0930 |
commit | 5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e (patch) | |
tree | bac695902b3f4858c48e4715122291c3cc1e19a0 /bfd/aoutx.h | |
parent | b4b594e304d44458e25e106ddb4824a37aaf556c (diff) | |
download | gdb-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.zip gdb-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.tar.gz gdb-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.tar.bz2 |
Remove sony newsos3 support
include/
* aout/host.h: Remove newsos3 support.
bfd/
* Makefile.am: Remove newsos3 support.
* aoutx.h: Likewise.
* config.bfd: Likewise.
* configure.ac: Likewise.
* targets.c: Likewise.
* newsos3.c: Delete.
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
binutils/
* testsuite/binutils-all/copy-2.d: Remove newsos3 support.
* testsuite/binutils-all/nm.exp: Likewise.
ld/
* Makefile.am: Remove newsos3 support.
* configure.tgt: Likewise.
* emulparams/news.sh: Delete.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 7809fac..fb1ac7d 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -39,8 +39,7 @@ DESCRIPTION This information is further split out into more specific files for each machine, including @file{sunos.c} for sun3 and sun4, - @file{newsos3.c} for the Sony NEWS, and @file{demo64.c} for a - demonstration of a 64 bit a.out format. + and @file{demo64.c} for a demonstration of a 64 bit a.out format. The base file @file{aoutx.h} defines general mechanisms for reading and writing records to and from disk and various |