diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-08-17 21:49:40 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-08-17 21:49:40 +0000 |
commit | ed67cfa226fd66fb72d996b08eaf95cd229a2270 (patch) | |
tree | abafde630b7ed23626b6654bd65799b8d9cb3b8c /ld | |
parent | ff31ebda500872bb0fa42187661e19f97059bd0e (diff) | |
download | gdb-ed67cfa226fd66fb72d996b08eaf95cd229a2270.zip gdb-ed67cfa226fd66fb72d996b08eaf95cd229a2270.tar.gz gdb-ed67cfa226fd66fb72d996b08eaf95cd229a2270.tar.bz2 |
* scripttempl/h8500s.sc (.rdata): All data must go in data segment.
(.strings,.ctors,.dtors): Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7e18dce..9e4f6cd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 17 14:46:34 1995 Doug Evans <dje@canuck.cygnus.com> + + * scripttempl/h8500s.sc (.rdata): All data must go in data segment. + (.strings,.ctors,.dtors): Likewise. + Wed Aug 16 11:38:59 1995 steve chamberlain <sac@slash.cygnus.com> * scripttempl/armpe.sc: Always start code at 0x401000, even |