diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2002-12-06 02:54:38 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-12-06 02:54:38 +0000 |
commit | bf97847b372fb2d94eaa08ceda55a52b6907647b (patch) | |
tree | c85c9b8eb073e69771d0a7c24d180f86812aee64 /gcc/config/pa/pa32-linux.h | |
parent | eb3c46a17ebe3dfe1b374d40f8a8296a83e24751 (diff) | |
download | gcc-bf97847b372fb2d94eaa08ceda55a52b6907647b.zip gcc-bf97847b372fb2d94eaa08ceda55a52b6907647b.tar.gz gcc-bf97847b372fb2d94eaa08ceda55a52b6907647b.tar.bz2 |
pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): Move define.
* pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): Move define.
* pa.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): To here.
From-SVN: r59879
Diffstat (limited to 'gcc/config/pa/pa32-linux.h')
-rw-r--r-- | gcc/config/pa/pa32-linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/pa/pa32-linux.h b/gcc/config/pa/pa32-linux.h index f685fa8..e8bc783 100644 --- a/gcc/config/pa/pa32-linux.h +++ b/gcc/config/pa/pa32-linux.h @@ -30,11 +30,6 @@ Boston, MA 02111-1307, USA. */ #undef FUNCTION_OK_FOR_SIBCALL #define FUNCTION_OK_FOR_SIBCALL(DECL) 1 -/* We need a libcall to canonicalize function pointers because of - the way function pointers are handled when doing lazy linking. */ -#define CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL \ - "__canonicalize_funcptr_for_compare" - /* The libcall __canonicalize_funcptr_for_compare is referenced in crtend.o and the reference isn't resolved in objects that don't compare function pointers. Thus, we need to play games to provide |