diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-21 13:11:05 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-21 13:11:05 +0000 |
commit | a8e53fb060baeebbf81fa5c0462effe814dfa1c5 (patch) | |
tree | b424287e26b1cd1434470b4b2880e0f9d2d2affe /ld/ChangeLog | |
parent | 6094e721e9a8629eed6b5b1585e86885da2300b9 (diff) | |
download | gdb-a8e53fb060baeebbf81fa5c0462effe814dfa1c5.zip gdb-a8e53fb060baeebbf81fa5c0462effe814dfa1c5.tar.gz gdb-a8e53fb060baeebbf81fa5c0462effe814dfa1c5.tar.bz2 |
* scripttempl/elf.sc (WRITABLE_RODATA): New variable for
controlling whether or not .rodata is in the data segment or the
text segment.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b1e5071..3e2235d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,10 +1,15 @@ +1999-06-20 Mark Mitchell <mark@codesourcery.com> + + * scripttempl/elf.sc (WRITABLE_RODATA): New variable for + controlling whether or not .rodata is in the data segment or the + text segment. + 1999-06-18 Nick Clifton <nickc@cygnus.com> * emultempl/pe.em: Add new command line switch --thumb-entry. * emultempl/armelf.em: Add new command line switch --thumb-entry. * emultempl/armcoff.em: Add new command line switch --thumb-entry. * ld.texinfo: Document new ARM command line switch: --thumb-entry. - 1999-06-20 H.J. Lu <hjl@gnu.org> * configure.in (all_libpath): Accumulate across all enabled targets. |