Commit 9ffab06b by Andrew Pinski Committed by Andrew Pinski

darwin.c (machopic_function_base_name): Remove current_name and getting the name…

darwin.c (machopic_function_base_name): Remove current_name and getting the name of the current function.

	* config/darwin.c (machopic_function_base_name):
	Remove current_name and getting the name of the
	current function.

From-SVN: r80085
parent a2246edc
2004-03-30 Andrew Pinski <pinskia@physics.uc.edu>
* config/darwin.c (machopic_function_base_name):
Remove current_name and getting the name of the
current function.
2004-03-30 Nick Clifton <nickc@redhat.com>
* config/arm/arm.md (thumb_jump): Reduce the backward branch
......
......@@ -221,12 +221,9 @@ static GTY(()) char * function_base;
const char *
machopic_function_base_name (void)
{
const char *current_name;
/* if dynamic-no-pic is on, we should not get here */
if (MACHO_DYNAMIC_NO_PIC_P)
abort ();
current_name =
IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl));
if (function_base == NULL)
function_base =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment