aboutsummaryrefslogtreecommitdiff
path: root/include/aout
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-16 15:13:07 +0930
committerAlan Modra <amodra@gmail.com>2018-04-16 15:13:07 +0930
commit5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e (patch)
treebac695902b3f4858c48e4715122291c3cc1e19a0 /include/aout
parentb4b594e304d44458e25e106ddb4824a37aaf556c (diff)
downloadbinutils-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.zip
binutils-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.tar.gz
binutils-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 'include/aout')
-rw-r--r--include/aout/host.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/aout/host.h b/include/aout/host.h
index 2cbe733..6447e02 100644
--- a/include/aout/host.h
+++ b/include/aout/host.h
@@ -26,10 +26,6 @@
#define SEGMENT_SIZE page_size
#endif
-#ifdef sony
-#define SEGMENT_SIZE 0x1000
-#endif /* Sony. */
-
#ifdef is68k
#define SEGMENT_SIZE 0x20000
#endif