diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-28 08:35:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-28 08:35:06 +0000 |
commit | f0d7d5f9dbcecdc4195d67705ace96eb9d820802 (patch) | |
tree | 1c1505183471f7e64a7b562be0ef144dfdf0d93f /gas/config/tc-hppa.h | |
parent | 1b1fe8feb35ab988cdaf8481fc52ebdbf2db3d93 (diff) | |
download | gdb-f0d7d5f9dbcecdc4195d67705ace96eb9d820802.zip gdb-f0d7d5f9dbcecdc4195d67705ace96eb9d820802.tar.gz gdb-f0d7d5f9dbcecdc4195d67705ace96eb9d820802.tar.bz2 |
* config/tc-hppa.c (hppa_symbol_chars): New.
* config/tc-hppa.h (tc_symbol_chars): Likewise.
Diffstat (limited to 'gas/config/tc-hppa.h')
-rw-r--r-- | gas/config/tc-hppa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index 8420147..338b6e8 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -106,6 +106,9 @@ extern void pa_check_eof PARAMS ((void)); #define tc_frob_label(sym) pa_define_label (sym) +extern const char hppa_symbol_chars[]; +#define tc_symbol_chars hppa_symbol_chars + /* The PA does not need support for either of these. */ #define tc_crawl_symbol_chain(headers) {;} #define tc_headers_hook(headers) {;} |