mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* som.c (som_set_reloc_info): Correct small typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-06-25 Joel Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
|
* som.c (som_set_reloc_info): Correct small typo.
|
||||||
|
|
||||||
2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
||||||
|
|
||||||
* elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
|
* elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
|
||||||
|
@ -4953,7 +4953,7 @@ som_set_reloc_info (fixup, end, internal_relocs, section, symbols, just_count)
|
|||||||
/* Got to read the damn contents first. We don't
|
/* Got to read the damn contents first. We don't
|
||||||
bother saving the contents (yet). Add it one
|
bother saving the contents (yet). Add it one
|
||||||
day if the need arises. */
|
day if the need arises. */
|
||||||
bfd_bute *contents;
|
bfd_byte *contents;
|
||||||
if (!bfd_malloc_and_get_section (section->owner, section,
|
if (!bfd_malloc_and_get_section (section->owner, section,
|
||||||
&contents))
|
&contents))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user