OSDN Git Service

Fix build breakage.
authortrix <trix>
Mon, 17 Jun 2002 13:48:52 +0000 (13:48 +0000)
committertrix <trix>
Mon, 17 Jun 2002 13:48:52 +0000 (13:48 +0000)
gas/ChangeLog
gas/config/tc-i370.h

index f050e6c..2998f95 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-17  Tom Rix <trix@redhat.com>
+
+       * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
+
 2002-06-14  H.J. Lu  <hjl@gnu.org>
            Daniel Jacobowitz  <drow@mvista.com>
 
index a1da508..7ddc12c 100644 (file)
@@ -65,3 +65,6 @@ extern int target_big_endian;
 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
 
 #define md_operand(x)
+
+#define tc_comment_chars i370_comment_chars
+extern const char *i370_comment_chars;