Allows AutoFDO to do more iterations of einline.
[official-gcc.git] / gcc-4_7-integration / ChangeLog.google-integration
bloba75bfcf193fe2fd898c203ed0a43b0e8d33cd0bb
1 2012-08-08  Simon Baldwin  <simonb@google.com>
3     Cherry pick revision 190232.
5     2012-08-08  Simon Baldwin  <simonb@google.com>
7         * Makefile.tpl: Omit another TARGET_LIB_PATH from RPATH_ENVVAR set
8         on bootstrap builds.
9         * Makefile.in: Regenerate.
11 2012-08-07  Simon Baldwin  <simonb@google.com>
13     Cherry pick r190203.
15     2012-08-07  Simon Baldwin  <simonb@google.com>
17         * Makefile.tpl: Omit TARGET_LIB_PATH from RPATH_ENVVAR set in
18         HOST_EXPORTS on bootstrap builds.
19         * Makefile.in: Regenerate.
21 2012-05-09   Simon Baldwin  <simonb@google.com>
23         * libstdc++-v3/acinclude.m4: Bracket _GLIBCXX_USE_FLOAT128
24         definition with ifndef __clang__.
25         * libstdc++-v3/config.h.in: Rebuild.
27 2012-02-17   Doug Kwan  <dougkwan@google.com>
29         * gcc/config.gcc (powerpc*-*-linux): Pull in GRTEv2 spec changes if
30         target matches *-grtev2-*.
31         * gcc/config/rs6000/linux64.h (GLIB_DYNAMIC_LINKER{32,64}): Add
32         runtime root prefix to glibc's dynamic linker.
33         * gcc/config/rs6000/linux-grtev2.h: New file.
34         * gcc/config/rs6000/sysv4.h (GLIB_DYNAMIC_LINKER): Add
35         runtime root prefix to glibc's dynamic linker.
36         (LINUX_GRTE_EXTRA_SPECS): Define to be empty if no definition found.
37         (SUBTARGET_EXTRA_SPECS): Include LINUX_GRTE_EXTRA_SPECS.
39 2011-10-12   Diego Novillo  <dnovillo@google.com>
41         * README.google-integration: Remove.
43 2011-05-20  Simon Baldwin  <simonb@google.com>
45         * libstdc++-v3/scripts/extract_symvers.in: Handle processor/OS
46         specific or unknown symbol binding strings from readelf.
48 2011-05-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
50         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
51         to vterminate.
52         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
54 2011-04-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
56         * libstdc++-v3/include/bits/stl_algo.h: Add comparator debug checks
57         when __google_stl_debug_compare is 1.
58         * libstdc++-v3/include/bits/stl_tree.h: Add comparator debug checks
59         when __google_stl_debug_rbtree is 1.
61 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
63         * libstdc++-v3/include/ext/vstring.h: Enable debug checks when
64         __google_stl_debug_string is 1.
65         * libstdc++-v3/include/ext/sso_string_base.h: Scribble on
66         logically-dangling storage when __google_stl_debug_string_dangling
67         is 1.
68         * libstdc++-v3/include/bits/stl_vector.h: Enable debug checks when
69         __google_stl_debug_vector is 1.
70         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
71         Adjust line number.
72         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise.
73         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc: Likewise.
74         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc: Likewise.
76 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
78         * libstdc++-v3/src/Makefile.am: Add -fno-omit-frame-pointer to
79         functexcept.
80         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
81         to eh_throw and eh_terminate.
82         * libstdc++-v3/src/Makefile.in: Regenerate.
83         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
85 2011-02-01  Simon Baldwin  <simonb@google.com>
87         * ltoptions.m4: modify --with-pic to accept a list of library names.
89 2011-01-31  Diego Novillo  <dnovillo@google.com>
91         * README.google: Remove redundant line.
93 2011-01-28  Diego Novillo  <dnovillo@google.com>
95         * README.google: New.
97 2011-01-28  Simon Baldwin  <simonb@google.com>
99         * ltmain.sh (func_extract_archives): Sort the output of 'find'.