projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57fb03a
)
Fix build breakage.
author
Tom Rix
<trix@redhat.com>
Mon, 17 Jun 2002 13:48:59 +0000
(13:48 +0000)
committer
Tom Rix
<trix@redhat.com>
Mon, 17 Jun 2002 13:48:59 +0000
(13:48 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-i370.h
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index f050e6ca93de9a3b50a924f00d45db30e87774a5..2998f95ecd52add9be36b43adf50f2f4faa9cd75 100644
(file)
--- 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 a1da508033dab4ac0d73c781a5690a24f2f6c81f..7ddc12ce623793b189fd117dea1f81033cd18c57 100644
(file)
--- 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;