Home
last modified time | relevance | path

Searched refs:unwind_diagnostic (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20052031 (unwind_diagnostic): Check unwind.proc_pending.sym.
3895 * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
3914 (unwind_diagnostic): New.
3915 (in_procedure): Call unwind_diagnostic when a directive isn't
3917 (in_prologue): Call unwind_diagnostic when a directive isn't in
3919 (in_body): Call unwind_diagnostic when a directive isn't in
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c3200 unwind_diagnostic (const char * region, const char *directive) in unwind_diagnostic() function
3226 return unwind_diagnostic ("procedure", directive); in in_procedure()
3240 in = unwind_diagnostic ("prologue", directive); in in_prologue()
3256 in = unwind_diagnostic ("body region", directive); in in_body()