fptr.c (__canonicalize_funcptr_for_compare): New file and function.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 5 Dec 2002 01:57:27 +0000 (01:57 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 5 Dec 2002 01:57:27 +0000 (01:57 +0000)
commit9e1ab8c1a5a7ff3bd09136c309a3800ab96b5c96
treefda007f92e35470b1291d41085ebd993dff2dde0
parent16823694d5a03199161bfb60157a9a6e3a2ee697
fptr.c (__canonicalize_funcptr_for_compare): New file and function.

* pa/fptr.c (__canonicalize_funcptr_for_compare): New file and function.
* pa.md (canonicalize_funcptr_for_compare): Output library call to
canonicalize_funcptr_for_compare_libfunc on TARGET_ELF32.
* pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL,
CTOR_LIST_BEGIN): New defines.
* pa/t-linux (LIB2FUNCS_EXTRA): New define.
(fptr.c): Add make rules.

From-SVN: r59842
gcc/ChangeLog
gcc/config/pa/fptr.c [new file with mode: 0644]
gcc/config/pa/pa.md
gcc/config/pa/pa32-linux.h
gcc/config/pa/t-linux