import gdb-1999-10-11 snapshot
[external/binutils.git] / gdb / config / pa / tm-hppa.h
index d535981..94cb6ba 100644 (file)
@@ -799,3 +799,9 @@ PARAMS ((CORE_ADDR, int))
 /* Here's how to step off a permanent breakpoint.  */
 #define SKIP_PERMANENT_BREAKPOINT (hppa_skip_permanent_breakpoint)
 extern void hppa_skip_permanent_breakpoint (void);
+
+/* On HP-UX, certain system routines (millicode) have names beginning
+   with $ or $$, e.g. $$dyncall, which handles inter-space procedure
+   calls on PA-RISC.  Tell the expression parser to check for those
+   when parsing tokens that begin with "$".  */
+#define SYMBOLS_CAN_START_WITH_DOLLAR (1)