* elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
This commit is contained in:
parent
dfa52d88e7
commit
6422fbef5f
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for
|
||||
|
|
|
@ -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/
|
||||
R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using
|
||||
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_HIGHEST),
|
||||
|
||||
|
|
Loading…
Reference in a new issue