OSDN Git Service

Remove duplicated chunk in previous patch.
authorPaul Brook <paul@codesourcery.com>
Tue, 6 Sep 2005 18:43:45 +0000 (18:43 +0000)
committerPaul Brook <paul@codesourcery.com>
Tue, 6 Sep 2005 18:43:45 +0000 (18:43 +0000)
gas/config/tc-arm.c

index 30fd223..3ac19b1 100644 (file)
@@ -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,