* elf32-mips.c (mips_reloc_map): Fix typo.
This commit is contained in:
parent
6acdf5c773
commit
28458e7e44
@ -1,3 +1,7 @@
|
||||
2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* elf32-mips.c (mips_reloc_map): Fix typo.
|
||||
|
||||
2002-08-06 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
|
||||
|
@ -1387,7 +1387,7 @@ struct elf_reloc_map {
|
||||
|
||||
static const struct elf_reloc_map mips_reloc_map[] =
|
||||
{
|
||||
{ BFD_RELOC_NONE, R_MIPS_NONE, },
|
||||
{ BFD_RELOC_NONE, R_MIPS_NONE },
|
||||
{ BFD_RELOC_16, R_MIPS_16 },
|
||||
{ BFD_RELOC_32, R_MIPS_32 },
|
||||
/* There is no BFD reloc for R_MIPS_REL32. */
|
||||
|
Loading…
Reference in New Issue
Block a user