* elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.

This commit is contained in:
Maciej W. Rozycki 2005-02-07 15:18:05 +00:00
parent dfa52d88e7
commit 6422fbef5f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-02-07 Maciej W. Rozycki <macro@mips.com>
* elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
2005-02-07 Alexandre Oliva <aoliva@redhat.com> 2005-02-07 Alexandre Oliva <aoliva@redhat.com>
* elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for

View file

@ -502,7 +502,7 @@ static reloc_howto_type elf_mips_howto_table_rel[] =
a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/ a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/
R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using
fallable heuristics. fallable heuristics.
b) No other NEwABI toolchain actually emits such relocations. */ b) No other NewABI toolchain actually emits such relocations. */
EMPTY_HOWTO (R_MIPS_HIGHER), EMPTY_HOWTO (R_MIPS_HIGHER),
EMPTY_HOWTO (R_MIPS_HIGHEST), EMPTY_HOWTO (R_MIPS_HIGHEST),