mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* elf32-h8300.c (elf_reloc_map): Fix a comment typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-10-15 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* elf32-h8300.c (elf_reloc_map): Fix a comment typo.
|
||||||
|
|
||||||
2003-10-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
2003-10-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
* elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
|
* elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
|
||||||
|
@ -225,7 +225,7 @@ struct elf_reloc_map {
|
|||||||
unsigned char howto_index;
|
unsigned char howto_index;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* An array mapping BFD reloc codes to SH ELF relocs. */
|
/* An array mapping BFD reloc codes to H8 ELF relocs. */
|
||||||
|
|
||||||
static const struct elf_reloc_map h8_reloc_map[] = {
|
static const struct elf_reloc_map h8_reloc_map[] = {
|
||||||
{ BFD_RELOC_NONE, R_H8_NONE_X },
|
{ BFD_RELOC_NONE, R_H8_NONE_X },
|
||||||
|
Reference in New Issue
Block a user