aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-12-04 10:14:35 +0000
committerNick Clifton <nickc@redhat.com>1998-12-04 10:14:35 +0000
commit24776ee006a9191032ae4d4e2e0e506173e9b87c (patch)
tree2b02a976395d87255f42a23be6e025047ce530db /ld
parent99c53aa9f67dac2ed1e8dcf76253e34b59aae7ab (diff)
downloadgdb-24776ee006a9191032ae4d4e2e0e506173e9b87c.zip
gdb-24776ee006a9191032ae4d4e2e0e506173e9b87c.tar.gz
gdb-24776ee006a9191032ae4d4e2e0e506173e9b87c.tar.bz2
Change default start address to 0x10000 so that it fits in 20 bits
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog15
-rwxr-xr-xld/emulparams/fr30.sh2
2 files changed, 15 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index fa41a1d..f6ad560 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,17 @@
+1998-12-04 Nick Clifton <nickc@cygnus.com>
+
+ * emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR
+ from 0x100000 to 0x10000 so that it fits in 20 bits.
+
+Sat Nov 28 22:32:20 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * ldemul.h (ldemul_recognized_file): Declare.
+
+Sat Nov 28 22:30:55 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * ldlang.c (lang_add_wild): Don't pretend that there is an input
+ file if the filename is a wildcard pattern.
+
1998-11-25 DJ Delorie <dj@cygnus.com>
* ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file"
@@ -16,7 +30,6 @@ start-sanitize-vr4xxx
* configure.tgt: Handle mips64*vr4xxx.
-
end-sanitize-vr4xxx
1998-11-23 DJ Delorie <dj@cygnus.com>
diff --git a/ld/emulparams/fr30.sh b/ld/emulparams/fr30.sh
index 770cab0..8bf084c 100755
--- a/ld/emulparams/fr30.sh
+++ b/ld/emulparams/fr30.sh
@@ -1,7 +1,7 @@
MACHINE=
SCRIPT_NAME=fr30
OUTPUT_FORMAT="elf32-fr30"
-TEXT_START_ADDR=0x100000
+TEXT_START_ADDR=0x10000
ZDATA_START_ADDR=0x160
ROZDATA_START_ADDR="ALIGN (4)"
SDATA_START_ADDR="ALIGN (4)"