[Bug gas/30828] New: Segfault in gas/symbols.c

2023-09-06 Thread piannetta at kalrayinc dot com
Assignee: unassigned at sourceware dot org Reporter: piannetta at kalrayinc dot com Target Milestone: --- Created attachment 15101 --> https://sourceware.org/bugzilla/attachment.cgi?id=15101&action=edit Test case Steps to reproduce: git checkout master mkdir build &

[Bug gas/30162] Discrepancy in the interface exposed to tc_frob_label

2023-02-27 Thread piannetta at kalrayinc dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30162 --- Comment #3 from Paul Iannetta --- Sorry, this is a non-problem, the TC_CHECK_LABEL hook which is called next exposes the interface I need. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/30162] Discrepancy in the interface exposed to tc_frob_label

2023-02-27 Thread piannetta at kalrayinc dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30162 --- Comment #2 from Paul Iannetta --- Then, how can I know from within TC_FROB_LABEL tell what is the next character after the label? If in one case (quoted symbol) INPUT_LINE_POINTER is pointing to ':' and in the other case (not quoted symbo

[Bug gas/30162] New: Discrepancy in the interface exposed to tc_frob_label

2023-02-24 Thread piannetta at kalrayinc dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: piannetta at kalrayinc dot com Target Milestone: --- After reading a label in gas/read.c, a CPU-specific back-end can register the TC_FROB_LABEL hook. However, the position of the INPUT_LINE_POINTER