aboutsummaryrefslogtreecommitdiff
path: root/include/a.out.host.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-10-11 18:01:05 +0000
committerPer Bothner <per@bothner.com>1991-10-11 18:01:05 +0000
commit23adc11718bd279f38b0a7e773e94757ba4ebb7a (patch)
tree55f964c337cf660406f26754b8697d84de208f95 /include/a.out.host.h
parent8e10cea14644c015ef70b37438bc4072fac49ab9 (diff)
downloadgdb-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-xinclude/a.out.host.h2
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