diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-25 10:11:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-25 10:11:46 +0000 |
commit | 387019538fefadc659533014b5d73e010f4dc524 (patch) | |
tree | 14847e7174d47577dc3ac670134a580f9193cd24 /bfd/ChangeLog | |
parent | 6e22e505ed8f0562dfd75b53f845091df952ba9e (diff) | |
download | fsf-binutils-gdb-387019538fefadc659533014b5d73e010f4dc524.zip fsf-binutils-gdb-387019538fefadc659533014b5d73e010f4dc524.tar.gz fsf-binutils-gdb-387019538fefadc659533014b5d73e010f4dc524.tar.bz2 |
* elf32-i386.c: Add comment re linker function names and ordering.
(elf_i386_link_hash_newfunc): Rename to link_hash_newfunc.
(elf_i386_grok_prstatus): Move before linker functions.
(elf_i386_grok_psinfo): Likewise.
(elf_i386_fake_sections): Move so that functions are ordered.
(elf_i386_reloc_type_class): Likewise. Comment function purpose.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9f79b29..2ff12b7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2001-09-25 Alan Modra <amodra@bigpond.net.au> + * elf32-i386.c: Add comment re linker function names and ordering. + (elf_i386_link_hash_newfunc): Rename to link_hash_newfunc. + (elf_i386_grok_prstatus): Move before linker functions. + (elf_i386_grok_psinfo): Likewise. + (elf_i386_fake_sections): Move so that functions are ordered. + (elf_i386_reloc_type_class): Likewise. Comment function purpose. + +2001-09-25 Alan Modra <amodra@bigpond.net.au> + * elf32-hppa.c: Rename all occurrences of "hplink" to "htab" throughout file. |