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:
ecdf0cb
)
2012-07-27 James Murray <jsm@jsm-net.demon.co.uk>
author
Sean Keys
<skeys@ipdatasys.com>
Fri, 27 Jul 2012 14:13:23 +0000
(14:13 +0000)
committer
Sean Keys
<skeys@ipdatasys.com>
Fri, 27 Jul 2012 14:13:23 +0000
(14:13 +0000)
* config/tc-m68hc11.c: Replace binary with hex for cygwin.
gas/config/tc-m68hc11.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-m68hc11.c
b/gas/config/tc-m68hc11.c
index 6211f9dcab2b88a475aa8d7e5b466d322cf8a04b..391a5f52b52f52302d83aa24e11ae2a0669c7709 100644
(file)
--- a/
gas/config/tc-m68hc11.c
+++ b/
gas/config/tc-m68hc11.c
@@
-2221,7
+2221,7
@@
build_indexed_byte (operand *op, int format ATTRIBUTE_UNUSED, int move_insn)
/* Must treat as a 16bit relocate as size of final result is unknown. */
byte <<= 3;
- byte |= 0
b11100010
;
+ byte |= 0
xe2
;
number_to_chars_bigendian (f, byte, 1);
fix_new (frag_now, f - frag_now->fr_literal, 2,
sym, off, 0, BFD_RELOC_M68HC12_16B);