PR 9824
[deliverable/binutils-gdb.git] / gas / tc.h
index 5386513553bd6a3141ca0da2ea75a6e2341f8e74..8715db3dc082e7e1f500ba402ed9cdff211e9f31 100644 (file)
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -31,7 +31,9 @@ int    md_parse_option (int, char *);
 void   md_show_usage (FILE *);
 void   md_assemble (char *);
 void   md_begin (void);
+#ifndef md_number_to_chars
 void   md_number_to_chars (char *, valueT, int);
+#endif
 void   md_apply_fix (fixS *, valueT *, segT);
 
 #ifndef WORKING_DOT_WORD
This page took 0.023836 seconds and 4 git commands to generate.