diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-01-03 16:28:18 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-01-03 16:28:18 +0000 |
commit | 731828cb8b087367edc39e6cf0c10c6b7045cc11 (patch) | |
tree | a8a17ef4a5730c53e6558a6f38973740f3890100 | |
parent | e1db0d47c50516d0fd2f9a473c9fc34e20ba277a (diff) | |
download | gdb-731828cb8b087367edc39e6cf0c10c6b7045cc11.zip gdb-731828cb8b087367edc39e6cf0c10c6b7045cc11.tar.gz gdb-731828cb8b087367edc39e6cf0c10c6b7045cc11.tar.bz2 |
Add .{z,t}common and .tcommon_byte sections
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9348768..4b13a1a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-v850 +Fri Jan 3 11:27:02 1997 Michael Meissner <meissner@tiktok.cygnus.com> + + * scripttempl/v850.sc (.zdata): Add .zcommon section. + (.tdata): Add .tcommon and .tcommon_byte sections. + +end-sanitize-v850 Thu Jan 2 18:14:32 1997 Ian Lance Taylor <ian@cygnus.com> * configure.tgt (mips*el-*-linux*, mips*-*-linux*): New targets. |