Flip the phase to prerelease to disable checking. Use --enable-checking=yes in config...
[official-gcc.git] / gcc-4_6-mobile-vtable-security / ChangeLog.google-integration
blobbb991397b1ff2bd30d5e375981ed8e388720f179
1 2011-05-20  Simon Baldwin  <simonb@google.com>
3         * libstdc++-v3/scripts/extract_symvers.in: Handle processor/OS
4         specific or unknown symbol binding strings from readelf.
6 2011-05-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
8         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
9         to vterminate.
10         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
12 2011-04-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
14         * libstdc++-v3/include/bits/stl_algo.h: Add comparator debug checks
15         when __google_stl_debug_compare is 1.
16         * libstdc++-v3/include/bits/stl_tree.h: Add comparator debug checks
17         when __google_stl_debug_rbtree is 1.
19 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
21         * libstdc++-v3/include/ext/vstring.h: Enable debug checks when
22         __google_stl_debug_string is 1.
23         * libstdc++-v3/include/ext/sso_string_base.h: Scribble on
24         logically-dangling storage when __google_stl_debug_string_dangling
25         is 1.
26         * libstdc++-v3/include/bits/stl_vector.h: Enable debug checks when
27         __google_stl_debug_vector is 1.
28         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
29         Adjust line number.
30         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise.
31         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc: Likewise.
32         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc: Likewise.
34 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
36         * libstdc++-v3/src/Makefile.am: Add -fno-omit-frame-pointer to
37         functexcept.
38         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
39         to eh_throw and eh_terminate.
40         * libstdc++-v3/src/Makefile.in: Regenerate.
41         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
43 2011-02-01  Simon Baldwin  <simonb@google.com>
45         * ltoptions.m4: modify --with-pic to accept a list of library names.
47 2011-01-31  Diego Novillo  <dnovillo@google.com>
49         * README.google: Remove redundant line.
51 2011-01-28  Diego Novillo  <dnovillo@google.com>
53         * README.google: New.
55 2011-01-28  Simon Baldwin  <simonb@google.com>
57         * ltmain.sh (func_extract_archives): Sort the output of 'find'.