* config/tc-tic80.c (build_insn): Initialize extended word to zero
when it will be filled in later by relocation information. PR 12796
This commit is contained in:
parent
e69e959ad3
commit
e53430c439
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
start-sanitize-tic80
|
||||
Tue Jul 15 16:29:54 1997 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* 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 <ian@cygnus.com>
|
||||
|
||||
* config/tc-mips.c (macro_build): Restore check of fmt argument.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue