summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-10-18 14:08:00 +0000
committerNick Clifton <nickc@redhat.com>2013-10-18 14:08:00 +0000
commitea267a8c8bd1216bc1a6e274a6d255b90237de99 (patch)
treed30ec956517e9595fc2d9f7d343b284a2bad1343
parent4c0f50c81ecdc5ee0ef3a418ac56c712c953c432 (diff)
downloadbinutils-redhat-ea267a8c8bd1216bc1a6e274a6d255b90237de99.tar.gz
* config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-tic6x.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 344ee45abc..25c1503d8f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-18 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.
+
2013-10-14 Richard Sandiford <rdsandiford@googlemail.com>
Chao-ying Fu <Chao-ying.Fu@imgtec.com>
diff --git a/gas/config/tc-tic6x.c b/gas/config/tc-tic6x.c
index fda9cd354e..81f33f40f1 100644
--- a/gas/config/tc-tic6x.c
+++ b/gas/config/tc-tic6x.c
@@ -1596,7 +1596,7 @@ tic6x_parse_operand (char **p, tic6x_operand *op, unsigned int op_forms,
/* See if this looks like a register or register pair. */
if (!operand_parsed && (op_forms & (TIC6X_OP_REG | TIC6X_OP_REGPAIR)))
{
- tic6x_register first_reg, second_reg = { 0 };
+ tic6x_register first_reg, second_reg;
bfd_boolean reg_ok;
char *rq = q;