diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-07 15:18:05 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-07 15:18:05 +0000 |
commit | 6422fbef5fbfdd119da0dc6945841fee348ff2cd (patch) | |
tree | b75747549b2779d7ae306ab38cd8fd3277cb92ae /bfd/elfn32-mips.c | |
parent | dfa52d88e70f7149def79ecf95faea9f87477df4 (diff) | |
download | gdb-6422fbef5fbfdd119da0dc6945841fee348ff2cd.zip gdb-6422fbef5fbfdd119da0dc6945841fee348ff2cd.tar.gz gdb-6422fbef5fbfdd119da0dc6945841fee348ff2cd.tar.bz2 |
* elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
Diffstat (limited to 'bfd/elfn32-mips.c')
-rw-r--r-- | bfd/elfn32-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfn32-mips.c b/bfd/elfn32-mips.c index 71dc2d0..48c2579 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), |