From 184e65b1d46dd46b6a5936b8f932f3bc3be78d13 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 17 Jun 2002 13:48:59 +0000 Subject: [PATCH] Fix build breakage. --- gas/ChangeLog | 4 ++++ gas/config/tc-i370.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index f050e6ca93d..2998f95ecd5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-06-17 Tom Rix + + * config/tc-i370.h (tc_comment_chars): Define for i370-elf. + 2002-06-14 H.J. Lu Daniel Jacobowitz diff --git a/gas/config/tc-i370.h b/gas/config/tc-i370.h index a1da508033d..7ddc12ce623 100644 --- a/gas/config/tc-i370.h +++ b/gas/config/tc-i370.h @@ -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; -- 2.30.2