Change default start address to 0x10000 so that it fits in 20 bits
authorNick Clifton <nickc@redhat.com>
Fri, 4 Dec 1998 10:14:35 +0000 (10:14 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 4 Dec 1998 10:14:35 +0000 (10:14 +0000)
ld/ChangeLog
ld/emulparams/fr30.sh

index fa41a1de0f1ed8908786d31addc9b4734242d23c..f6ad560295af0bfeabacdfb4f864ada0d6dc40e7 100644 (file)
@@ -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>
 
index 770cab046c21ed90c4e7b7c273317c7b594c5842..8bf084c7a189d5c569f26603ff89b7646f5bd3c1 100755 (executable)
@@ -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)"
This page took 0.030084 seconds and 4 git commands to generate.