diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-04 12:30:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-04 12:30:26 +0000 |
commit | a90b9fca6fba5bc11b0480372e35368b8ff5eb77 (patch) | |
tree | c9a6596650c9e3bef2af9e6b6b8b4a260b021130 /bfd/ChangeLog | |
parent | 3a6b85972003a5a77d9dd3a53a5832066a8de9d1 (diff) | |
download | gdb-a90b9fca6fba5bc11b0480372e35368b8ff5eb77.zip gdb-a90b9fca6fba5bc11b0480372e35368b8ff5eb77.tar.gz gdb-a90b9fca6fba5bc11b0480372e35368b8ff5eb77.tar.bz2 |
* elf-bfd.h (struct elf_link_hash_entry): Reorganise for better
packing.
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 1108a5e..1f05887 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2001-10-04 Alan Modra <amodra@bigpond.net.au> + * elf-bfd.h (struct elf_link_hash_entry): Reorganise for better + packing. + * elf32-mips.c (mips_elf_record_global_got_symbol): Set got.offset to 1 rather than 0 to avoid confusing copy_indirect_symbol. (mips_elf_sort_hash_table_f): Compare got.offset against 1. |