Patch from David Mosberger.

* config/tc-ia64.c (dot_vframesp): Correct error message.
	(dot_vframepsp): Ditto.
This commit is contained in:
Jim Wilson 2003-01-28 03:24:12 +00:00
parent 7f285245cf
commit 69906a9b3a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-01-27 David Mosberger <davidm@hpl.hp.com>
* config/tc-ia64.c (dot_vframesp): Correct error message.
(dot_vframepsp): Ditto.
2003-01-27 Alexandre Oliva <aoliva@redhat.com>
* configure.in (em): Set to irix on all Irix systems.

View File

@ -3068,7 +3068,7 @@ dot_vframesp (dummy)
add_unwind_entry (output_psp_sprel (e.X_add_number));
}
else
as_bad ("First operand to .vframesp must be a general register");
as_bad ("Operand to .vframesp must be a constant (sp-relative offset)");
}
static void
@ -3084,7 +3084,7 @@ dot_vframepsp (dummy)
add_unwind_entry (output_psp_sprel (e.X_add_number));
}
else
as_bad ("First operand to .vframepsp must be a general register");
as_bad ("Operand to .vframepsp must be a constant (psp-relative offset)");
}
static void