Searched refs:pending_label (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-mmix.c86 static char *pending_label = NULL; variable
843 pending_label = NULL;
871 else if (pending_label != NULL)
873 colon (pending_label);
874 pending_label = NULL;
1004 if (pending_label != NULL)
1006 colon (pending_label);
1007 pending_label = NULL;
2887 if (pending_label != NULL)
2888 as_fatal (_("internal: unhandled label %s"), pending_label);
[all...]

Completed in 143 milliseconds