diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/aout/host.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 75e0b971..f6d3b74 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,9 @@ 2018-04-16 Alan Modra <amodra@gmail.com> + * aout/host.h: Remove newsos3 support. + +2018-04-16 Alan Modra <amodra@gmail.com> + * nlm/ChangeLog-9315: Delete. * nlm/alpha-ext.h: Delete. * nlm/common.h: Delete. 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 |