diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-04-25 17:27:31 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-04-25 17:27:31 +0000 |
commit | 5c28a96e4617388799e35deb19d4943c2c56fa51 (patch) | |
tree | 8e4bb9fb469d9e277748a4e34d57ecc87a6604ee /bfd | |
parent | 3d40ace08597e8c49c3da9a236e4a81cef8d8395 (diff) | |
download | gdb-5c28a96e4617388799e35deb19d4943c2c56fa51.zip gdb-5c28a96e4617388799e35deb19d4943c2c56fa51.tar.gz gdb-5c28a96e4617388799e35deb19d4943c2c56fa51.tar.bz2 |
Do not make _SDA_BASE{,2}_ a dynamic symbol.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ab619ce..9a855ab 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 25 13:25:12 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * elflink.c (_bfd_elf_create_dynamic_sections): If the section + being created is .sdata or .sdata2, don't make the symbol dynamic. + Wed Apr 24 14:04:07 1996 Ian Lance Taylor <ian@cygnus.com> * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the |