diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-15 10:24:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-15 10:24:50 +0000 |
commit | d5c73c2f38b17820d1fbde17df133640725bb7af (patch) | |
tree | 327de076e2bf93db1191607ea61a55ea7174358c /bfd/ChangeLog | |
parent | ad525611ab268633d98432f83156b27d8ad457cd (diff) | |
download | gdb-d5c73c2f38b17820d1fbde17df133640725bb7af.zip gdb-d5c73c2f38b17820d1fbde17df133640725bb7af.tar.gz gdb-d5c73c2f38b17820d1fbde17df133640725bb7af.tar.bz2 |
Find the first .init and .fini sections correctly.
Clobber millicode syms via a hash traversal here. elf_adjust_dynamic_symbol
really ought to let us look at all dynamic symbols, but it doesn't.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d1d8b5b..f0e8ea9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2000-09-15 Alan Modra <alan@linuxcare.com.au> + + * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and + first_fini_sec here. + (elf32_hppa_size_stubs): Instead correctly find the first .init + and .fini section here. + +2000-09-15 David Huggins-Daines <dhd@linuxcare.com> + + * elf32-hppa.c (clobber_millicode_symbols): New function. + (elf32_hppa_size_dynamic_sections): Call it. + 2000-09-14 Alan Modra <alan@linuxcare.com.au> * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call |