OSDN Git Service

* pa/fptr.c (__canonicalize_funcptr_for_compare): New file and function.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Dec 2002 01:57:27 +0000 (01:57 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Dec 2002 01:57:27 +0000 (01:57 +0000)
commite6b681c4d357a872b9dfe53fd9f7714b806cc029
treefda007f92e35470b1291d41085ebd993dff2dde0
parentcd9c337270e4b66d1116f09c8523b97ab8f4c315
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59842 138bc75d-0d04-0410-961f-82ee72b054a4
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