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

2018-10-28 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23837 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2018-10-28 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=23837 --- Comment #5 from dave.anglin at bell dot net --- On 2018-10-28 1:53 AM, amodra at gmail dot com wrote: > Patch committed fixes the segfault, which was due to setting a bogus symbol > frag in git commit 29e6f4745ec. Thanks Alan!  Sorry for me

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

2018-10-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23837 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #4 f

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

2018-10-27 Thread cvs-commit at gcc dot gnu.org
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

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

2018-10-27 Thread danglin at gcc dot gnu.org
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

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

2018-10-27 Thread danglin at gcc dot gnu.org
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 */ /*