aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-12-31 21:13:03 +0000
committerDavid MacKenzie <djm@cygnus>1993-12-31 21:13:03 +0000
commitae9c8007015649cd5cfc9be3fefd4626ddab1ece (patch)
treed61c566c2d66b83997a6c3ad3559916dc4d8102d /ld
parent696df58f2d15aad7fc71e051a34488aaf092380f (diff)
downloadgdb-ae9c8007015649cd5cfc9be3fefd4626ddab1ece.zip
gdb-ae9c8007015649cd5cfc9be3fefd4626ddab1ece.tar.gz
gdb-ae9c8007015649cd5cfc9be3fefd4626ddab1ece.tar.bz2
* emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include
exec header offset, since the exec header isn't loaded. (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/emulparams/i386mach.sh7
2 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ece9172..f786771 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+Fri Dec 31 11:37:28 1993 David J. Mackenzie (djm@thepub.cygnus.com)
+
+ * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include
+ exec header offset, since the exec header isn't loaded.
+ (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
+
Thu Dec 30 13:01:43 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
A major rewrite to move the bulk of the linker into BFD so that
diff --git a/ld/emulparams/i386mach.sh b/ld/emulparams/i386mach.sh
new file mode 100644
index 0000000..107a7fb
--- /dev/null
+++ b/ld/emulparams/i386mach.sh
@@ -0,0 +1,7 @@
+SCRIPT_NAME=aout
+OUTPUT_FORMAT="a.out-mach3"
+TEXT_START_ADDR=0x10020
+NONPAGED_TEXT_START_ADDR=0x10000
+PAGE_SIZE=1
+SEGMENT_SIZE=0
+ARCH=i386