(s_xword): Now accepts large integer constants, but not symbolic constants
or expressions.
This commit is contained in:
parent
160b7f0fef
commit
162e34854c
1 changed files with 6 additions and 5 deletions
|
@ -451,8 +451,7 @@ s_proc ()
|
||||||
static void
|
static void
|
||||||
s_xword ()
|
s_xword ()
|
||||||
{
|
{
|
||||||
md_number_to_chars (frag_more (4), 0, 4);
|
big_cons (8);
|
||||||
cons (4);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct priv_reg_entry
|
struct priv_reg_entry
|
||||||
|
@ -2221,13 +2220,15 @@ print_insn (insn)
|
||||||
* warnings.
|
* warnings.
|
||||||
*
|
*
|
||||||
* start-sanitize-v9
|
* start-sanitize-v9
|
||||||
|
* -Av9
|
||||||
|
* Another architecture switch.
|
||||||
|
*
|
||||||
|
* Note:
|
||||||
* Bumping between incompatible architectures is always an
|
* Bumping between incompatible architectures is always an
|
||||||
* error. For example, from sparclite to v9.
|
* error. For example, from sparclite to v9.
|
||||||
* end-sanitize-v9
|
* end-sanitize-v9
|
||||||
*/
|
*/
|
||||||
/* start-sanitize-v9 */
|
|
||||||
/* There is also a -Av9 architecture option. xoxorich. */
|
|
||||||
/* end-sanitize-v9 */
|
|
||||||
int
|
int
|
||||||
md_parse_option (argP, cntP, vecP)
|
md_parse_option (argP, cntP, vecP)
|
||||||
char **argP;
|
char **argP;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue