projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089b39d
)
Remove duplicated chunk in previous patch.
author
Paul Brook
<paul@codesourcery.com>
Tue, 6 Sep 2005 18:43:45 +0000
(18:43 +0000)
committer
Paul Brook
<paul@codesourcery.com>
Tue, 6 Sep 2005 18:43:45 +0000
(18:43 +0000)
gas/config/tc-arm.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-arm.c
b/gas/config/tc-arm.c
index 30fd223ec3a7fe1f729dd7f905713e7e0c2eaa8d..3ac19b1724773029a6725bf48a6c6abdc01bdc92 100644
(file)
--- a/
gas/config/tc-arm.c
+++ b/
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,