diff options
author | Alan Modra <amodra@gmail.com> | 2001-11-19 03:01:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-11-19 03:01:43 +0000 |
commit | 2a5aaecb4aabbc6320ef34a5c127bfae1e7748b6 (patch) | |
tree | 8b2a14f8d4d549ae44d8ccc3148495d3b1b1827d /bfd/ChangeLog | |
parent | e5ee5df1907fdda58597ffe44a32e3ca6d4eee68 (diff) | |
download | gdb-2a5aaecb4aabbc6320ef34a5c127bfae1e7748b6.zip gdb-2a5aaecb4aabbc6320ef34a5c127bfae1e7748b6.tar.gz gdb-2a5aaecb4aabbc6320ef34a5c127bfae1e7748b6.tar.bz2 |
* elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined
millicode syms as candidates for import stubs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff5c99f..d1c3025 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2001-11-19 Alan Modra <amodra@bigpond.net.au> + * elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined + millicode syms as candidates for import stubs. + * 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.. |