https://sourceware.org/bugzilla/show_bug.cgi?id=23837
Bug ID: 23837
Summary: Segmentation fault in resolve_symbol_value at
symbols.c:1165
Product: binutils
Version: 2.31
Status: NEW
Severity: normal
Pr
https://sourceware.org/bugzilla/show_bug.cgi?id=23837
--- Comment #1 from John David Anglin ---
The problem occurs in getting the start callinfo symbol used for the
parisc unwind data. The following hunk of code in gbc.c isn't quite
right:
#if defined(__hppa__) /* Courtesy of Lamont Jones */
/*
https://sourceware.org/bugzilla/show_bug.cgi?id=23837
--- Comment #2 from John David Anglin ---
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");
as
https://sourceware.org/bugzilla/show_bug.cgi?id=23837
--- Comment #3 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Alan Modra :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b0d99ba9e9c7d7967b53e271e683b7563b710dae
commit b0d99ba9e9c7d7967b53e271e683b
https://sourceware.org/bugzilla/show_bug.cgi?id=23837
Alan Modra changed:
What|Removed |Added
CC||amodra at gmail dot com
--- Comment #4 f