diff options
author | Doug Kwan <dougkwan@google.com> | 2011-06-10 16:02:39 -0700 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2011-06-10 16:02:39 -0700 |
commit | fe2afdf3f3701489c05d2a7509752d6f0c7616f7 (patch) | |
tree | 0f879781b400d82bd939cb03642fe57298875223 /gcc-4.4.3/libstdc++-v3 | |
parent | fac2e2f3e863f49fc8a2feb2aa9fd8cfa315219c (diff) | |
download | toolchain_gcc-fe2afdf3f3701489c05d2a7509752d6f0c7616f7.tar.gz toolchain_gcc-fe2afdf3f3701489c05d2a7509752d6f0c7616f7.tar.bz2 toolchain_gcc-fe2afdf3f3701489c05d2a7509752d6f0c7616f7.zip |
Sync internal and external version:
Changes:
-x86 security patch (for ChromeOS)
-Fix bug in inlining.
-Fix freestanding C++ library build:
http://gcc.gnu.org/viewcvs?view=revision&revision=173220
-Fix out-of-range branches in Thumb-2 mode.
-Fix gcda file corruption problem.
-Hanlde LDFLAGS_FOR_TARGETS in configure. This is a backport of upstrem
patch r173558.
-Backport upstream fix for Atom performance at r164379.
Change-Id: Id5a6cfb8949cbd390a0bb3546d55d83383ee4f8c
Diffstat (limited to 'gcc-4.4.3/libstdc++-v3')
-rw-r--r-- | gcc-4.4.3/libstdc++-v3/include/Makefile.am | 1 | ||||
-rw-r--r-- | gcc-4.4.3/libstdc++-v3/include/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.4.3/libstdc++-v3/include/Makefile.am b/gcc-4.4.3/libstdc++-v3/include/Makefile.am index 162983aea..977955081 100644 --- a/gcc-4.4.3/libstdc++-v3/include/Makefile.am +++ b/gcc-4.4.3/libstdc++-v3/include/Makefile.am @@ -1137,6 +1137,7 @@ install-freestanding-headers: $(mkinstalldirs) $(DESTDIR)${gxx_include_dir} $(mkinstalldirs) $(DESTDIR)${host_installdir} for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \ + ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \ ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \ $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir} diff --git a/gcc-4.4.3/libstdc++-v3/include/Makefile.in b/gcc-4.4.3/libstdc++-v3/include/Makefile.in index c4614f490..a790676c8 100644 --- a/gcc-4.4.3/libstdc++-v3/include/Makefile.in +++ b/gcc-4.4.3/libstdc++-v3/include/Makefile.in @@ -1538,6 +1538,7 @@ install-freestanding-headers: $(mkinstalldirs) $(DESTDIR)${gxx_include_dir} $(mkinstalldirs) $(DESTDIR)${host_installdir} for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \ + ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \ ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \ $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir} |