diff options
author | Alan Modra <amodra@gmail.com> | 2001-11-19 01:25:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-11-19 01:25:00 +0000 |
commit | e5ee5df1907fdda58597ffe44a32e3ca6d4eee68 (patch) | |
tree | 8341c48707baee68816e24b6296041b7dd2743fd /bfd/ChangeLog | |
parent | 6eeb40b2c0dacbea635c455992e6991e88a45ef2 (diff) | |
download | gdb-e5ee5df1907fdda58597ffe44a32e3ca6d4eee68.zip gdb-e5ee5df1907fdda58597ffe44a32e3ca6d4eee68.tar.gz gdb-e5ee5df1907fdda58597ffe44a32e3ca6d4eee68.tar.bz2 |
* elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete.
(allocate_PIC_calls): Rename to allocate_plt_static.
(allocate_dynrelocs): Move most of code handling .plt entries to..
(allocate_plt_static): ..here. Don't drop plabel entries.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 207bb43..ff5c99f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2001-11-19 Alan Modra <amodra@bigpond.net.au> + + * elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete. + (allocate_PIC_calls): Rename to allocate_plt_static. + (allocate_dynrelocs): Move most of code handling .plt entries to.. + (allocate_plt_static): ..here. Don't drop plabel entries. + 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com> * mmo.c: Adjust documentation tags to use texinfo 4 features. |