From e53430c439ec96386f803bfaab97476fb30fc34b Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 16 Jul 1997 05:19:20 +0000 Subject: [PATCH] * config/tc-tic80.c (build_insn): Initialize extended word to zero when it will be filled in later by relocation information. PR 12796 --- gas/ChangeLog | 7 +++++++ gas/config/tc-tic80.c | 1 + 2 files changed, 8 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e89302..81acdbc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-tic80 +Tue Jul 15 16:29:54 1997 Fred Fish + + * config/tc-tic80.c (build_insn): Initialize extended word to zero + when it will be filled in later by relocation information. + +end-sanitize-tic80 Mon Jul 14 23:10:58 1997 Ian Lance Taylor * config/tc-mips.c (macro_build): Restore check of fmt argument. diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index d173bad..38725df 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -639,6 +639,7 @@ build_insn (opcode, opers) else if (bits == 32) /* was (flags & TIC80_OPERAND_BASEREL) */ { extended++; + insn[1] = 0; fix_new_exp (frag_now, (f + 4) - (frag_now -> fr_literal), 4, -- 2.7.4