diff options
author | jules <jules@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-01 12:02:45 +0000 |
---|---|---|
committer | jules <jules@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-01 12:02:45 +0000 |
commit | ac34b7dbfca6a8c9ad8bc93cee72301998408e0d (patch) | |
tree | f40191ddc8ef7538172bd6a7e2df729399b95b50 /libgcc/config/t-fixedpoint-gnu-prefix | |
parent | 7f7ae544c99df8111e45c7ebf333d36371bada0f (diff) | |
download | gcc-ac34b7dbfca6a8c9ad8bc93cee72301998408e0d.tar.gz |
libgcc/
* Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
(libgcc-std.ver.in): Use above.
* fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
throughout file.
* config/t-fixedpoint-gnu-prefix: New file.
* config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
* libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
instead of __PFX__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177019 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config/t-fixedpoint-gnu-prefix')
-rw-r--r-- | libgcc/config/t-fixedpoint-gnu-prefix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/config/t-fixedpoint-gnu-prefix b/libgcc/config/t-fixedpoint-gnu-prefix new file mode 100644 index 00000000000..f9d6633882e --- /dev/null +++ b/libgcc/config/t-fixedpoint-gnu-prefix @@ -0,0 +1 @@ +LIBGCC_VER_FIXEDPOINT_GNU_PREFIX = __gnu_ |