diff options
author | Rob Savoye <rob@cygnus> | 1996-04-12 22:47:01 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1996-04-12 22:47:01 +0000 |
commit | 07f48792d265b497e6479310f4925d1ee1ce58c4 (patch) | |
tree | 32d5284c71f63bf59a1fc888a82d207f976a6ac7 | |
parent | 132fdcb974ba05bdb2338292e9bbabce9c48a973 (diff) | |
download | gdb-07f48792d265b497e6479310f4925d1ee1ce58c4.zip gdb-07f48792d265b497e6479310f4925d1ee1ce58c4.tar.gz gdb-07f48792d265b497e6479310f4925d1ee1ce58c4.tar.bz2 |
* scripttempl/m68kcoff.sc: Remove default address for .data so
.text, .data, and .bss are all sequential.
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bb56ab1..24a1deb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 12 16:40:56 1996 Rob Savoye <rob@chinadoll> + + * scripttempl/m68kcoff.sc: Remove default address for .data so + .text, .data, and .bss are all sequential. + Thu Apr 11 12:05:35 1996 Ian Lance Taylor <ian@cygnus.com> * scripttempl/m68kcoff.sc: Remove regions and simplify. |