Browse Source

Remove duplicated chunk in previous patch.

gdb-csl-arm-20051020-branch
Paul Brook 21 years ago
parent
commit
3a4cf4826b
  1. 8
      gas/config/tc-arm.c

8
gas/config/tc-arm.c

@ -10896,14 +10896,6 @@ get_thumb32_insn (char * buf)
return insn;
}
/* Write a 32-bit thumb instruction to buf. */
static void
put_thumb32_insn (char * buf, unsigned long insn)
{
md_number_to_chars (buf, insn >> 16, THUMB_SIZE);
md_number_to_chars (buf + THUMB_SIZE, insn, THUMB_SIZE);
}
void
md_apply_fix (fixS * fixP,
valueT * valP,

Loading…
Cancel
Save