From d8088c6f0717b2b7cfe12122c31c65b9b8eec42c Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 30 Jul 2002 23:55:09 +0000 Subject: New target macro DECLARE_LIBRARY_RENAMES From-SVN: r55889 --- gcc/doc/tm.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/doc/tm.texi') diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 4715c31..4f98bf3 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -4598,6 +4598,13 @@ remainder in division of one unsigned full-word by another. If you do not define this macro, the default name is used, which is @code{__umoddi3}, a function defined in @file{libgcc.a}. +@findex DECLARE_LIBRARY_RENAMES +@item DECLARE_LIBRARY_RENAMES +This macro, if defined, should expand to a piece of C code that will get +expanded when compiling functions for libgcc.a. It can be used to +provide alternate names for gcc's internal library functions if there +are ABI-mandated names that the compiler should provide. + @findex INIT_TARGET_OPTABS @item INIT_TARGET_OPTABS Define this macro as a C statement that declares additional library -- cgit v1.1