aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.com>2002-07-30 23:55:09 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2002-07-30 23:55:09 +0000
commitd8088c6f0717b2b7cfe12122c31c65b9b8eec42c (patch)
treef38c1781eb2aeb18a5c4a133085504e8688f441a /gcc/doc/tm.texi
parentc01d477a666b0555b7e6595820359b5e5b33869c (diff)
downloadgcc-d8088c6f0717b2b7cfe12122c31c65b9b8eec42c.zip
gcc-d8088c6f0717b2b7cfe12122c31c65b9b8eec42c.tar.gz
gcc-d8088c6f0717b2b7cfe12122c31c65b9b8eec42c.tar.bz2
New target macro DECLARE_LIBRARY_RENAMES
From-SVN: r55889
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi7
1 files changed, 7 insertions, 0 deletions
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