* config/tc-hppa.c (is_same_frag): Delete.
This commit is contained in:
Alan Modra 2008-03-16 23:16:03 +00:00
parent 23fe836302
commit da6b876ee6
2 changed files with 5 additions and 18 deletions

View File

@ -1,3 +1,8 @@
2008-03-17 Adrian Bunk <bunk@stusta.de>
PR 5946
* config/tc-hppa.c (is_same_frag): Delete.
2008-03-14 Sterling Augustine <sterling@tensilica.com>
* config/tc-xtensa.h (xtensa_relax_statesE): Update comment for

View File

@ -5898,24 +5898,6 @@ pa_call (int unused ATTRIBUTE_UNUSED)
demand_empty_rest_of_line ();
}
/* Return TRUE if FRAG1 and FRAG2 are the same. */
static bfd_boolean
is_same_frag (fragS *frag1, fragS *frag2)
{
if (frag1 == NULL)
return FALSE;
else if (frag2 == NULL)
return FALSE;
else if (frag1 == frag2)
return TRUE;
else if (frag2->fr_type == rs_fill && frag2->fr_fix == 0)
return (is_same_frag (frag1, frag2->fr_next));
else
return FALSE;
}
#ifdef OBJ_ELF
/* Build an entry in the UNWIND subspace from the given function
attributes in CALL_INFO. This is not needed for SOM as using