diff options
author | Randolph Chung <tausq@debian.org> | 2004-11-13 02:27:41 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-11-13 02:27:41 +0000 |
commit | d73188182eee3fb4c87c24ec1139b0b04cf41c1e (patch) | |
tree | 0da366cbba027de2e8bf81b4cd663e512e433fda /gdb/config/pa/tm-hppa.h | |
parent | b82f24bfcccac22405fdd57699093898abe88837 (diff) | |
download | gdb-d73188182eee3fb4c87c24ec1139b0b04cf41c1e.zip gdb-d73188182eee3fb4c87c24ec1139b0b04cf41c1e.tar.gz gdb-d73188182eee3fb4c87c24ec1139b0b04cf41c1e.tar.bz2 |
2004-11-12 Randolph Chung <tausq@debian.org>
* config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
* parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
(write_exp_msymbol): Remove conditional check for symbols starting
with $. Update comments.
Diffstat (limited to 'gdb/config/pa/tm-hppa.h')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 6a1cffd..2f77fcd 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -34,9 +34,3 @@ extern int hppa_pc_requires_run_before_use (CORE_ADDR pc); extern int hppa_instruction_nullified (void); #define INSTRUCTION_NULLIFIED hppa_instruction_nullified () #endif - -/* 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) |