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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to