Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git] / gcc-4_6 / ChangeLog.google-integration
blobbd15ab8917aea6d8d300fd06b31edb88860d743e
1 2012-04-22   Paul Pluzhnikov  <ppluzhnikov@google.com>
3         * libgomp/configure.tgt: Don't force initial-exec.
5 2011-05-20  Simon Baldwin  <simonb@google.com>
7         * libstdc++-v3/scripts/extract_symvers.in: Handle processor/OS
8         specific or unknown symbol binding strings from readelf.
10 2011-05-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
12         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
13         to vterminate.
14         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
16 2011-04-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
18         * libstdc++-v3/include/bits/stl_algo.h: Add comparator debug checks
19         when __google_stl_debug_compare is 1.
20         * libstdc++-v3/include/bits/stl_tree.h: Add comparator debug checks
21         when __google_stl_debug_rbtree is 1.
23 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
25         * libstdc++-v3/include/ext/vstring.h: Enable debug checks when
26         __google_stl_debug_string is 1.
27         * libstdc++-v3/include/ext/sso_string_base.h: Scribble on
28         logically-dangling storage when __google_stl_debug_string_dangling
29         is 1.
30         * libstdc++-v3/include/bits/stl_vector.h: Enable debug checks when
31         __google_stl_debug_vector is 1.
32         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
33         Adjust line number.
34         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise.
35         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc: Likewise.
36         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc: Likewise.
38 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
40         * libstdc++-v3/src/Makefile.am: Add -fno-omit-frame-pointer to
41         functexcept.
42         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
43         to eh_throw and eh_terminate.
44         * libstdc++-v3/src/Makefile.in: Regenerate.
45         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
47 2011-02-01  Simon Baldwin  <simonb@google.com>
49         * ltoptions.m4: modify --with-pic to accept a list of library names.
51 2011-01-31  Diego Novillo  <dnovillo@google.com>
53         * README.google: Remove redundant line.
55 2011-01-28  Diego Novillo  <dnovillo@google.com>
57         * README.google: New.
59 2011-01-28  Simon Baldwin  <simonb@google.com>
61         * ltmain.sh (func_extract_archives): Sort the output of 'find'.