~ubuntu-branches/debian/jessie/gdb/jessie

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2010-03-20 01:21:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320012129-t7h25y8zgr8c2369
Tags: 7.1-1
* New upstream release, including:
  - PIE support (Closes: #346409).
  - C++ improvements, including static_cast<> et al, namespace imports,
    and bug fixes in printing virtual base classes.
  - Multi-program debugging.  One GDB can now debug multiple programs
    at the same time.
  - Python scripting improvements, including gdb.parse_and_eval.
  - Updated MIPS Linux signal frame layout (Closes: #570875).
  - No internal error stepping over _dl_debug_state (Closes: #569551).
* Update to Standards-Version: 3.8.4 (no changes required).
* Include more relevant (and smaller) docs in the gdbserver package
  (Closes: #571132).
* Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
* Fix crash when switching into TUI mode (Closes: #568489).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-02-17  Nick Clifton  <nickc@redhat.com>
 
2
 
 
3
        PR 11238
 
4
        * Makefile.tpl (local-distclean): Also remove config.cache files in
 
5
        sub-directories as there may not be Makefiles present in the
 
6
        sub-directories.
 
7
        * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
 
8
        the config.cache files found by the find command.
 
9
 
 
10
        * Makefile.in: Regenerate.
 
11
        * configure.ac: Revert previous delta.
 
12
        * configure: Regenerate.
 
13
 
 
14
2010-02-15  Nick Clifton  <nickc@redhat.com>
 
15
 
 
16
        PR 11238
 
17
        * configure.ac: Delete config.cache files in sub-directories when
 
18
        deleting Makefiles.
 
19
        * configure: Regenerate.
 
20
 
 
21
2010-02-15  Nick Clifton  <nickc@redhat.com>
 
22
 
 
23
        * configure.ac: Sync from gcc.
 
24
        * configure: Regenerate.
 
25
 
 
26
2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
27
 
 
28
        Sync from gcc:
 
29
        * configure.ac: Add "recommended" version checks for GMP/MPC.
 
30
        Update recommended GMP/MPFR/MPC versions.
 
31
        * configure: Regenerate.
 
32
 
 
33
2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
 
34
 
 
35
        gcc PR libstdc++/36101, gcc PR libstdc++/42813
 
36
        * configure.ac (bootstrap_target_libs): Make inclusion of
 
37
        target-libgomp conditional on libgomb being in target_configdirs.
 
38
        * configure: Regenerate.
 
39
 
 
40
2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
 
41
 
 
42
        gcc PR libstdc++/36101, gcc PR libstdc++/42813
 
43
        * configure.ac (bootstrap_target_libs): Include target-libgomp.
 
44
        * configure: Regenerate.
 
45
 
 
46
2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
 
47
 
 
48
        gcc PR libstdc++/36101, gcc PR libstdc++/42813
 
49
        * configure.ac (target_configdirs): Substitute.
 
50
        * Makefile.def: Bootstrap target module libgomp.
 
51
        Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
 
52
        * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
 
53
        (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
 
54
        * configure, Makefile.in: Regenerate.
 
55
 
 
56
2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
57
 
 
58
        * libtool.m4: Sync from git Libtool.
 
59
        * ltmain.sh: Likewise.
 
60
        * ltoptions.m4: Likewise.
 
61
        * ltversion.m4: Likewise.
 
62
        * lt~obsolete.m4: Likewise.
 
63
 
 
64
2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
65
            Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
66
 
 
67
        PR bootstrap/42424
 
68
        * configure.ac: Include libtool m4 files.
 
69
        (_LT_CHECK_OBJDIR): Call it.
 
70
        (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
 
71
        gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
 
72
 
 
73
        * configure: Regenerate.
 
74
 
 
75
2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
76
 
 
77
        PR bootstrap/41818
 
78
        * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
 
79
        to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
 
80
        * Makefile.in: Regenerate.
 
81
 
 
82
2009-12-18  Ben Elliston  <bje@au.ibm.com>
 
83
 
 
84
        * config.sub, config.guess: Update from upstream sources.
 
85
 
 
86
2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
 
87
 
 
88
        * COPYING.NEWLIB: Update copyright date.
 
89
        * COPYING.LIBGLOSS: Ditto.
 
90
 
 
91
2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
92
 
 
93
        PR middle-end/30447
 
94
        PR middle-end/30789
 
95
        PR other/40302
 
96
 
 
97
        * configure.ac: Require MPC.
 
98
        * configure: Regenerate.
 
99
 
 
100
        * configure.ac: Update minimum MPC version to 0.8.
 
101
        * configure: Regenerate.
 
102
 
 
103
2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
 
104
 
 
105
        * config.guess: Sync with upstream and gcc.
 
106
        * config.sub: Sync with upstream and gcc.
 
107
 
 
108
2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
 
109
 
 
110
        * Makefile.def: Restore host and target settings for gmp.
 
111
        * Makefile.in: Rebuild.
 
112
 
 
113
2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
 
114
 
 
115
        * configure.ac: Add libelf to host_libs.  Enable in-tree configury
 
116
        of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
 
117
        Fix portability of test of C++ as bootstrap language.  Add
 
118
        ppl/src/ppl-config.o to the bootstrap compare exclusion list.
 
119
        * configure: Rebuild.
 
120
        * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
 
121
        and cloog.  Fix in-tree ppl configuration.  Introduce libelf
 
122
        in-tree building.
 
123
        * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
 
124
        (POSTSTAGE1_HOST_EXPORTS): Use it.
 
125
        (STAGE[+id+]_CXXFLAGS): New.
 
126
        (BASE_FLAGS_TO_PASS): Pass it down.
 
127
        (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
 
128
        extra_exports.
 
129
        (all-stage[+id+]-[+prefix+][+module+]): Likewise.
 
130
        (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
 
131
        extra_exports.
 
132
        * Makefile.in: Rebuild.
 
133
 
 
134
2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
 
135
 
 
136
        * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
 
137
        paths for *-w64-mingw* and x86_64-*mingw*.
 
138
        * configure: Regenerated.
 
139
 
 
140
2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
 
141
 
 
142
        * configure.ac: Disable target-winsup & co for
 
143
        x86_64-*-mingw* and *-w64-mingw* targets.
 
144
        * configure: Regenerated.
 
145
 
 
146
2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
147
 
 
148
        * configure.ac (CLooG test): Use = with test.
 
149
        * configure: Regenerate.
 
150
 
 
151
2009-10-22  Richard Guenther  <rguenther@suse.de>
 
152
 
 
153
        * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
 
154
        cloog if the ppl version check failed.  Move flags saving
 
155
        before setting in libelf check.
 
156
        * configure: Regenerate.
 
157
 
 
158
2009-10-21  Richard Guenther  <rguenther@suse.de>
 
159
 
 
160
        * configure.ac: Adjust the ppl and cloog configure to work as
 
161
        documented.  Disable cloog if ppl was disabled.  Omit the version
 
162
        checks if they were disabled.
 
163
        * configure: Re-generate.
 
164
 
 
165
2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
166
 
 
167
        * configure.ac: Add 'lto' to enable_languages, not
 
168
        new_enable_languages, and only if not already present.
 
169
        * configure: Regenerate.
 
170
 
 
171
2009-10-06  Ian Lance Taylor  <iant@google.com>
 
172
 
 
173
        * Makefile.def: check-gold depends upon all-gas.
 
174
        * Makefile.in: Rebuild.
 
175
 
 
176
2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
 
177
 
 
178
        * Makefile.def: all-lto-plugin depends on all-libiberty.
 
179
        set bootstrap=true for lto-plugin.
 
180
        Add lto-plugin.
 
181
        * Makefile.in: Regenerate.
 
182
        * configure.ac (host_libs): Add lto-plugin.
 
183
        * configure: Regenerate.
 
184
 
 
185
2009-10-03  Diego Novillo  <dnovillo@google.com>
 
186
 
 
187
        * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
 
188
        (HOST_LIBELFLIBS): Define.
 
189
        (HOST_LIBELFINC): Define.
 
190
        * Makefile.in: Regenerate.
 
191
        * configure.ac: Add --enable-lto.
 
192
        Add --with-libelf, --with-libelf-include and --with-libelf-lib.
 
193
        If --enable-lto is used, add 'lto' to new_enable_languages.
 
194
        If --enable-lto is used and gold is enabled, add
 
195
        lto-plugin to configdirs.
 
196
        * configure: Regenerate.
 
197
 
 
198
2009-10-03  Simon Baldwin  <simonb@google.com>
 
199
 
 
200
        * configure.ac: If --with-system-zlib, suppress local zlib and
 
201
        pass --with-system-zlib to subdir configure scripts.
 
202
        * configure: Regenerate.
 
203
 
 
204
2009-10-01  Loren J. Rittle <ljrittle@acm.org>
 
205
            Paolo Bonzini  <bonzini@gnu.org>
 
206
 
 
207
        * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
 
208
        $(srcdir).
 
209
        * Makefile.in: Rebuilt.
 
210
 
 
211
2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
 
212
 
 
213
        Sync from gcc:
 
214
        2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
215
 
 
216
        * configure.ac: Update minimum MPC version to 0.7.
 
217
        * configure: Regenerate.
 
218
 
 
219
2009-09-25  Nick Clifton  <nickc@redhat.com>
 
220
 
 
221
        * configure.ac: Pass any --cache-file=/dev/null option on to
 
222
        subconfigures.
 
223
        * configure: Regenerate.
 
224
 
 
225
2009-09-23  Nick Clifton  <nickc@redhat.com>
 
226
 
 
227
        * config.sub, config.guess: Update from upstream sources.
 
228
 
 
229
2009-09-22  Loren J. Rittle <ljrittle@acm.org>
 
230
 
 
231
        * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
 
232
        * Makefile.in: Rebuilt.
 
233
 
 
234
2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
235
 
 
236
        PR bootstrap/32272
 
237
        * configure.ac: Error out if $srcdir isn't '.' but contains
 
238
        host-${host_noncanonical}.
 
239
        * configure: Regenerate.
 
240
 
 
241
2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
242
 
 
243
        * configure.ac: If bootstrapping a combined tree with
 
244
        --enable-gold, require c++ in stage1_languages.
 
245
        * configure: Regenerate.
 
246
 
 
247
        * configure.ac: Also add target_libs of stage1_languages to
 
248
        bootstrap_target_libs.
 
249
        * configure: Regenerate.
 
250
 
 
251
        * configure.ac: Diagnose --enable-build-with-cxx bootstrap
 
252
        with --enable-languages not containing c++.
 
253
        * configure: Regenerate.
 
254
 
1
255
2009-09-16  Jie Zhang  <jie.zhang@analog.com>
2
256
 
3
257
        * configure.ac: Disable java and boehm-gc for bfin-*-*.