Fix build breakage.

This commit is contained in:
Tom Rix 2002-06-17 13:48:59 +00:00
parent 57fb03ac80
commit 184e65b1d4
2 changed files with 7 additions and 0 deletions

View 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>

View 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;