Fix build failure when using SGI Irix6 cc.
* mn10200/mn10200.md (addsi3, subsi3, ashlsi3, lshrsi3, ashrsi3): Delete emit_library_call_value declaration. From-SVN: r25803
This commit is contained in:
parent
3fdc651fed
commit
bbecc1d6a7
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Mar 16 13:44:50 1999 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* mn10200/mn10200.md (addsi3, subsi3, ashlsi3, lshrsi3, ashrsi3):
|
||||
Delete emit_library_call_value declaration.
|
||||
|
||||
1999-03-16 16:06 -0500 Zack Weinberg <zack@rabi.columbia.edu>
|
||||
|
||||
* cppfiles.c (read_and_prescan): Map backslash-newline to '\r'
|
||||
|
|
|
@ -399,7 +399,6 @@
|
|||
else if (rtx_equal_function_value_matters)
|
||||
{
|
||||
rtx ret, insns;
|
||||
extern rtx emit_library_call_value ();
|
||||
|
||||
start_sequence ();
|
||||
ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__addsi3\"),
|
||||
|
@ -477,7 +476,6 @@
|
|||
if (rtx_equal_function_value_matters)
|
||||
{
|
||||
rtx ret, insns;
|
||||
extern rtx emit_library_call_value ();
|
||||
|
||||
start_sequence ();
|
||||
ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__subsi3\"),
|
||||
|
@ -1498,7 +1496,6 @@
|
|||
|| INTVAL (operands[2]) <= 15))
|
||||
{
|
||||
rtx ret, insns;
|
||||
extern rtx emit_library_call_value ();
|
||||
|
||||
start_sequence ();
|
||||
ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__ashlsi3\"),
|
||||
|
@ -1557,7 +1554,6 @@
|
|||
|| INTVAL (operands[2]) <= 15))
|
||||
{
|
||||
rtx ret, insns;
|
||||
extern rtx emit_library_call_value ();
|
||||
|
||||
start_sequence ();
|
||||
ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__lshrsi3\"),
|
||||
|
@ -1616,7 +1612,6 @@
|
|||
|| INTVAL (operands[2]) <= 15))
|
||||
{
|
||||
rtx ret, insns;
|
||||
extern rtx emit_library_call_value ();
|
||||
|
||||
start_sequence ();
|
||||
ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__ashrsi3\"),
|
||||
|
|
Loading…
Add table
Reference in a new issue