diff options
author | Per Bothner <per@bothner.com> | 1991-10-11 18:01:05 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-10-11 18:01:05 +0000 |
commit | 23adc11718bd279f38b0a7e773e94757ba4ebb7a (patch) | |
tree | 55f964c337cf660406f26754b8697d84de208f95 /include/a.out.host.h | |
parent | 8e10cea14644c015ef70b37438bc4072fac49ab9 (diff) | |
download | gdb-23adc11718bd279f38b0a7e773e94757ba4ebb7a.zip gdb-23adc11718bd279f38b0a7e773e94757ba4ebb7a.tar.gz gdb-23adc11718bd279f38b0a7e773e94757ba4ebb7a.tar.bz2 |
* a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
* bfd.h (align_power): Add (actually move) comment.
Diffstat (limited to 'include/a.out.host.h')
-rwxr-xr-x | include/a.out.host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/a.out.host.h b/include/a.out.host.h index a7829ad..5d3488a 100755 --- a/include/a.out.host.h +++ b/include/a.out.host.h @@ -9,7 +9,7 @@ #define SEGMENT_SIZE page_size #endif #ifdef sony -#define SEGMENT_SIZE 0x2000 +#define SEGMENT_SIZE 0x1000 #endif /* Sony. */ #ifdef is68k #define SEGMENT_SIZE 0x20000 |