bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/23837] Segmentation fault in resolve_symbol_value at symbols.c:


From: danglin at gcc dot gnu.org
Subject: [Bug gas/23837] Segmentation fault in resolve_symbol_value at symbols.c:1165
Date: Sat, 27 Oct 2018 21:38:39 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23837

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> ---
Doh, I posted the corrected code in comment #1:

        asm(".label     hppa_save_regs");
        asm(".proc");
        asm(".callinfo");

The actual code in gbc.c is:
        asm(".proc");
        asm(".callinfo");
        asm(".label     hppa_save_regs");

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]