mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* 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:
@ -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>
|
Mon Jul 14 23:10:58 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* config/tc-mips.c (macro_build): Restore check of fmt argument.
|
* 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) */
|
else if (bits == 32) /* was (flags & TIC80_OPERAND_BASEREL) */
|
||||||
{
|
{
|
||||||
extended++;
|
extended++;
|
||||||
|
insn[1] = 0;
|
||||||
fix_new_exp (frag_now,
|
fix_new_exp (frag_now,
|
||||||
(f + 4) - (frag_now -> fr_literal),
|
(f + 4) - (frag_now -> fr_literal),
|
||||||
4,
|
4,
|
||||||
|
Reference in New Issue
Block a user