summaryrefslogtreecommitdiffstats
path: root/gcc/libgcc-std.ver
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-01 06:42:53 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-01 06:42:53 +0000
commit278afeb5162b74e6c1f62687c48b0c437fa7eb83 (patch)
treef0c36f05a965d9306fd2e9f1f653fd076463b172 /gcc/libgcc-std.ver
parente79cb1483bdb4961951833ac243b30caabfb8c19 (diff)
downloadppe42-gcc-278afeb5162b74e6c1f62687c48b0c437fa7eb83.tar.gz
ppe42-gcc-278afeb5162b74e6c1f62687c48b0c437fa7eb83.zip
gcc/ChangeLog:
* config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file. * libgcc-std.ver (GCC_4.6.0): Define version. libgcc/ChangeLog: * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add i386/t-freebsd to tmake_file. * config/i386/t-freebsd: New file. * config/i386/libgcc-bsd.ver: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163718 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r--gcc/libgcc-std.ver5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver
index 5aaff5e8894..1f24f1771e8 100644
--- a/gcc/libgcc-std.ver
+++ b/gcc/libgcc-std.ver
@@ -213,6 +213,7 @@ GCC_3.3.1 {
%inherit GCC_3.3.2 GCC_3.3.1
GCC_3.3.2 {
}
+
%inherit GCC_3.3.4 GCC_3.3.2
GCC_3.3.4 {
__unorddf2
@@ -1910,3 +1911,7 @@ GCC_4.5.0 {
__unordxf2
__unordtf2
}
+
+%inherit GCC_4.6.0 GCC_4.5.0
+GCC_4.6.0 {
+}
OpenPOWER on IntegriCloud