Merge from trunk:
[official-gcc.git] / gcc-4_7-mobile-vtable-verification / ChangeLog.google-integration
blob120c86e2fe81e07199c49aa57f0753242456216f
1 2012-05-09   Simon Baldwin  <simonb@google.com>
3         * libstdc++-v3/acinclude.m4: Bracket _GLIBCXX_USE_FLOAT128
4         definition with ifndef __clang__.
5         * libstdc++-v3/config.h.in: Rebuild.
7 2012-04-22   Paul Pluzhnikov  <ppluzhnikov@google.com>
9         * libgomp/configure.tgt: Don't force initial-exec.
11 2012-02-17   Doug Kwan  <dougkwan@google.com>
13         * gcc/config.gcc (powerpc*-*-linux): Pull in GRTEv2 spec changes if
14         target matches *-grtev2-*.
15         * gcc/config/rs6000/linux64.h (GLIB_DYNAMIC_LINKER{32,64}): Add
16         runtime root prefix to glibc's dynamic linker.
17         * gcc/config/rs6000/linux-grtev2.h: New file.
18         * gcc/config/rs6000/sysv4.h (GLIB_DYNAMIC_LINKER): Add
19         runtime root prefix to glibc's dynamic linker.
20         (LINUX_GRTE_EXTRA_SPECS): Define to be empty if no definition found.
21         (SUBTARGET_EXTRA_SPECS): Include LINUX_GRTE_EXTRA_SPECS.
23 2011-10-12   Diego Novillo  <dnovillo@google.com>
25         * README.google-integration: Remove.
27 2011-05-20  Simon Baldwin  <simonb@google.com>
29         * libstdc++-v3/scripts/extract_symvers.in: Handle processor/OS
30         specific or unknown symbol binding strings from readelf.
32 2011-05-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
34         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
35         to vterminate.
36         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
38 2011-04-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40         * libstdc++-v3/include/bits/stl_algo.h: Add comparator debug checks
41         when __google_stl_debug_compare is 1.
42         * libstdc++-v3/include/bits/stl_tree.h: Add comparator debug checks
43         when __google_stl_debug_rbtree is 1.
45 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
47         * libstdc++-v3/include/ext/vstring.h: Enable debug checks when
48         __google_stl_debug_string is 1.
49         * libstdc++-v3/include/ext/sso_string_base.h: Scribble on
50         logically-dangling storage when __google_stl_debug_string_dangling
51         is 1.
52         * libstdc++-v3/include/bits/stl_vector.h: Enable debug checks when
53         __google_stl_debug_vector is 1.
54         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
55         Adjust line number.
56         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise.
57         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc: Likewise.
58         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc: Likewise.
60 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
62         * libstdc++-v3/src/Makefile.am: Add -fno-omit-frame-pointer to
63         functexcept.
64         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
65         to eh_throw and eh_terminate.
66         * libstdc++-v3/src/Makefile.in: Regenerate.
67         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
69 2011-02-01  Simon Baldwin  <simonb@google.com>
71         * ltoptions.m4: modify --with-pic to accept a list of library names.
73 2011-01-31  Diego Novillo  <dnovillo@google.com>
75         * README.google: Remove redundant line.
77 2011-01-28  Diego Novillo  <dnovillo@google.com>
79         * README.google: New.
81 2011-01-28  Simon Baldwin  <simonb@google.com>
83         * ltmain.sh (func_extract_archives): Sort the output of 'find'.