* config/tc-h8300.c (md_assemble): Make sure characters after
[deliverable/binutils-gdb.git] / gas / config / tc-hppa.h
index 84201473c02f2f106c72939db368873de14a1501..338b6e83f98f680ae53ddf17b898adb298adf249 100644 (file)
@@ -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) {;}
This page took 0.024518 seconds and 4 git commands to generate.