diff options
author | Tom Rix <trix@redhat.com> | 2002-06-17 13:48:59 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2002-06-17 13:48:59 +0000 |
commit | 184e65b1d46dd46b6a5936b8f932f3bc3be78d13 (patch) | |
tree | b169f9939a68af3e5eccb8fca529c2a684962ab2 /gas | |
parent | 57fb03ac8037cc67703232a5bf07c2b6a5aeb1a7 (diff) | |
download | gdb-184e65b1d46dd46b6a5936b8f932f3bc3be78d13.zip gdb-184e65b1d46dd46b6a5936b8f932f3bc3be78d13.tar.gz gdb-184e65b1d46dd46b6a5936b8f932f3bc3be78d13.tar.bz2 |
Fix build breakage.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-i370.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f050e6c..2998f95 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> diff --git a/gas/config/tc-i370.h b/gas/config/tc-i370.h index a1da508..7ddc12c 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; |