mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
Fix typo.
This commit is contained in:
@ -636,7 +636,7 @@ elf_hppa_fake_sections (abfd, hdr, sec)
|
|||||||
|
|
||||||
if (strcmp (name, ".PARISC.unwind") == 0)
|
if (strcmp (name, ".PARISC.unwind") == 0)
|
||||||
{
|
{
|
||||||
section *sec;
|
asection *sec;
|
||||||
hdr->sh_type = SHT_LOPROC + 1;
|
hdr->sh_type = SHT_LOPROC + 1;
|
||||||
/* ?!? How are unwinds supposed to work for symbols in arbitrary
|
/* ?!? How are unwinds supposed to work for symbols in arbitrary
|
||||||
sections? Or what if we have multiple .text sections in a single
|
sections? Or what if we have multiple .text sections in a single
|
||||||
|
Reference in New Issue
Block a user