diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-27 23:38:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-27 23:38:19 +0000 |
commit | 85d6f0b476fd84375e4c50d02b02bf34321d0546 (patch) | |
tree | 23a52e8ab8e4caa4ec30dadc488e13d3b8b0ca3b /bfd/ChangeLog | |
parent | 8a683c67207980baf35c8a94c2bb21fb2fde2a3d (diff) | |
download | gdb-85d6f0b476fd84375e4c50d02b02bf34321d0546.zip gdb-85d6f0b476fd84375e4c50d02b02bf34321d0546.tar.gz gdb-85d6f0b476fd84375e4c50d02b02bf34321d0546.tar.bz2 |
* elf32-mips.c (struct mips_got_info): Add assigned_gotno field.
(mips_elf_relocate_got_local): Change return type to boolean.
Don't assume that the first zero entry is unassigned; instead, use
assigned_gotno.
(mips_elf_relocate_section): Check return value of
mips_elf_relocate_got_local.
(mips_elf_create_got_section): Initialize assigned_gotno field.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f386323..36d7204 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Thu Feb 27 18:36:23 1997 Ian Lance Taylor <ian@cygnus.com> + + * elf32-mips.c (struct mips_got_info): Add assigned_gotno field. + (mips_elf_relocate_got_local): Change return type to boolean. + Don't assume that the first zero entry is unassigned; instead, use + assigned_gotno. + (mips_elf_relocate_section): Check return value of + mips_elf_relocate_got_local. + (mips_elf_create_got_section): Initialize assigned_gotno field. + start-sanitize-d30v Wed Feb 26 15:19:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com> |