* config/tc-tic80.c (build_insn): Initialize extended word to zero
authorFred Fish <fnf@specifix.com>
Wed, 16 Jul 1997 05:19:20 +0000 (05:19 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 16 Jul 1997 05:19:20 +0000 (05:19 +0000)
      when it will be filled in later by relocation information.
PR 12796

gas/ChangeLog
gas/config/tc-tic80.c

index 1e8930243f789dd1511072ca711a7d204e4c3901..81acdbcd8470b2d726bc133e1d4c8eafa1738c54 100644 (file)
@@ -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.
index d173bad0e49461c9812b2545c48b277c86c3ca25..38725dfa8285f9a2f95d989c6d667aab1f73e452 100644 (file)
@@ -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,
This page took 0.02964 seconds and 4 git commands to generate.