2006-10-27 Andrew Stubbs <andrew.stubbs@st.com>
* config/tc-sh.c (md_assemble): Define size of branches.
This commit is contained in:
parent
d270463e93
commit
86157c2070
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-10-27 Andrew Stubbs <andrew.stubbs@st.com>
|
||||
|
||||
* config/tc-sh.c (md_assemble): Define size of branches.
|
||||
|
||||
2006-10-26 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* dw2gencfi.c (cfi_add_CFA_offset):
|
||||
|
|
|
@ -2865,6 +2865,9 @@ md_assemble (char *str)
|
|||
as_bad (_("Delayed branches not available on SH1"));
|
||||
parse_exp (op_end + 1, &operand[0]);
|
||||
build_relax (opcode, &operand[0]);
|
||||
|
||||
/* All branches are currently 16 bit. */
|
||||
size = 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue