From 6422fbef5fbfdd119da0dc6945841fee348ff2cd Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Mon, 7 Feb 2005 15:18:05 +0000 Subject: [PATCH] * elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo. --- bfd/ChangeLog | 4 ++++ bfd/elfn32-mips.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 32ba92eee9..169c979b94 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-02-07 Maciej W. Rozycki + + * elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo. + 2005-02-07 Alexandre Oliva * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for diff --git a/bfd/elfn32-mips.c b/bfd/elfn32-mips.c index 71dc2d0792..48c2579bef 100644 --- a/bfd/elfn32-mips.c +++ b/bfd/elfn32-mips.c @@ -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), -- 2.34.1