Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: ChangeLog

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | MAINTAINERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2
3 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4 they contain -O2.
5 * configure: Regenerate.
6
7 2012-05-14 Catherine Moore <clm@codesourcery.com>
8
9 * NEWS: Mention PowerPC VLE port.
10
11 2012-05-11 Mike Frysinger <vapier@gentoo.org>
12
13 * MAINTAINERS (config/): Move to intl/ section.
14 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
15
16 2012-05-09 Nick Clifton <nickc@redhat.com>
17 Paul Smith <psmith@gnu.org>
18
19 PR bootstrap/50461
20 * configure.ac (mpfr-dir): When using in-tree MPFR sources
21 allow for the fact that from release v3.1.0 of MPFR the source
22 files were moved into a src sub-directory.
23 * configure: Regenerate.
24
25 2012-05-02 Roland McGrath <mcgrathr@google.com>
26
27 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
28 * configure: Regenerate.
29
30 2012-04-25 Joel Brobecker <brobecker@adacore.com>
31
32 * config.sub: Update to 2012-04-18 version from official repo.
33
34 2012-03-19 Tristan Gingold <gingold@adacore.com>
35
36 * configure.ac (ia64*-*-*vms*): Add support for ld.
37 * configure: Regenerate.
38
39 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
40
41 * configure.ac (enable_libgomp): Remove *-*-irix6*.
42 (unsupported_languages): Remove mips-sgi-irix6.*.
43 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
44 (with_stabs): Remove.
45 * configure: Regenerate.
46
47 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
48
49 * configure.ac (enable_libgomp): Remove *-*-osf*.
50 (with_stabs): Remove alpha*-*-osf*.
51 * configure: Regenerate.
52
53 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
54
55 * COPYING.NEWLIB: Modify DJ Delorie license to include
56 modification rights in clause as permitted by DJ Delorie.
57 * COPYING.LIBGLOSS: Ditto.
58
59 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
60
61 * COPYING.NEWLIB: Remove two unused licenses.
62
63 2012-03-05 Tristan Gingold <gingold@adacore.com>
64
65 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
66 * configure: Regenerate.
67
68 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
69
70 * COPYING.NEWLIB: Add Adapteva notice.
71 * COPYING.LIBGLOSS: Add Adapteva notice.
72
73 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
74
75 * configure: Regenerate.
76
77 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
78
79 * COPYING.LIBGLOSS: Add GPL with exception license.
80
1 2011-11-09 Roland McGrath <mcgrathr@google.com> 81 2011-11-09 Roland McGrath <mcgrathr@google.com>
2 82
3 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET. 83 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4 * configure: Rebuild. 84 * configure: Rebuild.
5 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET. 85 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
6 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables. 86 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
7 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET. 87 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
8 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET. 88 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
9 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): 89 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
10 Add READELF. 90 Add READELF.
(...skipping 28 matching lines...) Expand all
39 * config.sub: Import these changes from the config project: 119 * config.sub: Import these changes from the config project:
40 120
41 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com> 121 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
42 Ben Elliston <bje@gnu.org> 122 Ben Elliston <bje@gnu.org>
43 123
44 * config.sub (epiphany): New. 124 * config.sub (epiphany): New.
45 125
46 2011-09-09 Linas Vepstas <linasvepstas@gmail.com> 126 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
47 Ben Elliston <bje@gnu.org> 127 Ben Elliston <bje@gnu.org>
48 128
49 * config.sub (hexagon, hexagon-*): New. 129 » * config.sub (hexagon, hexagon-*): New.
50 130
51 2011-08-23 Roland McGrath <mcgrathr@google.com> 131 2011-08-23 Roland McGrath <mcgrathr@google.com>
52 132
53 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and 133 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
54 64eb to be64. 134 64eb to be64.
55 135
56 2011-08-16 Roland McGrath <mcgrathr@google.com> 136 2011-08-16 Roland McGrath <mcgrathr@google.com>
57 137
58 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs. 138 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
59 (nacl): Grok as alias for 32el-unknown-nacl. 139 (nacl): Grok as alias for 32el-unknown-nacl.
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 608
529 PR bootstrap/48120: 609 PR bootstrap/48120:
530 * configure.ac (pwllib): Use LIBS instead of LDFLAGS. 610 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
531 Add -lstdc++ -lm to LIBS. 611 Add -lstdc++ -lm to LIBS.
532 * configure: Regenerate. 612 * configure: Regenerate.
533 613
534 2011-03-18 David Edelsohn <dje.gcc@gmail.com> 614 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
535 615
536 * config.guess: Update to version 2011-02-02 616 * config.guess: Update to version 2011-02-02
537 * config.sub: Update to version 2011-02-24 617 * config.sub: Update to version 2011-02-24
538 » 618
539 2011-03-03 Sebastian Pop <sebastian.pop@amd.com> 619 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
540 620
541 * configure.ac: Adjust test of with_ppl. 621 » * configure.ac: Adjust test of with_ppl.
542 * configure: Regenerated. 622 » * configure: Regenerated.
543 623
544 2011-03-02 Sebastian Pop <sebastian.pop@amd.com> 624 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
545 625
546 * configure.ac: Add -lpwl to ppllibs. 626 * configure.ac: Add -lpwl to ppllibs.
547 * config/cloog.m4: Add -lisl to clooglibs. 627 * config/cloog.m4: Add -lisl to clooglibs.
548 * configure: Regenerated. 628 * configure: Regenerated.
549 629
550 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 630 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
551 631
552 Import from Libtool and gnulib: 632 Import from Libtool and gnulib:
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 1219
1140 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 1220 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1141 1221
1142 * libtool.m4: Sync from git Libtool. 1222 * libtool.m4: Sync from git Libtool.
1143 * ltmain.sh: Likewise. 1223 * ltmain.sh: Likewise.
1144 * ltoptions.m4: Likewise. 1224 * ltoptions.m4: Likewise.
1145 * ltversion.m4: Likewise. 1225 * ltversion.m4: Likewise.
1146 * lt~obsolete.m4: Likewise. 1226 * lt~obsolete.m4: Likewise.
1147 1227
1148 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1228 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1149 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 1229 » Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1150 1230
1151 PR bootstrap/42424 1231 PR bootstrap/42424
1152 * configure.ac: Include libtool m4 files. 1232 * configure.ac: Include libtool m4 files.
1153 (_LT_CHECK_OBJDIR): Call it. 1233 » (_LT_CHECK_OBJDIR): Call it.
1154 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags, 1234 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1155 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir. 1235 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1156 1236
1157 * configure: Regenerate. 1237 * configure: Regenerate.
1158 1238
1159 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 1239 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1160 1240
1161 PR bootstrap/41818 1241 PR bootstrap/41818
1162 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH 1242 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1163 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment. 1243 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 * COPYING.LIBGLOSS: Add Xilinx license. 1636 * COPYING.LIBGLOSS: Add Xilinx license.
1557 1637
1558 2009-06-15 Ryan Mansfield <rmansfield@qnx.com> 1638 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1559 1639
1560 * configure.ac: Define is_elf for QNX Neutrino targets. 1640 * configure.ac: Define is_elf for QNX Neutrino targets.
1561 * configure: Regenerate. 1641 * configure: Regenerate.
1562 1642
1563 2009-06-03 Jerome Guitton <guitton@adacore.com> 1643 2009-06-03 Jerome Guitton <guitton@adacore.com>
1564 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 1644 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1565 1645
1566 * Makefile.tpl (all): Avoid a trailing backslash. 1646 » * Makefile.tpl (all): Avoid a trailing backslash.
1567 * Makefile.in: Regenerate. 1647 » * Makefile.in: Regenerate.
1568 1648
1569 2009-06-03 Ben Elliston <bje@au.ibm.com> 1649 2009-06-03 Ben Elliston <bje@au.ibm.com>
1570 1650
1571 * config.sub, config.guess: Update from upstream sources. 1651 * config.sub, config.guess: Update from upstream sources.
1572 1652
1573 2009-06-02 Alexandre Oliva <aoliva@redhat.com> 1653 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
1574 1654
1575 * Makefile.tpl ([+compare-target+]): Compare all stage 1655 * Makefile.tpl ([+compare-target+]): Compare all stage
1576 directories, rather than just gcc. 1656 directories, rather than just gcc.
1577 * Makefile.in: Rebuilt. 1657 * Makefile.in: Rebuilt.
(...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3720 * depcomp: Update from automake CVS. Add 'ia64hp' stanza. 3800 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3721 In 'cpp' stanza, support '#line' as well as '# '. 3801 In 'cpp' stanza, support '#line' as well as '# '.
3722 3802
3723 2005-06-07 Hans-Peter Nilsson <hp@axis.com> 3803 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
3724 3804
3725 * configure.in (unsupported_languages): New macro. 3805 * configure.in (unsupported_languages): New macro.
3726 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit 3806 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3727 non-ported target libraries in noconfigdirs. 3807 non-ported target libraries in noconfigdirs.
3728 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf, 3808 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3729 non-linux-gnu. Remove libgcj_ex_libffi. 3809 non-linux-gnu. Remove libgcj_ex_libffi.
3730 » <lang_frag loop>: Set add_this_lang=no if the language is in 3810 » <lang_frag loop>: Set add_this_lang=no if the language is in
3731 unsupported_languages. 3811 unsupported_languages.
3732 * configure: Regenerate. 3812 * configure: Regenerate.
3733 3813
3734 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> 3814 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3735 3815
3736 * configure.in: Fix typo in handling of --with-mpfr-dir. 3816 * configure.in: Fix typo in handling of --with-mpfr-dir.
3737 * configure: Regenerate. 3817 * configure: Regenerate.
3738 3818
3739 2005-06-02 Jim Blandy <jimb@redhat.com> 3819 2005-06-02 Jim Blandy <jimb@redhat.com>
3740 3820
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
5041 directories. 5121 directories.
5042 * configure: Regenerate. 5122 * configure: Regenerate.
5043 5123
5044 2003-12-31 Roger Sayle <roger@eyesopen.com> 5124 2003-12-31 Roger Sayle <roger@eyesopen.com>
5045 5125
5046 * configure.in (ia64*-*-hpux*): Disable building java libraries. 5126 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5047 * configure: Regenerated. 5127 * configure: Regenerated.
5048 5128
5049 2003-12-21 Bernardo Innocenti <bernie@develer.com> 5129 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5050 5130
5051 » * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda. 5131 » * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5052 » * configure: Regenerated. 5132 » * configure: Regenerated.
5053 5133
5054 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org> 5134 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5055 5135
5056 Port change over from GCC: 5136 Port change over from GCC:
5057 2003-11-20 Kelley Cook <kcook@gcc.gnu.org> 5137 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5058 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL. 5138 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5059 (configure-build-[+module+], configure-[+module+]): Likewise. 5139 (configure-build-[+module+], configure-[+module+]): Likewise.
5060 (configure-target-[+module+], configure-gcc, config.status): Likewise. 5140 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5061 * Makefile.in: Regenerate. 5141 * Makefile.in: Regenerate.
5062 5142
(...skipping 8068 matching lines...) Expand 10 before | Expand all | Expand 10 after
13131 -options. 13211 -options.
13132 13212
13133 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) 13213 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13134 13214
13135 * config.sub: Convergent Tech. "miniframe" uses m68010, sez 13215 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13136 zippy@ecst.csuchico.edu. 13216 zippy@ecst.csuchico.edu.
13137 * config.guess: Recognize miniframe. 13217 * config.guess: Recognize miniframe.
13138 13218
13139 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com) 13219 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13140 13220
13141 * Makefile.in: Use srcroot to find runtest rather than rootme. 13221 » * Makefile.in: Use srcroot to find runtest rather than rootme.
13142 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS. 13222 » Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13143 13223
13144 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com) 13224 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13145 13225
13146 * test-build.mk: Extensive additions to support building on a 13226 * test-build.mk: Extensive additions to support building on a
13147 machine other than the host. 13227 machine other than the host.
13148 13228
13149 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com) 13229 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13150 13230
13151 * configure (tooldir): Fix for i386-aix again. 13231 * configure (tooldir): Fix for i386-aix again.
13152 13232
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
14511 * Freshly created ChangeLog. 14591 * Freshly created ChangeLog.
14512 14592
14513 14593
14514 14594
14515 Local Variables: 14595 Local Variables:
14516 mode: change-log 14596 mode: change-log
14517 left-margin: 8 14597 left-margin: 8
14518 fill-column: 76 14598 fill-column: 76
14519 version-control: never 14599 version-control: never
14520 End: 14600 End:
OLDNEW
« no previous file with comments | « no previous file | MAINTAINERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698