diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-11-06 21:56:05 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-11-06 21:56:05 +0000 |
commit | 4917946930e5e20ae6a615fd32be5f50cab56418 (patch) | |
tree | a36c39c768b9cf60c17861958c778d59071e7ace /bfd/ChangeLog | |
parent | f8302a575394d045db014d182246a66e0e404d44 (diff) | |
download | gdb-4917946930e5e20ae6a615fd32be5f50cab56418.zip gdb-4917946930e5e20ae6a615fd32be5f50cab56418.tar.gz gdb-4917946930e5e20ae6a615fd32be5f50cab56418.tar.bz2 |
* elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
exactly three internal relocs per external reloc. Set reloc_count
to the external reloc count.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 187c611..d905588 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2002-11-06 Alexandre Oliva <aoliva@redhat.com> + + * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate + exactly three internal relocs per external reloc. Set reloc_count + to the external reloc count. + 2002-11-06 Klee Dienes <kdienes@apple.com> * coff-stgo32.c (stub_bytes): Mark as const. |