diff options
author | Bernd Schmidt <bernds@redhat.com> | 2002-07-30 23:55:09 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2002-07-30 23:55:09 +0000 |
commit | d8088c6f0717b2b7cfe12122c31c65b9b8eec42c (patch) | |
tree | f38c1781eb2aeb18a5c4a133085504e8688f441a /gcc/doc/tm.texi | |
parent | c01d477a666b0555b7e6595820359b5e5b33869c (diff) | |
download | gcc-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.texi | 7 |
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 |