2004-09-10 Andrew Pinski <apinski@apple.com>
* config/darwin.c (machopic_mcount_stub_name): Call
machopic_indirection_name instead of making the string
ourselves.
From-SVN: r87309
+2004-09-10 Andrew Pinski <apinski@apple.com>
+
+ * config/darwin.c (machopic_mcount_stub_name): Call
+ machopic_indirection_name instead of making the string
+ ourselves.
+
2004-09-10 Diego Novillo <dnovillo@redhat.com>
Revert
const char*
machopic_mcount_stub_name (void)
{
- return "&L*mcount$stub";
+ rtx symbol = gen_rtx_SYMBOL_REF (Pmode, "*mcount");
+ return machopic_indirection_name (symbol, /*stub_p=*/true);
}
/* If NAME is the name of a stub or a non-lazy pointer , mark the stub