~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/85/85582f182ac8ecb800ec605e9accfc09b8d34c1c.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gcc-4.8 (4.8.3-13) unstable; urgency=medium
 
2
 
 
3
  * Update to SVN 20141014 (r216202) from the gcc-4_8-branch.
 
4
 
 
5
 -- Matthias Klose <doko@debian.org>  Tue, 14 Oct 2014 16:20:41 +0200
 
6
 
 
7
gcc-4.8 (4.8.3-12) unstable; urgency=high
 
8
 
 
9
  * Update to SVN 20140930 (r215742) from the gcc-4_8-branch.
 
10
 
 
11
  [ Aurelien Jarno ]
 
12
  * Default to mips64 ISA on mips64el, with tuning for mips64r2.
 
13
 
 
14
  [ Matthias Klose ]
 
15
  * Don't suggest libbacktrace-dbg and binutils-gold. Closes: #763161.
 
16
 
 
17
 -- Matthias Klose <doko@debian.org>  Sat, 13 Sep 2014 11:16:01 +0200
 
18
 
 
19
gcc-4.8 (4.8.3-11) unstable; urgency=medium
 
20
 
 
21
  * Update to SVN 20140913 (r215236) from the gcc-4_8-branch.
 
22
  * Fix installation of the libstdc++ documentation. Addresses: #760872.
 
23
 
 
24
 -- Matthias Klose <doko@debian.org>  Sat, 13 Sep 2014 11:16:01 +0200
 
25
 
 
26
gcc-4.8 (4.8.3-10) unstable; urgency=medium
 
27
 
 
28
  * Update to SVN 20140831 (r214767) from the gcc-4_8-branch.
 
29
 
 
30
  [ Samuel Thibault ]
 
31
  * boehm-gc: use anonymous mmap instead of brk also on hurd-*.
 
32
 
 
33
 -- Matthias Klose <doko@debian.org>  Sun, 31 Aug 2014 21:04:10 +0200
 
34
 
 
35
gcc-4.8 (4.8.3-9) unstable; urgency=medium
 
36
 
 
37
  * Update to SVN 20140820 (r214213) from the gcc-4_8-branch.
 
38
  * Backport PR lto/62032.
 
39
  * Fix PR tree-optimization/59586, graphite segfault, taken from the trunk.
 
40
    LP: #1227789.
 
41
 
 
42
 -- Matthias Klose <doko@debian.org>  Wed, 20 Aug 2014 11:25:25 +0200
 
43
 
 
44
gcc-4.8 (4.8.3-8) unstable; urgency=medium
 
45
 
 
46
  * Update to SVN 20140814 (r213981) from the gcc-4_8-branch.
 
47
  * Add build dependency on systemtap-sdt-dev.
 
48
  * Backport Python3 pretty printer support (Samuel Bronson).
 
49
  * Proposed backport for PR libstdc++/61841. Closes: #749290.
 
50
  * Build-depend on dpkg-dev (>= 1.7.11).
 
51
 
 
52
 -- Matthias Klose <doko@debian.org>  Thu, 14 Aug 2014 21:50:18 +0200
 
53
 
 
54
gcc-4.8 (4.8.3-7) unstable; urgency=medium
 
55
 
 
56
  * Update to SVN 20140801 (r213447) from the gcc-4_8-branch.
 
57
    - CVE-2014-5044, fix integer overflows in array allocation in libgfortran.
 
58
      Closes: #756325.
 
59
    - Fix PR tree-optimization/61964. LP: #1347147.
 
60
  * Fix java.security symlink. Addresses: #756484.
 
61
 
 
62
 -- Matthias Klose <doko@debian.org>  Fri, 01 Aug 2014 12:07:59 +0200
 
63
 
 
64
gcc-4.8 (4.8.3-6) unstable; urgency=medium
 
65
 
 
66
  * Update to SVN 20140725 (r213051) from the gcc-4_8-branch.
 
67
  * Don't gzip the xz compressed testsuite logs and summaries.
 
68
 
 
69
 -- Matthias Klose <doko@debian.org>  Fri, 25 Jul 2014 12:25:44 +0200
 
70
 
 
71
gcc-4.8 (4.8.3-5) unstable; urgency=medium
 
72
 
 
73
  * Update to SVN 20140717 (r212756) from the gcc-4_8-branch.
 
74
  * Warn about ppc ELFv2 ABI issues, which will change in GCC 4.10.
 
75
  * Fix installing test logs and summaries.
 
76
 
 
77
 -- Matthias Klose <doko@debian.org>  Thu, 17 Jul 2014 16:12:10 +0200
 
78
 
 
79
gcc-4.8 (4.8.3-4) unstable; urgency=medium
 
80
 
 
81
  * Update to SVN 20140626 (r212014) from the gcc-4_8-branch.
 
82
 
 
83
  [ Aurelien Jarno ]
 
84
  * Fix PR c++/61336, taken from the trunk.
 
85
 
 
86
  [ Matthias Klose ]
 
87
  * Fix removal of python byte-code files in libstdc++6. Addresses: #751435.
 
88
  * Fix a segfault in the driver from calling free on non-malloc'd area.
 
89
  * Remove version requirement for dependency on make. Addresses: #751891.
 
90
  * Drop versioned build dependency on gdb, and apply the pretty printer
 
91
    patch for libstdc++ based on the release.
 
92
 
 
93
 -- Matthias Klose <doko@debian.org>  Thu, 26 Jun 2014 10:59:38 +0200
 
94
 
 
95
gcc-4.8 (4.8.3-3) unstable; urgency=medium
 
96
 
 
97
  * Update to SVN 20140606 (r211339) from the gcc-4_8-branch.
 
98
  * Don't install the libstdc++ pretty printer file into the debug directory,
 
99
    but into the gdb auto-load directory.
 
100
  * Fix the removal of the libstdc++6 package, removing byte-compiled pretty
 
101
    printer files and pycache directories.
 
102
  * Fix PR c++/61046, taken from the trunk. LP: #1313102.
 
103
 
 
104
 -- Matthias Klose <doko@debian.org>  Sat, 07 Jun 2014 02:28:40 +0200
 
105
 
 
106
gcc-4.8 (4.8.3-2) unstable; urgency=medium
 
107
 
 
108
  * Update to SVN 20140527 (r210956) from the gcc-4_8-branch.
 
109
    - Fix PR target/61208.  Closes: #748422.
 
110
 
 
111
 -- Matthias Klose <doko@debian.org>  Tue, 27 May 2014 09:31:55 +0200
 
112
 
 
113
gcc-4.8 (4.8.3-1) unstable; urgency=medium
 
114
 
 
115
  * GCC 4.8.3 release.
 
116
  * Update the gdc tarball, drop the gdc-updates patch.
 
117
  * Refresh patches.
 
118
  * Build libitm on AArch64, patch taken from the trunk.
 
119
  * Drop the libstdc++-arm-wno-abi patch, not needed anymore in 4.8.
 
120
 
 
121
 -- Matthias Klose <doko@debian.org>  Tue, 20 May 2014 00:27:51 +0200
 
122
 
 
123
gcc-4.8 (4.8.2-23) unstable; urgency=medium
 
124
 
 
125
  * GCC 4.8.3 release candidate 1.
 
126
  * Update to SVN 20140516 (r210514) from the gcc-4_8-branch.
 
127
  * Apply the proposed patch for PR driver/61126.
 
128
  * Update the libstdc++v-python3 patch. Closes: #748317.
 
129
  * Update the gcc-default-format-security patch (Steve Beattie). LP: #1317305.
 
130
  * Apply the proposed patch for PR c/57653. Closes: #734345.
 
131
  * Run some test cases explicity with -fno-stack-protector which fail
 
132
    with -fstack-protector.
 
133
 
 
134
 -- Matthias Klose <doko@debian.org>  Sun, 18 May 2014 17:48:38 +0200
 
135
 
 
136
gcc-4.8 (4.8.2-22) unstable; urgency=medium
 
137
 
 
138
  * Update to SVN 20140508 (r210209) from the gcc-4_8-branch.
 
139
  * Install only versioned gcc-ar gcc-nm gcc-ranlib binaries for the hppa64
 
140
    cross compiler, update hppa64 alternatives. Closes: #745967.
 
141
  * Fix the as and ld symlinks for the hppa64 cross compiler.
 
142
  * Ensure that the common libs (built from the next GCC version) are
 
143
    available when building without common libs.
 
144
  * Fix java.security symlink in libgcj14. Closes: #746786.
 
145
  * Move the libstdc++ gdb pretty printers into libstdc++6, install the
 
146
    -gdb.py files into /usr/share/gdb/auto-load.
 
147
  * Set the 'Multi-Arch: same' attribute for packages, cross built with
 
148
    with_deps_on_target_arch_pkgs=yes (Helmit Grohne). Closes: #716795.
 
149
  * Build the gcc-X.Y-base package with with_deps_on_target_arch_pkgs=yes
 
150
    (Helmit Grohne). Closes: #744782.
 
151
  * Apply the proposed patch for PR driver/61106. Closes: #747345.
 
152
 
 
153
 -- Matthias Klose <doko@debian.org>  Thu, 08 May 2014 14:09:04 +0200
 
154
 
 
155
gcc-4.8 (4.8.2-21) unstable; urgency=medium
 
156
 
 
157
  * Update to SVN 20140424 (r209749) from the gcc-4_8-branch.
 
158
  * gcc-4.8: Re-add lost dependency on libgcc-4.8-dev. Closes: #745709.
 
159
 
 
160
 -- Matthias Klose <doko@debian.org>  Thu, 24 Apr 2014 16:34:10 +0200
 
161
 
 
162
gcc-4.8 (4.8.2-20) unstable; urgency=medium
 
163
 
 
164
  * Update to SVN 20140423 (r209678) from the gcc-4_8-branch.
 
165
  * Explicitly configure with --disable-multilib on sparc64 when no
 
166
    multilibs are requested (Helmut Grohne). Closes: #743342.
 
167
  * Update powerpcspe patches for the branch (Helmut Grohne). Closes: #743718.
 
168
  * Remove more mudflap left overs. Addresses: #742606.
 
169
  * Adjust common_libs, libraries common to GCC 4.9.
 
170
  * Disable running the testsuite on kfreebsd, hangs the buildds.
 
171
  * Stop build packages built by GCC 4.9.
 
172
 
 
173
 -- Matthias Klose <doko@debian.org>  Wed, 23 Apr 2014 11:13:07 +0200
 
174
 
 
175
gcc-4.8 (4.8.2-19) unstable; urgency=medium
 
176
 
 
177
  * Update to SVN 20140404 (r209122) from the gcc-4_8-branch.
 
178
    - Fix PR rtl-optimization/60700 (wrong code on x86),
 
179
      PR rtl-optimization/57637 (wrong code on ARM in SPEC2000),
 
180
      PR target/60039 (SH), PR ada/60703.
 
181
 
 
182
  [ Matthias Klose ]
 
183
  * Include include and include-fixed header files into the stage1
 
184
    gcc-4.8 package.
 
185
  * Explicitly configure with --disable-multilib on sparc64 when no
 
186
    multilibs are requested (Helmut Grohne). Closes: #743342.
 
187
  * Fix PR target/60034 (AArch64), taken from the trunk. LP: #1270789.
 
188
  * Update ada-ppc64.diff from the gnat-4.9 package, fixing the gnat build
 
189
    on powerpc.
 
190
  * Fix PR target/60609 (ARM), proposed patch (Charles Baylis). LP: #1295653.
 
191
  * Build libphobos for armel and armhf.
 
192
  * Include the gnu triplet prefixed gcov and gcc-{ar,nm,ranlib} binaries.
 
193
  * Stop building ppc64el from the ibm branch, now integrated in the fsf
 
194
    branch.
 
195
 
 
196
  [ Iain Buclaw ]
 
197
  * Update the GDC frontend (20140401).
 
198
 
 
199
 -- Matthias Klose <doko@debian.org>  Fri, 04 Apr 2014 19:32:58 +0200
 
200
 
 
201
gcc-4.8 (4.8.2-18) unstable; urgency=medium
 
202
 
 
203
  * Update to SVN 20140329 (r208938) from the gcc-4_8-branch.
 
204
  * Don't ignore DEB_CROSS_NO_BIARCH=yes ignored for DEB_TARGET_ARCH=x32.
 
205
    (Helmut Grohne). Closes: #742358.
 
206
  * debian/patches/ada-ppc64.diff: Fix for ppc64el (Ulrich Weigand).
 
207
  * Avoid clobbering stack pointer via P8 fusion peephole. fixing Ada build
 
208
    on ppc64el (Ulrich Weigand).
 
209
  * Fix cross building targeting x32 (Helmut Grohne). Closes: #742539.
 
210
 
 
211
 -- Matthias Klose <doko@debian.org>  Sat, 29 Mar 2014 16:33:31 +0100
 
212
 
 
213
gcc-4.8 (4.8.2-17) unstable; urgency=medium
 
214
 
 
215
  * Update to SVN 20140320 (r208738) from the gcc-4_8-branch.
 
216
  * Update the Linaro support to the 4.8-2014.03 release.
 
217
  * Update the ibm branch to SVN 20140320 (r208622).
 
218
  * Fix PR target/58595, ARM TLS handling. Taken from the trunk.
 
219
  * Create a dummy arm-acle-intrinsics.texi exists for AArch64 builds
 
220
    (Wookey). Closes: #742165.
 
221
 
 
222
 -- Matthias Klose <doko@debian.org>  Fri, 21 Mar 2014 10:47:08 +0100
 
223
 
 
224
gcc-4.8 (4.8.2-16) unstable; urgency=medium
 
225
 
 
226
  * Update to SVN 20140217 (r207828) from the gcc-4_8-branch.
 
227
  * Update the ibm branch to SVN 20140211 (r207700).
 
228
  * Update the Linaro support to the 4.8-2014.02 release.
 
229
  * Fix gij wrapper script on hppa. Closes: #739224.
 
230
 
 
231
 -- Matthias Klose <doko@debian.org>  Mon, 17 Feb 2014 21:46:34 +0100
 
232
 
 
233
gcc-4.8 (4.8.2-15) unstable; urgency=medium
 
234
 
 
235
  * Update to SVN 20140209 (r207641) from the gcc-4_8-branch.
 
236
    - Fix inconsistent install paths between gccgo and go tool. LP: #1271340.
 
237
  * Update the ibm branch to SVN 20140207 (r207580).
 
238
  * armhf: Fix ffi_call_VFP with no VFP arguments (Will Newton).
 
239
  * Apply proposed patch for PR target/59799, allow passing arrays in
 
240
    registers on AArch64 (Michael Hudson).
 
241
  * gcc-4.8-base: Update gcc-4.7-base breaks for updates from wheezy.
 
242
    Closes: #736607.
 
243
 
 
244
 -- Matthias Klose <doko@debian.org>  Sun, 09 Feb 2014 11:18:55 +0100
 
245
 
 
246
gcc-4.8 (4.8.2-14) unstable; urgency=medium
 
247
 
 
248
  * Update to SVN 20140115 (r206629) from the gcc-4_8-branch.
 
249
  * Fix call frame information in ffi_closure_SYSV on AArch64.
 
250
  * Update powerpcspe patches (Roland Stigge). Closes: #735316.
 
251
 
 
252
 -- Matthias Klose <doko@debian.org>  Wed, 15 Jan 2014 14:12:09 +0100
 
253
 
 
254
gcc-4.8 (4.8.2-13) unstable; urgency=medium
 
255
 
 
256
  * Update to SVN 20140112 (r206564) from the gcc-4_8-branch.
 
257
    - Fix miscompilation due to wrong RTL-optimization (see
 
258
      PR rtl-optimization/59137). Closes: #716635.
 
259
 
 
260
  [ Aurelien Jarno ]
 
261
  * Reenable the testsuite on mips.
 
262
 
 
263
  [ Matthias Klose ]
 
264
  * Add libgcc, libstdc++, libgfortran symbols files for ppc64el.
 
265
  * Update libitm symbols for non-default multilibs.
 
266
  * Add libgcc, libstdc++, libgfortran symbols files for arm64.
 
267
  * Fix PR target/59588 (AArch64), backport proposed patch. LP: #1263576.
 
268
  * Fix PR target/59744 (AArch64), taken from the trunk. LP: #1267761.
 
269
 
 
270
 -- Matthias Klose <doko@debian.org>  Sun, 12 Jan 2014 14:14:42 +0100
 
271
 
 
272
gcc-4.8 (4.8.2-12) unstable; urgency=medium
 
273
 
 
274
  * Update to SVN 20140106 (r206351) from the gcc-4_8-branch.
 
275
  * Only apply m68k specific backports when targeting m68k.
 
276
 
 
277
 -- Matthias Klose <doko@debian.org>  Mon, 06 Jan 2014 02:35:00 +0100
 
278
 
 
279
gcc-4.8 (4.8.2-11) unstable; urgency=low
 
280
 
 
281
  * Update to SVN 20131230 (r206241) from the gcc-4_8-branch.
 
282
  * Don't build x32 multilibs for wheezy backports.
 
283
  * Set the goarch to arm64 for aarch64-linux-gnu.
 
284
  * Fix statically linked gccgo binaries on AArch64 (Michael Hudson).
 
285
    LP: #1261604.
 
286
  * Merge accumulated Ada changes from gnat-4.8.
 
287
  * Update gnat build dependencies when not built from a separate source.
 
288
  * Default to -mieee on alpha again (Michael Cree). Closes: #733291.
 
289
  * Prepare gnat package for cross builds.
 
290
 
 
291
 -- Matthias Klose <doko@debian.org>  Mon, 30 Dec 2013 08:52:29 +0100
 
292
 
 
293
gcc-4.8 (4.8.2-10) unstable; urgency=low
 
294
 
 
295
  * Update to SVN 20131213 (r205948) from the gcc-4_8-branch.
 
296
  * Add missing commit in libjava for gcc-linaro.
 
297
 
 
298
 -- Matthias Klose <doko@debian.org>  Fri, 13 Dec 2013 01:01:47 +0100
 
299
 
 
300
gcc-4.8 (4.8.2-9) unstable; urgency=low
 
301
 
 
302
  * Update to SVN 20131212 (r205924) from the gcc-4_8-branch.
 
303
 
 
304
  [ Matthias Klose ]
 
305
  * Fix libitm symbols files for ppc64.
 
306
  * Update libatomic symbol file for arm64 and ppc64.
 
307
  * libgcj-dev: Drop dependencies on gcj-jre-lib and gcj-jdk.
 
308
  * Fix permissions of some override files.
 
309
  * Let cross compilers conflict with gcc-multilib (providing
 
310
    /usr/include/asm for the non-default multilib).
 
311
  * Configure --with-long-double-128 on powerpcspe (Roland Stigge).
 
312
    Closes: #731941.
 
313
  * Update the Linaro support to the 4.8-2013.12 release.
 
314
  * Update the ibm branch to 20131212.
 
315
 
 
316
  [ Aurelien Jarno ]
 
317
  * patches/note-gnu-stack.diff: restore and rebase lost parts.
 
318
 
 
319
 -- Matthias Klose <doko@debian.org>  Thu, 12 Dec 2013 12:34:55 +0100
 
320
 
 
321
gcc-4.8 (4.8.2-8) unstable; urgency=medium
 
322
 
 
323
  * Update to SVN 20131203 (r205647) from the gcc-4_8-branch.
 
324
  * Fix PR libgcc/57363, taken from the trunk.
 
325
 
 
326
 -- Matthias Klose <doko@debian.org>  Wed, 04 Dec 2013 01:21:10 +0100
 
327
 
 
328
gcc-4.8 (4.8.2-7) unstable; urgency=low
 
329
 
 
330
  * Update to SVN 20131129 (r205535) from the gcc-4_8-branch.
 
331
  * Introduce aarch64 goarch.
 
332
  * libgo: Backport fix for calling a function or method that takes or returns
 
333
    an empty struct via reflection.
 
334
  * go frontend: Backport fix for the generated hash functions of types that
 
335
    are aliases for structures containing unexported fields.
 
336
  * Skip Go testcase on AArch64 which hangs on the buildds.
 
337
  * Fix freetype includes in libjava/classpath.
 
338
 
 
339
 -- Matthias Klose <doko@debian.org>  Fri, 29 Nov 2013 18:19:12 +0100
 
340
 
 
341
gcc-4.8 (4.8.2-6) unstable; urgency=low
 
342
 
 
343
  * Update to SVN 20131128 (r205478) from the gcc-4_8-branch.
 
344
 
 
345
  [ Matthias Klose ]
 
346
  * gcc-4.8-base: Breaks gcc-4.4-base (<< 4.4.7). Closes: #729963.
 
347
  * Update the gcc-as-needed patch for mips*. Closes: #722067.
 
348
  * Use dpkg-vendor information for distribution specific settings.
 
349
    Closes: #697805.
 
350
  * Check for the sys/auxv.h header file.
 
351
  * On AArch64, make the frame grow downwards, taken from the trunk.
 
352
    Enable ssp on AArch64.
 
353
  * Pass -fuse-ld=gold to gccgo on targets supporting split-stack.
 
354
 
 
355
  [ Aurelien Jarno ]
 
356
  * Update README.Debian for s390 and s390x.
 
357
 
 
358
  [ Thorsten Glaser ]
 
359
  * m68k-ada.diff: Add gcc-4.8.0-m68k-ada-pr48835-2.patch and
 
360
    gcc-4.8.0-m68k-ada-pr51483.patch by Mikael Pettersson, to
 
361
    fix more CC0-specific and m68k/Ada-specific problems.
 
362
  * m68k-picflag.diff: New, backport from trunk, by Andreas Schwab,
 
363
    to avoid relocation errors when linking big shared objects.
 
364
  * pr58369.diff: New, backport from trunk, by Jeffrey A. Law,
 
365
    to fix ICE while building boost 1.54 on m68k.
 
366
  * pr52306.diff: Disables -fauto-inc-dec by default on m68k to
 
367
    work around ICE when building C++ code (e.g. Qt-related).
 
368
 
 
369
 -- Matthias Klose <doko@debian.org>  Thu, 28 Nov 2013 10:29:09 +0100
 
370
 
 
371
gcc-4.8 (4.8.2-5) unstable; urgency=low
 
372
 
 
373
  * Update to SVN 20131115 (r204839) from the gcc-4_8-branch.
 
374
  * Update the Linaro support to the 4.8-2013.11 release.
 
375
  * Add missing replaces in libgcj14. Closes: #729022.
 
376
 
 
377
 -- Matthias Klose <doko@debian.org>  Sat, 16 Nov 2013 20:15:09 +0100
 
378
 
 
379
gcc-4.8 (4.8.2-4) unstable; urgency=low
 
380
 
 
381
  * Really fix disabling the gdc tests.
 
382
 
 
383
 -- Matthias Klose <doko@debian.org>  Wed, 13 Nov 2013 00:44:35 +0100
 
384
 
 
385
gcc-4.8 (4.8.2-3) unstable; urgency=low
 
386
 
 
387
  * Update to SVN 20131112 (r204704) from the gcc-4_8-branch.
 
388
  * Don't ship java.security in both libgcj14 and gcj-4.8-headless.
 
389
    Closes: #729022.
 
390
  * Disable gdc tests on architectures without libphobos port.
 
391
 
 
392
 -- Matthias Klose <doko@debian.org>  Tue, 12 Nov 2013 18:08:44 +0100
 
393
 
 
394
gcc-4.8 (4.8.2-2) unstable; urgency=low
 
395
 
 
396
  * Update to SVN 20131107 (r204496) from the gcc-4_8-branch.
 
397
  * Build ObjC, Obj-C++ and Go for AArch64.
 
398
  * Fix some gcj symlinks. Closes: #726792, #728403.
 
399
  * Stop building libmudflap (removed in GCC 4.9).
 
400
 
 
401
 -- Matthias Klose <doko@debian.org>  Thu, 07 Nov 2013 01:40:15 +0100
 
402
 
 
403
gcc-4.8 (4.8.2-1) unstable; urgency=low
 
404
 
 
405
  * GCC 4.8.2 release.
 
406
 
 
407
  * Update to SVN 20131017 (r203751) from the gcc-4_8-branch.
 
408
  * Update the Linaro support to the 4.8-2013.10 release.
 
409
  * Fix PR c++/57850, option -fdump-translation-unit not working.
 
410
  * Don't run the testsuite on aarch64.
 
411
  * Fix PR target/58578, wrong-code regression on ARM. LP: #1232017.
 
412
  * [ARM] Fix bug in add patterns due to commutativity modifier,
 
413
    backport from trunk. LP: #1234060.
 
414
  * Build libatomic on AArch64.
 
415
  * Fix dependency generation for the cross gcc-4.8 package.
 
416
  * Make the libstdc++ pretty printers compatible with Python3, if
 
417
    gdb is built with Python3 support.
 
418
  * Fix loading of libstdc++ pretty printers. Closes: #701935.
 
419
  * Don't let gcc-snapshot build-depend on gnat on AArch64.
 
420
 
 
421
 -- Matthias Klose <doko@debian.org>  Thu, 17 Oct 2013 14:37:55 +0200
 
422
 
 
423
gcc-4.8 (4.8.1-10) unstable; urgency=low
 
424
 
 
425
  * Update to SVN 20130904 (r202243) from the gcc-4_8-branch.
 
426
 
 
427
  [ Matthias Klose ]
 
428
  * Don't rely on the most recent Debian release name for configuration
 
429
    of the package. Addresses: #720263. Closes: #711824.
 
430
  * Fix a cross build issue without DEB_* env vars set (Eleanor Chen).
 
431
    Closes: #718614.
 
432
  * Add packaging support for mips64(el) and mipsn32(el) including multilib
 
433
    configurations (YunQiang Su). Addresses: #708143.
 
434
  * Fix gcc dependencies for stage1 builds (YunQiang Su). Closes: #710240.
 
435
  * Fix boehm-gc test failures with a linker defaulting to
 
436
    --no-copy-dt-needed-entries.
 
437
  * Fix libstdc++ and libjava test failures with a linker defaulting
 
438
    to --as-needed.
 
439
  * Mark the libjava/sourcelocation test as expected to fail on amd64 cpus.
 
440
  * Fix some gcc and g++ test failures for a compiler with hardening
 
441
    defaults enabled.
 
442
  * Fix gcc-default-format-security.diff for GCC 4.8.
 
443
  * Run the testsuite again on armel and armhf.
 
444
  * Disable running the testsuite on mips.  Fails on the buildds, preventing
 
445
    migration to testing for three months. No feedback from the mips porters.
 
446
 
 
447
  [ Thorsten Glaser ]
 
448
  * Merge several old m68k-specific patches from gcc-4.6 package:
 
449
    - libffi-m68k: Rebased against gcc-4.8 and libffi 3.0.13-4.
 
450
    - m68k-revert-pr45144: Needed for Ada.
 
451
    - pr52714: Revert optimisation that breaks CC0 arch.
 
452
  * Fix PR49847 (Mikael Pettersson). Closes: #711558.
 
453
  * Use -fno-auto-inc-dec for PR52306 (Mikael Pettersson).
 
454
 
 
455
 -- Matthias Klose <doko@debian.org>  Wed, 04 Sep 2013 21:30:07 +0200
 
456
 
 
457
gcc-4.8 (4.8.1-9) unstable; urgency=low
 
458
 
 
459
  * Update to SVN 20130815 (r201764) from the gcc-4_8-branch.
 
460
  * Enable gomp on AArch64.
 
461
  * Update the Linaro support to the 4.8-2013.08 release.
 
462
 
 
463
 -- Matthias Klose <doko@debian.org>  Thu, 15 Aug 2013 10:47:38 +0200
 
464
 
 
465
gcc-4.8 (4.8.1-8) unstable; urgency=low
 
466
 
 
467
  * Fix PR rtl-optimization/57878, taken from the 4.8 branch.
 
468
  * Fix PR target/57909 (ARM), Linaro only.
 
469
 
 
470
 -- Matthias Klose <doko@debian.org>  Mon, 22 Jul 2013 13:03:57 +0200
 
471
 
 
472
gcc-4.8 (4.8.1-7) unstable; urgency=low
 
473
 
 
474
  * Update to SVN 20130717 (r200995) from the gcc-4_8-branch.
 
475
    - Go 1.1.1 updates.
 
476
  * Define CPP_SPEC for aarch64.
 
477
  * Don't include <limits.h> in libgcc/libgcc2.c, taken from the trunk.
 
478
    Closes: #696267.
 
479
  * boehm-gc: use mmap instead of brk also on kfreebsd-* (Petr Salinger).
 
480
    Closes: #717024.
 
481
 
 
482
 -- Matthias Klose <doko@debian.org>  Thu, 18 Jul 2013 02:02:13 +0200
 
483
 
 
484
gcc-4.8 (4.8.1-6) unstable; urgency=low
 
485
 
 
486
  * Update to SVN 20130709 (r200810) from the gcc-4_8-branch.
 
487
 
 
488
  [ Aurelien Jarno ]
 
489
  * Add 32-bit biarch packages on sparc64.
 
490
 
 
491
  [ Matthias Klose ]
 
492
  * Fix multiarch include path for aarch64.
 
493
  * Update the Linaro support to the 4.8-2013.07 release.
 
494
  * Revert the proposed fix for PR target/57637 (ARM only).
 
495
  * Let gfortran-4.8 provide gfortran-mod-10. Addresses #714730.
 
496
 
 
497
  [ Iain Buclaw ]
 
498
  * Avoid compiler warnings redefining D builtin macros.
 
499
 
 
500
 -- Matthias Klose <doko@debian.org>  Tue, 09 Jul 2013 16:18:16 +0200
 
501
 
 
502
gcc-4.8 (4.8.1-5) unstable; urgency=low
 
503
 
 
504
  * Update to SVN 20130629 (r200565) from the gcc-4_8-branch.
 
505
 
 
506
  [ Aurelien Jarno ]
 
507
  * Don't pass --with-mips-plt on mips/mipsel.
 
508
 
 
509
  [ Matthias Klose ]
 
510
  * Fix documentation builds with texinfo-5.1.
 
511
  * Update the ARM libsanitizer backport from the 4.8 Linaro branch.
 
512
  * libphobos-4.8-dev provides libphobos-dev (Peter de Wachter).
 
513
  * The gdc cross compiler doesn't depend on libphobos-4.8-dev.
 
514
  * Work around libgo build failure on ia64. PR 57689. #714090.
 
515
  * Apply proposed fix for PR target/57637 (ARM only).
 
516
 
 
517
 -- Matthias Klose <doko@debian.org>  Sat, 29 Jun 2013 14:59:45 +0200
 
518
 
 
519
gcc-4.8 (4.8.1-4) unstable; urgency=low
 
520
 
 
521
  * Update to SVN 20130619 (r200219) from the gcc-4_8-branch.
 
522
    - Bump the libgo soname (change in type layout for functions that take
 
523
      function arguments).
 
524
    - Fix finding the liblto_plugin.so without x permissions set (see
 
525
      PR driver/57651). Closes: #712704.
 
526
  * Update maintainer list.
 
527
  * Fall back to the binutils version of the binutils build dependency
 
528
    if the binutils version used for the build cannot be determined.
 
529
  * For ARM multilib builds, use libsf/libhf system directories to lookup
 
530
    files for the non-default multilib (for now, only for the cross compilers).
 
531
  * Split out a gcj-4.8 package, allow to build a gcj cross compiler.
 
532
  * Allow to cross build gcj.
 
533
  * Don't include object.di in the D cross compiler, but depend on gdc instead.
 
534
  * Allow to cross build gdc.
 
535
  * Pass --hash-style=gnu instead of --hash-style=both to the linker.
 
536
 
 
537
 -- Matthias Klose <doko@debian.org>  Wed, 19 Jun 2013 23:48:02 +0200
 
538
 
 
539
gcc-4.8 (4.8.1-3) unstable; urgency=low
 
540
 
 
541
  * Update to SVN 20130612 (r200018) from the gcc-4_8-branch.
 
542
 
 
543
  [ Matthias Klose ]
 
544
  * Prepare gdc for cross builds, and multiarch installation.
 
545
  * Prepare gnat to build out of the gcc-4.8 source package, not
 
546
    building the gnat-4.8-base package anymore.
 
547
  * Don't build a gcj cross compiler by default (not yet tested).
 
548
  * Disable D on s390 (doesn't terminate the D testsuite).
 
549
  * Build libphobos on x32.
 
550
  * Fix build with DEB_BUILD_OPTIONS="nolang=d".
 
551
  * Disable D for arm64.
 
552
  * Update the Linaro support to the 4.8-2013.06 release.
 
553
  * Fix cross building a native compiler.
 
554
  * Work around dh_shlibdeps not working on target libraries (see #698881).
 
555
  * Add build dependency on kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any].
 
556
  * Add handling for unwind inside signal trampoline for kfreebsd (Petr
 
557
    Salinger). Closes: #712016.
 
558
  * Let gcc depend on the binutils upstream version it was built with.
 
559
    Addresses #710142.
 
560
  * Force a build using binutils 2.23.52 in unstable.
 
561
 
 
562
  [ Iain Buclaw ]
 
563
  * Update gdc to 20130610.
 
564
  * Build libphobos on kFreeBSD.
 
565
 
 
566
 -- Matthias Klose <doko@debian.org>  Wed, 12 Jun 2013 16:47:25 +0200
 
567
 
 
568
gcc-4.8 (4.8.1-2) unstable; urgency=low
 
569
 
 
570
  * Update to SVN 20130604 (r199596) from the gcc-4_8-branch.
 
571
  * Force arm mode for libjava on armhf.
 
572
  * Fix gdc build failure on kFreeBSD and the Hurd.
 
573
 
 
574
 -- Matthias Klose <doko@debian.org>  Tue, 04 Jun 2013 17:28:06 +0200
 
575
 
 
576
gcc-4.8 (4.8.1-1) unstable; urgency=low
 
577
 
 
578
  * GCC 4.8.1 release.
 
579
    Support for C++11 ref-qualifiers has been added to GCC 4.8.1, making G++
 
580
    the first C++ compiler to implement all the major language features of
 
581
    the C++11 standard.
 
582
  * Update to SVN 20130603 (r199596) from the gcc-4_8-branch.
 
583
  * Build java packages from this source package. Works aroud ftp-master's
 
584
    overly strict interpretation of the Built-Using attribute.
 
585
  * Build D and libphobos packages from this source package.
 
586
  * Disable the non-default multilib test runs for libjava and gnat.
 
587
 
 
588
 -- Matthias Klose <doko@debian.org>  Mon, 03 Jun 2013 09:28:11 +0200
 
589
 
 
590
gcc-4.8 (4.8.0-9) unstable; urgency=low
 
591
 
 
592
  * Update to SVN 20130529 (r199410) from the gcc-4_8-branch.
 
593
  * Drop build dependency on automake, not used anymore.
 
594
  * Build with binutils from unstable (the 4.8.0-8 package was accidentally
 
595
    built with binutils from experimental). Closes: #710142.
 
596
  * Explicity configure with --disable-lib{atomic,quadmath,sanitizer} when
 
597
    not building these libraries. Closes: #710224.
 
598
 
 
599
 -- Matthias Klose <doko@debian.org>  Wed, 29 May 2013 16:59:50 +0200
 
600
 
 
601
gcc-4.8 (4.8.0-8) unstable; urgency=medium
 
602
 
 
603
  * Update to SVN 20130527 (r199350) from the gcc-4_8-branch (4.8.1 rc2).
 
604
    - Fix PR tree-optimization/57230 (closes: #707118).
 
605
 
 
606
  * Remove gdc-doc.diff.
 
607
  * libgo: Overwrite the setcontext_clobbers_tls check on mips*, fails
 
608
    on some buildds.
 
609
  * Update the Linaro support to the 4.8-2013.05 release.
 
610
  * Use the %I spec when building the object file for the gcj main function.
 
611
  * Fix PR c++/57211, don't warn about unused parameters of defaulted
 
612
    functions. Taken from the trunk. Closes: #705066.
 
613
  * Update symbols files for powerpcspe (Roland Stigge). Closes: #709383.
 
614
  * Build zh_TW.UTF-8 locale to fix libstdc++ test failures.
 
615
  * Keep prev-* symlinks to fix plugin.exp test failures.
 
616
 
 
617
 -- Matthias Klose <doko@debian.org>  Mon, 27 May 2013 15:43:08 +0200
 
618
 
 
619
gcc-4.8 (4.8.0-7) unstable; urgency=medium
 
620
 
 
621
  * Update to SVN 20130512 (r198804) from the gcc-4_8-branch.
 
622
 
 
623
  [ Matthias Klose ]
 
624
  * Revert the r195826 patch, backported for the 4.8 branch.
 
625
  * Tighten build dependency on libmpc-dev to ensure using libmpc3.
 
626
  * Re-add build dependency on locales.
 
627
  * Enable multilib build for gdc.
 
628
  * Add build-deps on libn32gcc1 and lib64gcc1 on mips/mipsel.
 
629
  * Fix libgcc-dbg dependencies on hppa and m68k. Closes: #707745.
 
630
  * Install host specific libstdc++ headers into the host include dir.
 
631
    Closes: #707753.
 
632
  * Enable Go for sparc64.
 
633
  * Fix host specific c++ include dir on kfreebsd-amd64. Closes: #707957.
 
634
 
 
635
  [ Thorsten Glaser ]
 
636
  * Regenerate m68k patches. Closes: #707766.
 
637
 
 
638
  [ Aurelien Jarno ]
 
639
  * Fix libgcc1 symbols file for sparc64.
 
640
 
 
641
 -- Matthias Klose <doko@debian.org>  Sun, 12 May 2013 19:26:50 +0200
 
642
 
 
643
gcc-4.8 (4.8.0-6) unstable; urgency=low
 
644
 
 
645
  * Update to SVN 20130507 (r198699) from the gcc-4_8-branch.
 
646
 
 
647
  [ Samuel Thibault ]
 
648
  * Backport r195826 to fix gdb build on hurd-i386.
 
649
 
 
650
  [ Matthias Klose ]
 
651
  * Drop build dependency on locales for this upload.
 
652
 
 
653
 -- Matthias Klose <doko@debian.org>  Wed, 08 May 2013 01:17:15 +0200
 
654
 
 
655
gcc-4.8 (4.8.0-5) unstable; urgency=low
 
656
 
 
657
  * Update to SVN 20130506 (r198641) from the gcc-4_8-branch.
 
658
 
 
659
  [ Matthias Klose ]
 
660
  * Stop building the spu cross compilers on powerpc and ppc64.
 
661
  * Merge back changes from gnat-4.8 4.8.0-1~exp2.
 
662
 
 
663
  [Ludovic Brenta]
 
664
  * debian/patches/ada-libgnatprj.diff: do not include indepsw.o in the
 
665
    library, it is used only in the gnattools.
 
666
 
 
667
 -- Matthias Klose <doko@debian.org>  Mon, 06 May 2013 21:49:44 +0200
 
668
 
 
669
gcc-4.8 (4.8.0-4) experimental; urgency=low
 
670
 
 
671
  * Update to SVN 20130421 (r198115) from the gcc-4_8-branch.
 
672
  * Ignore the return value for dh_shlibdeps for builds on precise/ARM.
 
673
  * Use target specific names for libstdc++ baseline files. LP: #1168267.
 
674
  * Update gcc-d-lang.diff for GDC port.
 
675
  * Don't use extended libstdc++-doc build dependencies for older releases.
 
676
  * In gnatlink, pass the options and libraries after objects to the
 
677
    linker to avoid link failures with --as-needed. Addresses: #680292.
 
678
  * Build gcj for aarch64-linux-gnu.
 
679
  * Update the Linaro support to the 4.8-2013.04 release.
 
680
  * Fix gdc build on architectures not providing libphobos.
 
681
 
 
682
 -- Matthias Klose <doko@debian.org>  Mon, 22 Apr 2013 01:36:19 +0200
 
683
 
 
684
gcc-4.8 (4.8.0-3) experimental; urgency=low
 
685
 
 
686
  * Update to SVN 20130411 (r197813) from the gcc-4_8-branch.
 
687
 
 
688
  [ Iain Buclaw ]
 
689
  * Port GDC to GCC 4.8.0 release.
 
690
 
 
691
 -- Matthias Klose <doko@debian.org>  Thu, 11 Apr 2013 19:18:24 +0200
 
692
 
 
693
gcc-4.8 (4.8.0-2) experimental; urgency=low
 
694
 
 
695
  * Update to SVN 20130328 (r197185) from the gcc-4_8-branch.
 
696
  * Update NEWS files.
 
697
  * Apply proposed patch for PR c++/55951. Closes: #703945.
 
698
  * Configure with --disable-libatomic for hppa64. Closes: #704020.
 
699
 
 
700
 -- Matthias Klose <doko@debian.org>  Thu, 28 Mar 2013 06:10:29 +0100
 
701
 
 
702
gcc-4.8 (4.8.0-1) experimental; urgency=low
 
703
 
 
704
  * GCC 4.8.0 release.
 
705
  * Fix build failure on powerpcspe (Roland Stigge). Closes: #703074.
 
706
 
 
707
 -- Matthias Klose <doko@debian.org>  Fri, 22 Mar 2013 07:47:12 -0700
 
708
 
 
709
gcc-4.8 (4.8-20130318-1) experimental; urgency=low
 
710
 
 
711
  * GCC snapshot 20130318, taken from the trunk.
 
712
    - Fix the build failures on ARM.
 
713
  * Install the libasan_preinit.o files. Closes: #703229.
 
714
 
 
715
 -- Matthias Klose <doko@debian.org>  Mon, 18 Mar 2013 16:18:25 -0700
 
716
 
 
717
gcc-4.8 (4.8-20130315-1) experimental; urgency=low
 
718
 
 
719
  * GCC snapshot 20130315, taken from the trunk.
 
720
 
 
721
 -- Matthias Klose <doko@debian.org>  Fri, 15 Mar 2013 18:51:15 -0700
 
722
 
 
723
gcc-4.8 (4.8-20130308-1) experimental; urgency=low
 
724
 
 
725
  * GCC snapshot 20130308, taken from the trunk.
 
726
 
 
727
 -- Matthias Klose <doko@debian.org>  Fri, 08 Mar 2013 12:08:12 +0800
 
728
 
 
729
gcc-4.8 (4.8-20130222-1) experimental; urgency=low
 
730
 
 
731
  * GCC snapshot 20130222, taken from the trunk.
 
732
  * Update libasan symbols files.
 
733
 
 
734
 -- Matthias Klose <doko@debian.org>  Sat, 23 Feb 2013 04:47:15 +0100
 
735
 
 
736
gcc-4.8 (4.8-20130217-1) experimental; urgency=low
 
737
 
 
738
  * GCC snapshot 20130217, taken from the trunk.
 
739
 
 
740
  * Update libasan symbols files.
 
741
  * On alpha, link with --no-relax. Update libgcc1 symbols files (Michael
 
742
    Cree). Closes: #699220.
 
743
 
 
744
 -- Matthias Klose <doko@debian.org>  Mon, 18 Feb 2013 03:12:31 +0100
 
745
 
 
746
gcc-4.8 (4.8-20130209-1) experimental; urgency=low
 
747
 
 
748
  * GCC snapshot 20130209, taken from the trunk.
 
749
 
 
750
  [ Matthias Klose ]
 
751
  * Add a Build-Using attribute for each binary package, which can be
 
752
    built from the gcc-4.7-source package (patch derived from a proposal by
 
753
    Ansgar Burchardt).
 
754
    - Use it for cross-compiler packages.
 
755
    - Not yet used when building gcj, gdc or gnat using the gcc-source package.
 
756
      These packages don't require an exact version of the gcc-source package,
 
757
      but just a versions which is specified by the build dependencies.
 
758
  * Fix dh_shlibdeps calls for the libgo packages.
 
759
  * libstdc-doc: Depend on libjs-jquery.
 
760
  * Update libstdc++ symbols files.
 
761
  * Downgrade the priority of the non-default multilib libasan packages.
 
762
 
 
763
  [ Thibaut Girka ]
 
764
  * Fix dh_shlibdeps and dh_gencontrol cross-build mangling for
 
765
    libgfortran-dev packages.
 
766
 
 
767
 -- Matthias Klose <doko@debian.org>  Sat, 09 Feb 2013 17:00:06 +0100
 
768
 
 
769
gcc-4.8 (4.8-20130127-1) experimental; urgency=low
 
770
 
 
771
  * GCC snapshot 20130127, taken from the trunk.
 
772
 
 
773
  [ Matthias Klose ]
 
774
  * Fix MULTILIB_OS_DIRNAME for the default multilib on x32.
 
775
 
 
776
  [ Thibaut Girka ]
 
777
  * Fix installation path for libatomic and libsanitizer when building a
 
778
    cross-compiler with with_deps_on_target_arch_pkgs.
 
779
  * Fix regexp used to list patched autotools files.
 
780
 
 
781
 -- Matthias Klose <doko@debian.org>  Sun, 27 Jan 2013 21:02:34 +0100
 
782
 
 
783
gcc-4.8 (4.8-20130113-1) experimental; urgency=low
 
784
 
 
785
  * GCC snapshot 20130113, taken from the trunk.
 
786
  * Always configure --with-system-zlib.
 
787
  * Search library dependencies in the build-sysroot too.
 
788
  * Don't complain about missing .substvars files when trying to mangle
 
789
    these files.
 
790
  * Add ARM multilib packages to the control file for staged cross builds.
 
791
  * Fix ARM multilib shlibs dependency generation for cross builds.
 
792
  * Don't call dh_shlibdeps for staged cross builds. These packages
 
793
    are never shipped, and the information is irrelevant.
 
794
  * Build the libasan and libtsan packages before libstdc++.
 
795
  * Bump build dependencies on isl and cloog.
 
796
  * Don't ship libiberty.a in gcc-4.8-hppa64. Closes: #659556.
 
797
 
 
798
 -- Matthias Klose <doko@debian.org>  Sun, 13 Jan 2013 16:42:33 +0100
 
799
 
 
800
gcc-4.8 (4.8-20130105-1) experimental; urgency=low
 
801
 
 
802
  * GCC snapshot 20130105, taken from the trunk.
 
803
  * Keep the debug link for libstdc++6. Closes: #696854.
 
804
  * Update libgfortran symbols file for the trunk.
 
805
  * Fix libstdc++ symbols files for sparc 128bit symbols.
 
806
  * Update libgcc and libstdc++ symbols files for s390.
 
807
  * Keep the rt.jar symlink in the gcj-jre-headless package.
 
808
  * Explicitly search multiarch and multilib system directories when
 
809
    calling dh_shlibdeps.
 
810
  * Let gjdoc accept -source 1.5|1.6|1.7. Addresses: #678945.
 
811
  * Fix build configured with --enable-java-maintainer-mode.
 
812
  * Don't ship .md5 files in the libstdc++-doc package.
 
813
 
 
814
 -- Matthias Klose <doko@debian.org>  Sat, 05 Jan 2013 13:47:51 +0100
 
815
 
 
816
gcc-4.8 (4.8-20130102-1) experimental; urgency=low
 
817
 
 
818
  * GCC snapshot 20130102, taken from the trunk.
 
819
 
 
820
  [ Matthias Klose ]
 
821
  * Resolve libgo dependencies with the built runtime libraries.
 
822
  * Fix g++-4.8-multilib dependencies.
 
823
 
 
824
  [ Thibaut Girka ]
 
825
  * Prepare for optional dependencies on the packages built on the
 
826
    target architecture.
 
827
  * When using the above,
 
828
    - use the same settings for gcc_lib_dir, sysroot, header and C++ header
 
829
      locations as for the native build.
 
830
    - install libraries into the multiarch directories.
 
831
    - use cpp-4.x-<triplet> instead of gcc-4.x-base to collect doc files.
 
832
 
 
833
 -- Matthias Klose <doko@debian.org>  Wed, 02 Jan 2013 14:51:59 +0100
 
834
 
 
835
gcc-4.8 (4.8-20121218-1) experimental; urgency=low
 
836
 
 
837
  * GCC snapshot 20121217, taken from the trunk.
 
838
  * Fix dependency generation for asan and atomic multilibs.
 
839
  * Fix libobjc-dbg dependencies on libgcc-dbg packages.
 
840
  * Fix MULTIARCH_DIRNAME definition for powerpcspe (Roland Stigge).
 
841
    Closes: #695661.
 
842
  * Move .jar symlinks from the -jre-lib into the -jre-headless package.
 
843
 
 
844
 -- Matthias Klose <doko@debian.org>  Tue, 18 Dec 2012 16:44:42 +0100
 
845
 
 
846
gcc-4.8 (4.8-20121217-1) experimental; urgency=low
 
847
 
 
848
  * GCC snapshot 20121217, taken from the trunk.
 
849
  * Fix package builds with the common libraries provided by a newer
 
850
    gcc-X.Y package.
 
851
  * Drop build-dependency on libelf.
 
852
  * Drop the g++-multilib build dependency, use the built compiler to
 
853
    check which multilib variants can be run. Provide an asm symlink for
 
854
    the build.
 
855
  * Stop configuring cross compilers --with-headers --with-libs.
 
856
  * Always call dh_shlibdeps with -l, pointing to the correct dependency
 
857
    packages.
 
858
  * Fix cross build stage1 package installation, only including the target
 
859
    files in the gcc package.
 
860
  * Explicitly configure with --enable-multiarch when doing builds
 
861
    supporting the multiarch layout.
 
862
  * Only configure --with-sysroot, --with-build-sysroot when values are set.
 
863
  * Revert: For stage1 builds, include gcc_lib_dir files in the gcc package.
 
864
  * Allow multilib enabled stage1 and stage2 cross builds.
 
865
  * Don't check glibc version to configure --with-long-double-128.
 
866
  * Don't auto-detect multilib osdirnames.
 
867
  * Don't set a LD_LIBRARY_PATH when calling dh_shlibdeps in cross builds.
 
868
  * Allow building a gcj cross compiler.
 
869
  * Pretend that wheezy has x32 support (sid is now known as wheezy :-/).
 
870
 
 
871
 -- Matthias Klose <doko@debian.org>  Mon, 17 Dec 2012 18:37:14 +0100
 
872
 
 
873
gcc-4.8 (4.8-20121211-1) experimental; urgency=low
 
874
 
 
875
  * GCC snapshot 20121211, taken from the trunk.
 
876
  * Fix build failure on multilib configurations.
 
877
 
 
878
 -- Matthias Klose <doko@debian.org>  Tue, 11 Dec 2012 08:04:30 +0100
 
879
 
 
880
gcc-4.8 (4.8-20121210-1) experimental; urgency=low
 
881
 
 
882
  * GCC snapshot 20121210, taken from the trunk.
 
883
  * For cross builds, don't use the multiarch location for the C++ headers.
 
884
  * For cross builds, fix multilib inter package dependencies.
 
885
  * For cross builds, fix libc6 dependencies for non-default multilib packages.
 
886
  * Build libasan packages on powerpc, ppc64.
 
887
  * Only run the libgo testsuite for flags configured in RUNTESTFLAGS.
 
888
  * Remove the cross-includes patch, not needed anymore with --with-sysroot=/.
 
889
  * For cross builds, install into /usr/lib/gcc-cross to avoid file conflicts
 
890
    with the native compiler for the target architecture.
 
891
  * For cross builds, don't add /usr/local/include to the standard include
 
892
    path, however /usr/local/include/<multiarch> is still on the path.
 
893
  * For cross builds, provide symbols files based on the symbols files for
 
894
    the native build. Not picked up by dh_makeshlibs yet.
 
895
  * Drop the g++-multilib build dependency, use the built compiler to
 
896
    check which multilib variants can be run.
 
897
  * Fix spu cross build on powerpc/ppc64.
 
898
  * Make libgcj packages Multi-Arch: same, append the Debian architecture
 
899
    name to the gcj java home.
 
900
  * Don't encode versioned build dependencies on binutils and dpkg-dev in
 
901
    the control file (makes the package cross-buildable).
 
902
  * Only include gengtype for native builds. Needs upstream changes.
 
903
    See #645018.
 
904
  * Fix cross build failure with --enable-libstdcxx-debug.
 
905
  * Only install libbacktrace if it is built.
 
906
  * When cross building the native compiler, configure --with-sysroot=/
 
907
    and without --without-isl.
 
908
 
 
909
 -- Matthias Klose <doko@debian.org>  Mon, 10 Dec 2012 14:40:14 +0100
 
910
 
 
911
gcc-4.8 (4.8-20121128-1) experimental; urgency=low
 
912
 
 
913
  [ Matthias Klose ]
 
914
  * Update patches for GCC 4.8.
 
915
  * Update debian/copyright for libatomic, libbacktrace, libsanitizer.
 
916
  * Remove the soversion from the libstdc++*-dev packages.
 
917
  * Build libatomic and libasan packages.
 
918
  * Install the static libbacktrace library and header files.
 
919
  * Update build-indep dependencies for building the libstdc++ docs.
 
920
  * Fix build failure in libatomic with x32 multilibs, handle -mx32 like -m64.
 
921
  * Apply proposed fix for PR fortran/55395, supposed to fix the build
 
922
    failure on armhf and powerpc.
 
923
  * For hardened builds, disable gcc-default-format-security for now, causing
 
924
    build failure building the target libstdc++ library.
 
925
  * Drop the gcc-no-add-needed patch, depend on binutils 2.22 instead.
 
926
  * Fix gnat build failure on kfreebsd.
 
927
  * Rename the gccgo info to gccgo-4.8 on installation.
 
928
  * Install the libitm documentation (if built).
 
929
  * Rename the gccgo info to gccgo-4.8 on installation, install into gccgo-4.8.
 
930
  * Include libquadmath documentation in the gcc-4.8-doc package.
 
931
  * Build libtsan packages.
 
932
  * Add weak __aeabi symbols to the libgcc1 ARM symbol files. Closes: #677139.
 
933
  * For stage1 builds, include gcc_lib_dir files in the gcc package.
 
934
  * Point to gcc's README.Bugs when building gcj packages. Addresses: #623987.
 
935
 
 
936
  [ Thibaut Girka ]
 
937
  * Fix libstdc++ multiarch include path for cross builds.
 
938
 
 
939
 -- Matthias Klose <doko@debian.org>  Sun, 28 Nov 2012 12:55:27 +0100
 
940
 
 
941
gcc-4.7 (4.7.2-12) experimental; urgency=low
 
942
 
 
943
  * Update to SVN 20121127 (r193840) from the gcc-4_7-branch.
 
944
    - Fix PR middle-end/55331 (ice on valid), PR tree-optimization/54976 (ice
 
945
      on valid), PR tree-optimization/54894 (ice on valid),
 
946
      PR middle-end/54735 (ice on valid), PR c++/55446 (wrong code),
 
947
      PR fortran/55314 (rejects valid).
 
948
 
 
949
  [ Matthias Klose ]
 
950
  * Fix x32 multiarch name (x86_64-linux-gnux32).
 
951
  * gcc-4.7-base: Add break to gcc-4.4-base (<< 4.4.7). Closes: #690172.
 
952
  * Add weak __aeabi symbols to the libgcc1 ARM symbol files. Closes: #677139.
 
953
  * For stage1 builds, include gcc_lib_dir files in the gcc package.
 
954
 
 
955
  [ Thibaut Girka ]
 
956
  * Fix libstdc++ multiarch include path for cross builds.
 
957
 
 
958
 -- Matthias Klose <doko@debian.org>  Tue, 27 Nov 2012 11:02:10 +0100
 
959
 
 
960
gcc-4.7 (4.7.2-11) experimental; urgency=low
 
961
 
 
962
  * Update to SVN 20121124 (r193776) from the gcc-4_7-branch.
 
963
    - Fix PR libgomp/55411, PR libstdc++/55413, PR middle-end/55142,
 
964
      PR fortran/55352.
 
965
 
 
966
  * Update build-indep dependencies for building the libstdc++ docs.
 
967
  * Drop the gcc-no-add-needed patch, depend on binutils 2.22 instead.
 
968
  * Pass --hash-style=gnu instead of --hash-style=both.
 
969
  * Link using --hash-style=gnu on arm64 by default.
 
970
  * Split multiarch patches into local and upstreamed parts.
 
971
  * Fix PR54974: Thumb literal pools don't handle PC rounding (Matthew
 
972
    Gretton-Dann). LP: #1049614, #1065509.
 
973
  * Rename the gccgo info to gccgo-4.7 on installation, install into gccgo-4.7.
 
974
  * Include libquadmath documentation in the gcc-4.7-doc package.
 
975
  * Don't pretend to understand .d files, no D frontend available for 4.7.
 
976
  * Fix the multiarch c++ include path for multilib'd targets. LP: #1082344.
 
977
  * Make explicit --{en,dis}able-multiarch options effecitive (Thorsten Glaser).
 
978
 
 
979
 -- Matthias Klose <doko@debian.org>  Sat, 24 Nov 2012 03:57:00 +0100
 
980
 
 
981
gcc-4.7 (4.7.2-10) experimental; urgency=low
 
982
 
 
983
  * Update to SVN 20121118 (r193598) from the gcc-4_7-branch.
 
984
    - Fix PR target/54892 (ARM, LP: #1065122), PR rtl-optimization/54870,
 
985
      PR rtl-optimization/53701, PR target/53975 (ia64),
 
986
      PR tree-optimization/54902 (LP: #1065559), PR middle-end/54945,
 
987
      PR target/55019 (ARM), PR c++/54984, PR target/55175,
 
988
      PR tree-optimization/53708, PR tree-optimization/54985,
 
989
      PR libstdc++/55169, PR libstdc++/55047, PR libstdc++/55123,
 
990
      PR libstdc++/54075, PR libstdc++/28811, PR libstdc++/54482,
 
991
      PR libstdc++/55028, PR libstdc++/55215, PR middle-end/55219,
 
992
      PR tree-optimization/54986, PR target/55204, PR debug/54828,
 
993
      PR tree-optimization/54877, PR c++/54988, PR other/52438,
 
994
      PR fortran/54917, PR libstdc++/55320, PR libstdc++/53841.
 
995
 
 
996
  [ Matthias Klose ]
 
997
  * Update the Linaro support to the 4.7-2012.11 release.
 
998
  * Define MULTIARCH_DIRNAME for arm64 (Wookey).
 
999
  * Let the lib*objc-dev packages depend on the lib*gcc-dev packages.
 
1000
  * Let the libstdc++-dev package depend on the libgcc-dev package.
 
1001
  * Drop the dependency of the libstdc++-dev package on g++, make
 
1002
    libstdc++-dev and libstdc++-pic Multi-Arch: same. Closes: #678623.
 
1003
  * Install override files before calling dh_fixperms.
 
1004
  * Backport the libffi arm64 port.
 
1005
  * Build libx32gcc-dev, libx32objc-dev and libx32gfortran-dev packages.
 
1006
  * Allow conditional building of the x32 multilibs.
 
1007
  * Fix libmudflap build failure for x32 multilibs.
 
1008
  * Fix dependency on glibc for triarch builds.
 
1009
  * Add build-{arch,indep} targets.
 
1010
  * Fix libquadmath x32 multilib builds on kernels which don't support x32.
 
1011
  * Fix location of x32 specific C++ header files.
 
1012
  * Turn on -D_FORTIFY_SOURCE=2 by default for C, C++, ObjC, ObjC++,
 
1013
    only if the optimization level is > 0.
 
1014
  * Keep the host alias when building multilib libraries which need to
 
1015
    be cross-built on some architectures/buildds.
 
1016
  * Update arm64 from the aarch64 branch 20121105.
 
1017
  * Fix PR other/54411, libiberty: objalloc_alloc integer overflows
 
1018
    (CVE-2012-3509).
 
1019
  * Use /usr/include/<multiarch>/c++/4.x as the include directory
 
1020
    for host dependent c++ header files.
 
1021
  * Add alternative libelf-dev build dependency. Closes: #690952.
 
1022
  * Always build the aarch64-linux-gnu target from the Linaro branch.
 
1023
  * Add __gnu_* symbols to the libgcc1 symbols file for armel and armhf.
 
1024
  * For powerpcspe prevent floating point register handling when there
 
1025
    are none available (Roland Stigge). Closes: #693328.
 
1026
  * Don't apply hurd-pthread.diff for trunk builds, integrated
 
1027
    upstream (Samuel Thibault). Addresses: #692538.
 
1028
  * Again, suggest graphite runtime dependencies.
 
1029
  * Clean up libstdc++ man pages. Closes: #692445.
 
1030
 
 
1031
  [ Thibaut Girka ]
 
1032
  * Split out lib*gcc-dev packages.
 
1033
  * Split out lib*objc-dev packages.
 
1034
  * Split out lib*gfortran-dev packages.
 
1035
 
 
1036
  [ Daniel Schepler ]
 
1037
  * Add support for x32. Closes: #667005.
 
1038
  * New patch hjl-x32-gcc-4_7-branch.diff to incorporate changes from
 
1039
    that branch, including --with-abi=mx32 option.
 
1040
  * Split out lib*stdc++-dev packages.
 
1041
 
 
1042
  [ Marcin Juszkiewicz ]
 
1043
  * lib*-dev packages for cross builds are not Multi-Arch: same. LP: #1070694.
 
1044
  * Remove conflicts for armhf/armel cross packages.
 
1045
 
 
1046
 -- Matthias Klose <doko@debian.org>  Sun, 18 Nov 2012 17:54:15 +0100
 
1047
 
 
1048
gcc-4.7 (4.7.2-4) unstable; urgency=low
 
1049
 
 
1050
  * Fix PR c++/54858 (ice on valid), taken from the branch.
 
1051
  * Build again Go on armel and armhf.
 
1052
 
 
1053
 -- Matthias Klose <doko@debian.org>  Tue, 09 Oct 2012 12:00:59 +0200
 
1054
 
 
1055
gcc-4.7 (4.7.2-3) unstable; urgency=low
 
1056
 
 
1057
  * Revert the fix PR c/33763, and just disable the sorry message,
 
1058
    taken from the branch. Closes: #678589. LP: #1062343.
 
1059
  * Update libgo to 1.0.3.
 
1060
  * Go fixes:
 
1061
    - Fix a, b, c := b, a, 1 when a and b already exist.
 
1062
    - Fix some type reflection strings.
 
1063
    - Fix parse of (<- chan <- chan <- int)(x).
 
1064
    - Fix handling of omitted expression in switch.
 
1065
    - Better error for switch on non-comparable type.
 
1066
  * Fix PR debug/53135 (ice on valid), PR target/54703 (x86, wrong code),
 
1067
    PR c++/54777 (c++11, rejects valid), taken from the 4.7 branch.
 
1068
  * gcc-4.7-base: ensure smooth upgrades from squeeze by adding
 
1069
      Breaks: gcj-4.4-base (<< 4.4.6-9~), gnat-4.4-base (<< 4.4.6-3~)
 
1070
    as in gcc-4.4-base (multiarch patches re-worked in 4.6.1-8/4.4.6-9).
 
1071
    Fixes some squeeze->wheezy upgrade paths where apt chooses to hold back
 
1072
    gcc-4.4-base and keep gcj-4.4-base installed instead of upgrading
 
1073
    gcc-4.4-base and removing the obsolete gcj-4.4-base (Andreas Beckmann).
 
1074
    Closes: #677582.
 
1075
  * Add arm64 support, partly based on Wookey's patches (only applied for
 
1076
    arm64). Disabled for arm64 are ssp, gomp, mudflap, boehm-gc, Ada, ObjC,
 
1077
    Obj-C++ and Java).
 
1078
 
 
1079
 -- Matthias Klose <doko@debian.org>  Fri, 05 Oct 2012 20:00:30 +0200
 
1080
 
 
1081
gcc-4.7 (4.7.2-2) unstable; urgency=low
 
1082
 
 
1083
  * Fix PR tree-optimization/54563 (ice on valid), PR target/54564 (fma builtin
 
1084
    fix), PR c/54552 (ice on valid), PR lto/54312 (memory hog), PR c/54103 (ice
 
1085
    on valid), PR middle-end/54638 (memory corruption), taken from the 4.7
 
1086
    branch.
 
1087
  * Go fixes, taken from the 4.7 branch.
 
1088
  * On ARM, don't warn anymore that 4.4 has changed the `va_list' mangling,
 
1089
    taken from the trunk.
 
1090
  * Mention the NEWS changes for all uploads. Closes: #688278.
 
1091
 
 
1092
 -- Matthias Klose <doko@debian.org>  Fri, 21 Sep 2012 11:58:10 +0200
 
1093
 
 
1094
gcc-4.7 (4.7.2-1) unstable; urgency=low
 
1095
 
 
1096
  * GCC 4.7.2 release.
 
1097
  * Issues addressed after the release candidate:
 
1098
    - PR c++/53661 (wrong warning), LTO backport from trunk, documentation fix.
 
1099
  * Update NEWS files.
 
1100
 
 
1101
 -- Matthias Klose <doko@debian.org>  Thu, 20 Sep 2012 12:19:07 +0200
 
1102
 
 
1103
gcc-4.7 (4.7.1-9) unstable; urgency=low
 
1104
 
 
1105
  * GCC 4.7.2 release candidate 1.
 
1106
  * Update to SVN 20120914 (r191306) from the gcc-4_7-branch.
 
1107
    - Fix PR libstdc++/54388, PR libstdc++/54172, PR libstdc++/54172,
 
1108
      PR debug/54534, PR target/54536 (AVR), PR middle-end/54515 (ice on valid),
 
1109
      PR c++/54506 (rejects valid), PR c++/54341 (ice on valid),
 
1110
      PR c++/54253 (ice on valid), PR c/54559 (closes: #687496),
 
1111
      PR gcov-profile/54487, PR c++/53839, PR c++/54511, PR c++/53836,
 
1112
      PR fortran/54556.
 
1113
  * Update the Linaro support to the 4.7-2012.09 release.
 
1114
    - Adds support for the NEON vext instruction when shuffling.
 
1115
    - Backports improvements to scheduling transfers between VFP and core
 
1116
      registers.
 
1117
    - Backports support for the UBFX instruction on certain bit extract idioms.
 
1118
 
 
1119
 -- Matthias Klose <doko@debian.org>  Fri, 14 Sep 2012 19:12:47 +0200
 
1120
 
 
1121
gcc-4.7 (4.7.1-8) unstable; urgency=low
 
1122
 
 
1123
  * Update to SVN 20120908 (r191092) from the gcc-4_7-branch.
 
1124
    - Fix PR libstdc++/54376, PR libstdc++/54297, PR libstdc++/54351,
 
1125
      PR libstdc++/54297, PR target/54461 (AVR), PR target/54476 (AVR),
 
1126
      PR target/54220 (AVR), PR fortran/54208 (rejects valid),
 
1127
      PR middle-end/53667 (wrong code), PR target/54252 (ARM, wrong code),
 
1128
      PR rtl-optimization/54455 (ice on valid), PR driver/54335 (docs),
 
1129
      PR tree-optimization/54498 (wrong code), PR target/45070 (wrong code),
 
1130
      PR tree-optimization/54494 (wrong code), PR target/54436 (x86),
 
1131
      PR c/54428 (ice on valid), PR c/54363 (ice on valid, closes: #684635),
 
1132
      PR rtl-optimization/54369 (mips, sparc, wrong code), PR middle-end/54146,
 
1133
      PR target/46254 (ice on valid), PR rtl-optimization/54088 (ice on valid),
 
1134
      PR target/54212 (ARM, wrong code), PR c++/54197 (wrong code),
 
1135
      PR lto/53572, PR tree-optimization/53922 (wrong code).
 
1136
    - Go fixes.
 
1137
 
 
1138
  [ Nobuhiro Iwamatsu ]
 
1139
  * Remove sh4-enable-ieee.diff, -mieee enabled by default. Closes: #685975.
 
1140
 
 
1141
  [ Matthias Klose ]
 
1142
  * Fix PR c++/54341, PR c++/54253, taken from the trunk. Closes: #685430.
 
1143
  * Update libitm package description. Closes: #686802.
 
1144
 
 
1145
 -- Matthias Klose <doko@debian.org>  Fri, 07 Sep 2012 22:16:55 +0200
 
1146
 
 
1147
gcc-4.7 (4.7.1-7) unstable; urgency=low
 
1148
 
 
1149
  * Update to SVN 20120814 (r190380) from the gcc-4_7-branch.
 
1150
    - Fix PR libstdc++/54036, PR target/53961 (x86), PR libstdc++/54185,
 
1151
      PR rtl-optimization/53942, PR rtl-optimization/54157.
 
1152
 
 
1153
  [ Thibaut Girka ]
 
1154
  * Fix cross compilers for 64bit architectures when using
 
1155
    DEB_CROSS_NO_BIARCH.
 
1156
  * Fix glibc dependency for multiarch enabled builds for architectures
 
1157
    with a different libc-dev package name.
 
1158
 
 
1159
  [ Aurelien Jarno ]
 
1160
  * powerpc64: Fix non-multilib builds.
 
1161
 
 
1162
  [ Matthias Klose ]
 
1163
  * Fix syntax error generating the control file for cross builds.
 
1164
    Closes: #682104.
 
1165
  * spu build: Move static libraries to version specific directories.
 
1166
    Closes: #680022.
 
1167
  * Don't run the libstdc++ tests on mipsel, times out on the buildds.
 
1168
  * Update the Linaro support to the 4.7-2012.08 release.
 
1169
 
 
1170
 -- Matthias Klose <doko@debian.org>  Tue, 14 Aug 2012 13:58:03 +0200
 
1171
 
 
1172
gcc-4.7 (4.7.1-6) unstable; urgency=low
 
1173
 
 
1174
  * Update to SVN 20120731 (r190015) from the gcc-4_7-branch.
 
1175
    - Fix PR libstdc++/54075, PR libstdc++/53270, PR libstdc++/53978,
 
1176
      PR target/33135 (SH), PR target/53877 (x86), PR rtl-optimization/52250,
 
1177
      PR middle-end/54017, PR target/54029, PR target/53961 (x86),
 
1178
      PR target/53110 (x86), PR rtl-optimization/53908, PR c++/54038,
 
1179
      PR c++/54026, PR c++/53995, PR c++/53989, PR c++/53549 (closes: #680931),
 
1180
      PR c++/53953.
 
1181
 
 
1182
 -- Matthias Klose <doko@debian.org>  Tue, 31 Jul 2012 20:00:56 +0200
 
1183
 
 
1184
gcc-4.7 (4.7.1-5) unstable; urgency=high
 
1185
 
 
1186
  * Update to SVN 20120713 (r189464) from the gcc-4_7-branch.
 
1187
    - Fix PR libstdc++/53657, PR c++/53733 (DR 1402), PR target/53811,
 
1188
      PR target/53853.
 
1189
 
 
1190
 -- Matthias Klose <doko@debian.org>  Fri, 13 Jul 2012 16:59:59 +0200
 
1191
 
 
1192
gcc-4.7 (4.7.1-4) unstable; urgency=medium
 
1193
 
 
1194
  * Update to SVN 20120709 (r189388) from the gcc-4_7-branch.
 
1195
    - Fix PR libstdc++/53872, PR libstdc++/53830, PR bootstrap/52947,
 
1196
      PR middle-end/52786, PR middle-end/50708, PR tree-optimization/53693,
 
1197
      PR middle-end/52621, PR middle-end/53433, PR fortran/53732,
 
1198
      PR libstdc++/53578, PR c++/53882 (closes: #680521), PR c++/53826.
 
1199
  * Update the Linaro support to the 4.7-2012.07 release.
 
1200
  * Fix build on pre-multiarch releases (based on a patch from Chip Salzenberg).
 
1201
    Closes: #680590.
 
1202
 
 
1203
 -- Matthias Klose <doko@debian.org>  Mon, 09 Jul 2012 18:58:47 +0200
 
1204
 
 
1205
gcc-4.7 (4.7.1-3) unstable; urgency=low
 
1206
 
 
1207
  * Update to SVN 20120703 (r189219) from the gcc-4_7-branch.
 
1208
    - Fix PR preprocessor/37215, PR middle-end/38474, PR target/53595 (AVR),
 
1209
      PR middle-end/53790, PR debug/53682, PR target/53759 (x86),
 
1210
      PR c++/53816, PR c++/53821, PR c++/51214, PR c++/53498, PR c++/53305,
 
1211
      PR c++/52988 (wrong code), PR c++/53202 (wrong code), PR c++/53594.
 
1212
    - The change for PR libstdc++/49561 was reverted. The std::list size is
 
1213
      now the same again in c++98 and c++11 mode.
 
1214
  * Revert the local std::list work around.
 
1215
  * Build using isl instead of ppl for snapshot builds.
 
1216
 
 
1217
 -- Matthias Klose <doko@debian.org>  Tue, 03 Jul 2012 15:07:14 +0200
 
1218
 
 
1219
gcc-4.7 (4.7.1-2) unstable; urgency=medium
 
1220
 
 
1221
  * Update to SVN 20120623 (r188906) from the gcc-4_7-branch.
 
1222
    - Fix PR rtl-optimization/53700 (closes: #677678), PR target/52908,
 
1223
      PR libstdc++/53270, PR libstdc++/53678, PR gcov-profile/53744,
 
1224
      PR c++/52637, PR middle-end/53470, PR c++/53651, PR c++/53137,
 
1225
      PR c++/53599, PR fortran/53691, PR fortran/53685, PR ada/53592.
 
1226
  * Update NEWS files for 4.7.1.
 
1227
  * Bump gcc/FULL-VERSION to 4.7.1.
 
1228
  * Update the Linaro support to the 4.7-2012.06 release.
 
1229
  * Restore std::list ABI compatibility in c++11 mode. The upstream behaviour
 
1230
    can be enabled defining __CXX0X_STD_LIST_ABI_INCOMPAT__. This work around
 
1231
    will be replaced with an upstream solution.
 
1232
  * Fix PR debug/53682, taken from the trunk. Closes: #677606.
 
1233
  * Use $(with_gccbase) and $(with_gccxbase) to determine whether to enable it
 
1234
    in the control file (Thibaut Girka).
 
1235
  * When building a cross-compiler, runtime libraries for the target
 
1236
    architecture may be cross-built. Tell debhelper/dpkg-dev those packages
 
1237
    are indeed for a foreign architecture (Thibaut Girka).
 
1238
 
 
1239
 -- Matthias Klose <doko@debian.org>  Sat, 23 Jun 2012 11:58:35 +0200
 
1240
 
 
1241
gcc-4.7 (4.7.1-1) unstable; urgency=low
 
1242
 
 
1243
  * GCC 4.7.1 release.
 
1244
 
 
1245
 -- Matthias Klose <doko@debian.org>  Fri, 15 Jun 2012 00:38:27 +0200
 
1246
 
 
1247
gcc-4.7 (4.7.0-13) unstable; urgency=low
 
1248
 
 
1249
  * Update to SVN 20120612 (r188457) from the gcc-4_7-branch.
 
1250
    - Fix PR c++/53602 (LP: #1007616).
 
1251
 
 
1252
  * Document the changed ssp-buffer-size default in Ubuntu 10.10 and
 
1253
    later (Kees Cook). LP: #990141.
 
1254
  * Fix PR c++/26155, ICE after error with namespace alias. LP: #321883.
 
1255
  * Fix PR c++/53599 (reverting the fix for PR c++/53137).
 
1256
    Closes: #676729. LP: #1010896.
 
1257
  * Fix manual page names for cross builds (Thibaut Girka). Closes: #675516.
 
1258
  * Remove dpkg-cross build dependency for cross builds (Thibaut Girka).
 
1259
    Closes: #675511.
 
1260
 
 
1261
 -- Matthias Klose <doko@debian.org>  Tue, 12 Jun 2012 15:47:57 +0200
 
1262
 
 
1263
gcc-4.7 (4.7.0-12) unstable; urgency=low
 
1264
 
 
1265
  * Update to SVN 20120606 (r188261) from the gcc-4_7-branch (release
 
1266
    candidate 1 or 4.7.1).
 
1267
    - Fix PR libstdc++/52007, PR c++/53524, PR target/53559,
 
1268
      PR middle-end/47530, PR middle-end/53471, PR middle-end/52979,
 
1269
      PR target/46261, PR tree-optimization/53550, PR middle-end/52080,
 
1270
      PR middle-end/52097, PR middle-end/48124, PR middle-end/53501,
 
1271
      PR target/52667, PR target/52642, PR middle-end/48493, PR c++/53524,
 
1272
      PR c++/52973, PR c++/52725, PR c++/53137, PR c++/53484, PR c++/53500,
 
1273
      PR c++/52905, PR fortran/53521.
 
1274
    - Go and libgo updates.
 
1275
  * Include README.Debian in README.Debian.<arch>.
 
1276
  * Fix PR c/33763, proposed patch from the issue. Closes: #672411.
 
1277
  * Fix build failure in libgo with hardening defaults.
 
1278
 
 
1279
 -- Matthias Klose <doko@debian.org>  Wed, 06 Jun 2012 13:22:27 +0200
 
1280
 
 
1281
gcc-4.7 (4.7.0-11) unstable; urgency=low
 
1282
 
 
1283
  * Update to SVN 20120530 (r188035) from the gcc-4_7-branch.
 
1284
    - Fix PR c++/53356, PR c++/53491, PR c++/53503, PR c++/53220,
 
1285
      PR middle-end/53501, PR rtl-optimization/53519,
 
1286
      PR tree-optimization/53516, PR tree-optimization/53438,
 
1287
      PR target/52999, PR middle-end/53008.
 
1288
 
 
1289
  [ Matthias Klose ]
 
1290
  * Build-depend on netbase when building Go. Closes: #674306.
 
1291
 
 
1292
  [ Marcin Juszkiewicz ]
 
1293
  * Use the multiarch default for staged builds.
 
1294
 
 
1295
 -- Matthias Klose <doko@debian.org>  Thu, 31 May 2012 08:25:08 +0800
 
1296
 
 
1297
gcc-4.7 (4.7.0-10) unstable; urgency=low
 
1298
 
 
1299
  * Update to SVN 20120528 (r187927) from the gcc-4_7-branch.
 
1300
    - Fix PR rtl-optimization/52528, PR lto/52178, PR target/53435,
 
1301
      PR ada/52362, PR target/53385, PR middle-end/53460,
 
1302
      PR tree-optimization/53465, PR target/53448, PR tree-optimization/53408,
 
1303
      PR ada/52362, PR fortran/53389.
 
1304
  * Fix warning building libiberty/md5.c. PR other/53285. Closes: #674830.
 
1305
 
 
1306
 -- Matthias Klose <doko@debian.org>  Mon, 28 May 2012 11:30:36 +0800
 
1307
 
 
1308
gcc-4.7 (4.7.0-9) unstable; urgency=low
 
1309
 
 
1310
  * Update to SVN 20120522 (r187756) from the gcc-4_7-branch.
 
1311
    - Fix PR bootstrap/53183, PR tree-optimization/53436,
 
1312
      PR tree-optimization/53366, PR tree-optimization/53409,
 
1313
      PR tree-optimization/53410, PR c/53418, PR target/53416,
 
1314
      PR middle-end/52584, PR debug/52727, PR tree-optimization/53364,
 
1315
      PR target/53358, PR rtl-optimization/52804, PR target/46098,
 
1316
      PR target/53256, PR c++/53209, PR c++/53301, PR ada/52494,
 
1317
      PR fortran/53310 
 
1318
  * Update the Linaro support to the 4.7-2012.05 release.
 
1319
 
 
1320
 -- Matthias Klose <doko@debian.org>  Tue, 22 May 2012 13:01:33 +0800
 
1321
 
 
1322
gcc-4.7 (4.7.0-8) unstable; urgency=low
 
1323
 
 
1324
  * Update to SVN 20120509 (r187339) from the gcc-4_7-branch.
 
1325
    - Fix PR libstdc++/53193, PR target/53272, PR tree-optimization/53239,
 
1326
      PR tree-optimization/53195, PR target/52999, PR target/53228,
 
1327
      PR tree-optimization/52633, PR tree-optimization/52870, PR target/48496,
 
1328
      PR target/53199, PR target/52684, PR lto/52605, PR plugins/53126,
 
1329
      PR debug/53174, PR target/53187, PR tree-optimization/53144,
 
1330
      PR c++/53186, PR fortran/53255, PR fortran/53111, PR fortran/52864.
 
1331
    - Fix plugin check in gcc-{ar,nm,ranlib}-4.7.
 
1332
  * Install man pages for gcc-{ar,nm,ranlib}-4.7.
 
1333
 
 
1334
 -- Matthias Klose <doko@debian.org>  Mon, 07 May 2012 21:56:42 +0200
 
1335
 
 
1336
gcc-4.7 (4.7.0-7) unstable; urgency=low
 
1337
 
 
1338
  * Update to SVN 20120502 (r187039) from the gcc-4_7-branch.
 
1339
    - Fix PR libstdc++/53115, PR tree-optimization/53163,
 
1340
      PR rtl-optimization/53160, PR middle-end/53136, PR fortran/53148.
 
1341
    - libgo fix for mips.
 
1342
  * Fix setting MULTILIB_DEFAULTS for ARM multilib builds.
 
1343
  * Build Go on mips.
 
1344
  * Revert: Don't build multilib gnat on armel and armhf.
 
1345
  * Fix multiarch patch for alpha (Michael Cree). Closes: #670571.
 
1346
  * Fix Go multilib packaging issue for mips and mipsel.
 
1347
 
 
1348
 -- Matthias Klose <doko@debian.org>  Wed, 02 May 2012 12:42:01 +0200
 
1349
 
 
1350
gcc-4.7 (4.7.0-6) unstable; urgency=low
 
1351
 
 
1352
  * Update to SVN 20120430 (r186964) from the gcc-4_7-branch.
 
1353
    - Fix PR target/53138.
 
1354
  * Build Go on ARM.
 
1355
  * Treat wheezy the same as sid in more places (Peter Green).
 
1356
    Addresses: #670821.
 
1357
 
 
1358
 -- Matthias Klose <doko@debian.org>  Mon, 30 Apr 2012 13:06:21 +0200
 
1359
 
 
1360
gcc-4.7 (4.7.0-5) unstable; urgency=medium
 
1361
 
 
1362
  * Update to SVN 20120428 (r186932) from the gcc-4_7-branch.
 
1363
    - Fix PR c/52880, PR target/53065, PR tree-optimization/53085,
 
1364
      PR c/51527, PR target/53120.
 
1365
 
 
1366
  [ Matthias Klose ]
 
1367
  * Don't build multilib gnat on armel and armhf.
 
1368
  * Don't try to run the libstdc++ testsuite if the C++ frontend isn't built.
 
1369
  * Install the unwind-arm-common.h header file.
 
1370
  * Fix ARM biarch package builds.
 
1371
 
 
1372
  [ Aurelien Jarno ]
 
1373
  * Reenable parallel builds on GNU/kFreeBSD.
 
1374
  * Fix libgcc building on MIPS N32/64. Closes: #669858.
 
1375
  * Add libn32gcc1 and lib64gcc1 symbols files on mips and mipsel.
 
1376
 
 
1377
 -- Matthias Klose <doko@debian.org>  Sat, 28 Apr 2012 11:59:36 +0200
 
1378
 
 
1379
gcc-4.7 (4.7.0-4) unstable; urgency=low
 
1380
 
 
1381
  * Update to SVN 20120424 (r186746) from the gcc-4_7-branch.
 
1382
    - Fix PR libstdc++/52924, PR libstdc++/52591, PR middle-end/52894,
 
1383
      PR testsuite/53046, PR libstdc++/53067, PR libstdc++/53027,
 
1384
      PR libstdc++/52839, PR bootstrap/52840, PR libstdc++/52689,
 
1385
      PR libstdc++/52699, PR libstdc++/52822, PR libstdc++/52942,
 
1386
      PR middle-end/53084, PR middle-end/52999, PR c/53060,
 
1387
      PR tree-optimizations/52891, PR target/53033, PR target/53020,
 
1388
      PR target/52932, PR middle-end/52939, PR tree-optimization/52969,
 
1389
      PR c/52862, PR target/52775, PR tree-optimization/52943, PR c++/53003,
 
1390
      PR c++/38543, PR c++/50830, PR c++/50303, PR c++/52292, PR c++/52380,
 
1391
      PR c++/52465, PR c++/52824, PR c++/52906.
 
1392
 
 
1393
  [ Matthias Klose ]
 
1394
  * Update the Linaro support to the 4.7-2012.04 release.
 
1395
  * Set the ARM hard-float linker path according to the consensus:
 
1396
    http://lists.linaro.org/pipermail/cross-distro/2012-April/000261.html
 
1397
  * Reenable the spu build on ppc64. Closes: #668272.
 
1398
  * Update and reenable the gcc-cloog-dl patch.
 
1399
 
 
1400
  [ Samuel Thibault ]
 
1401
  * ada-s-osinte-gnu.adb.diff, ada-s-osinte-gnu.ads.diff,
 
1402
    ada-s-taprop-gnu.adb.diff, gcc_ada_gcc-interface_Makefile.in.diff:
 
1403
    Add ada support for GNU/Hurd, thanks Svante Signell for the patches
 
1404
    and bootstrap! (Closes: #668426).
 
1405
 
 
1406
 -- Matthias Klose <doko@debian.org>  Tue, 24 Apr 2012 08:44:15 +0200
 
1407
 
 
1408
gcc-4.7 (4.7.0-3) unstable; urgency=low
 
1409
 
 
1410
  * Update to SVN 20120409 (r186249) from the gcc-4_7-branch.
 
1411
    - Fix PR libitm/52854, PR libstdc++/52476, PR target/52717,
 
1412
      PR tree-optimization/52406, PR c++/52596, PR c++/52796,
 
1413
      PR fortran/52893, PR fortran/52668.
 
1414
 
 
1415
  [ Matthias Klose ]
 
1416
  * Re-add missing dependency on libgcc in gcc-multilib. Closes: #667519.
 
1417
  * Add support for GNU locales for GNU/Hurd (Svante Signell).
 
1418
    Closes: #667662.
 
1419
  * Reenable the spu build on ppc64. Closes: #664617.
 
1420
  * Apply proposed patch for PR52894, stage1 bootstrap failure on hppa
 
1421
    (John David Anglin). Closes: #667969.
 
1422
 
 
1423
  [ Nobuhiro Iwamatsu ]
 
1424
  * Fix cross build targeting sh4. Closes: #663028.
 
1425
  * Enable -mieee by default on sh4. Closes: #665328.
 
1426
 
 
1427
 -- Matthias Klose <doko@debian.org>  Mon, 09 Apr 2012 22:24:14 +0200
 
1428
 
 
1429
gcc-4.7 (4.7.0-2) unstable; urgency=low
 
1430
 
 
1431
  * Update to SVN 20120403 (r186107) from the gcc-4_7-branch.
 
1432
    - Fix PR middle-end/52547, PR libstdc++/52540, PR libstdc++/52433,
 
1433
      PR target/52507, PR target/52505, PR target/52461, PR target/52508,
 
1434
      PR c/52682, PR target/52610, PR middle-end/52640, PR target/50310,
 
1435
      PR target/48596, PR target/48806, PR middle-end/52547, R target/52496,
 
1436
      PR rtl-optimization/52543, PR target/52461, PR target/52488,
 
1437
      PR target/52499, PR target/52148, PR target/52496, PR target/52484,
 
1438
      PR target/52506, PR target/52505, PR target/52461, PR other/52545,
 
1439
      PR c/52577, PR c++/52487, PR c++/52671, PR c++/52582, PR c++/52521,
 
1440
      PR fortran/52452, PR target/52737, PR target/52698, PR middle-end/52693,
 
1441
      PR middle-end/52691, PR middle-end/52750, PR target/52692,
 
1442
      PR middle-end/51893, PR target/52737, PR target/52736, PR middle-end/52720,
 
1443
      PR c++/52672, PR c++/52718, PR c++/52685, PR c++/52759, PR c++/52743,
 
1444
      PR c++/52746, PR libstdc++/52799, PR libgfortran/52758,
 
1445
      PR middle-end/52580, PR middle-end/52493, PR tree-optimization/52678,
 
1446
      PR tree-optimization/52701, PR tree-optimization/52754,
 
1447
      PR tree-optimization/52835.
 
1448
 
 
1449
  [ Matthias Klose ]
 
1450
  * Update NEWS files for 4.7.
 
1451
  * Include -print-multiarch option in gcc --help output. Closes: #656998.
 
1452
  * Don't build Go on MIPS.
 
1453
  * Update alpha-ieee.diff for 4.7.
 
1454
  * Update gcc-multiarch.diff for sh4 (untested). Closes: #665935.
 
1455
  * Update gcc-multiarch.diff for hppa (untested). Closes: #666162.
 
1456
  * Re-add build dependency on doxygen.
 
1457
 
 
1458
  [ Samuel Thibault ]
 
1459
  * debian/patches/ada-bug564232.diff: Enable on hurd too.
 
1460
  * debian/patches/ada-libgnatprj.diff: Add hurd configuration.
 
1461
 
 
1462
 -- Matthias Klose <doko@debian.org>  Tue, 03 Apr 2012 16:30:58 +0200
 
1463
 
 
1464
gcc-4.7 (4.7.0-1) unstable; urgency=low
 
1465
 
 
1466
  * GCC 4.7.0 release.
 
1467
 
 
1468
 -- Matthias Klose <doko@debian.org>  Fri, 23 Mar 2012 05:44:37 +0100
 
1469
 
 
1470
gcc-4.7 (4.7.0~rc2-1) experimental; urgency=low
 
1471
 
 
1472
  * GCC-4.7 release candidate 2 (r185376).
 
1473
  * libgo: Work around parse error of struct timex_ on ARM.
 
1474
  * Update libstdc++6 symbols files.
 
1475
  * Allow building Go from a separate source package.
 
1476
  * Don't configure with --enable-gnu-unique-object on kfreebsd and hurd.
 
1477
  * Include -print-multiarch option in gcc --help output. Closes: #656998.
 
1478
  * Disable Go on mips* (PR go/52586).
 
1479
 
 
1480
 -- Matthias Klose <doko@debian.org>  Wed, 14 Mar 2012 15:49:39 +0100
 
1481
 
 
1482
gcc-4.7 (4.7.0~rc1-2) experimental; urgency=low
 
1483
 
 
1484
  * Update to SVN 20120310 (r185183) from the gcc-4_6-branch.
 
1485
  * Always configure with --enable-gnu-unique-object. LP: #949805.
 
1486
  * Enable Go for ARM on releases with working getcontext/setcontext.
 
1487
 
 
1488
 -- Matthias Klose <doko@debian.org>  Sat, 10 Mar 2012 23:29:45 +0100
 
1489
 
 
1490
gcc-4.7 (4.7.0~rc1-1) experimental; urgency=low
 
1491
 
 
1492
  * GCC-4.7 release candidate 1 (r184777).
 
1493
 
 
1494
  [ Marcin Juszkiewicz ]
 
1495
  * Fix ARM sf/hf multilib dpkg-shlibdeps dependency generation.
 
1496
 
 
1497
  [ Matthias Klose ]
 
1498
  * PR go/52218, don't build Go on ARM, getcontext/setcontext exists,
 
1499
    but return ENOSYS.
 
1500
  * Fix multiarch build on ia64.
 
1501
  * Fix path calculation for the libstdc++ -gdb.py file when installed into
 
1502
    multiarch locations. Closes: #661385. LP: #908163.
 
1503
  * Disable Go on sparc (libgo getcontext/setcontext check failing).
 
1504
 
 
1505
  [ Thorsten Glaser ]
 
1506
  * Apply patch from Alan Hourihane to fix err_bad_abi testcase on m68k.
 
1507
 
 
1508
  [ Jonathan Nieder ]
 
1509
  * libstdc++6: Depends on libc (>= 2.11) for STB_GNU_UNIQUE support
 
1510
    (Eugene V. Lyubimkin). Closes: #584572.
 
1511
  * libstdc++6, libobjc2, libgfortran3, libmudflap0, libgomp1: Breaks
 
1512
    pre-multiarch gcc. Closes: #651550.
 
1513
  * libstdc++6: Lower priority from required to important. Closes: #661118.
 
1514
 
 
1515
  [Samuel Thibault]
 
1516
  * Remove local patch, integrated upstream. Closes: ##661859.
 
1517
 
 
1518
 -- Matthias Klose <doko@debian.org>  Fri, 02 Mar 2012 18:42:56 +0100
 
1519
 
 
1520
gcc-4.7 (4.7-20120210-1) experimental; urgency=low
 
1521
 
 
1522
  * GCC-4.7 snapshot build, taken from the trunk 20120210 (r184114).
 
1523
  * kbsd-gnu.diff: Remove, integrated upstream.
 
1524
  * Strip whitespace from with_libssp definition. Closes: #653255.
 
1525
  * Remove soft-float symbols from 64bit powerpc libgcc1 symbols files.
 
1526
  * Fix control file generation for cross packages. LP: #913734.
 
1527
 
 
1528
 -- Matthias Klose <doko@debian.org>  Fri, 10 Feb 2012 21:38:12 +0100
 
1529
 
 
1530
gcc-4.7 (4.7-20120205-1) experimental; urgency=low
 
1531
 
 
1532
  * GCC-4.7 snapshot build, taken from the trunk 20120205 (r183903).
 
1533
  * Enable Go on arm*, ia64, mips*, powerpc, s390*, sparc*.
 
1534
  * libgo: Fix ioctl macro extracton.
 
1535
  * Fix PR middle-end/52074, ICE in libgo on powerpc.
 
1536
  * Revert: * Install static libc++{98,11} libraries.
 
1537
  * Don't strip a `/' sysroot from the C++ include directories.
 
1538
    Closes: #658442.
 
1539
 
 
1540
 -- Matthias Klose <doko@debian.org>  Sun, 05 Feb 2012 09:16:03 +0100
 
1541
 
 
1542
gcc-4.7 (4.7-20120129-1) experimental; urgency=low
 
1543
 
 
1544
  * GCC-4.7 snapshot build, taken from the trunk 20120129 (r183674).
 
1545
  * Configure --with-sysroot for wheezy and sid.
 
1546
  * Install static libc++{98,11} libraries.
 
1547
  * Install libstdc++ gdb.py file into /usr/lib/debug.
 
1548
  * Just copy libstdc++convenience.a for the libstdc++_pic installation.
 
1549
  * Remove trailing dir separator from system root.
 
1550
 
 
1551
 -- Matthias Klose <doko@debian.org>  Sun, 29 Jan 2012 08:19:27 +0100
 
1552
 
 
1553
gcc-4.7 (4.7-20120121-1) experimental; urgency=low
 
1554
 
 
1555
  * GCC-4.7 snapshot build, taken from the trunk 20120121 (r183370).
 
1556
 
 
1557
  [ Matthias Klose ]
 
1558
  * Fix C++ include paths when configured --with-system-root.
 
1559
 
 
1560
  [ Marcin Juszkiewicz ]
 
1561
  * Fix control file generation for ARM multiarch cross builds.
 
1562
 
 
1563
 -- Matthias Klose <doko@debian.org>  Sat, 21 Jan 2012 20:24:29 +0100
 
1564
 
 
1565
gcc-4.7 (4.7-20120107-1) experimental; urgency=low
 
1566
 
 
1567
  * GCC-4.7 snapshot build, taken from the trunk 20120107 (r182981).
 
1568
 
 
1569
  * On armel/armhf, allow g*-multilib installation using the runtime
 
1570
    libraries of the corresponding multiarch architecture.
 
1571
  * Fix location of .jinfo files. Addresses: #654579.
 
1572
  * Replace Fortran 95 with Fortran in package descriptions.
 
1573
 
 
1574
 -- Matthias Klose <doko@debian.org>  Sat, 07 Jan 2012 21:24:56 +0100
 
1575
 
 
1576
gcc-4.7 (4.7-20111231-1) experimental; urgency=low
 
1577
 
 
1578
  * GCC-4.7 snapshot build, taken from the trunk 20111231 (r182754).
 
1579
 
 
1580
  [ Aurelien Jarno ]
 
1581
  * Re-enable parallel builds on kfreebsd-i386, as the problem from bug
 
1582
    #637236 only affects kfreebsd-amd64.
 
1583
 
 
1584
  [ Matthias Klose ]
 
1585
  * Fix generating libphobos dependency for gdc. Addresses: #653078.
 
1586
  * Link libmudflapth.so with -lpthread.
 
1587
 
 
1588
 -- Matthias Klose <doko@debian.org>  Sat, 31 Dec 2011 09:42:13 +0100
 
1589
 
 
1590
gcc-4.7 (4.7-20111222-1) experimental; urgency=low
 
1591
 
 
1592
  * Update to SVN 20111222 (r182617) from the trunk.
 
1593
 
 
1594
  [Matthias Klose]
 
1595
  * Remove obsolete ARM patch.
 
1596
  * Install loongson.h header.
 
1597
  * Update libgcc and libstdc++ symbols files.
 
1598
 
 
1599
  [Samuel Thibault]
 
1600
  * Update hurd patch for 4.7, fixing build failure. Closes: #652693.
 
1601
 
 
1602
  [Robert Millan]
 
1603
  * Update kbsd-gnu.diff for the trunk.
 
1604
 
 
1605
 -- Matthias Klose <doko@debian.org>  Thu, 22 Dec 2011 10:52:01 +0100
 
1606
 
 
1607
gcc-4.7 (4.7-20111217-2) experimental; urgency=low
 
1608
 
 
1609
  * Don't provide 4.6.x symlinks.
 
1610
  * Disable multilib for armhf.
 
1611
  * Fix spu installation.
 
1612
 
 
1613
 -- Matthias Klose <doko@debian.org>  Sun, 18 Dec 2011 17:22:10 +0100
 
1614
 
 
1615
gcc-4.7 (4.7-20111217-1) experimental; urgency=low
 
1616
 
 
1617
  * GCC-4.7 snapshot build.
 
1618
    - Including the GFDL documentation; will stay in experimental
 
1619
      until the 4.7.0 release sometime next year.
 
1620
  * Update patches for the trunk.
 
1621
  * Update symbols files.
 
1622
  * Build libitm packages.
 
1623
 
 
1624
 -- Matthias Klose <doko@debian.org>  Sat, 17 Dec 2011 23:19:46 +0100
 
1625
 
 
1626
gcc-4.6 (4.6.2-9) unstable; urgency=medium
 
1627
 
 
1628
  * Update to SVN 20111217 (r182430) from the gcc-4_6-branch.
 
1629
    - Fix PR c++/51331.
 
1630
  * Fix build dependencies for armel/armhf.
 
1631
 
 
1632
 -- Matthias Klose <doko@debian.org>  Sat, 17 Dec 2011 10:40:26 +0100
 
1633
 
 
1634
gcc-4.6 (4.6.2-8) unstable; urgency=low
 
1635
 
 
1636
  * Update to SVN 20111216 (r182407) from the gcc-4_6-branch.
 
1637
    - Fix PR tree-optimization/51485, PR tree-optimization/50569, PR c++/51248,
 
1638
      PR c++/51406, PR c++/51161, PR rtl-optimization/49720, PR fortran/50923,
 
1639
      PR fortran/51338, PR fortran/51550, PR fortran/47545, PR fortran/49050,
 
1640
      PR fortran/51075.
 
1641
 
 
1642
  [ Matthias Klose ]
 
1643
  * gdc-4.6: Provide <gnu-triplet>-{gdc,gdmd}-4.6 symlinks.
 
1644
 
 
1645
  [Ludovic Brenta]
 
1646
  Merge from gnat-4.6 (4.6.2-2) unstable; urgency=low
 
1647
  [Євгеній Мещеряков]
 
1648
  * debian/patches/pr47818.diff: new.  Fixes: #614402.
 
1649
  * debian/rules.patch: apply it.
 
1650
 
 
1651
  Merge from gnat-4.6 (4.6.2-1) unstable; urgency=low
 
1652
  [Ludovic Brenta]
 
1653
  * Suggest ada-reference-manual-{html,info,pdf,text} instead of just
 
1654
    ada-reference-manual which no longer exists.
 
1655
  * Do not suggest gnat-gdb, superseded by gdb.
 
1656
  * Downgrade libgnat{vsn,prj}4.6-dev to priority extra; they conflict
 
1657
    with their 4.4 counterparts and priority optional packages may not
 
1658
    conflict with one another, per Policy 2.5.
 
1659
 
 
1660
 -- Matthias Klose <doko@debian.org>  Fri, 16 Dec 2011 16:59:30 +0100
 
1661
 
 
1662
gcc-4.6 (4.6.2-7) unstable; urgency=medium
 
1663
 
 
1664
  * Update to SVN 20111210 (r182189) from the gcc-4_6-branch.
 
1665
    - Fix PR rtl-optimization/51469, PR tree-optimization/51466,
 
1666
      PR tree-optimization/50078, PR target/51408, PR fortran/51310,
 
1667
      PR fortran/51448.
 
1668
 
 
1669
 -- Matthias Klose <doko@debian.org>  Sat, 10 Dec 2011 20:12:33 +0100
 
1670
 
 
1671
gcc-4.6 (4.6.2-6) unstable; urgency=low
 
1672
 
 
1673
  * Update to SVN 20111208 (r182120) from the gcc-4_6-branch.
 
1674
    - Fix PR c++/51265, PR bootstrap/50888, PR target/51393 (ix86),
 
1675
      PR target/51002 (AVR), PR target/51345 (AVR), PR debug/48190,
 
1676
      PR fortran/50684, PR fortran/51218, PR target/50906 (closes: #650318),
 
1677
      PR tree-optimization/51315 (closes: #635126), PR tree-optimization/50622,
 
1678
      PR fortran/51435, PR debug/51410, PR c/51339, PR rtl-optimization/48721,
 
1679
      PR middle-end/51323 (LP: #897583), PR middle-end/50074,
 
1680
      PR middle-end/50074.
 
1681
 
 
1682
  [ Matthias Klose ]
 
1683
  * Run the libstdc++ testsuite on all architectures again. Closes: #622699.
 
1684
  * Apply proposed patch for PR target/50906 (powerpcspe only). Closes: #650318.
 
1685
  * Fix PR target/49030 (ARM), taken from Linaro. Closes: #633479.
 
1686
  * Fix PR target/50193 (ARM), taken from Linaro. Closes: #642127.
 
1687
  * Install the libstdc++.so-gdb.py file. LP: #883269.
 
1688
  * Fix PR c++/50114, backport from trunk. LP: #827806.
 
1689
  * Merge changes to allow gcc-snapshot cross builds, taken from Linaro.
 
1690
  * Update the Linaro support to the 4.6 branch.
 
1691
 
 
1692
  [ Marcin Juszkiewicz ]
 
1693
  * Fix issues with gcc-snapshot cross builds.
 
1694
  * Allow building Linaro binary packages in a single package.
 
1695
  * Apply hardening patches for cross builds when enabled for native builds.
 
1696
 
 
1697
 -- Matthias Klose <doko@debian.org>  Thu, 08 Dec 2011 17:14:35 +0100
 
1698
 
 
1699
gcc-4.6 (4.6.2-5) unstable; urgency=low
 
1700
 
 
1701
  * Update to SVN 20111121 (r181596) from the gcc-4_6-branch.
 
1702
    - Fix PR c++/50870, PR c++/50608, PR target/47997, PR target/48108,
 
1703
      PR target/45233, PR middle-end/51077, PR target/30282, PR c++/50608,
 
1704
      PR target/50979, PR target/4810, PR rtl-optimization/51187,
 
1705
      PR target/50493, PR target/49992, PR target/49641, PR c++/51150,
 
1706
      PR target/50678, PR libstdc++/51142, PR libstdc++/51133.
 
1707
 
 
1708
  [ Matthias Klose ]
 
1709
  * Use the default gcc as stage1 compiler for all architectures.
 
1710
 
 
1711
  [ Marcin Juszkiewicz ]
 
1712
  * debian/control.m4: Use BASEDEP in more places.
 
1713
  * Work around debhelper not calling the correct strip for cross builds.
 
1714
  * Drop dpkg-cross build dependency for cross builds.
 
1715
 
 
1716
 -- Matthias Klose <doko@debian.org>  Mon, 21 Nov 2011 22:26:49 +0100
 
1717
 
 
1718
gcc-4.6 (4.6.2-4) unstable; urgency=low
 
1719
 
 
1720
  * Update to SVN 20111103 (r180830) from the gcc-4_6-branch.
 
1721
    - Fix PR target/50691, PR c++/50901, PR target/50945,
 
1722
      PR rtl-optimization/47918, PR libstdc++/50880.
 
1723
 
 
1724
  * Configure the armel build by explicitly passing --with-arch=armv4t
 
1725
    --with-float=soft.
 
1726
  * libffi: Simplify PowerPC assembly and avoid CPU-specific string
 
1727
    instructions (Kyle Moffett).
 
1728
  * Fix MULTIARCH_DIRNAME on powerpcspe (Kyle Moffett). Closes: #647324.
 
1729
 
 
1730
 -- Matthias Klose <doko@debian.org>  Thu, 03 Nov 2011 12:03:41 -0400
 
1731
 
 
1732
gcc-4.6 (4.6.2-3) unstable; urgency=low
 
1733
 
 
1734
  * disable parallel builds on kfreebsd-* even if DEB_BUILD_OPTIONS
 
1735
    enables them (continued investigation for #637236).
 
1736
 
 
1737
 -- Ludovic Brenta <lbrenta@debian.org>  Sat, 29 Oct 2011 00:42:46 +0200
 
1738
 
 
1739
gcc-4.6 (4.6.2-2) unstable; urgency=low
 
1740
 
 
1741
  * Update to SVN 20111028 (r180603) from the gcc-4_6-branch.
 
1742
    - Fix PR target/50875.
 
1743
 
 
1744
  * Fix gcj, gdc and gnat builds, broken by the stage1 cross-compiler
 
1745
    package dependency fixes.
 
1746
  * Update the Linaro support to the 4.6 branch.
 
1747
  * Fix gcc-4.6-hppa64 installation. Closes: #646805.
 
1748
  * For ARM hard float, set the dynamic linker to
 
1749
    /lib/arm-linux-gnueabihf/ld-linux.so.3.
 
1750
  * Don't use parallel builds on kfreebsd.
 
1751
 
 
1752
 -- Matthias Klose <doko@debian.org>  Fri, 28 Oct 2011 16:36:55 +0200
 
1753
 
 
1754
gcc-4.6 (4.6.2-1) unstable; urgency=low
 
1755
 
 
1756
  * GCC 4.6.2 release.
 
1757
 
 
1758
  * Fix libgcc installation into /usr/lib/gcc/<triplet>/4.6. Closes: #645021.
 
1759
  * Fix stage1 cross-compiler package dependencies (Kyle Moffett).
 
1760
    Closes: #644439.
 
1761
 
 
1762
 -- Matthias Klose <doko@debian.org>  Wed, 26 Oct 2011 13:10:44 +0200
 
1763
 
 
1764
gcc-4.6 (4.6.1-16) unstable; urgency=medium
 
1765
 
 
1766
  * Update to SVN 20111019 (r180208) from the gcc-4_6-branch.
 
1767
    - Fix PR target/49967 (ia64), PR tree-optimization/50189, PR fortran/50273,
 
1768
      PR tree-optimization/50700, PR c/50565 (closes: #642144),
 
1769
      PR target/49965 (sparc), PR middle-end/49801, PR c++/49216,
 
1770
      PR c++/49855, PR c++/49896, PR c++/44473, PR c++/50611, PR fortran/50659,
 
1771
      PR tree-optimization/50723, PR tree-optimization/50712, PR obj-c++/48275,
 
1772
      PR c++/50618, PR fortran/47023, PR fortran/50570, PR fortran/50718,
 
1773
      PR libobjc/49883, PR libobjc/50002, PR target/50350, PR middle-end/50386,
 
1774
      PR middle-end/50326, PR target/50737, PR c++/50787, PR c++/50531,
 
1775
      PR fortran/50016, PR target/50737.
 
1776
 
 
1777
  [ Matthias Klose ]
 
1778
  * Fix libjava installation into /usr/lib/gcc/<triplet>/4.6.
 
1779
  * Fix powerpc and ppc64 libffi builds (Kyle Moffett).
 
1780
  * Apply proposed patch for PR target/50350. Closes: #642313.
 
1781
  * Re-apply the fix for PR tree-optimization/49911 on ia64.
 
1782
  * Apply proposed patch for PR target/50106 (ARM).
 
1783
 
 
1784
  [Xavier Grave]
 
1785
  * debian/patches/address-clauses-timed-entry-calls.diff: new; backport
 
1786
    bug fix about address clauses and timed entry calls.
 
1787
 
 
1788
  [Ludovic Brenta]
 
1789
  * debian/patches/ada-kfreebsd-gnu.diff: new; provide dummy
 
1790
    implementations of some optional POSIX Threads functions missing in
 
1791
    GNU/kFreeBSD. Closes: #642128.
 
1792
 
 
1793
 -- Matthias Klose <doko@debian.org>  Thu, 20 Oct 2011 00:24:13 +0200
 
1794
 
 
1795
gcc-4.6 (4.6.1-15) unstable; urgency=low
 
1796
 
 
1797
  * Update to SVN 20111010 (r179753) from the gcc-4_6-branch.
 
1798
    - Fix PR target/50652.
 
1799
  * Update the Linaro support to the 4.6-2011.10-1 release.
 
1800
  * Fix gcc-spu installation.
 
1801
  * Restore symlink for subminor GCC version. Closes: #644849.
 
1802
 
 
1803
 -- Matthias Klose <doko@debian.org>  Mon, 10 Oct 2011 17:10:40 +0200
 
1804
 
 
1805
gcc-4.6 (4.6.1-14) unstable; urgency=low
 
1806
 
 
1807
  * Update to SVN 20111008 (r179710) from the gcc-4_6-branch.
 
1808
    - Fix PR inline-asm/50571, PR c++/46105, PR c++/50508, PR libstdc++/50529,
 
1809
      PR libstdc++/49559, PR c++/40831, PR fortran/48706, PR target/49049,
 
1810
      PR tree-optimization/49279, PR fortran/50585, PR fortran/50625,
 
1811
      PR libstdc++/48698.
 
1812
 
 
1813
  [ Matthias Klose ]
 
1814
  * Configure and build to install into /usr/lib/gcc/<triplet>/4.6.
 
1815
    Closes: #643891.
 
1816
  * libgcc1: Versioned break to gcc-4.3.
 
1817
  * Fix gcc-multiarch for i386-linux-gnu with disabled multilibs.
 
1818
  * libffi: Fix PowerPC soft-floating-point support (Kyle Moffett).
 
1819
 
 
1820
  [ Marcin Juszkiewicz ]
 
1821
  * Enable gcc-snapshot cross builds.
 
1822
 
 
1823
  [ Iain Buclaw ]
 
1824
  * Port gdc to GCC-4.6.
 
1825
 
 
1826
  [ Aurelien Jarno ]
 
1827
  * Backport fix for PR target/49696 from the trunk (Closes: #633443).
 
1828
 
 
1829
 -- Matthias Klose <doko@debian.org>  Sat, 08 Oct 2011 14:40:49 +0200
 
1830
 
 
1831
gcc-4.6 (4.6.1-13) unstable; urgency=low
 
1832
 
 
1833
  * Update to SVN 20110926 (r179207) from the gcc-4_6-branch.
 
1834
    - Fix PR tree-optimization/50472, PR tree-optimization/50413,
 
1835
      PR tree-optimization/50412, PR c++/20039, PR c++/42844,
 
1836
      PR libstdc++/50510, PR libstdc++/50509.
 
1837
  * Revert the fix for PR tree-optimization/49911, bootstrap error on ia64.
 
1838
  * libffi: Define FFI_MMAP_EXEC_WRIT on kfreebsd-* (Petr Salinger).
 
1839
 
 
1840
 -- Matthias Klose <doko@debian.org>  Mon, 26 Sep 2011 19:59:55 +0200
 
1841
 
 
1842
gcc-4.6 (4.6.1-12) unstable; urgency=low
 
1843
 
 
1844
  * Update to SVN 20110924 (r179140) from the gcc-4_6-branch.
 
1845
    - Fix PR target/50464, PR target/50341, PR middle-end/49886,
 
1846
      PR target/50091, PR c++/50491, PR c++/50442 (Closes: #642176).
 
1847
 
 
1848
 -- Matthias Klose <doko@debian.org>  Sat, 24 Sep 2011 10:39:32 +0200
 
1849
 
 
1850
gcc-4.6 (4.6.1-11) unstable; urgency=low
 
1851
 
 
1852
  * Update to SVN 20110917 (r178926) from the gcc-4_6-branch.
 
1853
    - Fix PR c++/50424, PR c++/48320, PR fortran/49479.
 
1854
 
 
1855
  [ Matthias Klose ]
 
1856
  * Update the Linaro support to the 4.6-2011.09-1 release.
 
1857
 
 
1858
  [ Aurelien Jarno ]
 
1859
  * gcc.c (for_each_path): Allocate memory for multiarch suffix.
 
1860
 
 
1861
 -- Matthias Klose <doko@debian.org>  Sat, 17 Sep 2011 10:53:36 +0200
 
1862
 
 
1863
gcc-4.6 (4.6.1-10) unstable; urgency=medium
 
1864
 
 
1865
  * Update to SVN 20110910 (r178746) from the gcc-4_6-branch.
 
1866
    - Fix PR middle-end/50266, PR tree-optimization/49911,
 
1867
      PR tree-optimization/49518, PR tree-optimization/49628,
 
1868
      PR tree-optimization/49628, PR target/50310, PR target/50289,
 
1869
      PR c++/50255, PR c++/50309, PR c++/49267, PR libffi/49594.
 
1870
    - Revert fix for PR middle-end/49886, causing PR middle-end/50295.
 
1871
 
 
1872
 -- Matthias Klose <doko@debian.org>  Sat, 10 Sep 2011 03:38:48 +0200
 
1873
 
 
1874
gcc-4.6 (4.6.1-9) unstable; urgency=low
 
1875
 
 
1876
  * Update to SVN 20110903 (r178501) from the gcc-4_6-branch.
 
1877
    - Fix PR target/50090, PR middle-end/50116, PR target/50202, PR c/50179,
 
1878
      PR c++/50157, PR fortran/50163, PR libfortran/50192,
 
1879
      PR middle-end/49886, PR tree-optimization/50178, PR c++/50207,
 
1880
      PR c++/50089, PR c++/50220, PR c++/50234, PR c++/50224,
 
1881
      PR libstdc++/50268.
 
1882
 
 
1883
  [ Matthias Klose ]
 
1884
  * Fix gcc --print-multilib-osdir for non-biarch architectures.
 
1885
  * Fix multiarch for non-biarch builds. Closes: #635860.
 
1886
  * Move the lto plugin to the cpp packge. Closes: #639531.
 
1887
 
 
1888
  [ Thorsten Glaser ]
 
1889
  * [m68k] Disable multilib. Closes: #639303.
 
1890
 
 
1891
 -- Matthias Klose <doko@debian.org>  Sat, 03 Sep 2011 20:11:50 +0200
 
1892
 
 
1893
gcc-4.6 (4.6.1-8) unstable; urgency=low
 
1894
 
 
1895
  * Update to SVN 20110824 (r178027) from the gcc-4_6-branch.
 
1896
    Fix PR fortran/49792, PR tree-optimization/48739, PR target/50092,
 
1897
    PR c++/50086, PR c++/50054, PR fortran/50050, PR fortran/50130,
 
1898
    PR fortran/50129, PR fortran/49792, PR fortran/50109, PR c++/50024,
 
1899
    PR c++/46862.
 
1900
 
 
1901
  * Properly disable multilib builds for selected libraries on armel and armhf.
 
1902
  * Update and re-enable the gcc-ice patch.
 
1903
  * Update and re-enable the gcc-cloog-dl patch.
 
1904
  * Fix [ARM] PR target/50090: aliases in libgcc.a with default visibility,
 
1905
    taken from the trunk.
 
1906
  * Re-work the multiarch patches.
 
1907
  * Break older gcj-4.6 and gnat-4.6 versions, changed gcc_lib_dir.
 
1908
  * Omit the target alias from the go libdir.
 
1909
  * Linaro updates from the 4.6-2011.07-stable branch.
 
1910
  * Revert:
 
1911
    - libjava: Build with the system libffi PIC library.
 
1912
  * For native builds, gcc -print-file-name now resolve . and ..,
 
1913
    and removes the subminor version number.
 
1914
 
 
1915
 -- Matthias Klose <doko@debian.org>  Wed, 24 Aug 2011 10:22:42 +0200
 
1916
 
 
1917
gcc-4.6 (4.6.1-7) unstable; urgency=low
 
1918
 
 
1919
  * Update to SVN 20110816 (r177780) from the gcc-4_6-branch.
 
1920
    - Fix PR middle-end/49923.
 
1921
 
 
1922
  [ Matthias Klose ]
 
1923
  * gcc-4.6-multilib: Depend on biarch quadmath library. Closes: #637174.
 
1924
  * Don't hard-code build dependency on gcc-multilib.
 
1925
  * Build-depends on python when building java.
 
1926
  * Fix thinko in java::lang::Class::finalize (taken from the trunk).
 
1927
  * Add support for ARM 64bit sync intrinsics (David Gilbert). Only
 
1928
    enable for armv7 or better.
 
1929
  * libjava: Build with the system libffi PIC library.
 
1930
  * Disable gnat multilib builds on armel and armhf.
 
1931
 
 
1932
  Merge from gnat-4.6 (4.6.1-4) unstable; urgency=low
 
1933
 
 
1934
  [Ludovic Brenta]
 
1935
  * debian/patches/ada-symbolic-tracebacks.diff
 
1936
    (src/gcc/ada/gcc-interface/Makefile.in): pass -iquote instead of -I-
 
1937
    to gnatgcc; fixes FTBFS on i386 and closes: #637418.
 
1938
 
 
1939
  Merge from gnat-4.6 (4.6.1-3) unstable; urgency=low
 
1940
 
 
1941
  [Євгеній Мещеряков]
 
1942
  * debian/patches/ada-mips.diff: do not use the alternate stack on mips,
 
1943
    as on mipsel.  Closes: #566234.
 
1944
 
 
1945
  [Ludovic Brenta]
 
1946
  * debian/patches/pr49940.diff: new; copy the definition of function
 
1947
    lwp_self from s-osinte-freebsd.ads to s-osinte-kfreebsd-gnu.ads.
 
1948
    Closes: #636291.
 
1949
  * debian/patches/pr49944.diff: new.  Closes: #636692.
 
1950
  * debian/patches/pr49819.diff: drop, merged upstream.
 
1951
 
 
1952
 -- Matthias Klose <doko@debian.org>  Tue, 16 Aug 2011 13:11:25 +0200
 
1953
 
 
1954
gcc-4.6 (4.6.1-6) unstable; urgency=low
 
1955
 
 
1956
  * Update to SVN 20110807 (r177547) from the gcc-4_6-branch.
 
1957
    - Fix PR rtl-optimization/49799, PR debug/49871, PR target/47364,
 
1958
      PR target/49866, PR tree-optimization/49671, PR target/39386,
 
1959
      PR ada/4981, PR fortran/45586, PR fortran/49791, PR middle-end/49897,
 
1960
      PR middle-end/49898, PR target/49920, PR target/47908 (closes: #635919),
 
1961
      PR c++/43886, PR c++/49593, PR c++/49803, PR c++/49924, PR c++/49260,
 
1962
      PR fortran/49885, PR fortran/48876, PR libstdc++/49925, PR target/50001,
 
1963
      PR tree-optimization/49948, PR c++/48993, PR c++/49921, PR c++/49669,
 
1964
      PR c++/49988, PR fortran/49112.
 
1965
 
 
1966
  [ Aurelien Jarno ]
 
1967
  * Update patches/kbsd-gnu.diff for recent changes. Closes: #635195.
 
1968
  * Add s390x support.
 
1969
 
 
1970
  [ Marcin Juszkiewicz ]
 
1971
  * Fixes for multilib cross builds. LP: #816852, #819147.
 
1972
 
 
1973
  [ Matthias Klose ]
 
1974
  * Fix libgo installation for cross builds.
 
1975
  * Only apply arm-multilib when building for multilib.
 
1976
 
 
1977
 -- Matthias Klose <doko@debian.org>  Sun, 07 Aug 2011 18:20:00 +0200
 
1978
 
 
1979
gcc-4.6 (4.6.1-5) unstable; urgency=low
 
1980
 
 
1981
  * Update to SVN 20110723 (r176672) from the gcc-4_6-branch.
 
1982
    - Fix PR target/49541, PR tree-optimization/49768, PR middle-end/49675,
 
1983
      PR target/49746, PR middle-end/49732, PR tree-optimization/49725,
 
1984
      PR target/49723, PR target/49541, PR tree-opt/49309, PR c++/49785,
 
1985
      PR ada/48711, PR ada/46350, PR fortran/49648, PR testsuite/49753,
 
1986
      PR tree-optimization/49309, PR tree-optimization/45819, PR target/49600,
 
1987
      PR fortran/49708, PR libstdc++/49293.
 
1988
  * Update the Linaro support to the 4.6-2011.07-0 release.
 
1989
    - Fix PR target/49335. LP: #791327.
 
1990
  * Update gcc-multiarch:
 
1991
    - Add -print-multiarch option.
 
1992
    - Fix library path for non-default multilib(s).
 
1993
    - Handle `.' in MULTILIB_DIRNAMES.
 
1994
  * Add support to build multilib on armel and armhf, only enable it for
 
1995
    Ubuntu/oneiric. LP: #810360.
 
1996
  * cpp-4.6: Add empty multiarch directories for the non-default multilibs,
 
1997
    needed for relative lookups from startfile_prefixes.
 
1998
  * Fix PR c++/49756, backport from trunk. LP: #721378.
 
1999
  * libgcc1: Add breaks to gcc-4.1 and gcc-4.3. Closes: #634821.
 
2000
  * Configure for DEB_TARGET_MULTIARCH defaults.
 
2001
 
 
2002
 -- Matthias Klose <doko@debian.org>  Sat, 23 Jul 2011 08:15:50 +0200
 
2003
 
 
2004
gcc-4.6 (4.6.1-4) unstable; urgency=low
 
2005
 
 
2006
  * Update to SVN 20110714 (r176280) from the gcc-4_6-branch.
 
2007
    - Fix PR tree-optimization/49094, PR target/39633, PR c++/49672,
 
2008
      PR fortran/49698, PR fortran/49690, PR fortran/49562, PR libfortran/49296,
 
2009
      PR target/49487, PR tree-optimization/49651, PR ada/48711.
 
2010
 
 
2011
  [ Matthias Klose ]
 
2012
  * Build Go on alpha for gcc-snapshot builds.
 
2013
  * For multicore ARM, clear both caches, not just the dcache (proposed
 
2014
    patch by Andrew Haley).
 
2015
  * Fix for PR rtl-optimization/{48830,48808,48792}, taken from the trunk.
 
2016
    LP: #807573.
 
2017
  * Fix PR tree-optimization/49169, optimisations strip the Thumb/ARM mode bit
 
2018
    off function pointers (Richard Sandiford). LP: #721531.
 
2019
 
 
2020
  [ Marcin Juszkiewicz ]
 
2021
  * Define DEB_TARGET_MULTIARCH macro.
 
2022
  * debian/rules2: Macro and configuration consolidation.
 
2023
 
 
2024
 -- Matthias Klose <doko@debian.org>  Thu, 14 Jul 2011 19:38:49 +0200
 
2025
 
 
2026
gcc-4.6 (4.6.1-3) unstable; urgency=medium
 
2027
 
 
2028
  * Update to SVN 20110709 (r176108) from the gcc-4_6-branch.
 
2029
    - Fix PR target/49335, PR tree-optimization/49618, PR c++/49598,
 
2030
      PR fortran/49479, PR target/49621, PR target/46779, PR target/49660,
 
2031
      PR c/49644, PR debug/49522, PR debug/49522, PR middle-end/49640,
 
2032
      PR c++/48157, PR c/49644, PR fortran/48926.
 
2033
    - Apparently fixes a boost issue. Closes: #632938.
 
2034
  * Apply proposed patch for PR fortran/49690. Closes: #631204.
 
2035
 
 
2036
  * README.Debian: New section 'Former and/or inactive maintainers'.
 
2037
 
 
2038
 -- Matthias Klose <doko@debian.org>  Sun, 10 Jul 2011 00:04:34 +0200
 
2039
 
 
2040
gcc-4.6 (4.6.1-2) unstable; urgency=medium
 
2041
 
 
2042
  * Update to SVN 20110705 (r175840) from the gcc-4_6-branch.
 
2043
    - Fix PR target/47997, PR c++/49528, PR c++/49440, PR c++/49418,
 
2044
      PR target/44643, PR tree-optimization/49615, PR tree-optimization/49572,
 
2045
      PR target/34734, PR tree-optimization/49539, PR tree-optimizations/49516,
 
2046
      PR target/49089, PR rtl-optimization/49014, PR target/48273,
 
2047
      PR fortran/49466, PR libfortran/49296, PR libffi/46660, PR debug/49262,
 
2048
      PR rtl-optimization/49472, PR rtl-optimization/49619, PR fortran/49623,
 
2049
      PR fortran/49540.
 
2050
 
 
2051
  [Ludovic Brenta, Євгеній Мещеряков, Xavier Grave]
 
2052
  * Adjust patches to GCC 4.6.
 
2053
  * Remove patches merged upstream:
 
2054
    - debian/patches/ada-arm-eabi.diff
 
2055
    - debian/patches/ada-bug589164.diff
 
2056
    - debian/patches/ada-bug601133.diff
 
2057
    - debian/patches/ada-gnatvsn.diff
 
2058
    - debian/patches/ada-mips.diff
 
2059
    - debian/patches/ada-polyorb-dsa.diff
 
2060
 
 
2061
  [Ludovic Brenta]
 
2062
  * debian/patches/ada-acats.diff: set LD_LIBRARY_PATH, ADA_INCLUDE_PATH
 
2063
    and ADA_OBJECTS_PATH so that the GNAT testsuite runs.
 
2064
  * debian/patches/adalibgnat{vsn,prj}.diff,
 
2065
    debian/rules.d/binary-ada.mk: install libgnat{vsn,prj}.so.* in the correct
 
2066
    multiarch directory.
 
2067
  * debian/control.m4, debian/rules.d/binary-ada.mk: move the SJLJ version
 
2068
    of the Ada run-time library to a new package, gnat-4.6-sjlj.
 
2069
  * debian/control.m4 (libgnatvsn4.6, libgnatvsn4.6-dbg, libgnatprj4.6,
 
2070
    libgnatprj4.6-dbg): pre-depend on multiarch-support and add
 
2071
    Multi-Arch: same.
 
2072
 
 
2073
  [Nicolas Boulenguez]
 
2074
  * debian/rules.d/binary-ada.mk: add gnathtml to the package gnat-4.6.
 
2075
  * debian/gnat.1: remove the version number of GCC.  Mention gnathtml.
 
2076
 
 
2077
  [ Matthias Klose ]
 
2078
  * Do not install the spu and hppa64 cross compilers into the multiarch path.
 
2079
  * Update the Linaro support to 20110704.
 
2080
 
 
2081
  [ Thorsten Glaser ]
 
2082
  * Apply changes from src:gcc-4.4 for m68k support. Closes: #632380.
 
2083
    - debian/rules.defs: Remove m68k from locale_no_cpus.
 
2084
    - debian/patches/gcc-multiarch.diff: Add m68k multiarch_mappings.
 
2085
    - debian/patches/pr43804.diff: Fix backported from SVN.
 
2086
    - debian/rules.patch: Add pr43804.
 
2087
 
 
2088
 -- Matthias Klose <doko@debian.org>  Tue, 05 Jul 2011 10:45:56 +0200
 
2089
 
 
2090
gcc-4.6 (4.6.1-1) unstable; urgency=low
 
2091
 
 
2092
  * GCC 4.6.1 release.
 
2093
 
 
2094
  [Ludovic Brenta]
 
2095
  * debian/patches/ada-gnatvsn.diff,
 
2096
    debian/patches/ada-polyorb-dsa.diff: remove backports, no longer
 
2097
    needed.
 
2098
 
 
2099
  [ Matthias Klose ]
 
2100
  * Fix plugin header installation. Closes: #631082.
 
2101
  * Stop passing -Wno-error=unused-but-set-parameter and
 
2102
    -Wno-error=unused-but-set-variable if -Werror is present.
 
2103
    This was a temporary workaround introduced in 4.6.0~rc1-2. Closes: #615157.
 
2104
  * gcc-4.6-spu: Install the lto plugin. Closes: #631772.
 
2105
 
 
2106
 -- Matthias Klose <doko@debian.org>  Mon, 27 Jun 2011 13:54:04 +0200
 
2107
 
 
2108
gcc-4.6 (4.6.0-14) unstable; urgency=low
 
2109
 
 
2110
  * Update to SVN 20110616 (r175102) from the gcc-4_6-branch.
 
2111
    - Fix PR debug/48459, PR fortran/49103, PR rtl-optimization/49390,
 
2112
      PR c++/49117, PR c++/49369, PR c++/49290, PR target/44618,
 
2113
      PR tree-optimization/49419 (closes: #630567).
 
2114
  * Update the Linaro support to the 4.6-2011.06-0 release.
 
2115
 
 
2116
 -- Matthias Klose <doko@debian.org>  Thu, 16 Jun 2011 16:10:33 +0200
 
2117
 
 
2118
gcc-4.6 (4.6.0-13) unstable; urgency=low
 
2119
 
 
2120
  * Update to SVN 20110611 (r174958) from the gcc-4_6-branch.
 
2121
  * Extend multiarch support for mips/mipsel.
 
2122
  * Fix control files for gcj multiarch builds.
 
2123
  * Update libstdc++ symbols files.
 
2124
 
 
2125
 -- Matthias Klose <doko@debian.org>  Sat, 11 Jun 2011 20:49:42 +0200
 
2126
 
 
2127
gcc-4.6 (4.6.0-12) unstable; urgency=medium
 
2128
 
 
2129
  * Update to SVN 20110608 (r174800) from the gcc-4_6-branch.
 
2130
    - PR target/49186, PR rtl-optimization/49235, PR tree-optimization/48702,
 
2131
      PR tree-optimization/49243, PR c++/49134, PR target/49238,
 
2132
      PR gcov-profile/49299, PR c++/48780, PR c++/49298, PR fortran/49268.
 
2133
  * Fix c++ biarch header installation on i386. LP: #793411.
 
2134
  * Enable multiarch.
 
2135
  * Add multiarch attributes for gnat and libgnat packages.
 
2136
  * Add multiarch attributes for libgcj* packages.
 
2137
  * Adjust build dependency on multiarch glibc.
 
2138
 
 
2139
 -- Matthias Klose <doko@debian.org>  Wed, 08 Jun 2011 11:26:52 +0200
 
2140
 
 
2141
gcc-4.6 (4.6.0-11) unstable; urgency=low
 
2142
 
 
2143
  * Update to SVN 20110604 (r174637) from the gcc-4_6-branch.
 
2144
    - Fix PR c++/49165, PR tree-optimization/49218, PR target/45263,
 
2145
      PR target/43700, PR target/43995, PR tree-optimization/49217,
 
2146
      PR c++/49223, PR c++/47049, PR c++/47277, PR c++/48284, PR c++/48657,
 
2147
      PR c++/49176, PR fortran/48955, PR tree-optimization/49038,
 
2148
      PR tree-optimization/49093, PR middle-end/48985, PR middle-end/48953,
 
2149
      PR c++/49276, PR fortran/49265, PR fortran/45786.
 
2150
  * Configure the hppa64 and spu cross builds with --enable-plugin.
 
2151
 
 
2152
 -- Matthias Klose <doko@debian.org>  Sat, 04 Jun 2011 16:12:27 +0200
 
2153
 
 
2154
gcc-4.6 (4.6.0-10) unstable; urgency=high
 
2155
 
 
2156
  * Update to SVN 20110526 (r174290) from the gcc-4_6-branch.
 
2157
    - Fix PR target/44643, PR c++/49165, PR tree-optimization/49161,
 
2158
      PR target/49128, PR tree-optimization/44897, PR target/49133,
 
2159
      PR c++/44994, PR c++/49156, PR c++/45401, PR c++/44311, PR c++/44311,
 
2160
      PR c++/45698, PR c++/46145, PR c++/46245, PR c++/46696, PR c++/47184,
 
2161
      PR c++/48935, PR c++/45418, PR c++/45080, PR c++/48292, PR c++/49136,
 
2162
      PR c++/49042, PR c++/48884, PR c++/49105, PR c++/47263, PR c++/47336,
 
2163
      PR c++/47544, PR c++/48617, PR c++/48424, PR libstdc++/49141,
 
2164
      PR libobjc/48177.
 
2165
  * Proposed fix for PR tree-optimization/48702, PR tree-optimization/49144.
 
2166
    Closes: #627795.
 
2167
  * Proposed fix for PR fortran/PR48955.
 
2168
  * Add some conditionals to build the package on older releases.
 
2169
 
 
2170
 -- Matthias Klose <doko@debian.org>  Thu, 26 May 2011 16:00:49 +0200
 
2171
 
 
2172
gcc-4.6 (4.6.0-9) unstable; urgency=low
 
2173
 
 
2174
  * Update to SVN 20110524 (r174102) from the gcc-4_6-branch.
 
2175
    - Fix PR lto/49123, PR debug/49032, PR c/49120, PR middle-end/48973,
 
2176
      PR target/49104, PR middle-end/49029, PR c++/48647, PR c++/48945,
 
2177
      PR c++/48780, PR c++/49066, PR libstdc++/49058, PR target/49104.
 
2178
  * Use gcc-4.4 as the bootstrap compiler for kfreebsd to work around
 
2179
    a bootstrap issue.
 
2180
 
 
2181
 -- Matthias Klose <doko@debian.org>  Tue, 24 May 2011 09:41:35 +0200
 
2182
 
 
2183
gcc-4.6 (4.6.0-8) unstable; urgency=low
 
2184
 
 
2185
  * Update to SVN 20110521 (r173994) from the gcc-4_6-branch.
 
2186
    - Fix PR target/48986, PR preprocessor/48677, PR tree-optimization/48975,
 
2187
      PR tree-optimization/48822, PR debug/48967, PR debug/48159,
 
2188
      PR target/48857, PR target/48495, PR tree-optimization/48837,
 
2189
      PR tree-optimization/48611, PR tree-optimization/48794, PR c++/48859,
 
2190
      PR c++/48574, PR fortran/48889, PR target/49002, PR lto/48207,
 
2191
      PR tree-optimization/49039, PR tree-optimization/49018, PR lto/48703,
 
2192
      PR tree-optimization/48172, PR tree-optimization/48172, PR c++/48873,
 
2193
      PR tree-optimization/49000, PR c++/48869, PR c++/49043, PR c++/49082,
 
2194
      PR c++/48948, PR c++/48745, PR c++/48736, PR bootstrap/49086,
 
2195
      PR tree-optimization/49079, PR tree-optimization/49073.
 
2196
  * Update the Linaro support to the 4.6-2011.05-0 release.
 
2197
  * pr45979.diff: Update to the version from the trunk.
 
2198
 
 
2199
 -- Matthias Klose <doko@debian.org>  Sat, 21 May 2011 12:19:10 +0200
 
2200
 
 
2201
gcc-4.6 (4.6.0-7) unstable; urgency=low
 
2202
 
 
2203
  * Update to SVN 20110507 (r173528) from the gcc-4_6-branch.
 
2204
    - Fix PR middle-end/48597, PR c++/48656, PR fortran/48112,
 
2205
      PR fortran/48279, PR fortran/48788, PR tree-optimization/48809,
 
2206
      PR target/48262, PR fortran/48462, PR fortran/48746,
 
2207
      PR fortran/48810, PR fortran/48800, PR libstdc++/48760,
 
2208
      PR libgfortran/48030, PR preprocessor/48192, PR lto/48846,
 
2209
      PR target/48723, PR fortran/48894, PR target/48900, PR target/48252,
 
2210
      PR c++/40975, PR target/48252, PR target/48774, PR c++/48838,
 
2211
      PR c++/48749, PR ada/48844, PR fortran/48720, PR libstdc++/48750,
 
2212
      PR c++/48909, PR c++/48911, PR c++/48446, PR c++/48089.
 
2213
 
 
2214
  * Fix issue with volatile bitfields vs. inline asm memory constraints,
 
2215
    taken from the trunk, apply for ARM only. Addresses: #625825.
 
2216
 
 
2217
 -- Matthias Klose <doko@debian.org>  Sat, 07 May 2011 14:54:51 +0200
 
2218
 
 
2219
gcc-4.6 (4.6.0-6) unstable; urgency=low
 
2220
 
 
2221
  * Update to SVN 20110428 (r173059) from the gcc-4_6-branch.
 
2222
    - Fix PR c/48685 (closes: #623161), PR tree-optimization/48717, PR c/48716,
 
2223
      PR c/48742, PR debug/48768, PR tree-optimization/48734,
 
2224
      PR tree-optimization/48731, PR other/48748, PR c++/42687, PR c++/48726,
 
2225
      PR c++/48707, PR fortran/48588, PR libstdc++/48521, PR c++/48046,
 
2226
      PR preprocessor/48740.
 
2227
  * Update the ibm/gcc-4_6-branch to 20110428.
 
2228
  * Use gcc-4.6 as bootstrap compiler on kfreebsd-*.
 
2229
 
 
2230
 -- Matthias Klose <doko@debian.org>  Thu, 28 Apr 2011 10:33:52 +0200
 
2231
 
 
2232
gcc-4.6 (4.6.0-5) unstable; urgency=low
 
2233
 
 
2234
  * Update to SVN 20110421 (r172845) from the gcc-4_6-branch.
 
2235
    - Fix PR target/48288, PR tree-optimization/48611, PR lto/48148,
 
2236
      PR lto/48492, PR fortran/47976, PR c++/48594, PR c++/48657,
 
2237
      PR c++/46304, PR target/48708, PR middle-end/48695.
 
2238
 
 
2239
  * Update the Linaro support to the 4.6-2011.04-0 release.
 
2240
 
 
2241
 -- Matthias Klose <doko@debian.org>  Thu, 21 Apr 2011 22:50:25 +0200
 
2242
 
 
2243
gcc-4.6 (4.6.0-4) unstable; urgency=medium
 
2244
 
 
2245
  * Update to SVN 20110419 (r172584) from the gcc-4_6-branch.
 
2246
    - Fix PR target/48678, PR middle-end/48661, PR tree-optimization/48616,
 
2247
      PR lto/48538, PR c++/48537, PR c++/48632, PR testsuite/48675,
 
2248
      PR libstdc++/48635, PR libfortran/47571.
 
2249
 
 
2250
  [ Aurelien Jarno ]
 
2251
  * Enable SSP on mips/mipsel.
 
2252
 
 
2253
  [ Matthias Klose ]
 
2254
  * (Build-)depend on binutils 2.21.51.
 
2255
 
 
2256
 -- Matthias Klose <doko@debian.org>  Tue, 19 Apr 2011 23:45:16 +0200
 
2257
 
 
2258
gcc-4.6 (4.6.0-3) unstable; urgency=high
 
2259
 
 
2260
  * Update to SVN 20110416 (r172584) from the gcc-4_6-branch.
 
2261
    - Fix PR rtl-optimization/48143, PR target/48142, PR target/48349,
 
2262
      PR debug/48253, PR fortran/48291, PR target/16292, PR c++/48280,
 
2263
      PR c++/48212, PR c++/48369, PR c++/48281, PR c++/48265, PR lto/48246,
 
2264
      PR libstdc++/48398, PR bootstrap/48431, PR tree-optimization/48377,
 
2265
      PR debug/48343, PR rtl-optimization/48144, PR debug/48466, PR c/48517,
 
2266
      PR middle-end/48335, PR c++/48450, PR target/47829, PR c++/48534,
 
2267
      PR c++/48523, PR libstdc++/48566, PR libstdc++/48541, PR target/48366,
 
2268
      PR libstdc++/48465, PR middle-end/48591, PR target/48605,
 
2269
      PR middle-end/48591, PR target/48090, PR tree-optimization/48195,
 
2270
      PR rtl-optimization/48549, PR c++/48594, PR c++/48570, PR c++/48574,
 
2271
      PR fortran/48360, PR fortran/48456, PR libstdc++/48631,
 
2272
      PR libstdc++/48635, PR libstdc++/48476.
 
2273
 
 
2274
  [ Matthias Klose ]
 
2275
  * libjava-jnipath.diff: Add /usr/lib/<multiarch>/jni as jnipath too.
 
2276
  * Add mudflap support for varargs (patch taken from the trunk).
 
2277
  * gcc-4.6-plugin-dev: Install gtype.state.
 
2278
  * Bootstrap with gcc-4.4 -g -O2 on armel.
 
2279
  * Fix linker plugin configuration. Closes: #620661.
 
2280
  * Update the Linaro support for GCC-4.6.
 
2281
  * gcc-snapshot builds:
 
2282
    - Fix build with multiarch changes.
 
2283
    - Use gcc-snapshot as the bootstrap compiler on armel.
 
2284
    - Re-enable building java in the gcc-snapshot package.
 
2285
  * Build supporting multiarch on wheezy/sid.
 
2286
  * Adjust (build)-dependency to new libgmp-dev name.
 
2287
 
 
2288
  [ Marcin Juszkiewicz ]
 
2289
  * Configure stage1 cross builds with --disable-libquadmath.
 
2290
 
 
2291
 -- Matthias Klose <doko@debian.org>  Sat, 16 Apr 2011 17:02:30 +0200
 
2292
 
 
2293
gcc-4.6 (4.6.0-2) unstable; urgency=low
 
2294
 
 
2295
  * Update to SVN 20110329 (r171700) from the gcc-4_6-branch.
 
2296
    - Fix PR bootstrap/48135, PR target/47553, PR middle-end/48269,
 
2297
      PR tree-optimization/48228, PR middle-end/48134, PR middle-end/48031,
 
2298
      PR other/48179, PR other/48221, PR other/48234, PR target/48237,
 
2299
      PR debug/48204, PR c/42544, PR c/48197, PR rtl-optimization/48141,
 
2300
      PR rtl-optimization/48141, PR c++/48166, PR c++/48296, PR c++/48289,
 
2301
      PR c++/47999, PR c++/48313, Core 1232, Core 1148, PR c++/47504,
 
2302
      PR c++/47570, PR preprocessor/48248, PR c++/48319.
 
2303
 
 
2304
  [ Matthias Klose ]
 
2305
  * Update NEWS files.
 
2306
  * Configure the hppa64 cross build with --disable-libquadmath.
 
2307
  * Don't build armhf from the Linaro branch.
 
2308
  * Don't try to build Go on sh4.
 
2309
 
 
2310
  [ Marcin Juszkiewicz ]
 
2311
  * Fixes issues with staged cross builds. LP: #741855, #741853.
 
2312
  * Fix libdir setting for multiarch enabled cross builds. LP: #741846.
 
2313
  * Drop alternatives for cross builds. LP: #676454.
 
2314
 
 
2315
 -- Matthias Klose <doko@debian.org>  Tue, 29 Mar 2011 23:22:07 +0200
 
2316
 
 
2317
gcc-4.6 (4.6.0-1) unstable; urgency=low
 
2318
 
 
2319
  * GCC 4.6.0 release.
 
2320
 
 
2321
  * Build the gold LTO plugin for ppc64 (Hiroyuki Yamamoto). Closes: #618865.
 
2322
  * Fix PR target/48226, Allow Iterator::vector vector on powerpc with VSX,
 
2323
    taken from the trunk.
 
2324
  * Fix PR target/47487 ICE building libgo, taken from the trunk.
 
2325
  * Merge multiarch changes from the gcc-4.5 package.
 
2326
  * Apply proposed patch to reduce the overhead of dwarf2 location tracking.
 
2327
    Addresses: #618748.
 
2328
 
 
2329
 -- Matthias Klose <doko@debian.org>  Sat, 26 Mar 2011 03:03:21 +0100
 
2330
 
 
2331
gcc-4.6 (4.6.0~rc1-3) experimental; urgency=low
 
2332
 
 
2333
  * GCC 4.6.0 release candidate 2.
 
2334
 
 
2335
 -- Matthias Klose <doko@debian.org>  Tue, 22 Mar 2011 22:11:42 +0100
 
2336
 
 
2337
gcc-4.6 (4.6.0~rc1-2) experimental; urgency=low
 
2338
 
 
2339
  [ Loic Minier ]
 
2340
  * Rework config/vxworks-dummy.h installation snippet to test
 
2341
    DEB_TARGET_GNU_CPU against patterns close to the upstream ones (arm% mips%
 
2342
    sh% sparc%) as to also install this header on other ports targetting the
 
2343
    relevant upstream CPUs such as armhf.  Add a comment pointing at the
 
2344
    upstream bug.
 
2345
  * Update __aeabi symbol handling to test whether DEB_TARGET_GNU_TYPE matches
 
2346
    arm-linux-gnueabi% instead of testing whether DEB_TARGET_ARCH equals
 
2347
    armel.  Add a comment pointing at the Debian bug and indicating that this
 
2348
    is only useful for older dpkg-dev versions.
 
2349
  * debian/rules.def: fix "armel" entry to "arm" in list of
 
2350
    DEB_TARGET_ARCH_CPUs for Debian experimental GCC 4.5/4.6 libraries.
 
2351
  * debian/rules2: drop commented out GCC #42509 workaround as this was fixed
 
2352
    upstream in 4.4+.
 
2353
  * Change bogus DEB_TARGET_GNU_CPU test on armel and armhf to just test for
 
2354
    arm as ths is what the Debian arm, armel and armhf port use.
 
2355
  * Rework snippet setting armv7 on Debian armhf / Ubuntu to avoid
 
2356
    duplication, as a comment called out for.
 
2357
  * Use "arm" instead of armel/armhf in DEB_TARGET_GNU_CPU test when deciding
 
2358
    whether to enable profiledbootstrap.
 
2359
  * Set DEJAGNU_TIMEOUT=600 on Ubuntu armhf as well.
 
2360
  * Fix a couple more uses of armel or armhf against DEB_TARGET_GNU_CPU.
 
2361
  * Patched a couple of comments mentioning armel to also mention armhf.
 
2362
  * Add patch armhf-triplet-backport, support for arm-linux-*eabi* backported
 
2363
    from a patch sent on the upstream mailing-list.
 
2364
 
 
2365
  [ Matthias Klose ]
 
2366
  * Update libstdc++ symbols files.
 
2367
  * Update libgfortran symbols files.
 
2368
 
 
2369
 -- Matthias Klose <doko@debian.org>  Sun, 20 Mar 2011 13:53:48 +0100
 
2370
 
 
2371
gcc-4.6 (4.6.0~rc1-2) experimental; urgency=low
 
2372
 
 
2373
  * Update to SVN 20110320 (r171192) from the gcc-4_6-branch.
 
2374
 
 
2375
  [ Matthias Klose ]
 
2376
  * Update gcc-default-ssp* patches for the release candidate.
 
2377
  * Pass -Wno-error=unused-but-set-parameter if -Werror is present (temporary
 
2378
    for rebuild tests).
 
2379
  * Always configure --with-plugin-ld, always install liblto_plugin.so.
 
2380
 
 
2381
  [ Marcin Juszkiewicz ]
 
2382
  * Add conflicts with -4.5-*dev packages. Closes: #618450.
 
2383
 
 
2384
  [ Petr Salinger]
 
2385
  * Disable lock-2.c test on kfreebsd-*. Closes: #618988.
 
2386
  * Re-enable parallel builds on kfreebsd.
 
2387
  * Package lto_plugin for kfreebsd-* and Hurd.
 
2388
 
 
2389
 -- Matthias Klose <doko@debian.org>  Sun, 20 Mar 2011 13:53:48 +0100
 
2390
 
 
2391
gcc-4.6 (4.6.0~rc1-1) experimental; urgency=low
 
2392
 
 
2393
  * Build from the GCC 4.6.0 release candidate tarball.
 
2394
 
 
2395
  [ Matthias Klose ]
 
2396
  * Disable Go on powerpc. Closes: #615827.
 
2397
  * Fix lintian errors for the -plugin-dev package.
 
2398
  * Update kbsd-gnu.diff (Petr Salinger). Closes: #615826.
 
2399
  * Disable parallel builds on kfreebsd (Petr Salinger).
 
2400
  * Update gmp (build) dependencies.
 
2401
  * Update GFDL compliant builds. Closes: #609161.
 
2402
  * For GFDL compliant builds, build a dummy s-tm-texi without access
 
2403
    to the texinfo sources.
 
2404
  
 
2405
  [ Aurelien Jarno ]
 
2406
  * Import symbol files for kfreebsd-amd64, kfreebsd-i386, sh4 and 
 
2407
    sparc64 from gcc-4.5.
 
2408
 
 
2409
 -- Matthias Klose <doko@debian.org>  Mon, 14 Mar 2011 19:01:08 +0100
 
2410
 
 
2411
gcc-4.6 (4.6-20110227-1) experimental; urgency=low
 
2412
 
 
2413
  [ Matthias Klose ]
 
2414
  * Update libquadmath symbols file.
 
2415
  * gcc-4.6-plugin-dev: Install gengtype.
 
2416
 
 
2417
  [ Sebastian Andrzej Siewior ]
 
2418
  * Remove -many on powerpcspe (__SPE__).
 
2419
  * Remove classic FPU opcodes from libgcc if target has no support for them
 
2420
    (powerpcspe).
 
2421
 
 
2422
 -- Matthias Klose <doko@debian.org>  Sun, 27 Feb 2011 22:33:45 +0100
 
2423
 
 
2424
gcc-4.6 (4.6-20110216-1) experimental; urgency=low
 
2425
 
 
2426
  * GCC snapshot, taken from the trunk.
 
2427
  * Pass --no-add-needed by default to the linker. See
 
2428
    http://wiki.debian.org/ToolChain/DSOLinking, section "Not resolving symbols
 
2429
    in indirect dependent shared libraries" for more information.
 
2430
 
 
2431
 -- Matthias Klose <doko@debian.org>  Wed, 16 Feb 2011 23:55:32 +0100
 
2432
 
 
2433
gcc-4.6 (4.6-20110125-1) experimental; urgency=low
 
2434
 
 
2435
  * debian/copyright: Add unicode copyright for
 
2436
    libjava/classpath/resource/gnu/java/locale/* files. Addresses: #609161.
 
2437
 
 
2438
 -- Matthias Klose <doko@debian.org>  Wed, 26 Jan 2011 03:42:10 +0100
 
2439
 
 
2440
gcc-4.6 (4.6-20110123-1) experimental; urgency=low
 
2441
 
 
2442
  * GCC snapshot, taken from the trunk.
 
2443
  * Don't run the libstdc++ testsuite on mipsel, times out on the buildd.
 
2444
 
 
2445
  [ Marcin Juszkiewicz ]
 
2446
  * Fix biarch/triarch cross builds.
 
2447
    - dpkg-shlibdeps failed to find libraries for 64 or n32 builds
 
2448
    - LD_LIBRARY_PATH for dpkg-shlibdeps lacked host dirs.
 
2449
 
 
2450
 -- Matthias Klose <doko@debian.org>  Sun, 23 Jan 2011 12:14:49 +0100
 
2451
 
 
2452
gcc-4.6 (4.6-20110116-1) experimental; urgency=low
 
2453
 
 
2454
  * GCC snapshot, taken from the trunk.
 
2455
  * Update patches for the trunk.
 
2456
  * Pass -Wno-error=unused-but-set-variable if -Werror is present (temporary
 
2457
    for rebuild tests).
 
2458
  * Work around PR libffi/47248, force a read only eh frame section.
 
2459
 
 
2460
 -- Matthias Klose <doko@debian.org>  Sun, 16 Jan 2011 23:28:28 +0100
 
2461
 
 
2462
gcc-4.6 (4.6-20110105-1) experimental; urgency=low
 
2463
 
 
2464
  [ Matthias Klose ]
 
2465
  * Rename and update libobjc symbols files.
 
2466
  * Update cloog/ppl build dependencies.
 
2467
  * Adjust libstdc++ configure and paths for stylesheets and dtds.
 
2468
  * Update copyright for libquadmath, libgo, gcc/go/gofrontend.
 
2469
  * Enable Go for more architectures.
 
2470
  * DP: libgo: Fix GOARCH for i386 biarch, add GOARCH for powerpc
 
2471
 
 
2472
  [ Kees Cook ]
 
2473
  * Update hardening patches for GCC-4.6. LP: #696990.
 
2474
 
 
2475
 -- Matthias Klose <doko@debian.org>  Wed, 05 Jan 2011 22:29:57 +0100
 
2476
 
 
2477
gcc-4.6 (4.6-20101220-1) maverick; urgency=low
 
2478
 
 
2479
  * GCC snapshot, taken from the trunk.
 
2480
 
 
2481
 -- Matthias Klose <doko@ubuntu.com>  Tue, 21 Dec 2010 00:16:19 +0100
 
2482
 
 
2483
gcc-4.5 (4.5.2-7) unstable; urgency=low
 
2484
 
 
2485
  * Update to SVN 20110323 (r171351) from the gcc-4_5-branch.
 
2486
    - Fix PR c++/47125, PR fortran/47348, PR libstdc++/48114,
 
2487
      PR libfortran/48066, PR target/48171, PR target/47862.
 
2488
      PR preprocessor/48192.
 
2489
 
 
2490
  [ Steve Langasek ]
 
2491
  * Make dpkg-dev versioned build-dependency conditional on whether we want
 
2492
    to build for multiarch.
 
2493
  * Add a new patch, gcc-multiarch+biarch.diff, used only when building for
 
2494
    multiarch to set our multilib paths to the correct relative directories.
 
2495
  * debian/rules.defs: support turning on multiarch build by architecture;
 
2496
    but don't enable this yet, we still need to wait for dpkg-dev.
 
2497
  * When DEB_HOST_MULTIARCH is available (i.e., with the next dpkg upload),
 
2498
    use it as our multiarch path.
 
2499
  * debian/rules.d/binary-java.mk: jvm-exports path is /usr/lib/jvm-exports,
 
2500
    not $(libdir)/jvm-exports.
 
2501
  * OTOH, libgcj_bc *is* in $(libdir).
 
2502
  * the spu build is not a multiarch build; look in the correct
 
2503
    non-multiarch directory.
 
2504
  * debian/rules2: pass --libdir also for stageX builds, needed in order to
 
2505
    successfully build for multiarch.
 
2506
  * debian/rules2: $(usr_lib) for a cross-build should not include the
 
2507
    multiarch dir as part of the path.
 
2508
  * debian/patches/gcc-multiarch+biarch.diff: restore the original intent of
 
2509
    the patch, namely, that the multilib dir for the default variant is
 
2510
    always equal to libdir (the multiarch dir), and we walk up the tree
 
2511
    to find lib<qual> for the secondary variant.
 
2512
  * debian/patches/gcc-multiarch+biarch32.diff: apply the same multilib
 
2513
    directory rewriting for biarch paths with multiarch as we do without;
 
2514
    still needed in the near term.
 
2515
  * Put our list of patches in README.Debian.$(DEB_TARGET_ARCH) instead of
 
2516
    in README.Debian, so that the individual files are architecture-neutral
 
2517
    and play nicely with multiarch.  LP: #737846.
 
2518
  * Add a comment at the bottom of README.Debian with a pointer to the new
 
2519
    file listing the patches.
 
2520
 
 
2521
  [ Loic Minier ]
 
2522
  * Rework config/vxworks-dummy.h installation snippet to test
 
2523
    DEB_TARGET_GNU_CPU against patterns close to the upstream ones (arm% mips%
 
2524
    sh% sparc%) as to also install this header on other ports targetting the
 
2525
    relevant upstream CPUs such as armhf.  Add a comment pointing at the
 
2526
    upstream bug.
 
2527
  * Update __aeabi symbol handling to test whether DEB_TARGET_GNU_TYPE matches
 
2528
    arm-linux-gnueabi% instead of testing whether DEB_TARGET_ARCH equals
 
2529
    armel.  Add a comment pointing at the Debian bug and indicating that this
 
2530
    is only useful for older dpkg-dev versions.
 
2531
  * debian/rules.def: fix "armel" entry to "arm" in list of
 
2532
    DEB_TARGET_ARCH_CPUs for Debian experimental GCC 4.5/4.6 libraries.
 
2533
  * debian/rules2: drop commented out GCC #42509 workaround as this was fixed
 
2534
    upstream in 4.4+.
 
2535
  * Change bogus DEB_TARGET_GNU_CPU test on armel and armhf to just test for
 
2536
    arm as ths is what the Debian arm, armel and armhf port use.
 
2537
  * Rework snippet setting armv7 on Debian armhf / Ubuntu to avoid
 
2538
    duplication, as a comment called out for.
 
2539
  * Use "arm" instead of armel/armhf in DEB_TARGET_GNU_CPU test when deciding
 
2540
    whether to enable profiledbootstrap.
 
2541
  * Set DEJAGNU_TIMEOUT=600 on Ubuntu armhf as well.
 
2542
  * Fix a couple more uses of armel or armhf against DEB_TARGET_GNU_CPU.
 
2543
  * Patched a couple of comments mentioning armel to also mention armhf.
 
2544
  * Add patch armhf-triplet-backport, support for arm-linux-*eabi* backported
 
2545
    from a patch sent on the upstream mailing-list.
 
2546
 
 
2547
  [ Matthias Klose ]
 
2548
  * Fix PR target/48226, Allow Iterator::vector vector on powerpc with VSX,
 
2549
    taken from the trunk.
 
2550
  * Fix PR preprocessor/48192, make conditional macros not defined for
 
2551
    #ifdef, proposed patch.
 
2552
  * Build the gold LTO plugin for ppc64 (Hiroyuki Yamamoto). Closes: #618864.
 
2553
  * Fix issue with volatile bitfields, default to -fstrict-volatile-bitfields
 
2554
    again on armel for Linaro builds. LP: #675347.
 
2555
 
 
2556
 -- Matthias Klose <doko@debian.org>  Wed, 23 Mar 2011 15:44:01 +0100
 
2557
 
 
2558
gcc-4.5 (4.5.2-6) unstable; urgency=low
 
2559
 
 
2560
  * Update to SVN 20110312 (r170895) from the gcc-4_5-branch.
 
2561
    - Fix PR tree-optimization/45967, PR tree-optimization/47278,
 
2562
      PR target/47862, PR c++/44629, PR c++/45651, PR c++/47289, PR c++/47705,
 
2563
      PR c++/47488, PR libgfortran/47778, PR c++/48029.
 
2564
 
 
2565
  [ Steve Langasek ]
 
2566
  * Make sure our libs Pre-Depend on 'multiarch-support' when building for
 
2567
    multiarch.
 
2568
  * debian/patches/gcc-multiarch*, debian/rules.patch: use i386 in the
 
2569
    multiarch path for amd64 / kfreebsd-amd64, not i486 or i686.  This lets
 
2570
    us use a common set of paths on both Debian and Ubuntu, regardless of
 
2571
    the target default optimization level.
 
2572
  * debian/rules.conf: when building for multiarch, we need to be sure we
 
2573
    are building against a libc-dev that supports the corresponding paths. 
 
2574
    (the referenced version number for this needs to be bumped once this is
 
2575
    officially in the archive.)
 
2576
 
 
2577
  [ Matthias Klose ]
 
2578
  * Don't run the libmudflap testsuite on hppa; times out on the buildd.
 
2579
  * Don't run the libstdc++ testsuite on mipsel; times out on the buildd.
 
2580
  * Post Linaro 4.5-2011.03-0 release changes (up to 20110313).
 
2581
  * Undefine LINK_EH_SPEC before redefining it to turn off warnings on
 
2582
    powerpc.
 
2583
  * Update gmp (build) dependencies.
 
2584
 
 
2585
  [ Aurelien Jarno ]
 
2586
  * Add symbol files on kfreebsd-i386.
 
2587
  * Add symbol files on kfreebsd-amd64.
 
2588
  * Add symbol files on sparc64.
 
2589
  * Add symbol files on sh4.
 
2590
 
 
2591
 -- Matthias Klose <doko@debian.org>  Sun, 13 Mar 2011 17:30:48 +0100
 
2592
 
 
2593
gcc-4.5 (4.5.2-5) unstable; urgency=low
 
2594
 
 
2595
  * Update to SVN 20110305 (r170696) from the gcc-4_5-branch.
 
2596
    - Fix PR target/43810, PR fortran/47886, PR tree-optimization/47615,
 
2597
      PR middle-end/47639, PR tree-optimization/47890, PR libfortran/47830,
 
2598
      PR tree-optimization/46723, PR target/45261, PR target/45808,
 
2599
      PR c++/46159, PR c++/47904, PR fortran/47886, PR libstdc++/47433,
 
2600
      PR target/42240, PR fortran/47878, PR libfortran/47694.
 
2601
  * Update the Linaro support to the 4.5-2011.03-0 release.
 
2602
    - Fix LP: #705689, LP: #695302, LP: #710652, LP: #710623, LP: #721021,
 
2603
      LP: #721021, LP: #709453.
 
2604
 
 
2605
 -- Matthias Klose <doko@debian.org>  Sun, 06 Mar 2011 02:58:01 +0100
 
2606
 
 
2607
gcc-4.5 (4.5.2-4) unstable; urgency=low
 
2608
 
 
2609
  * Update to SVN 20110222 (r170382) from the gcc-4_5-branch.
 
2610
    - Fix PR target/43653, PR fortran/47775, PR target/47840,
 
2611
      PR libfortran/47830.
 
2612
 
 
2613
  [ Matthias Klose ]
 
2614
  * Don't apply a patch twice.
 
2615
  * Build libgcc_s with -fno-stack-protector, when not building from the
 
2616
    Linaro branch.
 
2617
  * Backport proposed fix for PR tree-optimization/46723 from the trunk.
 
2618
 
 
2619
  [ Steve Langasek ]
 
2620
  * debian/control.m4: add missing Multi-Arch: same for libgcc4; make sure
 
2621
    Multi-Arch: same doesn't get set for libmudflap when building an
 
2622
    Architecture: all cross-compiler package.
 
2623
  * debian/rules2: use $libdir for libiberty.a.
 
2624
  * debian/patches/gcc-multiarch-*.diff: make sure we're using the same
 
2625
    set_multiarch_path definition for all variants.
 
2626
 
 
2627
  [ Sebastian Andrzej Siewior ]
 
2628
  * PR target/44364
 
2629
  * Remove -many on powerpcspe (__SPE__)
 
2630
  * Remove classic FPU opcodes from libgcc if target has no support for them
 
2631
    (powerpcspe)
 
2632
 
 
2633
 -- Matthias Klose <doko@debian.org>  Wed, 23 Feb 2011 00:35:54 +0100
 
2634
 
 
2635
gcc-4.5 (4.5.2-3) experimental; urgency=low
 
2636
 
 
2637
  * Update to SVN 20110215 (r170181) from the gcc-4_5-branch.
 
2638
    - Fix PR rtl-optimization/44469, PR tree-optimization/47411,
 
2639
      PR bootstrap/44699, PR target/44392, PR fortran/47331, PR fortran/47448,
 
2640
      PR pch/14940, PR rtl-optimization/47166, PR target/47272, PR target/47580,
 
2641
      PR tree-optimization/47541, PR target/44606, PR boehm-gc/34544,
 
2642
      PR fortran/47569, PR libstdc++/47709, PR libstdc++/46914, PR libffi/46661.
 
2643
  * Update the Linaro support to the 4.5 2011.02-0 release.
 
2644
  * Pass --no-add-needed by default to the linker. See
 
2645
    http://wiki.debian.org/ToolChain/DSOLinking, section "Not resolving symbols
 
2646
    in indirect dependent shared libraries" for more information.
 
2647
 
 
2648
 -- Matthias Klose <doko@debian.org>  Wed, 16 Feb 2011 15:29:26 +0100
 
2649
 
 
2650
gcc-4.5 (4.5.2-2) experimental; urgency=low
 
2651
 
 
2652
  * Update to SVN 20110123 (r169142) from the gcc-4_5-branch.
 
2653
    - Fix PR target/46915, PR target/46729, PR libgcj/46774, PR target/47038,
 
2654
      PR target/46685, PR target/45447, PR tree-optimization/46758,
 
2655
      PR tree-optimization/45552, PR tree-optimization/43023,
 
2656
      PR middle-end/46734, PR fortran/45338, PR preprocessor/39213,
 
2657
      PR target/43309, PR fortran/46874, PR tree-optimization/47286,
 
2658
      PR tree-optimization/44592, PR target/47201, PR c/47150, PR target/46880,
 
2659
      PR middle-end/45852, PR tree-optimization/43655, PR debug/46893,
 
2660
      PR rtl-optimization/46804, PR rtl-optimization/46865, PR target/41082,
 
2661
      PR tree-optimization/46864, PR fortran/45777, PR tree-optimization/47365,
 
2662
      PR tree-optimization/47167, PR target/47318, PR target/46655,
 
2663
      PR fortran/47394, PR libstdc++/47354.
 
2664
 
 
2665
  [ Matthias Klose ]
 
2666
  * Update the Linaro support to the 4.5 2011.01-1 release.
 
2667
  * Don't build packages now built from the gcc-4.6 package for architectures
 
2668
    with a sucessful gcc-4.6 build.
 
2669
 
 
2670
  [ Kees Cook ]
 
2671
  * debian/patches/gcc-default-ssp.patch: do not ignore -fstack-protector-all
 
2672
    (LP: #691722).
 
2673
 
 
2674
  [ Marcin Juszkiewicz ]
 
2675
  * Fix biarch/triarch cross builds.
 
2676
    - dpkg-shlibdeps failed to find libraries for 64 or n32 builds
 
2677
    - LD_LIBRARY_PATH for dpkg-shlibdeps lacked host dirs.
 
2678
 
 
2679
 -- Matthias Klose <doko@debian.org>  Sun, 23 Jan 2011 11:54:52 +0100
 
2680
 
 
2681
gcc-4.5 (4.5.2-1) experimental; urgency=low
 
2682
 
 
2683
  * GCC 4.5.2 release.
 
2684
 
 
2685
 -- Matthias Klose <doko@debian.org>  Sat, 18 Dec 2010 14:14:38 +0100
 
2686
 
 
2687
gcc-4.5 (4.5.1-12) experimental; urgency=low
 
2688
 
 
2689
  * Update to SVN 20101129 (r167272) from the gcc-4_5-branch.
 
2690
    - Fix PR fortran/45742, PR tree-optimization/46498, PR target/45807,
 
2691
      PR target/44266, PR rtl-optimization/46315, PR tree-optimization/44545,
 
2692
      PR tree-optimization/46491, PR rtl-optimization/46571, PR target/31100,
 
2693
      PR c/46547, PR fortran/46638, PR tree-optimization/46675, PR debug/46258,
 
2694
      PR ada/40777.
 
2695
 
 
2696
  [ Matthias Klose ]
 
2697
  * Use lib instead of lib64 as the 64bit system dir on biarch
 
2698
    architectures defaulting to 64bit. Closes: #603597.
 
2699
  * Fix powerpc and s390 builds when biarch is disabled.
 
2700
  * Backport PR bootstrap/44768, miscompilation of dpkg on ARM
 
2701
    with -O2 (Chung-Lin Tang). LP: #674146.
 
2702
  * Update libgcc2 symbols file. Closes: #602099.
 
2703
 
 
2704
  [ Marcin Juszkiewicz ]
 
2705
  * Do not depend on target mpfr and zlib -dev packages for cross builds.
 
2706
    LP: #676027.
 
2707
 
 
2708
  [ Konstantinos Margaritis ]
 
2709
  * Add support for new target architecture `armhf'. Closes: #603948.
 
2710
 
 
2711
 -- Matthias Klose <doko@debian.org>  Mon, 22 Nov 2010 08:12:08 +0100
 
2712
 
 
2713
gcc-4.5 (4.5.1-11) experimental; urgency=low
 
2714
 
 
2715
  * Update to SVN 20101114 (r166728) from the gcc-4_5-branch.
 
2716
    - Fix PR fortran/45742.
 
2717
  * Don't hardcode debian/patches when referencing patches. Closes: #600502.
 
2718
 
 
2719
 -- Matthias Klose <doko@debian.org>  Sun, 14 Nov 2010 08:36:27 +0100
 
2720
 
 
2721
gcc-4.5 (4.5.1-10) experimental; urgency=low
 
2722
 
 
2723
  * Update to SVN 20101112 (r166653) from the gcc-4_5-branch.
 
2724
    - Fix PR rtl-optimization/44691, PR tree-optimization/46355,
 
2725
      PR tree-optimization/46177, PR c/44772, PR tree-optimization/46099,
 
2726
      PR middle-end/43690, PR tree-optimization/46165, PR middle-end/46419,
 
2727
      PR tree-optimization/46107, PR tree-optimization/45314, PR debug/45939,
 
2728
      PR rtl-optimization/46237, PR middle-end/44569, PR middle-end/44569,
 
2729
      PR tree-optimization/45902, PR target/46153, PR rtl-optimization/46226,
 
2730
      PR tree-optimization/46167, PR target/46098, PR target/45946,
 
2731
      PR fortran/42169, PR middle-end/46019, PR c/45969, PR c++/45894,
 
2732
      PR c++/46160, PR c++/45983, PR fortran/46152, PR fortran/46140,
 
2733
      PR libstdc++/45999, PR libgfortran/46373, PR libgfortran/46010,
 
2734
      PR fortran/46007, PR c++/46024.
 
2735
  * Update the Linaro support to the 4.5 2010.11 release.
 
2736
  * Update gcc-4.5 source dependencies. Closes: #600503.
 
2737
  * ARM: Fix Thumb-1 reload ICE with nested functions (Julian Brown),
 
2738
    taken from the trunk.
 
2739
  * Fix earlyclobbers on some arm.md DImode shifts (may miscompile "x >> 1"),
 
2740
    taken from the trunk. Closes: #600888.
 
2741
 
 
2742
 -- Matthias Klose <doko@debian.org>  Fri, 12 Nov 2010 18:34:47 +0100
 
2743
 
 
2744
gcc-4.5 (4.5.1-9) experimental; urgency=low
 
2745
 
 
2746
  * Update to SVN 20101014 (r165474) from the gcc-4_5-branch.
 
2747
    - Fix PR target/45820, PR tree-optimization/45854, PR target/45843,
 
2748
      PR target/43764, PR rtl-optimization/43358, PR bootstrap/44621,
 
2749
      PR libffi/45677, PR middle-end/45869, PR middle-end/45569,
 
2750
      PR tree-optimization/45752, PR fortran/45748, PR libstdc++/45403,
 
2751
      PR libstdc++/45924, PR libfortran/45710, PR bootstrap/44455,
 
2752
      PR java/43839, PR debug/45656, PR debug/44832, PR libstdc++/45711,
 
2753
      PR tree-optimization/45982.
 
2754
 
 
2755
  [ Matthias Klose ]
 
2756
  * Update the Linaro support to the 4.5 2010.10 release.
 
2757
  * Just try to build java on mips/mipsel (was disabled in 4.5.0-9, when
 
2758
    java was built from the same source package). Addresses: #599976.
 
2759
  * Remove the gpc packaging support.
 
2760
  * Fix libmudflap.so symlink. Addresses: #600161.
 
2761
  * Fix pch test failures with heap randomization on armel (PR pch/45979).
 
2762
 
 
2763
  [ Kees Cook ]
 
2764
  * Don't enable -fstack-protector with -ffreestanding.
 
2765
 
 
2766
 -- Matthias Klose <doko@debian.org>  Thu, 14 Oct 2010 19:17:41 +0200
 
2767
 
 
2768
gcc-4.5 (4.5.1-8) experimental; urgency=low
 
2769
 
 
2770
  * Update to SVN 20100925 (r164618) from the gcc-4_5-branch.
 
2771
    - Fix PR middle-end/44763, PR java/44095, PR target/35664,
 
2772
      PR rtl-optimization/41085, PR rtl-optimization/45051,
 
2773
      PR target/45694, PR middle-end/45678, PR middle-end/45678,
 
2774
      PR middle-end/45704, PR rtl-optimization/45728, PR libfortran/45532,
 
2775
      PR rtl-optimization/45695, PR rtl-optimization/42775, PR target/45726,
 
2776
      PR tree-optimization/45623, PR tree-optimization/45709, PR debug/43628,
 
2777
      PR tree-optimization/45709, PR rtl-optimization/45593, PR fortran/45081,
 
2778
  * Find 32bit system libraries on sparc64, s390x.
 
2779
  * Remove README.Debian from the source package to avoid confusion for
 
2780
    readers of the packaging.
 
2781
  * Don't include info files and man pages in hppa64 and spu builds.
 
2782
    Closes: #597435.
 
2783
  * Apply proposed patch for PR mudflap/24619 (instrumentation of dlopen)
 
2784
    (Brian M. Carlson) Closes: #507514.
 
2785
 
 
2786
 -- Matthias Klose <doko@debian.org>  Sat, 25 Sep 2010 14:11:39 +0200
 
2787
 
 
2788
gcc-4.5 (4.5.1-7) experimental; urgency=low
 
2789
 
 
2790
  * Update to SVN 20100914 (r164279) from the gcc-4_5-branch.
 
2791
    - Fix PR target/40959, PR middle-end/45567, PR debug/45660,
 
2792
      PR rtl-optimization/41087, PR rtl-optimization/44919, PR target/36502,
 
2793
      PR target/42313, PR target/44651.
 
2794
  * Add support to build from the Linaro 4.5 2010.09 release.
 
2795
  * gcc-4.5-plugin-dev: Install config/arm/arm-cores.def.
 
2796
  * Remove non-existing URL's in README.c++ (Osamu Aoki). Closes: #596406.
 
2797
  * Don't provide c++abi2-dev for g++ cross builds.
 
2798
  * Don't pass -mimplicit-it=thumb if -mthumb to as on ARM, rejected upstream.
 
2799
 
 
2800
 -- Matthias Klose <doko@debian.org>  Tue, 14 Sep 2010 12:52:34 +0200
 
2801
 
 
2802
gcc-4.5 (4.5.1-6) experimental; urgency=low
 
2803
 
 
2804
  * Update to SVN 20100909 (r164132) from the gcc-4_5-branch.
 
2805
    - Fix PR middle-end/45312, PR bootstrap/43847, PR middle-end/44554,
 
2806
      PR middle-end/40386, PR other/45443, PR c++/45200, PR c++/45293,
 
2807
      PR c++/45558, PR fortran/45595, PR fortran/45530, PR fortran/45489,
 
2808
      PR fortran/45019, PR libstdc++/45398.
 
2809
 
 
2810
  [ Matthias Klose ]
 
2811
  * Tighten binutils dependencies to 2.20.1-14.
 
2812
 
 
2813
  [ Marcin Juszkiewicz ]
 
2814
  * Fix the gcc-4.5-plugin-dev package name for cross builds. LP: #631474.
 
2815
  * Build the gcc-4.5-plugin-dev for stage1 cross builds.
 
2816
  * Fix priorities and sections for some cross packages.
 
2817
 
 
2818
  [ Al Viro ]
 
2819
  * Fix installation of libgcc_s.so as a linker script for biarch builds.
 
2820
 
 
2821
  [ Kees Cook ]
 
2822
  * Push glibc stack traces into stderr when building the package.
 
2823
  * debian/patches/gcc-default-ssp.patch: Lower ssp-buffer-size to 4.
 
2824
 
 
2825
 -- Matthias Klose <doko@debian.org>  Fri, 10 Sep 2010 21:25:37 +0200
 
2826
 
 
2827
gcc-4.5 (4.5.1-5) experimental; urgency=low
 
2828
 
 
2829
  * Always add dependencies on multilib library packages in *-multilib
 
2830
    packages.
 
2831
  * Fix installation of libgcc_s.so on architectures when libgcc_s.so is
 
2832
    a linker script, not a symlink (Steve Langasek). Closes: #595474.
 
2833
  * Remove the lib32gcc1 preinst script. Closes: #595495.
 
2834
 
 
2835
 -- Matthias Klose <doko@debian.org>  Sat, 04 Sep 2010 12:41:40 +0200
 
2836
 
 
2837
gcc-4.5 (4.5.1-4) experimental; urgency=low
 
2838
 
 
2839
  * Update to SVN 20100903 (r163833) from the gcc-4_5-branch.
 
2840
    - Fix PR target/45070, PR middle-end/45458, PR rtl-optimization/45353,
 
2841
      PR middle-end/45423, PR c/45079, PR tree-optimization/45393,
 
2842
      PR c++/44991, PR middle-end/45484, PR debug/45500, PR lto/45496.
 
2843
 
 
2844
  [ Matthias Klose ]
 
2845
  * Install config/vxworks-dummy.h in the gcc-4.5-plugin-dev package
 
2846
    on armel, mipsel and sparc64 too.
 
2847
  * Cleanup packaging files in gcc-source package.
 
2848
  * [ARM] Provide __builtin_expect() hints in linux-atomic.c (backport).
 
2849
 
 
2850
  [ Al Viro ]
 
2851
  * Fix builds with disabled biarch library packages.
 
2852
  * New variables {usr_lib,gcc_lib_dir,libgcc_dir}{,32,64,n32}, and switch
 
2853
    to using them in rules.d/*; as the result, most of the explicit pathnames
 
2854
    in there are gone _and_ we get uniformity across different flavours.
 
2855
  * New variables {usr_lib,gcc_lib_dir,libgcc_dir}{,32,64,n32}, and switch
 
2856
    to using them in rules.d/*; as the result, most of the explicit pathnames
 
2857
    in there are gone _and_ we get uniformity across different flavours.
 
2858
  * Merge bi-/tri-arch stuff in binary-gcc.mk.
 
2859
  * Merge rules for libgcc biarch variants.
 
2860
  * Merge rules for libstdc++ biarch variants. Fix n32 variant of
 
2861
    libstdc++-dbg removing _pic.a from the wrong place.
 
2862
  * Merge libgfortran rules.
 
2863
  * Merge rules for cxx-multi and objc-multi packages.
 
2864
  * Enable gcc-hppa64 in cross-gcc-to-hppa build.
 
2865
 
 
2866
  [ Marcin Juszkiewicz ]
 
2867
  * Create libgcc1 and gcc-*-base packages for stage2 cross builds.
 
2868
    LP: #628855.
 
2869
 
 
2870
 -- Matthias Klose <doko@debian.org>  Fri, 03 Sep 2010 18:09:40 +0200
 
2871
 
 
2872
gcc-4.5 (4.5.1-3) experimental; urgency=low
 
2873
 
 
2874
  * Update to SVN 20100829 (r163627) from the gcc-4_5-branch.
 
2875
    - Fix PR target/45327, PR middle-end/45292, PR fortran/45344,
 
2876
      PR target/41484, PR rtl-optimization/44858, PR rtl-optimization/45400,
 
2877
      PR tree-optimization/45260, PR c++/45315.
 
2878
 
 
2879
  [ Matthias Klose ]
 
2880
  * Don't run the libstdc++ testsuite on armel on the buildds.
 
2881
  * Integrate and extend bi/tri-arch cross builds patches.
 
2882
  * Fix dependencies for mips* triarch library packages depend on *both* lib64*
 
2883
    and libn32* packages. Closes: #594540.
 
2884
  * Tighten binutils dependencies to 2.20.1-13.
 
2885
  * Update LAST_UPDATED file when applying upstream updates.
 
2886
 
 
2887
  [ Al Viro ]
 
2888
  * Bi/tri-arch cross builds patches.
 
2889
  * Fix installation paths in bi/tri-arch libobjc and libmudflap packages.
 
2890
  * Merge rules for all flavours of libgomp, libmudflap, libobjc.
 
2891
  * Crossbuild fix for lib32gomp (use $(PFL)/lib32 instead of $(lib32)).
 
2892
  * gcc-4.5: libgcc_s.so.1 symlink creation on cross-builds.
 
2893
  * Enable gcc-multilib for cross-builds and fix what needs fixing.
 
2894
  * Enable g++-multilib for cross-builds, fix pathnames.
 
2895
  * Enable gobjc/gobjc++ multilib for cross-builds, fixes.
 
2896
  * Enable gfortran multilib for cross-builds, fix paths.
 
2897
  * Multilib dependency fixes for cross-builds.
 
2898
 
 
2899
 -- Matthias Klose <doko@debian.org>  Sun, 29 Aug 2010 18:24:37 +0200
 
2900
 
 
2901
gcc-4.5 (4.5.1-2) experimental; urgency=low
 
2902
 
 
2903
  * Update to SVN 20100818 (r163323) from the gcc-4_5-branch.
 
2904
    - Fix PR target/41089, PR tree-optimization/44914, PR c++/45112,
 
2905
      PR fortran/44929, PR middle-end/45262, PR debug/45259, PR debug/45055,
 
2906
      PR target/44805, PR middle-end/45034, PR tree-optimization/45109,
 
2907
      PR target/44942, PR fortran/31588, PR fortran/43954, PR fortran/44660,
 
2908
      PR fortran/42051, PR fortran/44064, PR fortran/45151, PR libstdc++/44963,
 
2909
      PR tree-optimization/45241, PR middle-end/44632 (closes: #585925),
 
2910
      PR libstdc++/45283, PR target/45296.
 
2911
 
 
2912
  [ Matthias Klose ]
 
2913
  * Allow overwriting of the PF macro used in the build from the environment
 
2914
    (Jim Heck). Closes: #588381.
 
2915
  * Fix libc-dbg build dependency for java enabled builds. Addresses: #591424.
 
2916
  * gcj: Align data in .rodata.jutf8.* sections, patch taken from the trunk.
 
2917
  * Configure with --enable-checking+release. LP: #612822.
 
2918
  * Add the complete packaging to the -source package. LP: #608650.
 
2919
  * Drop the gcc-ix86-asm-generic32.diff patch.
 
2920
  * Tighten (build-) dependency on cloog-ppl (>= 0.15.9-2).
 
2921
  * Apply proposed patch for PR middle-end/45292.
 
2922
  * Re-enable running the libstdc++ testsuite on armel and ia64 on the buildds.
 
2923
 
 
2924
  [ Steve Langasek ]
 
2925
  * s,/lib/,/$(libdir)/, throughout debian/rules*; a no-op in the current
 
2926
    case, but required for us to find the libraries when building for
 
2927
    multiarch
 
2928
  * Don't append multiarch paths to any multilib paths except for the default;
 
2929
    our biarch (multilib) builds need to remain independent of multiarch in
 
2930
    the near term, so we want to make sure we can find /usr/lib32 without
 
2931
    /usr/lib/i486-linux-gnu being available.
 
2932
  * debian/control.m4, debian/rules.conf: conditionally set packages to be
 
2933
    Multi-Arch: yes when MULTIARCH is defined.
 
2934
 
 
2935
  [ Marcin Juszkiewicz ]
 
2936
  * Allow building intermediate stages for cross builds. LP: #603497.
 
2937
 
 
2938
 -- Matthias Klose <doko@debian.org>  Wed, 18 Aug 2010 07:00:12 +0200
 
2939
 
 
2940
gcc-4.5 (4.5.1-1) experimental; urgency=low
 
2941
 
 
2942
  * GCC-4.5.1 release.
 
2943
  * Update to SVN 20100731 (r162781) from the gcc-4_5-branch.
 
2944
    - Fix PR tree-optimization/45052, PR target/43698.
 
2945
  * Apply proposed fixes for PR c++/45112, PR c/45079.
 
2946
  * Install config/vxworks-dummy.h in the gcc-4.5-plugin-dev package
 
2947
    on armel, mips, mipsel, sh4, sparc, sparc64. Closes: #590054.
 
2948
  * Link executables statically when `static' is passed in DEB_BUILD_OPTIONS
 
2949
    (Jim Heck). Closes: #590102.
 
2950
  * Stop building java packages from the gcc-4.5 source package.
 
2951
 
 
2952
 -- Matthias Klose <doko@debian.org>  Sat, 31 Jul 2010 16:30:20 +0200
 
2953
 
 
2954
gcc-4.5 (4.5.0-10) experimental; urgency=low
 
2955
 
 
2956
  * Update to SVN 20100725 (r162508) from the gcc-4_5-branch.
 
2957
    - Fix PR tree-optimization/45047, PR c++/43016, PR c++/45008.
 
2958
  * Disable building gcj/libjava on mips/mipsel (fails to link libgcj).
 
2959
  * Update libstdc++6 symbols files.
 
2960
 
 
2961
 -- Matthias Klose <doko@debian.org>  Sun, 25 Jul 2010 16:39:11 +0200
 
2962
 
 
2963
gcc-4.5 (4.5.0-9) experimental; urgency=low
 
2964
 
 
2965
  * Update to SVN 20100723 (r162448) from the gcc-4_5-branch (post
 
2966
    GCC-4.5.1 release candidate 1).
 
2967
    - Fix PR debug/45015, PR target/44942, PR tree-optimization/44900,
 
2968
      PR tree-optimization/44977, PR c++/44996, PR fortran/44929,
 
2969
      PR fortran/30668, PR fortran/31346, PR fortran/34260,
 
2970
      PR fortran/40011.
 
2971
 
 
2972
  [ Marcin Juszkiewicz ]
 
2973
  * Fix dependencies on cross library packages.
 
2974
  * Copy all debian/rules* files to the -source package.
 
2975
 
 
2976
  [ Matthias Klose ]
 
2977
  * Fix versioned build dependency on gcc-4.x-source package for cross builds.
 
2978
    LP: #609060.
 
2979
  * Set Vcs attributes in control file.
 
2980
 
 
2981
 -- Matthias Klose <doko@debian.org>  Fri, 23 Jul 2010 13:08:07 +0200
 
2982
 
 
2983
gcc-4.5 (4.5.0-8) experimental; urgency=low
 
2984
 
 
2985
  * Update to SVN 20100718 (r161892) from the gcc-4_5-branch.
 
2986
    - Fixes: PR target/44531, PR bootstrap/44820, PR target/44597,
 
2987
      PR target/44705, PR middle-end/44777, PR debug/44694, PR c++/44039,
 
2988
      PR tree-optimization/43801, PR target/44575, PR debug/44104,
 
2989
      PR middle-end/44671, PR middle-end/44686, PR tree-optimization/44357,
 
2990
      PR debug/44694, PR middle-end/43866, PR debug/42278, PR c++/44059,
 
2991
      PR tree-optimization/43905, PR middle-end/44133, PR tree-optimize/44063,
 
2992
      PR tree-optimization/44683, PR rtl-optimization/43332, PR debug/44610,
 
2993
      PR middle-end/44684, PR tree-optimization/44393, PR middle-end/44674,
 
2994
      PR c++/44628, PR c++/44587, PR fortran/44582, PR fortran/43841,
 
2995
      PR fortran/43843, PR libstdc++/44708, PR tree-optimization/44886,
 
2996
      PR target/43888, PR tree-optimization/44284, PR middle-end/44828,
 
2997
      PR middle-end/41355, PR c++/44703, PR ada/43731, PR fortran/44773,
 
2998
      PR fortran/44847.
 
2999
 
 
3000
  [ Marcin Juszkiewicz ]
 
3001
  * debian/rules2: Merge rules.d includes.
 
3002
  * Properly -name -dbg packages for cross builds.
 
3003
  * Various cross build fixes.
 
3004
  * Build libmudflap packages for cross builds.
 
3005
  * Fix generation of maintainer scripts for cross packages.
 
3006
  * Build a gcc-base package for cross builds.
 
3007
 
 
3008
  [ Kees Cook ]
 
3009
  * Fix additional libstdc++ testsuite failures for hardening defaults.
 
3010
 
 
3011
  [ Samuel Thibault ]
 
3012
  * Update hurd patch for 4.5, fixing build failure. Closes: #584819.
 
3013
 
 
3014
  [ Matthias Klose ]
 
3015
  * gcc-arm-implicit-it.diff: Only pass -mimplicit-it=thumb when in
 
3016
    thumb mode (Andrew Stubbs).
 
3017
 
 
3018
 -- Matthias Klose <doko@debian.org>  Sun, 18 Jul 2010 10:53:51 +0200
 
3019
 
 
3020
gcc-4.5 (4.5.0-7) experimental; urgency=low
 
3021
 
 
3022
  * Update to SVN 20100625 (r161383) from the gcc-4_5-branch.
 
3023
    - Fixes: PR bootstrap/44426, PR target/44546, PR target/44261,
 
3024
      PR target/43740, PR libstdc++/44630 (closes: #577458),
 
3025
      PR c++/44627 (LP: #503668), PR target/39690, PR target/44615,
 
3026
      PR fortran/44556, PR c/44555.
 
3027
    - Update libstdc++'s pretty printer for python2.6. Closes: #585202.
 
3028
 
 
3029
  [ Matthias Klose ]
 
3030
  * Fix libstdc++ symbols files for powerpc and sparc.
 
3031
  * Add maintainer scripts for cross packages.
 
3032
 
 
3033
  [ Samuel Thibault ]
 
3034
  * Update hurd patch for 4.5, fixing build failure. Closes: #584454,
 
3035
    #584819.
 
3036
 
 
3037
  [ Marcin Juszkiewicz ]
 
3038
  * Merge the rules.d/binary-*-cross.mk files into rules.d/binary-*.mk.
 
3039
 
 
3040
 -- Matthias Klose <doko@debian.org>  Fri, 25 Jun 2010 15:57:38 +0200
 
3041
 
 
3042
gcc-4.5 (4.5.0-6) experimental; urgency=low
 
3043
 
 
3044
  [ Matthias Klose ]
 
3045
 
 
3046
  * Update to SVN 20100617 (r161901) from the gcc-4_5-branch. Fixes:
 
3047
    PR target/44169, PR bootstrap/43170, PR objc/35996, PR objc++/32052,
 
3048
    PR objc++/23716, PR lto/44464, PR rtl-optimization/42461, PR fortran/44536,
 
3049
    PR tree-optimization/44258, PR tree-optimization/44423, PR target/44534,
 
3050
    PR bootstrap/44426, PR tree-optimization/44508, PR tree-optimization/44507,
 
3051
    PR lto/42776, PR target/44481, PR debug/41371, PR bootstrap/37304,
 
3052
    PR target/44067, PR debug/41371, PR debug/41371, PR target/44075,
 
3053
    PR c++/44366, PR c++/44401, PR fortran/44347, PR fortran/44430,
 
3054
    PR lto/42776, PR libstdc++/44487, PR other/43838, PR libgcj/44216.
 
3055
  * debian/patches/cross-fixes.diff: Update for 4.5 (Marcin Juszkiewicz).
 
3056
  * debian/patches/libstdc++-pic.diff: Fix installation for cross builds.
 
3057
  * Fix PR bootstrap/43847, --enable-plugin for cross builds.
 
3058
  * Export long double versions of "C" math library for arm-linux-gnueabi,
 
3059
    m68k-linux-gnu (ColdFire), mips*-linux-gnu (o32 ABI), sh*-linux-gnu
 
3060
    (not 32 bit). Merge the libstdc++-*-ldbl-compat.diff patches.
 
3061
  * Merge binary-libgcc.mk packaging changes into binary-libgcc-cross.mk
 
3062
    (Loic Minier).
 
3063
  * Update libgcc and libstdc++ symbols files.
 
3064
 
 
3065
  [ Aurelien Jarno ]
 
3066
  
 
3067
  * libstdc++-mips-ldbl-compat.diff: On MIPS provide the long double
 
3068
    versions of "C" math functions in libstdc++ as we need to keep the
 
3069
    ABI. Closes: #584610.
 
3070
 
 
3071
 -- Matthias Klose <doko@debian.org>  Thu, 17 Jun 2010 14:56:14 +0200
 
3072
 
 
3073
gcc-4.5 (4.5.0-5) experimental; urgency=low
 
3074
 
 
3075
  * Update to SVN 20100602 (r160097) from the gcc-4_5-branch. Fixes:
 
3076
    PR target/44338, PR middle-end/44337, PR tree-optimization/44182,
 
3077
    PR target/44161, PR c++/44358, PR fortran/44360, PR lto/44385.
 
3078
  * Fix PR target/44261, taken from the trunk. Closes: #582787.
 
3079
  * Fix passing the expanded -iplugindir option.
 
3080
  * Disable broken profiled bootstrap on alpha.
 
3081
  * On ix86, pass -mtune=generic32 in 32bit mode to the assembler, when
 
3082
    configured for i586-linux-gnu or i686-linux-gnu.
 
3083
 
 
3084
 -- Matthias Klose <doko@debian.org>  Thu, 03 Jun 2010 00:44:37 +0200
 
3085
 
 
3086
gcc-4.5 (4.5.0-4) experimental; urgency=low
 
3087
 
 
3088
  * Update to SVN 20100527 (r160047) from the gcc-4_5-branch. Fixes:
 
3089
    PR rtl-optimization/44164, PR middle-end/44069, PR target/44199,
 
3090
    PR lto/44196, PR target/43733, PR target/44245, PR target/43869,
 
3091
    PR debug/44223, PR tree-optimization/44038, PR tree-optimization/43949,
 
3092
    PR debug/44205, PR debug/44178, PR bootstrap/43870, PR target/44202,
 
3093
    PR target/44074, PR lto/43455, PR lto/42653, PR lto/42425, PR lto/43080,
 
3094
    PR lto/43946, PR c++/43382, PR c++/41510, PR c++/44193, PR c++/44157,
 
3095
    PR c++/44158, PR lto/44256, PR libstdc++/44190, PR lto/44312,
 
3096
    PR target/43636, PR target/43726, PR c++/43555PR libstdc++/40497.
 
3097
 
 
3098
  [ Matthias Klose ]
 
3099
 
 
3100
  * Enable multilibs again on powerpcspe. Closes: #579780.
 
3101
  * Fix setting CC for REVERSE_CROSS build (host ==  target,host != build).
 
3102
    Closes: #579779.
 
3103
  * Fix setting biarch_cpu macro.
 
3104
  * Don't bother with un-normalized paths in .la files, just remove them.
 
3105
  * debian/locale-gen: Update locales needed for the libstdc++-v3 testsuite.
 
3106
  * If libstdc++6 is built from newer gcc-4.x source, run the libstdc++-v3
 
3107
    testsuite against the installed lib too.
 
3108
  * Configure with --enable-secureplt on powerpcspe.
 
3109
 
 
3110
  [ Aurelien Jarno ]
 
3111
 
 
3112
  * Fix $(distrelease) on non-official archives. Fix powerpcspe, sh4 and
 
3113
    sparc64 builds.
 
3114
 
 
3115
 -- Matthias Klose <doko@debian.org>  Sun, 30 May 2010 12:52:02 +0200
 
3116
 
 
3117
gcc-4.5 (4.5.0-3) experimental; urgency=low
 
3118
 
 
3119
  * Update to SVN 20100519 (r159556) from the gcc-4_5-branch. Fixes:
 
3120
    PR c++/43704, PR fortran/43339, PR middle-end/43337, PR target/43635,
 
3121
    PR tree-optimization/43783, PR tree-optimization/43796, PR middle-end/43570,
 
3122
    PR libgomp/43706, PR libgomp/43569, PR middle-end/43835, PR c/43893,
 
3123
    PR tree-optimization/43572, PR tree-optimization/43845, PR libgcj/40860,
 
3124
    PR target/43744, PR debug/43370, PR c++/43880, PR middle-end/43671,
 
3125
    PR debug/43972, PR target/43921, PR c++/38064, PR c++/43953,
 
3126
    PR fortran/43985, PR fortran/43592, PR fortran/40539, PR c++/43787,
 
3127
    PR middle-end/44085, PR middle-end/44071, PR middle-end/43812,
 
3128
    PR debug/44028, PR rtl-optimization/44012, PR target/44046,
 
3129
    PR documentation/44016, PR fortran/44036, PR fortran/40728,
 
3130
    PR libstdc++/44014, PR lto/44184, PR bootstrap/42347, PR middle-end/44102,
 
3131
    PR c++/44127, PR debug/44136, PR target/44088, PR tree-optimization/44124,
 
3132
    PR fortran/43591, PR fortran/44135, PR libstdc++/43259.
 
3133
 
 
3134
  [ Matthias Klose ]
 
3135
  * Revert gcj-arm-no-merge-exidx-entries patch, fixed by PR libgcj/40860.
 
3136
  * Don't run the libstdc++-v3 testsuite on the ia64 buildds. Timeouts.
 
3137
  * Backport two libjava fixes from the trunk to run josm with gcj.
 
3138
  * Ubuntu only:
 
3139
    - Pass --hash-style=gnu instead of --hash-style=both to the linker.
 
3140
  * Preliminary architecture port for powerpcspe (Kyle Moffett).
 
3141
    Closes: #579780.
 
3142
  * Update configury to be able to target i686 instead of i486 on i386.
 
3143
 
 
3144
  [ Aurelien Jarno]
 
3145
  * Don't link with --hash-style=both on mips/mipsel as GNU hash is not
 
3146
    compatible with the MIPS ABI.
 
3147
  * Default to -mplt on mips(el), -march=mips2 and -mtune=mips32 on 32-bit
 
3148
    mips(el), -march=mips3 and -mtune=mips64 on 64-bit mips(el).
 
3149
 
 
3150
 -- Matthias Klose <doko@debian.org>  Wed, 19 May 2010 09:48:20 +0200
 
3151
 
 
3152
gcc-4.5 (4.5.0-2) experimental; urgency=low
 
3153
 
 
3154
  * Update to SVN 20100419 from the gcc-4_5-branch.
 
3155
    - Fix PR tree-optimization/43627, c++/43641, PR c++/43621, PR c++/43611,
 
3156
      PR fortran/31538, PR fortran/30073, PR target/43662,
 
3157
      PR tree-optimization/43572, PR tree-optimization/43771.
 
3158
  * Install the linker plugin.
 
3159
  * Search the linker plugin as a readable, not an executable file.
 
3160
  * Link with --hash-style=both on mips/mipsel.
 
3161
  * On mips, pass -mfix-loongson2f-nop to as, if -mno-fix-loongson2f-nop
 
3162
    is not passed.
 
3163
  * Sequel to PR40521, fix -g to generate .eh_frame on ARM.
 
3164
  * On ARM, let gcj pass --no-merge-exidx-entries to the linker.
 
3165
  * Build-depend/depend on binutils snapshot.
 
3166
  * Update NEWS.html and NEWS.gcc.
 
3167
 
 
3168
 -- Matthias Klose <doko@debian.org>  Mon, 19 Apr 2010 15:22:55 +0200
 
3169
 
 
3170
gcc-4.5 (4.5.0-1) experimental; urgency=low
 
3171
 
 
3172
  * GCC 4.5.0 release.
 
3173
  * Always apply biarch patches.
 
3174
  * Build the lto-linker plugin again. Closes: #575448.
 
3175
  * Run the libstdc++v3 testsuite on armel again.
 
3176
  * Fix --enable-libstdcxx-time documentation, show configure result.
 
3177
  * On linux targets always pass --no-add-needed to the linker.
 
3178
  * Update the patch to search for plugins in a default plugin directory.
 
3179
  * Fix java installations in snapshot builds.
 
3180
  * Configure --with-plugin-ld=ld.gold.
 
3181
  * Linker selection: ld is used by default, to use the gold linker,
 
3182
    pass -fuse-linker-plugin (no other side effects if -flto/-fwhopr
 
3183
    is not passed). To force ld.bfd or ld.gold, pass -B/usr/lib/compat-ld
 
3184
    for ld.bfd or /usr/lib/gold-ld for ld.gold.
 
3185
  * Don't apply the gold-and-ld patch for now.
 
3186
  * Stop building the documentation for dfsg compliant builds. Closes: #571759.
 
3187
 
 
3188
 -- Matthias Klose <doko@debian.org>  Wed, 14 Apr 2010 13:29:20 +0200
 
3189
 
 
3190
gcc-4.5 (4.5-20100404-1) experimental; urgency=low
 
3191
 
 
3192
  * Update to SVN 20100404 from the trunk.
 
3193
  * Fix build failures building cross compilers configure --with-ld.
 
3194
  * lib32gcc1: Set priority to `extra'.
 
3195
  * Apply proposed patch to search for plugins in a default plugin directory.
 
3196
  * In snapshot builds, use for javac/ecj1 the jvm provided by the package.
 
3197
  * libstdc++-arm-ldbl-compat.diff: On ARM provide the long double versions
 
3198
    of "C" math functions in libstdc++; these are dropped when built
 
3199
    against glibc-2.11.
 
3200
 
 
3201
 -- Matthias Klose <doko@debian.org>  Sun, 04 Apr 2010 15:51:25 +0200
 
3202
 
 
3203
gcc-4.5 (4.5-20100321-1) experimental; urgency=low
 
3204
 
 
3205
  * Update to SVN 20100321 from the trunk.
 
3206
  * gcj-4.5-jre-headless: Stop providing java-virtual-machine.
 
3207
  * gcj-4.5-plugin-dev: Don't suggest mudflap packages.
 
3208
  * Apply proposed patch to enable both gold and ld in a single toolchain.
 
3209
    New option -fuse-ld=ld.bfd, -fuse-ld=gold.
 
3210
 
 
3211
 -- Matthias Klose <doko@debian.org>  Sun, 21 Mar 2010 11:45:48 +0100
 
3212
 
 
3213
gcc-4.5 (4.5-20100227-1) experimental; urgency=low
 
3214
 
 
3215
  * Update to SVN 20100227 from the trunk.
 
3216
  * Don't run the libstdc++-v3 testsuite on arm*-*-linux-gnueabi, when
 
3217
    defaulting to thumb mode (Timeouts on the Ubuntu buildd).
 
3218
 
 
3219
 -- Matthias Klose <doko@debian.org>  Sat, 27 Feb 2010 08:29:55 +0100
 
3220
 
 
3221
gcc-4.5 (4.5-20100222-1) experimental; urgency=low
 
3222
 
 
3223
  * Update to SVN 20100222 from the trunk.
 
3224
    - Install additional header files needed by plugins. Closes: #562881.
 
3225
  * gcc-4.5-plugin-dev: Should depend on libgmp3-dev. Closes: #566366.
 
3226
  * Update libstdc++6 symbols files.
 
3227
 
 
3228
 -- Matthias Klose <doko@debian.org>  Tue, 23 Feb 2010 02:16:22 +0100
 
3229
 
 
3230
gcc-4.5 (4.5-20100216-0ubuntu1~ppa1) lucid; urgency=low
 
3231
 
 
3232
  * Update to SVN 20100216 from the trunk.
 
3233
  * Don't call dh_makeshlibs with -V for shared libraries with
 
3234
    symbol files.
 
3235
  * Don't run the libstdc++-v3 testsuite in thumb mode on armel
 
3236
    to work around buildd timeout (see PR target/42509).
 
3237
 
 
3238
 -- Matthias Klose <doko@ubuntu.com>  Wed, 17 Feb 2010 02:06:02 +0100
 
3239
 
 
3240
gcc-4.5 (4.5-20100204-1) experimental; urgency=low
 
3241
 
 
3242
  * Update to SVN 20100204 from the trunk.
 
3243
 
 
3244
 -- Matthias Klose <doko@debian.org>  Thu, 04 Feb 2010 19:44:19 +0100
 
3245
 
 
3246
gcc-4.5 (4.5-20100202-1) experimental; urgency=low
 
3247
 
 
3248
  * Update to SVN 20100202 from the trunk.
 
3249
    - gcc-stack_chk_fail-check.diff: Remove, applied upstream.
 
3250
  * Update libstdc++6 symbol files.
 
3251
  * Build gnat in snapshot builds on arm.
 
3252
  * Configure with --enable-checking=yes for snapshot builds, and for
 
3253
    4.5 builds before the release.
 
3254
  * Temporary workaround: On arm-linux-gnueabi run the libstdc++v3 testsuite
 
3255
    with -Wno-abi.
 
3256
  * When building the hppa64 cross compiler, add $(builddir)/gcc to
 
3257
    LD_LIBRARY_PATH to find the just built libgcc6. Closes: #565862.
 
3258
  * On sh4-linux, use sh as java architecture name instead of sh4.
 
3259
  * On armel, build gnat-4.5 using gcc-snapshot.
 
3260
  * Revert the bump of the libgcc soversion on hppa (6 -> 4).
 
3261
 
 
3262
 -- Matthias Klose <doko@debian.org>  Tue, 02 Feb 2010 19:35:25 +0100
 
3263
 
 
3264
gcc-4.5 (4.5-20100107-1) experimental; urgency=low
 
3265
 
 
3266
  [ Matthias Klose ]
 
3267
  * Update to SVN 20100107 from the trunk.
 
3268
  * Revert the workaround for the alpha build (PR bootstrap/42511 is fixed).
 
3269
  * testsuite-hardening-format.diff: Add a fix for the libstdc++ testsuite.
 
3270
  * Build-depend again on autogen.
 
3271
  * Work around PR lto/41569 (installation bug when configured with
 
3272
    --enabled-gold).
 
3273
  * On armel run the testsuite both in arm and thumb mode, when the
 
3274
    distribution is supporthing tumb processors.
 
3275
  * Work around PR target/42509 (armel), not setting BOOT_CFLAGS, but
 
3276
    applying libcpp-arm-workaround.diff.
 
3277
 
 
3278
  [ Nobuhiro Iwamatsu ]
 
3279
  * Update gcc-multiarch patch for sh4.
 
3280
 
 
3281
 -- Matthias Klose <doko@debian.org>  Thu, 07 Jan 2010 16:34:57 +0100
 
3282
 
 
3283
gcc-4.5 (4.5-20100106-0ubuntu1) lucid; urgency=low
 
3284
 
 
3285
  * Update to SVN 20100106 from the trunk.
 
3286
  * gcj-4.5-jdk: Include /usr/lib/jvm-exports.
 
3287
  * Rename libgcc symbols file for hppa.
 
3288
  * On alpha and armel, set BOOT_CFLAGS to -g -O1 to work around bootstrap
 
3289
    failures (see PR target/42509 (armel) and PR bootstrap/42511 (alpha)).
 
3290
  * Base the source build-dependency on the package version instead of the 
 
3291
    gcc version.
 
3292
 
 
3293
 -- Matthias Klose <doko@ubuntu.com>  Wed, 06 Jan 2010 14:17:29 +0100
 
3294
 
 
3295
gcc-4.5 (4.5-20100103-1) experimental; urgency=low
 
3296
 
 
3297
  * Update to SVN 20100103 from the trunk.
 
3298
 
 
3299
  [ Samuel Thibault ]
 
3300
  * Update hurd patch for 4.5. Closes: #562802.
 
3301
 
 
3302
  [ Aurelien Jarno ]
 
3303
  * Remove patches/kbsd-gnu-ada.diff (merged upstream). 
 
3304
 
 
3305
  [ Matthias Klose ]
 
3306
  * libgcj11: Move .so symlinks into gcj-4.5-jdk. Addresses: #563280.
 
3307
  * gcc-snapshot: On sparc64, use gcc-snapshot as bootstrap compiler.
 
3308
  * Don't use expect-tcl8.3 on hppa anymore.
 
3309
  * Merge gnat-4.4 changes back from 4.4.2-5.
 
3310
  * Bump libgcc soversion on hppa (4 -> 6).
 
3311
  * Default to v9a (ultrasparc) on sparc*-linux.
 
3312
 
 
3313
 -- Matthias Klose <doko@debian.org>  Sun, 03 Jan 2010 17:25:27 +0100
 
3314
 
 
3315
gcc-4.5 (4.5-20091226-1) experimental; urgency=low
 
3316
 
 
3317
  * Update to SVN 20091226 from the trunk.
 
3318
  * Fix powerpc spu installation.
 
3319
  * Enable multiarch for sh4.
 
3320
  * Fix libffi multilib test runs.
 
3321
  * Configure the hppa -> hppa64 cross compiler --with-system-zlib.
 
3322
  * gcc-4.5-hppa64: Don't ship info dir file.
 
3323
  * lib32stdc++6{,-dbg}: Add dependency on 32bit glibc.
 
3324
 
 
3325
 -- Matthias Klose <doko@debian.org>  Sat, 26 Dec 2009 15:38:23 +0100
 
3326
 
 
3327
gcc-4.5 (4.5-20091223-1) experimental; urgency=low
 
3328
 
 
3329
  * Update to SVN 20091223 from the trunk.
 
3330
 
 
3331
  [ Matthias Klose ]
 
3332
  * Update hardening patches for 4.5.
 
3333
  * Don't call install-info directly, depend on dpkg | install-info instead.
 
3334
  * Add conflicts with packages built from GCC 4.4 sources.
 
3335
  * On ARM, pass --hash-style=both to ld.
 
3336
  * Update libgfortran3 symbols file.
 
3337
  * Update libstdc++6 symbols file.
 
3338
 
 
3339
  [ Arthur Loiret ]
 
3340
  * debian/rules.conf (gen_no_archs): Handle multiple arm ports.
 
3341
 
 
3342
 -- Matthias Klose <doko@debian.org>  Wed, 23 Dec 2009 18:02:24 +0100
 
3343
 
 
3344
gcc-4.5 (4.5-20091220-1) experimental; urgency=low
 
3345
 
 
3346
  * Update to SVN 20091220 from the trunk.
 
3347
    - Remove patches applied upstream: arm-boehm-gc-locks.diff,
 
3348
      arm-gcc-gcse.diff, deb-protoize.diff, gcc-arm-thumb2-sched.diff,
 
3349
      gcc-atom-doc.diff, gcc-atom.diff, gcc-build-id.diff,
 
3350
      gcc-unwind-debug-hook.diff, gcj-use-atomic-builtins-doc.diff,
 
3351
      gcj-use-atomic-builtins.diff, libjava-atomic-builtins-eabi.diff,
 
3352
      libjava-nobiarch-check-snap.diff, lp432222.diff, pr25509-doc.diff,
 
3353
      pr25509.diff, pr39429.diff, pr40133.diff, pr40134.diff, rev146451.diff,
 
3354
      s390-biarch-snap.diff, sh4-scheduling.diff, sh4_atomic_update.diff.
 
3355
    - Update patches: gcc-multiarch.diff, gcc-textdomain.diff,
 
3356
      libjava-nobiarch-check.diff, libjava-subdir.diff, libstdc++-doclink.diff,
 
3357
      libstdc++-man-3cxx.diff, libstdc++-pic.diff, note-gnu-stack.diff,
 
3358
      rename-info-files.diff, s390-biarch.diff.
 
3359
  * Stop building the protoize package, removed from the GCC 4.5 sources.
 
3360
  * gcc-4.5: Install lto1, lto-wrapper, and new header files for intrinsics.
 
3361
  * libstdc++6-4.5-dbg: Install the python files for use with gdb.
 
3362
  * Build java packages from the gcc-4.5 source package.
 
3363
 
 
3364
 -- Matthias Klose <doko@debian.org>  Sun, 20 Dec 2009 10:56:56 +0100
 
3365
 
 
3366
gcc-4.4 (4.4.2-6) unstable; urgency=low
 
3367
 
 
3368
  * Update to SVN 20091220 from the gcc-4_4-branch (r155367).
 
3369
    Fix PR c++/42387, PR c++/41183.
 
3370
 
 
3371
  [ Matthias Klose ]
 
3372
  * Apply svn-doc-updates.diff for non DFSG builds.
 
3373
  * gcc-snapshot:
 
3374
    - Remove patches integrated upstream: pr40133.diff. Closes: #561550.
 
3375
 
 
3376
  [ Nobuhiro Iwamatsu ]
 
3377
  * Backport linux atomic ops changes for sh4 from the trunk. Closes: #561550.
 
3378
  * Backport from trunk: [SH] Not run scheduling before reload as default.
 
3379
    Closes: #561429.
 
3380
 
 
3381
  [ Arthur Loiret ]
 
3382
  * Apply spu patches independently of the hardening patches; fix build
 
3383
    failure on powerpc.
 
3384
 
 
3385
 -- Matthias Klose <doko@debian.org>  Sun, 20 Dec 2009 10:20:19 +0100
 
3386
 
 
3387
gcc-4.4 (4.4.2-5) unstable; urgency=low
 
3388
 
 
3389
  * Update to SVN 20091212 from the gcc-4_4-branch (r155122).
 
3390
    Revert the fix for PR libstdc++/42261, fix PR fortran/42268,
 
3391
    PR target/42263, PR target/42263, PR target/41196, PR target/41939,
 
3392
    PR rtl-optimization/41574.
 
3393
 
 
3394
  [ Matthias Klose ]
 
3395
  * Regenerate svn-updates.diff.
 
3396
  * Disable biarch testsuite runs for libffi (broken and unused).
 
3397
  * Support xz compression of source tarballs.
 
3398
  * Fix typo in PR libstdc++/40133 to do the link tests.
 
3399
  * gcc-snapshot:
 
3400
    - Remove patches integrated upstream: pr40134-snap.diff.
 
3401
    - Update s390-biarch.diff for trunk.
 
3402
 
 
3403
  [ Aurelien Jarno ]
 
3404
  * Add sparc64 support: disable multilib and install the libraries
 
3405
    in /lib.
 
3406
 
 
3407
 -- Matthias Klose <doko@debian.org>  Sun, 13 Dec 2009 10:28:19 +0100
 
3408
 
 
3409
gcc-4.4 (4.4.2-4) unstable; urgency=low
 
3410
 
 
3411
  * Update to SVN 20091210 from the gcc-4_4-branch (r155122), Fixes:
 
3412
    PR target/42165, PR target/42113, PR libgfortran/42090,
 
3413
    PR middle-end/42049, PR c++/42234, PR fortran/41278, PR libstdc++/42261,
 
3414
    PR libstdc++/42273 PR java/41991.
 
3415
 
 
3416
  [ Matthias Klose ]
 
3417
  * gcc-arm-thumb2-sched.diff: Don't restrict reloads to LO_REGS for Thumb-2.
 
3418
  * PR target/40134: Don't redefine LIB_SPEC on hppa.
 
3419
  * PR target/42263, fix wrong code bugs in SMP support on ARM, backport from
 
3420
    the trunk.
 
3421
  * Pass -mimplicit-it=thumb to as by default on ARM, when configured
 
3422
    --with-mode=thumb.
 
3423
  * Fix boehm-gc build on ARM --with-mode=thumb.
 
3424
  * ARM: Don't copy uncopyable instructions in gcse.c (backport from trunk).
 
3425
  * Build the spu cross compiler for powerpc from the cell-4_4-branch.
 
3426
  * gcj: add option -fuse-atomic-builtins (backport from the trunk).
 
3427
 
 
3428
  [ Arthur Loiret ]
 
3429
  * Make svn update interdiffs more readable.
 
3430
 
 
3431
 -- Matthias Klose <doko@debian.org>  Thu, 10 Dec 2009 04:29:36 +0100
 
3432
 
 
3433
gcc-4.4 (4.4.2-3) unstable; urgency=low
 
3434
 
 
3435
  * Update to SVN 20091118 from the gcc-4_4-branch (r154294).
 
3436
    Fix PR PR c++/9381, PR c++/21008, PR c++/35067, PR c++/36912, PR c++/37037,
 
3437
    PR c++/37093, PR c++/38699, PR c++/39786, c++/36959, PR c++/41754,
 
3438
    PR c++/41876, PR c++/41967, PR c++/41972, PR c++/41994, PR c++/42059,
 
3439
    PR c++/42061,
 
3440
    PR fortran/41772, PR fortran/41850, PR fortran/41909,
 
3441
    PR middle-end/40946, PR middle-end/41317, R tree-optimization/41643,
 
3442
    PR target/41900, PR rtl-optimization/41917, PR middle-end/41963,
 
3443
    PR middle-end/42029.
 
3444
  * Snapshot builds:
 
3445
    - Patch updates.
 
3446
    - Configure with --disable-browser-plugin.
 
3447
  * Configure with --disable-libstdcxx-pch on hppa.
 
3448
  * Backport armel patches form the trunk:
 
3449
    - Fix PR objc/41848 - workaround ObjC and -fsection-anchors.
 
3450
    - Enable scheduling for Thumb-2, including the fix for PR target/42031.
 
3451
    - Fix PR target/41939, EABI violation in accessing values below the stack.
 
3452
 
 
3453
 -- Matthias Klose <doko@debian.org>  Wed, 18 Nov 2009 08:37:18 -0600
 
3454
 
 
3455
gcc-4.4 (4.4.2-2) unstable; urgency=low
 
3456
 
 
3457
  * Update to SVN 20091031 from the gcc-4_4-branch (r153603).
 
3458
    - Fix PR debug/40521, PR target/40913, PR middle-end/22072,
 
3459
      PR target/41665, PR c++/38798, PR c++/40092, PR c++/37875,
 
3460
      PR c++/37204, PR fortran/41755, PR libstdc++/40654, PR libstdc++/40826,
 
3461
      PR target/41702, PR c/41842, PR target/41762, PR c++/40808,
 
3462
      PR fortran/41777, PR libstdc++/40852.
 
3463
  * Snapshot builds:
 
3464
    - Configure with --enable-plugin, disable the gcjwebplugin by a patch.
 
3465
      Addresses: #551200.
 
3466
    - Proposed patch for PR lto/41652, compile lto-plugin with
 
3467
      -D_FILE_OFFSET_BITS=64
 
3468
    - Allow disabling the ada build via DEB_BUILD_OPTIONS nolang=ada.
 
3469
  * Fixes for reverse cross builds.
 
3470
  * On sparc default to v9 in 32bit mode.
 
3471
  * Fix __stack_chk_fail check for cross builds configured --with-headers.
 
3472
  * Apply some fixes for uClibc cross builds (Jonas Meyer, Hector Oron).
 
3473
 
 
3474
 -- Matthias Klose <doko@debian.org>  Sat, 31 Oct 2009 14:16:03 +0100
 
3475
 
 
3476
gcc-4.4 (4.4.2-1) unstable; urgency=low
 
3477
 
 
3478
  * GCC 4.4.2 release.
 
3479
    - Fixes PR target/26515, PR target/41680, PR rtl-optimization/41646,
 
3480
      PR c++/39863, PR c++/41038.
 
3481
  * Fix setting timeout for testsuite runs.
 
3482
  * gcj-4.4/gcc-snapshot: Drop build-dependency on libgconf2-dev, disabled
 
3483
    by default.
 
3484
  * gcj-4.4: Run the libffi testsuite as well.
 
3485
  * Add explicit build dependency on zlib1g-dev.
 
3486
  * Fix cross builds, add support for gomp and gfortran (only tested for
 
3487
    non-biarch targets).
 
3488
  * (Build-)depend on binutils-2.20.
 
3489
  * Fix up omp.h for multilibs (taken from Fedora).
 
3490
 
 
3491
 -- Matthias Klose <doko@debian.org>  Sun, 18 Oct 2009 02:31:32 +0200
 
3492
 
 
3493
gcc-4.4 (4.4.1-6) unstable; urgency=low
 
3494
 
 
3495
  * Snapshot builds:
 
3496
    - Add build dependency on libelfg0-dev (>= 0.8.12).
 
3497
    - Add build dependency on binutils-gold where available.
 
3498
    - Suggest binutils-gold; not perfect, it is required when using
 
3499
      -use-linker-plugin.
 
3500
    - Work around installation failure in the lto-plugin (PR lto/41569).
 
3501
    - Install java home symlinks in /usr/lib/jvm.
 
3502
    - Revert the dwarf2cfi_asm workaround, obsoleted by PR debug/40521.
 
3503
  * PR debug/40521:
 
3504
    - Apply patch for PR debug/40521, taken from the trunk.
 
3505
    - Revert the dwarf2cfi_asm workaround, obsoleted by PR debug/40521.
 
3506
    - Depend on binutils (>= 2.19.91.20091005).
 
3507
  * Update to SVN 20091005 from the gcc-4_4-branch (r152450).
 
3508
    - Fixes PR fortran/41479.
 
3509
  * In the test summary, add more information about package versions
 
3510
    used for the build.
 
3511
 
 
3512
 -- Matthias Klose <doko@debian.org>  Wed, 07 Oct 2009 02:12:56 +0200
 
3513
 
 
3514
gcc-4.4 (4.4.1-5) unstable; urgency=medium
 
3515
 
 
3516
  * Update to SVN 20091003 from the gcc-4_4-branch (r152174).
 
3517
    - Fixes PR target/22093, PR c/39779, PR libffi/40242, PR target/40473, 
 
3518
      PR debug/40521, PR c/41049, PR debug/41065, PR ada/41100,
 
3519
      PR tree-optimization/41101, PR libgfortran/41328, PR libffi/41443,
 
3520
      PR fortran/41515.
 
3521
  * Updates for snapshot builds:
 
3522
    - Fix build dependency on automake for snapshot builds.
 
3523
    - Update patches pr40134-snap and libjava-nobiarch-check-snap.
 
3524
  * Fix lintian errors in libstdc++ packages and lintian warnings in the
 
3525
    source package.
 
3526
  * Add debian/README.source.
 
3527
  * Don't apply PR libstdc++/39491 for the trunk anymore.
 
3528
  * Install java home symlinks for snapshot builds in /usr/lib/jvm,
 
3529
    including javac. Depend on ecj. Addresses #536102.
 
3530
  * Fix build failure on armel with -mfloat-abi=softfp.
 
3531
  * Don't pessimize the code for newer armv6 and armv7 processors.
 
3532
  * libjava: Use atomic builtins For Linux ARM/EABI, backported from the
 
3533
    trunk.
 
3534
  * Proposed patch to fix wrong-code on powerpc (Alan Modra). LP: #432222.
 
3535
  * Link against -ldl instead of -lcloog -lppl. Exit with an error when using
 
3536
    the Graphite loop transformation infrastructure without having the
 
3537
    libcloog-ppl0 package installed (patch taken from Fedora). Packages
 
3538
    using these optimizations should build-depend on libcloog-ppl0.
 
3539
    gcc-4.4: Suggest the cloog runtime libraries.
 
3540
  * Install a hook _Unwind_DebugHook, called during unwinding. Intended as
 
3541
    a hook for a debugger to intercept exceptions. CFA is the CFA of the
 
3542
    target frame.  HANDLER is the PC to which control will be transferred
 
3543
    (patch taken from Fedora).
 
3544
 
 
3545
 -- Matthias Klose <doko@debian.org>  Sat, 03 Oct 2009 13:33:05 +0100
 
3546
 
 
3547
gcc-4.4 (4.4.1-4) unstable; urgency=low
 
3548
 
 
3549
  * Update to SVN 20090911 from the gcc-4_4-branch (r151649).
 
3550
    - Fixes PR target/34412, PR middle-end/41094, PR target/40718,
 
3551
      PR fortran/41062, PR libstdc++/41005, PR target/41184,
 
3552
      PR bootstrap/41180, PR c++/41127, PR fortran/41258,
 
3553
      PR rtl-optimization/40861, PR target/41315, PR fortran/39876.
 
3554
 
 
3555
  [ Matthias Klose ]
 
3556
  * Avoid underscores in doc-base document id's to workaround a
 
3557
    dh_installdocs bug.
 
3558
  * Update file names for the Ada user's guide.
 
3559
  * Set Homepage attribute for packages.
 
3560
  * Update the patch for gnat on armel.
 
3561
  * gcj-4.4-jdk: Depend on libantlr-java. Addresses: #546062.
 
3562
  * Backport patch for PR tree-optimization/41101 from the trunk.
 
3563
    Closes: #541816.
 
3564
  * Update libstdc++6.symbols for symbols introduced with the fix
 
3565
    for PR libstdc++/41005.
 
3566
  * Apply proposed patches for PR libstdc++/40133 and PR target/40134.
 
3567
    Add symbols exception propagation support in libstdc++ on armel
 
3568
    to the libstdc++6 symbols.
 
3569
 
 
3570
  [ Ludovic Brenta]
 
3571
  Merge from gnat-4.4 (4.4.1-3) unstable; urgency=low
 
3572
  * debian/rules.defs, debian/rules.d/binary-ada.mk, debian/rules.patch:
 
3573
    better support for architectures that support only one exception
 
3574
    handling mechanism (SJLJ or ZCX).
 
3575
 
 
3576
 -- Matthias Klose <doko@debian.org>  Sat, 12 Sep 2009 03:18:17 +0200
 
3577
 
 
3578
gcc-4.4 (4.4.1-3) unstable; urgency=low
 
3579
 
 
3580
  * Update to SVN 20090822 from the gcc-4_4-branch (r151011).
 
3581
    - Fixes PR tree-optimization/41016, PR tree-optimization/41011,
 
3582
      PR tree-optimization/41008, PR tree-optimization/40991,
 
3583
      PR tree-optimization/40964, PR target/8603 (closes: #161432),
 
3584
      PR target/41019, PR target/41015, PR target/40957, PR target/40934,
 
3585
      PR rtl-optimization/41033, PR middle-end/41047, PR middle-end/41006,
 
3586
      PR fortran/41070, PR fortran/40995, PR fortran/40847, PR debug/40990,
 
3587
      PR debug/37801, PR c/41046, PR c/40948, PR c/40866, PR bootstrap/41018,
 
3588
      PR middle-end/41123,PR target/40971, PR c++/41131, PR fortran/41102,
 
3589
      PR libfortran/40962.
 
3590
 
 
3591
  [ Arthur Loiret ]
 
3592
  * Only use -fno-stack-protector when known to the stage1 compiler.
 
3593
 
 
3594
  [ Aurelien Jarno ]
 
3595
  * lib32* packages: remove the Pre-Depends: libc6-i386 (>= 2.9-18) and
 
3596
    upgrade the Conflicts: libc6-i386 from (<< 2.9-18) to (<< 2.9-22).
 
3597
    Closes: #537466.
 
3598
  * kbsd-gnu-ada.dpatch: add support for kfreebsd-amd64.
 
3599
 
 
3600
  [ Matthias Klose ]
 
3601
  * Build gnat on armel, the gnat-4.4 build still failing, gcc-snapshot
 
3602
    builds good enough to build itself.
 
3603
  * Merge enough of the gnat-4.4 changes back to allow a combined build
 
3604
    from the gcc-4.4 source.
 
3605
  * Build libgnatprj for armel.
 
3606
  * On armel build just one version of the ada run-time library.
 
3607
  * Update auto* build dependencies for snapshot builds.
 
3608
  * Apply proposed patch for PR target/40718.
 
3609
 
 
3610
 -- Matthias Klose <doko@debian.org>  Sun, 23 Aug 2009 11:50:38 +0200
 
3611
 
 
3612
gcc-4.4 (4.4.1-2) unstable; urgency=low
 
3613
 
 
3614
  [ Matthias Klose ]
 
3615
  * Update to SVN 20090808 from the gcc-4_4-branch (r150577).
 
3616
    - Fixes PR target/40832, PR rtl-optimization/40710,
 
3617
      PR tree-optimization/40321, PR build/40010, PR fortran/40727,
 
3618
      PR build/40010, PR rtl-optimization/40924, PR c/39902,
 
3619
      PR middle-end/40943, PR target/40577, PR c++/39987, PR debug/39706,
 
3620
      PR c++/40948, PR c++/40749, PR fortran/40851, PR fortran/40878,
 
3621
      PR target/40906.
 
3622
  * Bump GCC version required in dependencies to 4.4.1.
 
3623
  * Enable Ada for snapshot builds on all archs with a gnat package
 
3624
    available in the archive.
 
3625
  * Build-depend on binutils 2.19.51.20090805, needed at least for armel.
 
3626
 
 
3627
  [ Aurelien Jarno ]
 
3628
  * kbsd-gnu-ada.dpatch: new patch to fix build on GNU/kFreeBSD.
 
3629
 
 
3630
 -- Matthias Klose <doko@ubuntu.com>  Sat, 08 Aug 2009 10:17:39 +0200
 
3631
 
 
3632
gcc-4.4 (4.4.1-1) unstable; urgency=low
 
3633
 
 
3634
  * GCC 4.4.1 release.
 
3635
    - Fixes PR target/39943, PR tree-optimization/40792, PR c++/40780,
 
3636
      PR middle-end/40747, PR libstdc++/40691, PR libfortran/40714,
 
3637
      PR tree-optimization/40813 (ICE in OpenJDK build on sparc).
 
3638
  * Apply proposed patch for PR target/39429, an ARM wrong-code error.
 
3639
  * Fix a typo in the arm back-end (proposed patch).
 
3640
  * Build-depend on libmpc-dev for snapshot builds.
 
3641
  * Fix build failure in cross builds (Hector Oron). Closes: #522597.
 
3642
  * Run the testsuite as part of the build target, not the install target.
 
3643
 
 
3644
 -- Matthias Klose <doko@debian.org>  Wed, 22 Jul 2009 13:24:39 +0200
 
3645
 
 
3646
gcc-4.4 (4.4.0-11) unstable; urgency=medium
 
3647
 
 
3648
  [ Matthias Klose ]
 
3649
  * Update to SVN 20090715 from the gcc-4_4-branch (r149690).
 
3650
    - Corresponds to the 4.4.1 release candidate.
 
3651
    - Fixes PR target/38900, PR debug/40666, PR middle-end/40669,
 
3652
      PR middle-end/40328, PR target/40587, PR middle-end/40585,
 
3653
      PR c++/40566, PR tree-optimization/40542, PR c/39902,
 
3654
      PR tree-optimization/40579, PR tree-optimization/40550, PR c++/40684,
 
3655
      PR c++/35828, PR c++/37816, PR c++/40639, PR c++/40633, PR c++/40619,
 
3656
      PR c++/40595, PR fortran/40440, PR fortran/40551, PR fortran/40638,
 
3657
      PR fortran/40443, PR libstdc++/40600, PR rtl-optimization/40667, PR c++/40740,
 
3658
      PR c++/36628, PR c++/37206, PR c++/40689, PR c++/40502, PR middle-end/40747.
 
3659
  * Backport of PR c/25509, new option -Wno-unused-result. LP: #305176.
 
3660
  * gcc-4.4: Depend on libgomp1, even if not building the libgomp1 package.
 
3661
  * Add proposed patches for PR libstdc++/40133, PR target/40134; don't apply
 
3662
    yet.
 
3663
 
 
3664
  [Emilio Pozuelo Monfort]
 
3665
  * Backport build-id support, configure with --enable-linker-build-id.
 
3666
 
 
3667
 -- Matthias Klose <doko@debian.org>  Tue, 14 Jul 2009 16:09:33 -0400
 
3668
 
 
3669
gcc-4.4 (4.4.0-10) unstable; urgency=low
 
3670
 
 
3671
  [ Arthur Loiret ]
 
3672
  * debian/rules.patch: Record the auto* calls to run them once only.
 
3673
 
 
3674
  [ Matthias Klose ]
 
3675
  * Update to SVN 20090627 from the gcc-4_4-branch (r149023).
 
3676
    - Fixes PR other/40024.
 
3677
  * Fix typo, adding blacklisted symbols to the libgcc1 symbols file on armel.
 
3678
  * On mips/mipsel use -O2 in STAGE1_CFLAGS until binutils is updated.
 
3679
 
 
3680
 -- Matthias Klose <doko@debian.org>  Sun, 28 Jun 2009 10:13:08 +0200
 
3681
 
 
3682
gcc-4.4 (4.4.0-9) unstable; urgency=high
 
3683
 
 
3684
  * Update to SVN 20090624 from the gcc-4_4-branch (r148821).
 
3685
    - Fix PR objc/28050 (LP: #362217), PR libstdc++/40297, PR c++/40342.
 
3686
  * Continue the well planned lib32 transition on amd64, adding pre-dependencies
 
3687
    on libc6-i386 (>= 2.9-18) on Debian. Closes: #533767.
 
3688
  * Enable SSP on arm and armel, run the testsuite with -fstack-protector.
 
3689
    LP: #375189.
 
3690
  * Fix spu fortran build in gcc-snapshot builds.
 
3691
  * Add missing symbols for 64bit libgfortran library.
 
3692
  * Update libstdc++ symbol files for sparc 64bit, adding symbols
 
3693
    for exception propagation support.
 
3694
  * Explicitely add __aeabi symbols to the libgcc1 symbols file on armel.
 
3695
    Closes: #533843.
 
3696
 
 
3697
 -- Matthias Klose <doko@debian.org>  Wed, 24 Jun 2009 23:46:02 +0200
 
3698
 
 
3699
gcc-4.4 (4.4.0-8) unstable; urgency=medium
 
3700
 
 
3701
  * Let all 32bit libs conflict with libc6-i386 (<< 2.9-17). Closes: #533767.
 
3702
  * Update to SVN 20090620 from the gcc-4_4-branch (r148747).
 
3703
    - Fixes PR fortran/39800, PR fortran/40402.
 
3704
  * Work around tar bug on kfreebsd unpacking java class file updates (#533356).
 
3705
 
 
3706
 -- Matthias Klose <doko@debian.org>  Sat, 20 Jun 2009 15:15:22 +0200
 
3707
 
 
3708
gcc-4.4 (4.4.0-7) unstable; urgency=medium
 
3709
 
 
3710
  * Update to SVN 20090618 from the gcc-4_4-branch (r148685).
 
3711
    - Fixes PR middle-end/40446, PR middle-end/40389, PR middle-end/40460,
 
3712
      PR fortran/40168, PR target/40470.
 
3713
  * On amd64, install 32bit libraries into /lib32 and /usr/lib32.
 
3714
  * lib32gcc1, lib32gomp1, lib32stdc++6: Conflict with libc6-i386 (= 2.9-15),
 
3715
    libc6-i386 (= 2.9-16).
 
3716
  * Handle serialver alternative in -jdk install scripts, not in -jre-headless.
 
3717
 
 
3718
 -- Matthias Klose <doko@debian.org>  Fri, 19 Jun 2009 01:36:00 +0200
 
3719
 
 
3720
gcc-4.4 (4.4.0-6) unstable; urgency=low
 
3721
 
 
3722
  [ Matthias Klose ]
 
3723
  * Update to SVN 20090612 from the gcc-4_4-branch (r148433).
 
3724
    - Fixes PR c++/38064, PR c++/40139, PR target/40017, PR target/40266,
 
3725
      PR bootstrap/40027, PR tree-optimization/40087, PR target/39856,
 
3726
      PR rtl-optimization/40105, PR target/39942, PR middle-end/40204,
 
3727
      PR debug/40109, PR tree-optimization/39999, PR libfortran/37754,
 
3728
      PR fortran/22423, PR libfortran/39667, PR libfortran/39782,
 
3729
      PR libfortran/38668, PR libfortran/39665, PR libfortran/39702,
 
3730
      PR libfortran/39709, PR libfortran/39665i, PR libgfortran/39664,
 
3731
      PR fortran/38654, PR libfortran/37754, PR libfortran/37754,
 
3732
      PR libfortran/25561, PR libfortran/37754, PR middle-end/40291,
 
3733
      PR target/40017, PR middle-end/40340, PR c++/40308, PR c++/40311,
 
3734
      PR c++/40306, PR c++/40307, PR c++/40370, PR c++/40372, PR c++/40373,
 
3735
      PR c++/40381, PR fortran/40019, PR fortran/39893.
 
3736
  * gcj-4.4-jdk: Depend on libecj-java-gcj instead of libecj-java.
 
3737
  * Let gjdoc --version use the Configuration class instead of
 
3738
    version.properties (Alexander Sack). LP: #385682.
 
3739
  * Preserve libgcc_s.so linker scripts. Closes: #532263.
 
3740
 
 
3741
  [Ludovic Brenta]
 
3742
  * debian/patches/ppc64-ada.dpatch,
 
3743
    debian/patches/ada-mips.dpatch,
 
3744
    debian/patches/ada-mipsel.dpatch: remove, merged upstream.
 
3745
  * debian/patches/*ada*.dpatch:
 
3746
    - rename to *.diff;
 
3747
    - remove the dpatch prologue shell script
 
3748
    - refresh with quilt -p ab and without time stamps
 
3749
    - adjust to GCC 4.4
 
3750
  * debian/patches/ada-library-project-files-soname.diff,
 
3751
    debian/patches/ada-polyorb-dsa.diff,
 
3752
    debian/patches/pr39856.diff: new.
 
3753
  * debian/rules.patch: adjust accordingly.
 
3754
  * debian/rules.defs: re-enable Ada.
 
3755
  * debian/rules2: do a lean bootstrap when building Ada.
 
3756
  * debian/rules.d/binary-ada.mk: do not build gnatbl or gprmake anymore,
 
3757
    removed upstream.
 
3758
 
 
3759
 -- Matthias Klose <doko@debian.org>  Fri, 12 Jun 2009 18:34:13 +0200
 
3760
 
 
3761
gcc-4.4 (4.4.0-5) unstable; urgency=medium
 
3762
 
 
3763
  * Update to SVN 20090517 from the gcc-4_4-branch (r147630).
 
3764
    - Fixes PR tree-optimization/40062, PR middle-end/39986,
 
3765
      PR middle-end/40057, PR fortran/39879, PR libstdc++/40038,
 
3766
      PR middle-end/40035, PR target/37179, PR middle-end/39666,
 
3767
      PR tree-optimization/40074, PR fortran/40018, PR fortran/38863,
 
3768
      PR middle-end/40147, PR fortran/40018, PR target/40153.
 
3769
 
 
3770
  [ Matthias Klose ]
 
3771
  * Update libstdc++ symbols files.
 
3772
  * Update libgcc, libobjc, libstdc++ symbols files for armel.
 
3773
  * Fix version symlink in gcc_lib_dir. Closes: #527837.
 
3774
  * Fix symlinks for javac and header files in /usr/lib/jvm.
 
3775
    Closes: #528084.
 
3776
  * Don't build the stage1 compiler with -O with recent binutils (trunk).
 
3777
  * Revert doing link tests to check for the atomic builtins, disabling
 
3778
    exception propagation support in libstdc++ on armel. See PR40133, PR40134.
 
3779
  * On mips/mipsel don't run the java testsuite with -mabi=64.
 
3780
  * Default to armv4 for the gcc-snapshot package as well. Closes: #523936.
 
3781
  * Mention GCC trunk in the gcc-snapshot package description. Closes: #526309.
 
3782
  * Remove unneed '..' elements from symlinks in JAVA_HOME.
 
3783
  * Fix some lintian warnings for gcc-snapshot.
 
3784
 
 
3785
  [ Arthur Loiret ]
 
3786
  * Add missing dir separator to multiarch path.  Closes: #527537.
 
3787
 
 
3788
 -- Matthias Klose <doko@debian.org>  Sun, 17 May 2009 11:15:52 +0200
 
3789
 
 
3790
gcc-4.4 (4.4.0-4) unstable; urgency=medium
 
3791
 
 
3792
  * Update to SVN 20090506 from the gcc-4_4-branch (r147161).
 
3793
    - Fixes PR rtl-optimization/39914, PR testsuite/39776,
 
3794
      PR tree-optimization/40022, PR libstdc++/39909.
 
3795
 
 
3796
  [ Matthias Klose ]
 
3797
  * gcc-4.4-source: Don't depend on gcc-4.4-base, depend on quilt
 
3798
    and patchutils.
 
3799
  * On armel, link the shared libstdc++ with both -lgcc_s and -lgcc.
 
3800
  * Update libgcc and libstdc++ symbol files for mips and mipsel.
 
3801
  * Update libstdc++ symbol files for armel and hppa, adding symbols
 
3802
    for exception propagation support.
 
3803
  * Add ARM EABI symbols to libstdc++ symbol files for armel.
 
3804
  * Add libobjc symbols file for armel.
 
3805
  * Fix PR libstdc++/40038, missing ceill/tanhl symbols in libstdc++.
 
3806
  
 
3807
  [ Aurelien Jarno ]
 
3808
  * Fix libc name for biarch packages on kfreebsd-amd64.
 
3809
 
 
3810
 -- Matthias Klose <doko@debian.org>  Wed, 06 May 2009 15:10:36 +0200
 
3811
 
 
3812
gcc-4.4 (4.4.0-3) unstable; urgency=low
 
3813
 
 
3814
  * libstdc++-doc: Install the man pages again.
 
3815
  * Fix build configuration for the GC enabled ObjC runtime library.
 
3816
  * Fix thinko in autotools_files, resulting in autoconf not run in
 
3817
    some cases.
 
3818
  * Do link tests to check for the atomic builtins, enables exception
 
3819
    propagation support in libstdc++ on armel and hppa.
 
3820
 
 
3821
 -- Matthias Klose <doko@debian.org>  Sun, 03 May 2009 23:38:56 +0200
 
3822
 
 
3823
gcc-4.4 (4.4.0-2) unstable; urgency=low
 
3824
 
 
3825
  [ Samuel Thibault ]
 
3826
  * Enable java build on the hurd.
 
3827
 
 
3828
  [ Matthias Klose ]
 
3829
  * libobjc2.symbols.armel: Remove, use the default one.
 
3830
  * Address PR libstdc++/39491, removing __signbitl from the libstdc++6
 
3831
    symbols file on hppa.
 
3832
  * libstdc++6.symbols.armel: Fix error introduced with copy from the
 
3833
    arm symbols file.
 
3834
  * libstdc++6.symbols.*: Don't assume exception propagation support
 
3835
    enabled for all architectures (although it should on armel, hppa,
 
3836
    sparc).
 
3837
  * Disable the build of the ObjC garbage collection library on mips*,
 
3838
    working around a build failure.
 
3839
 
 
3840
 -- Matthias Klose <doko@debian.org>  Sat, 02 May 2009 14:22:35 +0200
 
3841
 
 
3842
gcc-4.4 (4.4.0-1) unstable; urgency=low
 
3843
 
 
3844
  [ Matthias Klose ]
 
3845
  * Update to SVN 20090429 from the gcc-4_4-branch (r146989).
 
3846
  * Configure java enabled builds with --enable-java-home.
 
3847
  * Integrate the bits previously found in java-gcj-compat.
 
3848
  * Rename the packages using the naming schema used for OpenJDK:
 
3849
    gcj-X.Y-{jre-headless,jre,jre-lib,jdk,source}.  The packages
 
3850
    {gij,gcj,gappletviewer}-X.Y and libgcjN-{jar,source} are gone.
 
3851
  * Build the libgcj documentation with the just built gjdoc.
 
3852
  * Don't use profiled bootstrap when building the gcj source.
 
3853
  * Apply proposed patch for PR target/39856.
 
3854
  * Fix some lintian warnings.
 
3855
  * Don't include debug symbols for libstdc++.so.6, if the library is
 
3856
    built by a newer GCC version.
 
3857
  * Adjust hrefs to point to the local libstdc++ documentation. LP: #365414.
 
3858
  * Update libgcc, libgfortran, libobjc, libstdc++ symbol files.
 
3859
  * gcc-4.4: Include libssp_nonshared.a.
 
3860
  * For ix86, set the java architecture directory to i386.
 
3861
 
 
3862
  [ Samuel Thibault ]
 
3863
  * Update Hurd changes.
 
3864
  * Configure with --enable-clocale=gnu on hurd-i386.
 
3865
  * debian/patches/hurd-pthread.diff: Reapply.
 
3866
 
 
3867
 -- Matthias Klose <doko@debian.org>  Thu, 30 Apr 2009 00:30:20 +0200
 
3868
 
 
3869
gcc-4.4 (4.4.0-1~exp2) experimental; urgency=low
 
3870
 
 
3871
  * Update to SVN 20090423 from the gcc-4_4-branch.
 
3872
 
 
3873
  [ Aurelien Jarno ]
 
3874
  * kbsd-gnu.diff: remove parts merged upstream.
 
3875
 
 
3876
  [ Matthias Klose ]
 
3877
  * Remove conflicts/replaces for *-spu packages.
 
3878
  * Configure the spu cross compiler without --with-sysroot and
 
3879
    --enable-multiarch.
 
3880
  * Fix and reenable the gfortran-spu build.
 
3881
  * Work around build failures with missing libstdc++ baseline files.
 
3882
  * Install gjdoc man page.
 
3883
  * Fix java configuration with --enable-java-home and include symlinks
 
3884
    for JAVA_HOME in /usr/lib/jvm.
 
3885
  * Apply proposed fix for PR middle-end/39794.
 
3886
  * Install libstdc++ man pages with suffix .3cxx instead of .3.
 
3887
    Closes: #525244.
 
3888
  * lib*stdc++6-{dbg,doc}: Add conflicts to the corresponding 4.3 packages.
 
3889
 
 
3890
 -- Matthias Klose <doko@debian.org>  Thu, 23 Apr 2009 18:11:49 +0200
 
3891
 
 
3892
gcc-4.4 (4.4.0-1~exp1) experimental; urgency=low
 
3893
 
 
3894
  * Final GCC 4.4.0 release.
 
3895
 
 
3896
  * Don't build the Fortran SPU cross compiler, currently broken.
 
3897
  * spu cross build: Build without spucache and spumea64.
 
3898
  * Configure --with-arch-32=i486 on amd64, i386, and kfreebsd-{amd64,i386},
 
3899
    --with-arch-32=i586 on hurd-i386, --with-cpu=atom on lpia.
 
3900
  * Build using profiled bootstrap.
 
3901
  * Remove the gcc-4.4-base.postinst. Addresses: #524708.
 
3902
  * Update debian/copyright: Include runtime library exception, remove
 
3903
    D and Phobas license.
 
3904
  * Apply proposed patch for PR libstdc++/39491, missing symbol in libstdc++
 
3905
    on hppa.
 
3906
  * Remove unsused soft-fp functions in the 64bit libgcc on powerpc (PR39828).
 
3907
  * Update NEWS files for 4.4.
 
3908
  * Build again libgfortran for the non-default multilib configuration.
 
3909
  * Restore missing chunks in note-gnu-stack.diff, lost during the conversion
 
3910
    to quilt.
 
3911
 
 
3912
 -- Matthias Klose <doko@debian.org>  Wed, 22 Apr 2009 00:53:16 +0200
 
3913
 
 
3914
gcc-4.4 (4.4-20090418-1) experimental; urgency=low
 
3915
 
 
3916
  * Update to SVN 20090418 from the gcc-4_4-branch.
 
3917
 
 
3918
  [ Arthur Loiret ]
 
3919
  * Update patches:
 
3920
    - boehm-gc-nocheck, cross-include, libjava-rpath, link-libs:
 
3921
      Rebase on trunk.
 
3922
    - gcc-m68k-pch, libjava-debuginfo, libjava-loading-constraints:
 
3923
      Remove, merged in trunk.
 
3924
    - cell-branch, cell-branch-doc: Remove, there is no upstream cell 4.4
 
3925
      branch yet.
 
3926
    - gdc-fix-build-kbsd-gnu, svn-gdc-updates, gpc-4.1, gpc-gcc-4.x,
 
3927
      gpc-names: Remove, gpc and gdc are not ported to GCC 4.4 yet.
 
3928
    - svn-class-updates, svn-doc-updates, svn-updates: Make empty.
 
3929
    - Refresh all others, and convert them all to quilt.
 
3930
 
 
3931
  * Build system improvements:
 
3932
    - Partial rewrite/refactor of rules files.
 
3933
    - Switch patch system to quilt.
 
3934
    - Autogenerate debian/copyright.
 
3935
    - Use the autoconf2.59 package.
 
3936
 
 
3937
  * multilib/multiarch support improvements: Closes: #369064, #484589.
 
3938
    - mips-triarch.diff: Replace with a newer version (approved upstream).
 
3939
    - s390-biarch.diff: Ditto.
 
3940
    - debian/rules2: Configure with --enable-targets=all on mips-linux,
 
3941
      mipsel-linux and s390-linux.
 
3942
    - gcc-multiarch.diff: New, add multiarch include directories and
 
3943
      libraries path to the system paths.
 
3944
    - debian/rules2: Configure with --enable-multiarch. Configure spu build
 
3945
      with --with-multiarch-defaults=spu-elf.
 
3946
    - multiarch-include.diff: Remove.
 
3947
    - debian/multiarch.inc: Ditto.
 
3948
 
 
3949
  * cross-compilers changes:
 
3950
    - Never build a separated -base package, don't symlink any doc dir.
 
3951
    - Build gobjc again.
 
3952
 
 
3953
  * Run the 64-bit tests with -mabi=64 instead of -m64 on mips/mipsel to
 
3954
    hopefully fix the massive failure.
 
3955
  * Always set $(distribution) to "Debian" on mips/mipsel, workarounds FTBFS
 
3956
    on those archs due to a kernel bug triggered by lsb_release call.
 
3957
    Adresses: #524416.
 
3958
  * debian/rules.patch: Only apply the ada-nobiarch-check patch when ada is
 
3959
    enabled. Remove gpc and gdc patches.
 
3960
  * debian/rules.unpack (install_autotools_stamp): Remove.
 
3961
  * debian/rules.defs (configure_dependencies): Remove autotools dependency.
 
3962
  * debian/rules.conf: Add a copyright-file target.
 
3963
  * debian/control.m4: Build-Depends on autoconf2.59 and patchutils.
 
3964
    Make gcc-4.4-source Depends on autoconf2.59.
 
3965
    Add myself to Uploaders.
 
3966
  * debian/rules.d/binary-source.mk: Don't build and install an embedded
 
3967
    copy or autoconf2.59 in gcc-4.4-source.
 
3968
  * debian/copyright.in: New.
 
3969
 
 
3970
  [ Matthias Klose ]
 
3971
  * Build gcj on hppa.
 
3972
  * Add support to build vfp optimized runtime libraries on armel.
 
3973
  * gcc-4.4-spu: Depend on newlib-spu.
 
3974
  * Fix sections of -dbg and java packages.
 
3975
  * gcc-default-ssp.dpatch: Set the default as well, when calling the
 
3976
    preprocessor. LP: #346126.
 
3977
  * Build-depend on quilt.
 
3978
  * Keep the copyright file in the archive.
 
3979
  * Remove conflict of the gcc-X.Y-source packages.
 
3980
  * Update removal of gfdl doc files for 4.4.
 
3981
  * Don't re-run the autotools (introduced with the switch to quilt).
 
3982
  * On arm and armel, install the arm_neon.h header. LP: #360819.
 
3983
  * When hardening options are turned on by default, patch the testsuite
 
3984
    to handle the hardening defaults (Kees Cook).
 
3985
  * Only run the patch target once. Avoids multiple autotool runs, but
 
3986
    doesn't reflect changes in the series file anymore.
 
3987
  * libgcj-doc: Fix documentation title.
 
3988
  * Fix gcj source build with recent build changes.
 
3989
  * Don't check for libraries in DEB_BUILD_OPTIONS/nolang.
 
3990
  * gappletviewer: Include missing binary.
 
3991
 
 
3992
  [ Aurelien Jarno ]
 
3993
  * Remove: patches/kbsd-gnu-ada.dpatch (merged upstream).
 
3994
  * kbsd-gnu.diff: add fix for stuff broken by upstream.
 
3995
 
 
3996
 -- Matthias Klose <doko@debian.org>  Mon, 20 Apr 2009 01:34:26 +0200
 
3997
 
 
3998
gcc-4.4 (4.4-20090317-1) experimental; urgency=low
 
3999
 
 
4000
  * Initial upload of GCC-4.4, based on trunk 20090317 (r144904).
 
4001
 
 
4002
  [Matthias Klose]
 
4003
  * Branch from the gcc-4.3 packaging.
 
4004
  * Remove *-trunk patches, update remaining patches for the trunk.
 
4005
  * Remove patches integrated upstream: libobjc-gc-link, libjava-file-support,
 
4006
    libjava-realloc-leak, libjava-armel-ldflags, libstdc++-symbols-hppa,
 
4007
    gcc-m68k-pch, libjava-extra-cflags, libjava-javah-bridge-tgts,
 
4008
    hppa-atomic-builtins, armel-atomic-builtins, libssp-gnu, libobjc-armel,
 
4009
    gfortran-armel-updates, sparc-biarch, libjava-xulrunner-1.9.
 
4010
  * Update patches for 4.4, mostly using the patches converted for quilt by
 
4011
    Arthur Loiret.
 
4012
  * debian/patches/libjava-soname.dpatch: Remove, unmodifed upstream library.
 
4013
  * debian/patches/gcc-driver-extra-langs.dpatch: Search Ada files in subdir.
 
4014
  * debian/rules.unpack, debian/rules.d/binary-source.mk: Update for included
 
4015
    autoconf tarball.
 
4016
  * debian/rules.d/binary-{gcc,java}.mk: Install new header files.
 
4017
  * debian/libgfortran3.symbols.common: Remove symbol not generated by
 
4018
    gfortran (__iso_c_binding_c_f_procpointer@GFORTRAN_1.0), PR38871.
 
4019
  * debian/rules.conf: Update for 4.4.
 
4020
  * Fix build dependencies and configure options for 4.4, which were applied
 
4021
    for snapshot builds only.
 
4022
 
 
4023
  [Arthur Loiret]
 
4024
  * Update patches from debian/patches:
 
4025
    - Remove backported fixes:
 
4026
      PR ada: pr10768.dpatch, pr15808.dpatch, pr15915.dpatch, pr16086.dpatch,
 
4027
      pr16087.dpatch, pr16098.dpatch, pr17985.dpatch, pr18680.dpatch,
 
4028
      pr22255.dpatch, pr22387.dpatch, pr28305.dpatch, pr28733.dpatch,
 
4029
      pr29015.dpatch, pr30740.dpatch, pr30827.dpatch pr33688.dpatch,
 
4030
      pr34466.dpatch, pr35050.dpatch, pr35792.dpatch.
 
4031
      PR target: pr27880.dpatch, pr28102.dpatch, pr30961.dpatch,
 
4032
      pr35965.dpatch, pr37661.dpatch.
 
4033
      PR libgcj: pr24170.dpatch, pr35020.dpatch.
 
4034
      PR gcov-profile: pr38292.dpatch.
 
4035
      PR other: pr28322.dpatch.
 
4036
  * debian/rules.patch: Update.
 
4037
  * debian/symbols/libgomp1.symbols.common: Add new symbols from OpenMP 3.0.
 
4038
 
 
4039
 -- Matthias Klose <doko@debian.org>  Tue, 17 Mar 2009 02:28:01 +0100
 
4040
 
 
4041
gcc-4.3 (4.3.3-5) unstable; urgency=low
 
4042
 
 
4043
  Merge from gnat-4.3 (4.3.3-1):
 
4044
 
 
4045
  [Petr Salinger]
 
4046
  * debian/patches/ada-libgnatprj.dpatch: enable support for GNU/kFreeBSD.
 
4047
    Fixes: #512277.
 
4048
 
 
4049
  [Ludovic Brenta]
 
4050
  * debian/patches/ada-acats.dpatch: attempt to fix ACATS tests (not entirely
 
4051
    successful yet).
 
4052
  * New upstream version.  Fixes: #514565.
 
4053
 
 
4054
  [Matthias Klose]
 
4055
  * Update to SVN 20090301 from the gcc-4_3-branch.
 
4056
    - Fix PR c/35446, PR c++/38950, PR fortran/38852, PR fortran/39006,
 
4057
      PR c++/39225 (closes: #516727), PR c++/38950, PR target/38056,
 
4058
      PR target/39228, PR middle-end/36578, PR inline-asm/39058,
 
4059
      PR middle-end/37861.
 
4060
  * Don't provide the 4.3.2 symlink in gcc_lib_dir anymore.
 
4061
  * Require binutils-2.19.1.
 
4062
 
 
4063
 -- Matthias Klose <doko@debian.org>  Sun, 01 Mar 2009 14:18:09 +0100
 
4064
 
 
4065
gcc-4.3 (4.3.3-4) unstable; urgency=low
 
4066
 
 
4067
  * Fix Fix PR gcov-profile/38292 (wrong profile information), taken
 
4068
    from the trunk.
 
4069
  * Update to SVN 20090215 from the gcc-4_3-branch.
 
4070
    Fix PR c/35435, PR tree-optimization/39100, PR rtl-optimization/39076,
 
4071
    PR c/35433, PR tree-optimization/39041, PR target/38988,
 
4072
    PR middle-end/38969, PR c++/36897, PR c++/39054, PR c/39035, PR c/35434,
 
4073
    PR c/36432, PR target/38991, PR c/39084, PR target/39118.
 
4074
  * Reapply the fix for PR middle-end/38615.
 
4075
  * Include autoconf-2.59 sources into the source package, and install as
 
4076
    part of the gcc-4.3-source package.
 
4077
  * Explicitely use autoconf-1.9.
 
4078
  * Disable building the gcjwebplugin.
 
4079
  * Don't configure with --enable-cld on amd64 and i386.
 
4080
 
 
4081
 -- Matthias Klose <doko@debian.org>  Sun, 15 Feb 2009 23:40:09 +0100
 
4082
 
 
4083
gcc-4.3 (4.3.3-3) unstable; urgency=medium
 
4084
 
 
4085
  * Revert fix for PR middle-end/38615. Closes: #513420.
 
4086
 
 
4087
 -- Matthias Klose <doko@debian.org>  Thu, 29 Jan 2009 07:05:15 +0100
 
4088
 
 
4089
gcc-4.3 (4.3.3-2) unstable; urgency=low
 
4090
 
 
4091
  * Update to SVN 20090127 from the gcc-4_3-branch.
 
4092
    - Fix PR tree-optimization/38359. Closes: #492505.
 
4093
    - Fix PR tree-optimization/38932 (ice-on-valid-code), PR target/38931
 
4094
      (ice-on-valid-code), PR rtl-optimization/38879 (wrong-code),
 
4095
      PR c++/23287 (rejects-valid), PR fortran/38907 (ice-on-valid-code),
 
4096
      PR fortran/38859 (wrong-code), PR fortran/38657 (rejects-valid),
 
4097
      PR fortran/38672 (ice-on-valid-code).
 
4098
  * Fix PR middle-end/38969, taken from the trunk. Closes: #513007.
 
4099
 
 
4100
 -- Matthias Klose <doko@debian.org>  Tue, 27 Jan 2009 23:42:45 +0100
 
4101
 
 
4102
gcc-4.3 (4.3.3-1) unstable; urgency=low
 
4103
 
 
4104
  * GCC-4.3.3 release (no changes compared to the 4.3.2-4 upload).
 
4105
  * Fix PR middle-end/38615 (wrong code, taken from the trunk).
 
4106
 
 
4107
 -- Matthias Klose <doko@debian.org>  Sat, 24 Jan 2009 14:43:09 +0100
 
4108
 
 
4109
gcc-4.3 (4.3.2-4) unstable; urgency=medium
 
4110
 
 
4111
  * Update to SVN 20090119 from the gcc-4_3-branch.
 
4112
    - Fix PR tree-optimization/36765 (wrong code).
 
4113
  * Remove patch for PR 34571, applied upstream (fix build failure on alpha).
 
4114
  * Apply proposed patch for PR middle-end/38902 (wrong code).
 
4115
 
 
4116
 -- Matthias Klose <doko@debian.org>  Tue, 20 Jan 2009 00:22:41 +0100
 
4117
 
 
4118
gcc-4.3 (4.3.2-3) unstable; urgency=low
 
4119
 
 
4120
  * Update to SVN 20090117 from the gcc-4_3-branch (4.3.3 release candidate).
 
4121
    - Fix PR target/34571, PR debug/7055, PR tree-optimization/37194,
 
4122
      PR tree-optimization/38529, PR fortran/38763, PR fortran/38765,
 
4123
      PR fortran/38669, PR fortran/38487, PR fortran/35681, PR fortran/38657,
 
4124
      PR c++/36019, PR c++/31488, PR c++/37646, PR c++/36334, PR c++/38357,
 
4125
      PR c++/31260, PR c++/38877, PR libstdc++/36801, PR libgcj/38396.
 
4126
    - debian/patches/libgcj-bc.dpatch: Remove, applied upstream.
 
4127
  * Fix PR middle-end/38616 (wrong code with -fstack-protector).
 
4128
  * Update backport for PR28322 (Gunther Nikl).
 
4129
 
 
4130
 -- Matthias Klose <doko@debian.org>  Sat, 17 Jan 2009 21:09:35 +0100
 
4131
 
 
4132
gcc-4.3 (4.3.2-2) unstable; urgency=low
 
4133
 
 
4134
  * Update to SVN 20090110 from the gcc-4_3-branch.
 
4135
    - Fix PR target/36654, PR tree-optimization/38752, PR fortran/38675,
 
4136
      PR fortran/37469, PR libstdc++/38000.
 
4137
 
 
4138
 -- Matthias Klose <doko@debian.org>  Sat, 10 Jan 2009 18:32:34 +0100
 
4139
 
 
4140
gcc-4.3 (4.3.2-2~exp5) experimental; urgency=low
 
4141
 
 
4142
  * Adjust build-dependencies for cross builds. Closes: #499998.
 
4143
  * Update to SVN 20081231 from the gcc-4_3-branch.
 
4144
    - Fix PR middle-end/38565, PR target/38062, PR bootstrap/38383,
 
4145
      PR target/38402, PR testsuite/35677, PR tree-optimization/38478,
 
4146
      PR target/38054, PR middle-end/29056, PR testsuite/28870,
 
4147
      PR target/38254.
 
4148
    - Fix PR libstdc++/37144, PR c++/37582, PR libstdc++/38080.
 
4149
    - Fix PR fortran/38602, PR fortran/38602, PR fortran/38487,
 
4150
      PR fortran/38113, PR fortran/35983, PR fortran/35937, PR testsuite/36889.
 
4151
  * Update the spu cross compiler from the cell-gcc-4_3-branch 20081217.
 
4152
  * debian/patches/libobjc-armel.dpatch: Don't define EH_USES.
 
4153
  * Apply the Atomic builtins patch for PARISC.
 
4154
 
 
4155
 -- Matthias Klose <doko@debian.org>  Thu, 18 Dec 2008 00:34:46 +0100
 
4156
 
 
4157
gcc-4.3 (4.3.2-2~exp4) experimental; urgency=low
 
4158
 
 
4159
  * Update to SVN 20081130 from the gcc-4_3-branch.
 
4160
    - Fix PR bootstrap/33304, PR middle-end/37807, PR middle-end/37809,
 
4161
      PR rtl-optimization/37489, PR target/35574, PR c/37924,
 
4162
      PR tree-optimization/37879, PR middle-end/37858, PR middle-end/37870,
 
4163
      PR target/38016, PR target/37939, PR rtl-optimization/37769,
 
4164
      PR target/37909, PR fortran/37597, PR fortran/35820, PR fortran/37445,
 
4165
      PR fortran/PR35769, PR fortran/37903, PR fortran/37749.
 
4166
    - Fix PR target/37640, PR tree-optimization/37868, PR bootstrap/33100,
 
4167
      PR other/38214, PR c++/37142, PR c++/35405, PR c++/37563, PR c++/38030,
 
4168
      PR c++/37932, PR c++/38007.
 
4169
    - Fix PR fortran/37836, PR fortran/38171, PR fortran/35681,
 
4170
      PR fortran/37792, PR fortran/37926, PR fortran/38033, PR fortran/36526.
 
4171
    - Fix PR target/38287. Closes: #506713.
 
4172
  * Atomic builtins using kernel helpers for PARISC and ARM Linux/EABI, taken
 
4173
    from the trunk.
 
4174
 
 
4175
 -- Matthias Klose <doko@debian.org>  Mon, 01 Dec 2008 01:29:51 +0100
 
4176
 
 
4177
gcc-4.3 (4.3.2-2~exp3) experimental; urgency=low
 
4178
 
 
4179
  * Update to SVN 20081117 from the gcc-4_3-branch.
 
4180
  * Add build dependencies on spu packages for snapshot builds.
 
4181
  * Add build dependency on libantlr-java for snapshot builds.
 
4182
  * Disable fortran on spu for snapshot builds.
 
4183
  * Add dependency on binutils-{hppa64,spu} for snapshot builds.
 
4184
 
 
4185
 -- Matthias Klose <doko@debian.org>  Mon, 17 Nov 2008 21:57:51 +0100
 
4186
 
 
4187
gcc-4.3 (4.3.2-2~exp2) experimental; urgency=low
 
4188
 
 
4189
  * Update to SVN 20081023 from the gcc-4_3-branch.
 
4190
    - General regression fixes: PR rtl-optimization/37882 (wrong code),
 
4191
    - Fortran regression fixes: PR fortran/37787, PR fortran/37723.
 
4192
  * Use gij-4.3 for builds in java maintainer mode.
 
4193
  * Don't run the testsuite with -fstack-protector for snapshot builds.
 
4194
  * Update the spu cross compiler from the cell-gcc-4_3-branch 20081023.
 
4195
    Don't disable multilibs, install additional components in the gcc-4.3-spu
 
4196
    package.
 
4197
  * Enable building the spu cross compiler for powerpc and ppc64 snapshot
 
4198
    builds.
 
4199
  * Apply proposed patch for PR tree-optimization/37868 (wrong code).
 
4200
  * Apply proposed patch to parallelize make check.
 
4201
  * For biarch builds, disable the gnat testsuite for the non-default
 
4202
    architecture (no biarch support in gnat yet).
 
4203
 
 
4204
 -- Matthias Klose <doko@debian.org>  Thu, 23 Oct 2008 22:06:38 +0200
 
4205
 
 
4206
gcc-4.3 (4.3.2-2~exp1) experimental; urgency=low
 
4207
 
 
4208
  * Update to SVN 20081017 from the gcc-4_3-branch.
 
4209
    - General regression fixes: PR rtl-optimization/37408 (wrong code),
 
4210
      PR tree-optimization/36630, PR tree-optimization/37102 (wrong code),
 
4211
      PR c/35437 (ice on invalid code), PR middle-end/37731 (wrong code),
 
4212
      PR target/37603 (wrong code, hppa), PR tree-optimization/35737 (ice on
 
4213
      valid code), PR middle-end/36575 (wrong code), PR c/37645 (ice on valid
 
4214
      code), PR tree-optimization/37539 (compile time hog), PR middle-end/37236
 
4215
      (ice on invalid code), PR tree-optimization/36343 (wrong code),
 
4216
      PR rtl-optimization/37544 (wrong code), PR target/35620 (ice on valid
 
4217
      code), PR target/35713 (ice on valid code, wrong code), PR c/35712 (wrong
 
4218
      code), PR target/37466 (wrong code, AVR).
 
4219
    - C++ regression fixes: PR c++/37389 (LP: #252301), PR c++/37555 (ice on
 
4220
      invalid code).
 
4221
    - Fortran regression fixes: PR fortran/37199, PR fortran/36214,
 
4222
      PR fortran/35770, PR fortran/36454, PR fortran/36374, PR fortran/37274,
 
4223
      PR fortran/37583, PR fortran/36700, PR fortran/35945, PR fortran/37626,
 
4224
      PR fortran/37504, PR fortran/37580, PR fortran/37706, PR fortran/35680,
 
4225
      PR fortran/37794.
 
4226
  * Remove obsolete patches: ada-driver.dpatch, pr33148.dpatch.
 
4227
  * Fix naming of bridge targets in gjavah (wrong header generation).
 
4228
  * Fix PR target/37661, SPARC64 int-to-TFmode conversions.
 
4229
  * Include the complete test summaries in a binary package, to allow
 
4230
    regression checking from the previous build.
 
4231
  * Tighten inter-package dependencies to (>= 4.3.2-1).
 
4232
  * Drop the 4.3.1 symlink in gcc_lib_dir, add a 4.3.3 symlink to 4.3.
 
4233
 
 
4234
 -- Matthias Klose <doko@debian.org>  Fri, 17 Oct 2008 23:26:50 +0200
 
4235
 
 
4236
gcc-4.3 (4.3.2-1) unstable; urgency=medium
 
4237
 
 
4238
  [Matthias Klose]
 
4239
  * Final gcc-4.3.2 release (regression fixes).
 
4240
    - Remove the generated install docs from the tarball (GFDL licensed).
 
4241
    - C++ regression fixes: PR debug/37156.
 
4242
    - general regression fixes: PR debug/37156, PR target/37101.
 
4243
    - Java regression fixes: PR libgcj/8995.
 
4244
  * Update to SVN 20080905 from the gcc-4_3-branch.
 
4245
    - C++ regression fixes: PR c++/36741 (wrong diagnostic),
 
4246
    - general regression fixes: PR target/37184 (ice on valid code),
 
4247
      PR target/37191 (ice on valid code), PR target/37197 (ice on valid code),
 
4248
      PR middle-end/36817 (ice on valid code), PR middle-end/36548 (wrong code),
 
4249
      PR middle-end/37125 (wrong code), PR c/37261 (wrong diagnostic),
 
4250
      PR target/37168 (ice on valid code), PR middle-end/36449 (wrong code),
 
4251
      PR middle-end/37248 (missed optimization), PR target/36332 (wrong code).
 
4252
    - Fortran regression fixes: PR fortran/37193 (rejects valid code).
 
4253
  * Move symlinks in gcc_lib_dir from cpp-4.3 to gcc-4.3-base. Closes: #497369.
 
4254
  * Don't build-depend on autogen on architectures where it is not installable
 
4255
    (needed for the fixincludes testsuite only); don't build-depend on it for
 
4256
    source packages not running the fixincludes testsuite.
 
4257
 
 
4258
  [Ludovic Brenta]
 
4259
  * Add sdefault.ads to libgnatprj4.3-dev.  Fixes: #492866.
 
4260
  * turn gnatvsn.gpr and gnatprj.gpr into proper library project files.
 
4261
  * Unconditionally build-depend on gnat when building gnat-4.3.
 
4262
    Fixes: #487564.
 
4263
  * (debian/rules.d/binary-ada.mk): Add a symlink libgnat.so to
 
4264
    /usr/lib/libgnat-4.3.so in the adalib directory.  Fixes: #493814.
 
4265
  * (debian/patches/ada-sjlj.dpatch): remove dangling symlinks from all
 
4266
    adalib directories.
 
4267
  * debian/patches/ada-alpha.dpatch: remove, applied upstream.
 
4268
 
 
4269
  [Samuel Tardieu, Ludovic Brenta]
 
4270
  * debian/patches/pr16086.dpatch: new; backport from GCC 4.4.
 
4271
    Closes: #248172.
 
4272
  * debian/patches/pr35792.dpatch: new; backport from GCC 4.4.
 
4273
  * debian/patches/pr15808.dpatch (fixes: #246392),
 
4274
    debian/patches/pr30827.dpatch: new; backport from the trunk.
 
4275
 
 
4276
 -- Matthias Klose <doko@debian.org>  Fri, 05 Sep 2008 22:52:58 +0200
 
4277
 
 
4278
gcc-4.3 (4.3.1-9) unstable; urgency=low
 
4279
 
 
4280
  * Update to SVN 20080814 from the gcc-4_3-branch.
 
4281
    - C++/libstdc++ regression fixes: PR c++/36688, PR c++/37016, PR c++/36999,
 
4282
      PR c++/36405, PR c++/36767, PR c++/36852.
 
4283
    - general regression fixes: PR target/36613, PR rtl-optimization/36998,
 
4284
      PR middle-end/37042, PR middle-end/35432, PR target/35659,
 
4285
      PR middle-end/37026, PR middle-end/36691, PR tree-optimization/36991,
 
4286
      PR rtl-optimization/35542, PR bootstrap/35752, PR rtl-optimization/36419,
 
4287
      PR debug/36278, PR preprocessor/36649, PR rtl-optimization/36929,
 
4288
      PR tree-optimization/36830, PR c/35746, PR middle-end/37014,
 
4289
      PR middle-end/37103.
 
4290
    - Fortran regression fixes: PR fortran/36132.
 
4291
    - Java regression fixes: PR libgcj/31890.
 
4292
    - Fixes PR middle-end/37090. Closes: #494815.
 
4293
 
 
4294
 -- Matthias Klose <doko@debian.org>  Thu, 14 Aug 2008 18:02:52 +0000
 
4295
 
 
4296
gcc-4.3 (4.3.1-8) unstable; urgency=low
 
4297
 
 
4298
  * Undo Revert PR tree-optimization/36262 on i386 (PR 36917 is invalid).
 
4299
 
 
4300
 -- Matthias Klose <doko@debian.org>  Fri, 25 Jul 2008 21:47:52 +0200
 
4301
 
 
4302
gcc-4.3 (4.3.1-7) unstable; urgency=low
 
4303
 
 
4304
  * Update to SVN 20080722 from the gcc-4_3-branch.
 
4305
    - Fix PR middle-end/36811, infinite loop building with -O3.
 
4306
    - C++/libstdc++ regression fixes: PR c++/36407, PR c++/34963,
 
4307
      PR libstdc++/36832, PR libstdc++/36552, PR libstdc++/36729.
 
4308
    - Fortran regression fixes: PR fortran/36366, PR fortran/36824.
 
4309
    - general regression fixes: PR middle-end/36877, PR target/36780,
 
4310
      PR target/36827, PR rtl-optimization/35281, PR rtl-optimization/36753,
 
4311
      PR target/36827, PR target/36784, PR target/36782, PR middle-end/36369,
 
4312
      PR target/36780, PR target/35492, PR middle-end/36811,
 
4313
      PR rtl-optimization/36419, PR target/35802, PR target/36736,
 
4314
      PR target/34780.
 
4315
  * Revert PR tree-optimization/36262 on i386, causing miscompilation of
 
4316
    OpenJDK hotspot.
 
4317
  * gij/gcj: Don't remove alternatives on upgrade. Addresses: #479950.
 
4318
 
 
4319
 -- Matthias Klose <doko@debian.org>  Tue, 22 Jul 2008 23:55:54 +0200
 
4320
 
 
4321
gcc-4.3 (4.3.1-6) unstable; urgency=low
 
4322
 
 
4323
  * Start the logwatch script on alpha as well to avoid timeouts in
 
4324
    the testsuite.
 
4325
 
 
4326
 -- Matthias Klose <doko@debian.org>  Mon, 07 Jul 2008 11:31:58 +0200
 
4327
 
 
4328
gcc-4.3 (4.3.1-5) unstable; urgency=low
 
4329
 
 
4330
  * Update to SVN 20080705 from the gcc-4_3-branch.
 
4331
    - Fix PR target/36634, wrong-code on powerpc with -msecure-plt.
 
4332
  * Fix PR target/35965, PIC + -fstack-protector on arm/armel. Closes: #469517.
 
4333
  * Don't run the libjava testsuite with -mabi=n32.
 
4334
  * Update patch for PR other/28322, that unknown -Wno-* options do not
 
4335
    cause errors, but warnings instead.
 
4336
  * On m68k, add -fgnu89-inline when in gnu99 mode (requested by Michael
 
4337
    Casadeval for the m68k port). Closes: #489234.
 
4338
 
 
4339
 -- Matthias Klose <doko@debian.org>  Sun, 06 Jul 2008 01:39:30 +0200
 
4340
 
 
4341
gcc-4.3 (4.3.1-4) unstable; urgency=low
 
4342
 
 
4343
  * Revert: debian/patches/gcc-multilib64dir.dpatch: Remove obsolete patch.
 
4344
  * Remove obsolete multiarch-lib patch.
 
4345
 
 
4346
 -- Matthias Klose <doko@debian.org>  Mon, 30 Jun 2008 23:05:17 +0200
 
4347
 
 
4348
gcc-4.3 (4.3.1-3) unstable; urgency=medium
 
4349
 
 
4350
  [Arthur Loiret]
 
4351
  * debian/rules2:
 
4352
    - configure sh4-linux with --with-multilib-list=m4,m4-nofpu
 
4353
      and --with-cpu=sh4.
 
4354
    - configure sparc-linux with --enable-targets=all on snapshot builds
 
4355
      (change already in 4.3.1-1).
 
4356
  * debian/rules.patch: Don't apply sh4-multilib.dpatch.
 
4357
 
 
4358
  [Matthias Klose]
 
4359
  * Update to SVN 20080628 from the gcc-4_3-branch.
 
4360
    - Fix PR target/36533, wrong-code with incorrectly assumed aligned_operand.
 
4361
      Closes: #487115.
 
4362
  * debian/rules.defs: Remove hurd-i386 from ssp_no_archs (Samuel Thibault).
 
4363
    Closes: #483613.
 
4364
  * Do not create a /usr/lib/gcc/<target-arch>/4.3.0 symlink.
 
4365
  * debian/patches/gcc-multilib64dir.dpatch: Remove obsolete patch.
 
4366
  * libjava/classpath: Set and use EXTRA_CFLAGS (taken from the trunk).
 
4367
 
 
4368
 -- Matthias Klose <doko@debian.org>  Sat, 28 Jun 2008 16:00:38 +0200
 
4369
 
 
4370
gcc-4.3 (4.3.1-2) unstable; urgency=low
 
4371
 
 
4372
  * Update to SVN 20080610 from the gcc-4_3-branch.
 
4373
    - config.gcc: Fix quoting for in the enable_cld test.
 
4374
  * Use GNU locales on hurd-i386 (Samuel Thibault). Closes: #485395.
 
4375
  * libstdc++-doc: Fix URL's for locally installed docs. Closes: #485133.
 
4376
  * libjava: On armel apply kludge to fix unwinder infinitely looping 'til
 
4377
    it runs out of memory.
 
4378
  * Adjust dependencies to require GCC 4.3.1.
 
4379
 
 
4380
 -- Matthias Klose <doko@debian.org>  Wed, 11 Jun 2008 00:35:38 +0200
 
4381
 
 
4382
gcc-4.3 (4.3.1-1) unstable; urgency=high
 
4383
 
 
4384
  [Samuel Tardieu, Ludovic Brenta]
 
4385
  * debian/patches/pr16087.dpatch: new. Fixes: #248173.
 
4386
  * Correct the patches from the previous upload.
 
4387
 
 
4388
  [Ludovic Brenta]
 
4389
  * debian/patches/ada-acats.dpatch: really run the just-built gnat, not the
 
4390
    bootstrap gnat.
 
4391
  * debian/rules2: when running the Ada test suite, do not run the multilib
 
4392
    tests as gnat does not support multilib yet.
 
4393
  * Run the ACATS testsuite again (patch it so it correctly finds gnatmake).
 
4394
 
 
4395
  [Thiemo Seufer]
 
4396
  * debian/patches/ada-libgnatprj.dpatch,
 
4397
    debian/patches/ada-mips{,el}.dpatch: complete support for mips and mipsel.
 
4398
    Fixes: #482433.
 
4399
 
 
4400
  [Matthias Klose]
 
4401
  * GCC-4.3.1 release.
 
4402
  * Do not include standard system paths in libgcj pkgconfig file.
 
4403
  * Suggest the correct libmudflap0-dbg package.
 
4404
  * Fix PR libjava/35020, taken from the trunk.
 
4405
  * Apply proposed patch for PR tree-optimization/36343.
 
4406
  * On hurd-i386 with -fstack-protector do not link with libssp_nonshared
 
4407
    (Samuel Thibault). Closes: #483613.
 
4408
  * Apply proposed patch for PR tree-optimization/34244.
 
4409
  * Remove debian-revision in symbols files.
 
4410
  * Fix installation of all biarch -multilib packages which are not triarch.
 
4411
  * Fix some lintian warnings.
 
4412
  * Include library symlinks in gobjc and gfortran multilib packages, when
 
4413
    not building the library packages.
 
4414
  * Fix sections in doc-base files.
 
4415
  * Don't apply the sparc-biarch patch when building the gcc-snapshot package.
 
4416
  * libjava: Add @file support for gjavah & gjar.
 
4417
  * Apply patch for PR rtl-optimization/36111, taken from the trunk.
 
4418
 
 
4419
  * Closing reports reported against gcc-4.0 and fixed in gcc-4.3:
 
4420
    - General
 
4421
      + Fix PR optimization/3511, inlined strlen() could be smarter.
 
4422
        Close: #86251.
 
4423
    - C
 
4424
      + Fix PR c/9072, Split of -Wconversion in two different flags.
 
4425
        Closes: #128950, #226952.
 
4426
    - C++/libstdc++
 
4427
      + PR libstdc++/24660, implement versioning weak symbols in libstdc++.
 
4428
        Closes: #328421.
 
4429
    - Architecture specific:
 
4430
      - mips
 
4431
        + PR target/26560, unable to find a register to spill in class
 
4432
          'FP_REGS'. Closes: #354439.
 
4433
      - sparc
 
4434
        + Fix PR rtl-optimization/23454, ICE in invert_exp_1. Closes: #340951.
 
4435
  * Closing reports reported against gcc-4.1 and fixed in gcc-4.2:
 
4436
    - General
 
4437
      + PR tree-optimization/30132, ICE in find_lattice_value. Closes: #400484.
 
4438
      + PR other/29534, ICE in "gcc -O -ftrapv" with decreasing array index.
 
4439
        Closes: #405065.
 
4440
      + Incorrect SSE2 code generation for vector initialization.
 
4441
        Closes: #406442.
 
4442
      + Fix segfault in cc1 due to infinite loop in error() when using -ftrapv.
 
4443
        Closes: #458072.
 
4444
      + Fix regression in code size with -Os compared to GCC-3.3.
 
4445
        Closes: #348298.
 
4446
    - C++
 
4447
      + Fix initialization of global variables with non-constant initializer.
 
4448
        Closes: #446067.
 
4449
      + Fix ICE building muse. Closes: #429385.
 
4450
  * Closing reports reported against gcc-4.1 and fixed in gcc-4.3:
 
4451
    - C++
 
4452
      + PR c++/28705, ICE: in type_dependent_expression_p. Closes: #406324.
 
4453
      + PR c++/7302, -Wnon-virtual-dtor should't complain of protected dtor.
 
4454
        Closes: #356316.
 
4455
      + PR c++/28316, PR c++/24791, PR c++/20133, ICE in instantiate_decl.
 
4456
        Closes: #327346, #355909.
 
4457
    - Fortran
 
4458
      + PR fortran/31639, ICE in gfc_conv_constant. Closes: #401496.
 
4459
    - Java
 
4460
      + Fix ICE using gcj with --coverage. Closes: #416326.
 
4461
      + PR libgcj/29869, LogManager class loading failure. Closes: #399251
 
4462
      + PR swing/29547 setText (String) of JButton does not work
 
4463
        with HTML code. Closes: #392791.
 
4464
      + PR libgcj/29178, CharsetEncoder.canEncode() gives different results
 
4465
        than Sun version. Closes: #388596.
 
4466
      + PR java/8923, ICE when modifying a variable decleared "final static".
 
4467
        Closes: #351512.
 
4468
      + PR java/22507, segfault building Apache Cocoon. Closes: #318534.
 
4469
      + PR java/2499, class members should be inherited from implemented
 
4470
        interfaces. Closes: #225434.
 
4471
      + PR java/10581, ICE compiling freenet. Closes: #186922.
 
4472
      + PR libgcj/28340, gij ignores -Djava.security.manager. Closes: #421098.
 
4473
      + PR java/32846, build failure on GNU/Hurd. Closes: #408888.
 
4474
      + PR java/29194, fails to import package from project. Closes: #369873.
 
4475
      + PR libgcj/31700, -X options not recognised by JNI_CreateJavaVM.
 
4476
        Closes: #426742.
 
4477
      + java.util.Calendar.setTimeZone fails to set ZONE_OFFSET.
 
4478
        Closes: #433636.
 
4479
    - Architecture specific:
 
4480
      - alpha
 
4481
        + C++, fix segfault in constructor with -Os. Closes: #438436.
 
4482
      - hppa
 
4483
        + PR target/30131, ICE in propagate_one_insn. Closes: #397341.
 
4484
      - m32r
 
4485
        + PR target/28508, assembler error (operand out of range).
 
4486
          Closes: #417542.
 
4487
      - m68k
 
4488
        + PR target/34688, ICE in output_operand. Closes: #459429.
 
4489
  * Closing reports reported against gcc-4.2 and fixed in gcc-4.3:
 
4490
    - General
 
4491
      + PR tree-optimization/33826, wrong code generation for infinitely
 
4492
        recursive functions. Closes: #445536.
 
4493
    - C++
 
4494
      + PR c++/24791, ICE on invalid instantiation of template's static member.
 
4495
        Closes: #446698.
 
4496
 
 
4497
  [Aurelien Jarno]
 
4498
  * Really apply arm-funroll-loops.dpatch on arm and armel. Closes: #476460.
 
4499
 
 
4500
 -- Matthias Klose <doko@debian.org>  Sat, 07 Jun 2008 23:16:21 +0200
 
4501
 
 
4502
gcc-4.3 (4.3.0-5) unstable; urgency=medium
 
4503
 
 
4504
  * Update to SVN 20080523 from the gcc-4_3-branch.
 
4505
    - Remove gcc-i386-emit-cld patch.
 
4506
    - On Debian amd64 and i386 configure with --enable-cld.
 
4507
  * Fix PR tree-optimization/36129, ICE with -fprofile-use.
 
4508
  * Add spu build dependencies independent of the architecture.
 
4509
  * Move arm -funroll-loops fix to arm-funroll-loops from 
 
4510
    gfortran-armel-updates. Apply it on both arm and armel. 
 
4511
    Closes: #476460.
 
4512
  * Use iceape-dev as a build dependency for Java enabled builds.
 
4513
  * Build the sru cross compiler from a separate source dir without applying
 
4514
    the hardening patches.
 
4515
 
 
4516
 -- Matthias Klose <doko@debian.org>  Fri, 23 May 2008 10:12:02 +0200
 
4517
 
 
4518
gcc-4.3 (4.3.0-4) unstable; urgency=low
 
4519
 
 
4520
  [ Aurelien Jarno ]
 
4521
  * Fix gnat-4.3 build on mips/mipsel. 
 
4522
  * Update libgcc1 symbols for hurd-i386.
 
4523
 
 
4524
  [ Arthur Loiret ]
 
4525
  * Make gcc-4.3-spu Recommends newlib-spu. Closes: #476088
 
4526
  * Build depend on spu build dependencies only when building
 
4527
    as gcc-4.x source package.
 
4528
  * Disable spu for snapshot builds.
 
4529
  * Support sh4 targets:
 
4530
    - sh4-multilib.dpatch: Add, fix multilib (m4/m4-nofpu) for sh4-linux
 
4531
    - multiarch-include.dpatch: Don't apply on sh4.
 
4532
 
 
4533
  [ Matthias Klose ]
 
4534
  * Stop building libffi packages.
 
4535
  * Update to SVN 20080501 from the gcc-4_3-branch.
 
4536
    - Fix PR target/35662, wrong gfortran code on mips/mipsel. Closes: #476427.
 
4537
    - Fixes mplayer build on powerpc. Closes: #475153.
 
4538
  * Stop building gij/gcj on alpha, arm and hppa. Closes: #459560.
 
4539
  * libstdc++6-4.3-doc: Fix file location in doc-base file. Closes: #476253.
 
4540
  * debian/patches/template.dpatch: Remove the `exit 0' line.
 
4541
  * Fix alternative names for amd64 cross builds. Addresses: #466422.
 
4542
  * debian/copyright: Update to GPLv3, remove the text of the GFDL
 
4543
    and reference the copy in common-licenses.
 
4544
  * Generate the locale data for the testsuite, if the locales package
 
4545
    is installed (not a dependency on all archs).
 
4546
  * Update libgcc2 symbols for m68k, libstdc++6 symbols for arm, m68k, mips
 
4547
    and mipsel.
 
4548
  * Do not include a symbols file for libobjc_gc.so.
 
4549
  * Add four more symbols to libgcj_bc, patch taken from the trunk.
 
4550
  * Adjust names of manual pages in the spu build on powerpc.
 
4551
  * ARM EABI (armel) updates (Andrew Jenner, Julian Brown):
 
4552
    - Add Objective-C support.
 
4553
    - Fortran support patches.
 
4554
    - Fix ICE in gfortran.dg/vector_subscript_1.f90 for -Os -mthumb reload.
 
4555
  * Build ObjC and Obj-C++ packages on armel.
 
4556
  * Reenable running the testsuite on m68k.
 
4557
 
 
4558
  [Samuel Tardieu, Ludovic Brenta]
 
4559
  * debian/patches/gnalasup_to_lapack.dpatch: new.
 
4560
  * debian/patches/pr34466.dpatch,
 
4561
    debian/patches/pr22255.dpatch,
 
4562
    debian/patches/pr33688.dpatch,
 
4563
    debian/patches/pr10768.dpatch,
 
4564
    debian/patches/pr28305.dpatch,
 
4565
    debian/patches/pr17985.dpatch (#278685)
 
4566
    debian/patches/pr15915.dpatch,
 
4567
    debian/patches/pr16098.dpatch,
 
4568
    debian/patches/pr18680.dpatch,
 
4569
    debian/patches/pr28733.dpatch,
 
4570
    debian/patches/pr22387.dpatch,
 
4571
    debian/patches/pr29015.dpatch: new; backport Ada bug fixes from GCC 4.4.
 
4572
  * debian/patches/rules.patch: apply them.
 
4573
  * debian/patches/pr35050.dpatch: update.
 
4574
 
 
4575
  [Andreas Jochens]
 
4576
  * debian/patches/ppc64-ada.dpatch: update, adding support for ppc64.
 
4577
    (#476868).
 
4578
 
 
4579
  [Ludovic Brenta]
 
4580
  * Apply ppc64-ada.dpatch whenever we build libgnat, not just on ppc64.
 
4581
  * debian/patches/pr28322.dpatch: never pass -Wno-overlength-strings to
 
4582
    the bootstrap compiler, as the patch breaks the detection of whether
 
4583
    the bootstrap compiler supports this option or not.
 
4584
    Fixes: #471192.  Works around #471767.
 
4585
  * Merge Aurélien Jarno's mips patch.  Fixes: #472854.
 
4586
 
 
4587
  [ Samuel Tardieu ]
 
4588
  * debian/patches/pr30740.dpatch: new Ada bug fix.
 
4589
  * debian/patches/pr35050.dpatch: new Ada bug fix.
 
4590
 
 
4591
  [ Xavier Grave ]
 
4592
  * debian/patches/ada-mips{,el}.dpatch: new; split mips/mipsel support
 
4593
    into new patches, out of ada-sjlj.dpatch.
 
4594
  * debian/rules.d/binary-ada.mk: fix the version number of libgnarl-4.3.a.
 
4595
 
 
4596
  [Roman Zippel]
 
4597
  * PR target/25343, fix gcc.dg/pch/pch for m68k.
 
4598
 
 
4599
 -- Matthias Klose <doko@debian.org>  Thu, 01 May 2008 21:08:09 +0200
 
4600
 
 
4601
gcc-4.3 (4.3.0-3) unstable; urgency=medium
 
4602
 
 
4603
  [ Matthias Klose ]
 
4604
  * Update to SVN 20080401 from the gcc-4_3-branch.
 
4605
    - Fix PR middle-end/35705 (hppa only).
 
4606
  * Update libstdc++6 symbols for hurd-i386. Closes: #472334.
 
4607
  * Update symbol files for libgomp (ppc64).
 
4608
  * Only apply the gcc-i386-emit-cld patch on amd64 and i386 architectures.
 
4609
  * Update libstdc++ baseline symbols for hppa.
 
4610
  * Install powerpc specific header files new in 4.3.
 
4611
  * gcc-4.3-hppa64: Don't include the install tools in the package.
 
4612
 
 
4613
  [ Aurelien Jarno ]
 
4614
  * Fix gobjc-4.3-multilib dependencies. Closes: #473455.
 
4615
  * Fix gnat-4.3 build on mips/mipsel. 
 
4616
  * patches/ada-alpha.dpatch: new patch to fix gnat-4.3 build on alpha.
 
4617
    Closes: #472852.
 
4618
  * patches/config-ml.dpatch: also check for n32 multidir.
 
4619
 
 
4620
  [ Arthur Loiret ]
 
4621
  * Build-Depends on binutils (>= 2.18.1~cvs20080103-2) on mips and mipsel,
 
4622
    required for triarch.
 
4623
  * libstdc++-pic.dpatch: Update, don't fail anymore if shared lib is disabled.
 
4624
 
 
4625
  [ Andreas Jochens ]
 
4626
  * Fix build failures on ppc64. Closes: #472917.
 
4627
    - gcc-multilib64dir.dpatch: Remove "msoft-float" and "nof" from MULTILIB
 
4628
      variables.
 
4629
    - Removed ppc64-biarch.dpatch.
 
4630
    - Add debian/lib32gfortan3.symbols.ppc64.
 
4631
 
 
4632
  [ Arthur Loiret, Matthias Klose ]
 
4633
  * Build compilers for spu-elf target on powerpc and ppc64.
 
4634
    - Add gcc-4.3-spu, g++-4.3-spu and gfortran-4.3-spu packages.
 
4635
    - Partly based on the work in Ubuntu on the spu toolchain.
 
4636
 
 
4637
 -- Matthias Klose <doko@debian.org>  Tue, 01 Apr 2008 23:29:21 +0000
 
4638
 
 
4639
gcc-4.3 (4.3.0-2) unstable; urgency=low
 
4640
 
 
4641
  [Matthias Klose]
 
4642
  * Update to SVN 20080321 from the gcc-4_3-branch.
 
4643
    - Remove some broken code that attempts to enforce linker
 
4644
      constraints. Closes: #432541.
 
4645
  * Temporary fix, will be removed once a fixed kernel is available
 
4646
    in testing: Emit cld instruction when stringops are used (i386).
 
4647
    Do not expose the -mcld option until added upstream. Closes: #469567.
 
4648
  * Update NEWS files.
 
4649
  * libjava: Don't leak upon failed realloc (taken from the trunk).
 
4650
  * debian/rules2: The build is not yet prepared to take variables from
 
4651
    the environment; unexport and unset those.
 
4652
 
 
4653
  [Arthur Loiret/Aurelien Jarno]
 
4654
  * MIPS tri-arch support:
 
4655
    - mips-triarch.dpatch: new patch to default to o32 and follow the
 
4656
      glibc convention for n32 & 64 bit names.
 
4657
    - Rename $(biarch) and related vars into $(biarch64).
 
4658
    - Fix biarchsubdir to allow triarch.
 
4659
    - Add biarchn32 support.
 
4660
    - Add mips and mipsel to biarch64 and biarchn32 archs.
 
4661
    - Update binary rules for biarchn32 and libn32 targets.
 
4662
    - Fix multilib deps for triarch.
 
4663
    - control.m4: Add libn32 packages.
 
4664
 
 
4665
 -- Matthias Klose <doko@debian.org>  Sat, 22 Mar 2008 00:06:33 +0100
 
4666
 
 
4667
gcc-4.3 (4.3.0-1) unstable; urgency=low
 
4668
 
 
4669
  [Matthias Klose]
 
4670
  * GCC-4.3.0, final release.
 
4671
  * Update to SVN 20080309 from the gcc-4_3-branch.
 
4672
  * Build from a modified tarball, without GFDL documentation with
 
4673
    invariant sections and cover texts.
 
4674
  * debian/rules.unpack: Avoid make warnings.
 
4675
  * debian/rules.d/binary-cpp.mk: Add 4.3.0 symlink in gcclibdir.
 
4676
  * Stop building treelang (removed upstream).
 
4677
  * gcj-4.3: Hardcode libgcj-bc dependency, don't run dh_shlibdeps on ecj1.
 
4678
 
 
4679
  [Aurelien Jarno]
 
4680
  * Update libssp-gnu.dpatch and reenable it.
 
4681
 
 
4682
 -- Matthias Klose <doko@debian.org>  Sun, 09 Mar 2008 15:18:08 +0100
 
4683
 
 
4684
gcc-4.3 (4.3.0~rc2-1) unstable; urgency=medium
 
4685
 
 
4686
  * Update to SVN 20080301 from the gcc-4_3-branch.
 
4687
  * Include the biarch libobjc_gc library in the packages.
 
4688
  * Link libobjc_gc with libgcjgc_convenience.la.
 
4689
  * Add new symbols to libstdc++6 symbol files, remove the symbols for
 
4690
    <system_error> support (reverted upstream for the 4.3 branch).
 
4691
  * Disable running the testsuite on m68k.
 
4692
  * Update PR other/28322, ignore only unknown -W* options.
 
4693
 
 
4694
 -- Matthias Klose <doko@debian.org>  Sat, 01 Mar 2008 15:09:16 +0100
 
4695
 
 
4696
gcc-4.3 (4.3-20080227-1) unstable; urgency=low
 
4697
 
 
4698
  [Matthias Klose]
 
4699
  * Update to SVN 20080227 from the gcc-4_3-branch.
 
4700
  * Fix PR other/28322, GCC new warnings and compatibility.
 
4701
    Addresses: #367657.
 
4702
 
 
4703
  [Hector Oron]
 
4704
  * Fix cross-compile builds. Closes: #467471.
 
4705
 
 
4706
 -- Matthias Klose <doko@debian.org>  Thu, 28 Feb 2008 00:30:38 +0100
 
4707
 
 
4708
gcc-4.3 (4.3-20080219-1) unstable; urgency=medium
 
4709
 
 
4710
  [Matthias Klose]
 
4711
  * Update to SVN 20080219 from the gcc-4_3-branch.
 
4712
  * Apply proposed patch for PR target/34571 (alpha).
 
4713
  * libgcj9-dev: Don't claim that the package contains the static
 
4714
    libraries.
 
4715
  * libjava-xulrunner1.9.dpatch: Add configure check for xulrunner-1.9.
 
4716
    Name the alternative xulrunner-1.9-javaplugin.so.
 
4717
  * libgcj-doc: Don't include the examples; these cannot be built
 
4718
    with the existing Makefile anyway. Addresses: #449608.
 
4719
  * Manpages for gc-analyze and grmic are GFDL. Don't include these when
 
4720
    building DFSG compliant packages.
 
4721
  * Fix build failure building amd64 cross-target libstdc++ packages
 
4722
    (Tim Bagot). Addresses: #464365.
 
4723
  * Fix typos in rename-info-files patch (Richard Guenther).
 
4724
  * Fix PR libgcj/24170.
 
4725
 
 
4726
  [Aurelien Jarno]
 
4727
  * kbsd-gnu-ada.dpatch: new patch to fix build on GNU/kFreeBSD.
 
4728
 
 
4729
  [Ludovic Brenta]
 
4730
  * debian/rules.defs: Temporarily disable the testsuite when building gnat.
 
4731
  * debian/patches/libffi-configure.dpatch: run autoconf in the top-level
 
4732
    directory, where we've changed configure.ac; not in src/gcc.
 
4733
  * debian/patches/ada-sjlj.dpatch: do not run autoconf since we don't
 
4734
    change configure.ac.
 
4735
  * debian/control.m4 (gnat-4.3-doc): conflict with gnat-4.[12]-doc.
 
4736
    Closes: #464801.
 
4737
 
 
4738
 -- Matthias Klose <doko@debian.org>  Tue, 19 Feb 2008 23:20:45 +0000
 
4739
 
 
4740
gcc-4.3 (4.3-20080202-1) unstable; urgency=low
 
4741
 
 
4742
  [ Matthias Klose ]
 
4743
  * Update to SVN 20080202 from the trunk.
 
4744
    - Fix PR c/35017, pedwarns about valid code. Closes: #450506.
 
4745
    - Fix PR target/35045, wrong code generation with -O3 on i386.
 
4746
      Closes: #463478.
 
4747
  * gcj-4.3: On armel depend on g++-4.3.
 
4748
  * Re-enable build of libobjc_gc, using the internal version of boehm-gc.
 
4749
    Closes: #212248.
 
4750
 
 
4751
  [Ludovic Brenta]
 
4752
  * debian/patches/ada-default-project-path.dpatch,
 
4753
    debian/patches/ada-gcc-name.dpatch,
 
4754
    debian/patches/ada-symbolic-tracebacks.dpatch,
 
4755
    debian/patches/ada-link-lib.dpatch,
 
4756
    debian/patches/ada-libgnatvsn.dpatch,
 
4757
    debian/patches/ada-libgnatprj.dpatch,
 
4758
    debian/patches/ada-sjlj.dpatch: adjust to GCC 4.3.
 
4759
  * debian/README.gnat, debian/TODO,
 
4760
    debian/rules.d/binary-ada.mk: merge from gnat-4.2.
 
4761
  * debian/README.maintainers: add instructions for patching GCC.
 
4762
  * debian/patches/ada-driver.dpatch: remove, no longer used.
 
4763
  * debian/patches/libffi-configure.dpatch: do not patch the top-level
 
4764
    configure anymore; instead, rerun autoconf.  This allows removing the
 
4765
    patch cleanly.
 
4766
  * debian/rules2: use gnatgcc as the bootstrap compiler, not gcc-4.2.
 
4767
 
 
4768
 -- Matthias Klose <doko@debian.org>  Sat, 02 Feb 2008 19:58:48 +0100
 
4769
 
 
4770
gcc-4.3 (4.3-20080127-1) unstable; urgency=low
 
4771
 
 
4772
  [ Matthias Klose ]
 
4773
  * Update to SVN 20080126 from the trunk.
 
4774
  * Tighten build dependency on doxygen.
 
4775
  * Update libstdc++ patches to current svn.
 
4776
  * gij-4.3: Provide java*-runtime-headless instead of java*-runtime.
 
4777
  
 
4778
  [ Aurelien Jarno]
 
4779
  * debian/multiarch.inc: change mipsel64 into mips64el.
 
4780
 
 
4781
 -- Matthias Klose <doko@debian.org>  Sun, 27 Jan 2008 01:33:35 +0100
 
4782
 
 
4783
gcc-4.3 (4.3-20080116-1) unstable; urgency=medium
 
4784
 
 
4785
  * Update to SVN 20080116 from the trunk.
 
4786
  * Update debian/watch.
 
4787
  * Build libgomp documentation without building libgomp. Addresses: #460660.
 
4788
  * Handle lzma compressed tarballs.
 
4789
  * Fix dependency generation for the gcc-snapshot package: Addresses: #454667.
 
4790
  * Restore lost chunk in libjava-subdir.dpatch.
 
4791
 
 
4792
 -- Matthias Klose <doko@debian.org>  Wed, 16 Jan 2008 20:33:50 +0100
 
4793
 
 
4794
gcc-4.3 (4.3-20080112-1) unstable; urgency=low
 
4795
 
 
4796
  * Update to SVN 20080112 from the trunk.
 
4797
  * Tighten build-dependency on dpkg-dev (closes: #458894).
 
4798
  * Update symbol definitions for alpha.
 
4799
  * Build-depend on libmpfr-dev for all source packages.
 
4800
 
 
4801
 -- Matthias Klose <doko@debian.org>  Sun, 13 Jan 2008 00:40:28 +0100
 
4802
 
 
4803
gcc-4.3 (4.3-20080104-1) unstable; urgency=low
 
4804
 
 
4805
  * Update to SVN 20080104 from the trunk.
 
4806
  * Update symbol definitions for alpha, hppa, ia64, mips, mipsel, powerpc,
 
4807
    s390, sparc.
 
4808
 
 
4809
 -- Matthias Klose <doko@debian.org>  Fri, 04 Jan 2008 07:34:15 +0100
 
4810
 
 
4811
gcc-4.3 (4.3-20080102-1) unstable; urgency=low
 
4812
 
 
4813
  [ Matthias Klose ]
 
4814
  * Update to SVN 20080102 from the trunk.
 
4815
    - Fix 64bit biarch builds (addresses: #447443).
 
4816
  * debian/rules.d/binary-java.mk: Reorder packaging to get shlibs
 
4817
    dependencies right.
 
4818
  * Use lib instead of lib64 as multilibdir on amd64 and ppc64.
 
4819
  * Build the java plugin always using libxul-dev.
 
4820
  * Add libgcj_bc to the libgcj9-0 shlibs file.
 
4821
  * Add symbol files for libgcc1, lib32gcc1, lib64gcc1, libstdc++6,
 
4822
    lib32stdc++6, lib64stdc++6, libgomp1, lib32gomp1, lib64gomp1, libffi4,
 
4823
    lib32ffi4, lib64ffi4, libobjc2, lib32objc2, lib64objc2, libgfortran3,
 
4824
    lib32gfortran3, lib64gfortran3.
 
4825
    Adjust build dependencies on dpkg-dev and debhelper.
 
4826
  * Do not build the java packages from the gcc-4.3 source package.
 
4827
 
 
4828
  [ Aurelien Jarno ]
 
4829
  * Disable amd64-biarch patch on kfreebsd-amd64.
 
4830
 
 
4831
 -- Matthias Klose <doko@debian.org>  Wed, 02 Jan 2008 23:48:14 +0100
 
4832
 
 
4833
gcc-4.3 (4.3-20071124-1) experimental; urgency=low
 
4834
 
 
4835
  [ Matthias Klose ]
 
4836
  * Update to SVN 20071124 from the trunk.
 
4837
  * Fix dependencies of lib*gcc1-dbg packages.
 
4838
  * gcjwebplugin: Fix path of the gcj subdirectory. LP: #149792.
 
4839
  * gij-hppa: Call gij-4.2, not gij-4.1. Addresses: #446282.
 
4840
  * Don't run the testsuite on hppa when expect-tcl8.3 is not available.
 
4841
  * Fix libgcc1-dbg doc directory symlink. Closes: #447969.
 
4842
 
 
4843
  [ Aurelien Jarno ]
 
4844
  * Update kbsd-gnu patch.
 
4845
  * Remove kbsd-gnu-ada patch (merged upstream).
 
4846
 
 
4847
 -- Matthias Klose <doko@debian.org>  Sat, 24 Nov 2007 13:14:29 +0100
 
4848
 
 
4849
gcc-4.3 (4.3-20070930-1) experimental; urgency=low
 
4850
 
 
4851
  [Matthias Klose]
 
4852
  * Update to SVN 20070929 from the trunk.
 
4853
  * Update debian patches to the current trunk.
 
4854
  * Regenerate the control file.
 
4855
  * On powerpc-linux-gnu and i486-linux-gnu cross-compile the 64bit
 
4856
    multilib libraries to allow a sucessful build on 32bit kernels
 
4857
    (our buildds). Although we won't get 64bit test results this way ...
 
4858
  * Remove the build dependency on expect-tcl8.3.
 
4859
  * Fix MULTILIB_OSDIRNAMES for cross builds targeted for amd64 and ppc64.
 
4860
  * When -fstack-protector is the default (Ubuntu), do not enable
 
4861
    -fstack-protector when -nostdlib is specified. LP: #77865.
 
4862
  * Always set STAGE1_CFLAGS to -g -O2, only pass other settings
 
4863
    when configuring when required.
 
4864
  * Configure --with-bugurl, adjust the bug reporting instructions.
 
4865
  * gcc-4.3: Install new cpuid.h header.
 
4866
  * Fix installation of the s390 libstdc++ biarch headers.
 
4867
  * Install new bmmintrin.h, mmintrin-common.h headers.
 
4868
  * Build -dbg packages for libgcc, libgomp, libmudflap, libffi, libobjc,
 
4869
    libgfortran.
 
4870
  * Downgrade libmudflap-dev recommendation to a suggestion. Closes: #443929.
 
4871
 
 
4872
  [Riku Voipio]
 
4873
  * Configure armeabi with --disable-sjlj-exceptions.
 
4874
  * armel testsuite takes ages, adjust build accordingly.
 
4875
 
 
4876
 -- Matthias Klose <doko@debian.org>  Sun, 30 Sep 2007 12:06:02 +0200
 
4877
 
 
4878
gcc-4.3 (4.3-20070902-1) experimental; urgency=low
 
4879
 
 
4880
  * Upload to experimental.
 
4881
 
 
4882
 -- Matthias Klose <doko@debian.org>  Sun,  2 Sep 2007 20:51:16 +0200
 
4883
 
 
4884
gcc-4.3 (4.3-20070902-0ubuntu1) gutsy; urgency=low
 
4885
 
 
4886
  * Update to SVN 20070902 from the trunk.
 
4887
  * Fix the build logic for the Ubuntu i386 buildd; we can't build biarch.
 
4888
  * Only remove libgcj9's classmap db if no other libgcj9* library is
 
4889
    installed.
 
4890
  * A lot more updates for 4.3 packaging.
 
4891
 
 
4892
 -- Matthias Klose <doko@ubuntu.com>  Sat, 01 Sep 2007 21:01:43 +0200
 
4893
 
 
4894
gcc-4.3 (4.3-20070901-0ubuntu1) gutsy; urgency=low
 
4895
 
 
4896
  * Update to SVN 20070901 from the trunk.
 
4897
  * First gcc-4.3 package build.
 
4898
    - Update patches for the *-linux-gnu builds.
 
4899
    - Update build files for 4.3.
 
4900
  * Add proposed patch for PR middle-end/33029.
 
4901
  * gcj-4.3: Install gc-analyze.
 
4902
 
 
4903
 -- Matthias Klose <doko@ubuntu.com>  Sat,  1 Sep 2007 20:52:16 +0200
 
4904
 
 
4905
gcc-4.2 (4.2.2-7) unstable; urgency=low
 
4906
 
 
4907
  * Update to SVN 20080114 from the ubuntu/gcc-4_2-branch.
 
4908
    - Fix PR middle-end/34762. LP: #182412.
 
4909
  * Update debian/watch. Closes: #459259. Addresses: #459391, #459392.
 
4910
  * Build libgomp documentation without building libgomp. Closes: #460660.
 
4911
  * Restore gomp development files. Closes: #460736.
 
4912
 
 
4913
 -- Matthias Klose <doko@debian.org>  Mon, 14 Jan 2008 23:20:04 +0100
 
4914
 
 
4915
gcc-4.2 (4.2.2-6) unstable; urgency=low
 
4916
 
 
4917
  * Update to SVN 20080113 from the ubuntu/gcc-4_2-branch.
 
4918
  * Adjust build-dependency on debhelper, dpkg-dev.
 
4919
  * Fix gnat-4.2 build failure (addresses: #456867).
 
4920
  * Do not build packages built from the gcc-4.3 source.
 
4921
 
 
4922
 -- Matthias Klose <doko@debian.org>  Sun, 13 Jan 2008 13:48:49 +0100
 
4923
 
 
4924
gcc-4.2 (4.2.2-5) unstable; urgency=low
 
4925
 
 
4926
  [Matthias Klose]
 
4927
  * Update to SVN 20080102 from the ubuntu/gcc-4_2-branch.
 
4928
    - Fix PR middle-end/32889, ICE in delete_output_reload.
 
4929
      Closes: #444873, #445336, #451047.
 
4930
    - Fix PR target/34215, ICE in assign_386_stack_local.
 
4931
      Closes: #446714, #452451.
 
4932
    - Fix PR target/33848, reference to non-existent label at -O1 on
 
4933
      mips/mipsel. Closes: #441633.
 
4934
  * debian/rules.d/binary-java.mk: dpkg-shlibsdeps can't handle the dangling
 
4935
    symlink to libgcj_bc.so.1. Remove it temporarily.
 
4936
  * Add libgcj_bc to the libgcj8-1 shlibs file.
 
4937
  * Fix build failures for gnat-4.2, gpc-4.2, gdc-4.2 introduced by recent
 
4938
    gdc changes.
 
4939
  * Add symbol files for libgcc1, lib32gcc1, lib64gcc1, libstdc++6,
 
4940
    lib32stdc++6, lib64stdc++6, libgomp1, lib32gomp1, lib64gomp1, libffi4,
 
4941
    lib32ffi4, lib64ffi4, libobjc2, lib32objc2, lib64objc2. Adjust build
 
4942
    dependencies on dpkg-dev and debhelper.
 
4943
    Adjust build-dependency on dpkg-dev.
 
4944
 
 
4945
  [Arthur Loiret]
 
4946
  * Fix gdc-4.2 build failure.
 
4947
  * Update gdc to upstream SVN 20071124.
 
4948
    - d-bi-attrs: Support attributes on declarations in other modules.
 
4949
    - d-codegen.cc (IRState::attributes): Support constant declarations as
 
4950
      string arguments.
 
4951
  * Enable libphobos:
 
4952
    - gdc-4.2.dpatch: Fix ICEs.
 
4953
    - gdc-4.2-build.dpatch: Update, make it cleaner.
 
4954
  * Install libphobos in the private gcc lib dir.
 
4955
  * gdc-4.2.dpatch: Update from gdc-4.1.dpatch.
 
4956
    - gcc/tree-sra.c: Do not use SRA on structs with aliased fields created
 
4957
      for anonymous unions.
 
4958
    - gcc/predict.c: Add null-pointer check.
 
4959
  * debian/rules.defs: Disable phobos on hurd-i386.
 
4960
    - gdc-hurd-proc_maps.dpatch: Remove.
 
4961
 
 
4962
 -- Matthias Klose <doko@debian.org>  Wed, 02 Jan 2008 15:49:30 +0100
 
4963
 
 
4964
gcc-4.2 (4.2.2-4) unstable; urgency=low
 
4965
 
 
4966
  [Matthias Klose]
 
4967
  * Update to SVN 20071123 from the ubuntu/gcc-4_2-branch.
 
4968
    - Fix PR middle-end/34130, wrong code with some __builtin_abs expressions.
 
4969
      Closes: #452108.
 
4970
  * Don't run the testsuite on hppa when expect-tcl8.3 is not available.
 
4971
  * Fix libgcc1-dbg doc directory symlink. Closes: #447969.
 
4972
  * Use gcc-multilib as build-dependency instead of gcc-4.1-mulitlib.
 
4973
  * Support for fast-math on hurd-i386 (Michael Banck). Closes: #451520.
 
4974
  * Fix again profiling support on the Hurd (Thomas Schwinge). Closes: #434937.
 
4975
 
 
4976
  [Arthur Loiret]
 
4977
  * Merge gdc-4.1 patches and build infrastructure:
 
4978
    - gdc-4.2.dpatch: Add, setup gcc-4.2.x for D.
 
4979
    - gdc-4.2-build.dpatch: Add, update gdc builtins and driver objs.
 
4980
    - gdc-driver-zlib.dpatch: Add, use up-to-date system zlib.
 
4981
    - gdc-driver-defaultlib.dpatch: Add, add -defaultlib/-debuglib switches.
 
4982
    - gdc-driver-nophobos.dpatch: Add, disable libphobos when unsupported.
 
4983
    - gdc-libphobos-build.dpatch: Add, enable libphobos build when supported.
 
4984
    - gdc-fix-build.dpatch: Add, fix build on non-biarched 64bits targets.
 
4985
    - gdc-libphobos-std-format.dpatch: Add, replace assert when formating a
 
4986
      struct on non-x86_64 archs by a FormatError.
 
4987
    - gdc-arm-unwind_ptr.dpatch: Add, fix build on arm.
 
4988
    - gdc-mips-gcc-config.dpatch: Add, fix build on mips.
 
4989
    - gdc-hurd-proc_maps.dpatch: Add, fix build on hurd.
 
4990
 
 
4991
 -- Matthias Klose <doko@debian.org>  Sat, 24 Nov 2007 12:01:06 +0100
 
4992
 
 
4993
gcc-4.2 (4.2.2-3) unstable; urgency=low
 
4994
 
 
4995
  * Update to SVN 20071014 from the ubuntu/gcc-4_2-branch.
 
4996
    - Fix build failure in libjava on mips/mipsel.
 
4997
  * Make 4.2.2-2 a requirement for frontends built from separate sources.
 
4998
    Addresses: #446596.
 
4999
 
 
5000
 -- Matthias Klose <doko@debian.org>  Sun, 14 Oct 2007 14:13:00 +0200
 
5001
 
 
5002
gcc-4.2 (4.2.2-2) unstable; urgency=low
 
5003
 
 
5004
  * Update to SVN 20071011 from the ubuntu/gcc-4_2-branch.
 
5005
    - Fix PR middle-end/33448, ICE in create_tmp_var. Closes: #439687.
 
5006
    - Remove debian/patches/pr31899.dpatch, applied upstream.
 
5007
    - Remove debian/patches/pr33381.dpatch, applied upstream.
 
5008
  * gij-hppa: Call gij-4.2, not gij-4.1. Addresses: #446282.
 
5009
 
 
5010
 -- Matthias Klose <doko@debian.org>  Thu, 11 Oct 2007 23:41:52 +0200
 
5011
 
 
5012
gcc-4.2 (4.2.2-1) unstable; urgency=low
 
5013
 
 
5014
  * Update to SVN 20071008 from the ubuntu/gcc-4_2-branch, corresponding
 
5015
    to the GCC-4.2.2 release.
 
5016
  * Fix dependencies of lib*gcc1-dbg packages. Closes: #445190.
 
5017
  * Remove libjava-armeabi patch integrated upstream.
 
5018
  * gcjwebplugin: Fix path of the gcj subdirectory. LP: #149792.
 
5019
  * Apply proposed patch for PR debug/31899. Closes: #445268.
 
5020
 
 
5021
  * Add niagara2 optimization support (David Miller).
 
5022
 
 
5023
 -- Matthias Klose <doko@debian.org>  Mon, 08 Oct 2007 21:12:41 +0200
 
5024
 
 
5025
gcc-4.2 (4.2.1-6) unstable; urgency=high
 
5026
 
 
5027
  [Matthias Klose]
 
5028
  * Update to SVN 20070929 from the ubuntu/gcc-4_2-branch.
 
5029
    - Fix PR middle-end/33382, ICE (closes: #441481).
 
5030
    - Fix PR tree-optimization/28544 (4.2.1, closes: #380482).
 
5031
    - Fix PR libffi/28313, port to mips64 (closes: #358235).
 
5032
  * Fix PR tree-optimization/33099, PR tree-optimization/33381,
 
5033
    wrong code generation with VRP/SCEV. Closes: #440545, #443576.
 
5034
  * Update Hurd fixes (Samuel Thibault).
 
5035
  * When -fstack-protector is the default (Ubuntu), do not enable
 
5036
    -fstack-protector when -nostdlib is specified. LP: #77865.
 
5037
  * Add -g to BOOT_CFLAGS, set STAGE1_CFLAGS to -g -O, only pass
 
5038
    other settings when required.
 
5039
  * Fix installation of the s390 libstdc++ biarch headers.
 
5040
  * Allow the powerpc build on a 32bit machine (without running the
 
5041
    biarch testsuite).
 
5042
  * Build -dbg packages for libgcc, libgomp, libmudflap, libffi, libobjc,
 
5043
    libgfortran.
 
5044
  * Drop the build dependency on expect-tcl8.3 (the hppa testsuite seems
 
5045
    to complete sucessfully with the expect package).
 
5046
  * Downgrade libmudflap-dev recommendation to a suggestion. Closes: #443929.
 
5047
 
 
5048
  * Closing reports reported against gcc-4.1 and fixed in gcc-4.2:
 
5049
    - General
 
5050
      + PR rtl-optimization/21299, error in invalid asm statement.
 
5051
        Closes: #380121.
 
5052
    - C++
 
5053
      + PR libstdc++/19664, libstdc++ headers have pop/push of the visibility
 
5054
        around the declarations (closes: #307207, #324290, #423547).
 
5055
      + PR c++/21581, functions in anonymous namespaces default to "hidden"
 
5056
        visibility (closes: #278310).
 
5057
      + PR c++/4882, specialization of inner template using outer template
 
5058
        argument (closes: #269513).
 
5059
      + PR c++/6634, wrong parsing of "long long double" (closes: #247112).
 
5060
      + PR c++/10891, code using dynamic_cast causes segfaults when -fno-rtti
 
5061
        is used (closes: #188943).
 
5062
      + PR libstdc++/14991, stream::attach(int fd) porting entry out-of-date.
 
5063
        Closes: #178561.
 
5064
      + PR libstdc++/31638, string usage leads to warning with -Wcast-align.
 
5065
        Closes: #382153.
 
5066
      + Fix memory hog seen with g++-4.1. Closes: #411234.
 
5067
    - Fortran
 
5068
      + PR fortran/29228, ICE in gfc_trans_deferred_array (closes: #387222).
 
5069
      + PR fortran/24285, allow dollars everywhere in format (closes: #324600).
 
5070
      + PR libfortran/28354, 0.99999 printed as 0. instead of 1. by
 
5071
        format(f3.0). Closes: #397671.
 
5072
      + Fix ICE in gfc_get_extern_function_decl (closes: #396292).
 
5073
    - Architecture specific:
 
5074
      - i386
 
5075
        + Fix error with -m64 (unable to find a register to spill in class
 
5076
          'DIREG'). Closes: #430049.
 
5077
      - mips
 
5078
        + Fix ICE in tsubst (closes: #422303).
 
5079
      - s390
 
5080
        + Fix ICE (segmentation fault) building dcmtk (closes: #435736).
 
5081
 
 
5082
  [Roman Zippel]
 
5083
  * Update the m68k patches.
 
5084
 
 
5085
  [Riku Voipio]
 
5086
  * Configure armeabi with --disable-sjlj-exceptions.
 
5087
  * armel testsuite takes ages, adjust build accordingly.
 
5088
 
 
5089
  [Ludovic Brenta and Xavier Grave]
 
5090
  * Add a version of the Ada run-time library using the setjump/longjump
 
5091
    exception handling mechanism (static library only).  Use with
 
5092
    gnatmake --RTS=sjlj.  Particularly useful for distributed (Annex E)
 
5093
    programs.
 
5094
  * Restore building libgnatvsn-dev and libgnatprj-dev.
 
5095
 
 
5096
 -- Matthias Klose <doko@debian.org>  Sat, 29 Sep 2007 11:19:40 +0200
 
5097
 
 
5098
gcc-4.2 (4.2.1-5) unstable; urgency=low
 
5099
 
 
5100
  * Update to SVN 20070825 from the ubuntu/gcc-4_2-branch.
 
5101
    - Fix PR debug/32610, LP: #121911.
 
5102
  * Apply proposed patches:
 
5103
    - Improve debug info for packed arrays with constant bounds
 
5104
      (PR fortran/22244).
 
5105
    - Fix ICE in rtl_for_decl_init on const vector initializers
 
5106
      (PR debug/32914).
 
5107
    - Fix (neg (lt X 0)) optimization (PR rtl-optimization/33148).
 
5108
    - Fix libgcc.a(tramp.o) on ppc32.
 
5109
    - Fix redundant reg/mem stores/moves (PR target/30961).
 
5110
  * Update the -fdirectives-only backport.
 
5111
  * gappletviewer-4.2: Include the gcjwebplugin binary. LP: #131114.
 
5112
  * Update gpc patches and build support (not yet enabled).
 
5113
  * Fix gcc-snapshot hppa64 install target.
 
5114
  * Set the priority of the source package to optional.
 
5115
  * Remove .la files from the biarch libstdc++ debug packages,
 
5116
    conflict with the 3.4 package. Closes: #440490.
 
5117
 
 
5118
  [Arthur Loiret]
 
5119
  * Add build support for GDC.
 
5120
 
 
5121
 -- Matthias Klose <doko@debian.org>  Mon, 27 Aug 2007 01:39:32 +0200
 
5122
 
 
5123
gcc-4.2 (4.2.1-4) unstable; urgency=medium
 
5124
 
 
5125
  * gcc-4.2: Include missing std*.h header files.
 
5126
 
 
5127
 -- Matthias Klose <doko@debian.org>  Tue, 14 Aug 2007 11:14:35 +0200
 
5128
 
 
5129
gcc-4.2 (4.2.1-3) unstable; urgency=low
 
5130
 
 
5131
  * Update to SVN 20070812 from the ubuntu/gcc-4_2-branch.
 
5132
  * debian/rules.defs: Fix typo, run the checks in biarch mode too.
 
5133
  * libgcj8-awt: Loosen dependency on gcj-4.2-base.
 
5134
  * Build only needed multilib libraries when building as gcj or gnat.
 
5135
  * Always build biarch libgomp in biarch builds.
 
5136
  * debian/rules2: Adjust testsuite logs files for logwatch.sh.
 
5137
  * Include header files from $/gcc_lib_dir)/include-fixed.
 
5138
  * Backport from trunk: -fdirectives-only (when preprocessing, handle
 
5139
    directives, but do not expand macros).
 
5140
  * Report an ICE to apport (if apport is available and the environment
 
5141
    variable GCC_NOAPPORT is not set)
 
5142
  * Fix gcj build failure on the Hurd (Samuel Thibault). Closes: #437470.
 
5143
 
 
5144
 -- Matthias Klose <doko@debian.org>  Sun, 12 Aug 2007 21:11:00 +0200
 
5145
 
 
5146
gcc-4.2 (4.2.1-2) unstable; urgency=low
 
5147
 
 
5148
  [Matthias Klose]
 
5149
  * Update to SVN 20070804 from the ubuntu/gcc-4_2-branch (20070804):
 
5150
    - Merge gcc-4_2-branch SVN 20070804.
 
5151
    - Imported classpath CVS 20070727.
 
5152
    - Bump the libgcj soname, add conflict with java-gcj-compat (<< 1.0.76-4).
 
5153
    - Remove patches integrated in the branches: pr32862.
 
5154
    - Update patches: libjava-subdir, libjava-jar.
 
5155
    - Add regenerated class files: svn-class-updates.
 
5156
 
 
5157
  * Fix profiling support on the Hurd (Michael Casadeval). Closes: #434937.
 
5158
  * Fix build on kfreebsd-amd64 (Aurelien Jarno). Closes: #435053.
 
5159
  * Period of grace is over, run the testsuite on m68k-linux again.
 
5160
  * Update infrastructure for the gcc-source package (Bastian Blank).
 
5161
  * Update profiling on the Hurd (Samuel Thibault, Michael Casadevall). 
 
5162
    Closes: #433539.
 
5163
  * debian/rules2: Allow DEB_BUILD_OPTIONS=parallel=<n> to overwrite NJOBS.
 
5164
  * Allow lang=<l1>,<l2> nolang=<l3,l4> in DEB_BUILD_OPTIONS; deprecating
 
5165
    WITHOUT_LANG, and WITHOUT_CHECK.
 
5166
  * debian/rules.defs, debian/rules.conf: Cache some often used macros.
 
5167
 
 
5168
  * Preliminary work: Enable Java for ARM EABI (Andrew Haley), build
 
5169
    libffi for armel.
 
5170
  * gcj: Don't build the browser plugin in gcc-snapshot builds to get
 
5171
    rid of the xulrunner dependency.
 
5172
  * gcjwebplugin: Register for more browsers (package currently not built).
 
5173
  * gij/boehm-gc: Use sysconf as fallback, if reading /proc/stat fails.
 
5174
    Closes: #422469.
 
5175
  * libjava: Avoid dependency on MAXHOSTNAMELEN (Samuel Thibault).
 
5176
  * gcj: On arm and armel, use the ecj1 binary built from the ecj package.
 
5177
  * gcj: Don't require javac without java maintainer mode, remove build
 
5178
    dependencies on gcj and ecj, add build dependency on libecj-java.
 
5179
 
 
5180
 -- Matthias Klose <doko@debian.org>  Sun, 05 Aug 2007 15:56:07 +0200
 
5181
 
 
5182
gcc-4.2 (4.2.1-1) unstable; urgency=medium
 
5183
 
 
5184
  [Ludovic Brenta]
 
5185
  * debian/patches/ada-symbolic-tracebacks.c: remove all trace of
 
5186
    the function convert_addresses from adaint.c.  Fixes FTBFS on alpha,
 
5187
    s390 and possibly other platforms.  Closes: #433633.
 
5188
  * debian/control.m4: list myself as uploader if the source package name
 
5189
    is gnat.  Relax build-dependency on gnat-4.2-source.
 
5190
  * debian/control.m4, debian/rules.conf: Build-depend on libmpfr-dev only
 
5191
    if building Fortran.
 
5192
 
 
5193
  [Matthias Klose]
 
5194
  * debian/rules.conf: Fix breakage of Fortran build dependencies introduced
 
5195
    by merge of the Ada bits.
 
5196
  * Don't include the gccbug binary anymore in the gcc package; upstream bug
 
5197
    reports should be reported to the upstream bug tracker at
 
5198
    http://gcc.gnu.org/bugzilla.
 
5199
  * Don't build and test libjava for the biarch architecture.
 
5200
  * Install gappletviewer man page. Addresses: #423094.
 
5201
  * debian/patches/m68k-java.dpatch: Readd.
 
5202
  * gjar: support @ arguments.
 
5203
  * Update to SVN 20070726 from the ubuntu/gcc-4_2-branch.
 
5204
    - Fix mips/mipsel builds.
 
5205
  * libmudflap0: Fix update leaving an empty doc dir. Closes: #428306.
 
5206
  * arm/armel doesn't have ssp support. Closes: #433172.
 
5207
  * Update kbsd-gnu-ada patch (Aurelien Jarno): Addresses: #434754. 
 
5208
  * gcj-4.2: Build depend on gcj-4.2 to build the classpath examples files
 
5209
    for the binary-indep target.
 
5210
  * Fix PR java/32862, bugs in EnumMap implementation. Addresses: #423160.
 
5211
 
 
5212
  [Arthur Loiret]
 
5213
  * Fix cross builds targeting x86_64. Closes: LP: #121834.
 
5214
 
 
5215
 -- Matthias Klose <doko@debian.org>  Thu, 26 Jul 2007 21:46:03 +0200
 
5216
 
 
5217
gcc-4.2 (4.2.1-0) unstable; urgency=low
 
5218
 
 
5219
  [Matthias Klose]
 
5220
  * Update to SVN 20070719 from the ubuntu/gcc-4_2-branch, corresponding
 
5221
    to the GCC-4.2.1 release.
 
5222
    - debian/patches/arm-gij.dpatch: Remove. Closes: #433714.
 
5223
  * Apply proposed patch for PR tree-optimization/32723.
 
5224
  * Tighten build dependency on libmpfr-dev.
 
5225
  * On ia64, apply proposed patch for PR target/27880. Closes: #433719.
 
5226
 
 
5227
  [Hector Oron]
 
5228
  * Fix cross and reverse-cross builds. Closes: #432356.
 
5229
 
 
5230
 -- Matthias Klose <doko@debian.org>  Thu, 19 Jul 2007 17:59:37 +0200
 
5231
 
 
5232
gnat-4.2 (4.2-20070712-1) unstable; urgency=low
 
5233
 
 
5234
  * debian/rules.d/binary-ada.mk, debian/control.m4:
 
5235
    disable building libgnatvsn-dev and libgnatprj-dev, as they conflict
 
5236
    with packages from gnat-4.1.  Will reenable them for the transition to
 
5237
    gnat-4.2.
 
5238
  * Upload as gnat-4.2.  Closes: #432525.
 
5239
 
 
5240
 -- Ludovic Brenta <lbrenta@debian.org>  Sat, 14 Jul 2007 15:12:34 +0200
 
5241
 
 
5242
gcc-4.2 (4.2-20070712-1) unstable; urgency=high
 
5243
 
 
5244
  [Matthias Klose]
 
5245
  * Update to SVN 20070712 from the ubuntu/gcc-4_2-branch.
 
5246
    - 4.2.1 RC2, built from SVN.
 
5247
    - same as gcc-4_2-branch, plus backport of gcc/java, boehm-gc, libffi,
 
5248
      libjava, zlib from the trunk.
 
5249
    - debian/patches/arm-libffi.dpatch: Remove.
 
5250
    - Fixes ICE in update_equiv_regs. Closes: #432604.
 
5251
  * debian/control.m4: Restore build dependency on dejagnu.
 
5252
  * debian/patches/arm-gij.dpatch: Update.
 
5253
  * i386-biarch.dpatch: Update for the backport for PR target/31868.
 
5254
    Closes: #432599.
 
5255
 
 
5256
 -- Matthias Klose <doko@debian.org>  Fri, 13 Jul 2007 08:07:51 +0200
 
5257
 
 
5258
gcc-4.2 (4.2-20070707-1) unstable; urgency=low
 
5259
 
 
5260
  [Matthias Klose]
 
5261
  * Update to SVN 20070707 from the ubuntu/gcc-4_2-branch.
 
5262
    - debian/patches/libjava-soname.dpatch: Remove.
 
5263
    - debian/patches/disable-configure-run-check.dpatch: Update.
 
5264
  * Only suggest multilib packages on multilib architectures.
 
5265
  * Point ICE messages to the 4.2 docdir.
 
5266
  * Explicitely use fastjar to build gcj-4.1. Addresses: #416001.
 
5267
  * Configure with --enable-libgcj on m32r (Kazuhiro Inaoka).
 
5268
  * Include the hppa64 cross compiler on hppa snapshot builds.
 
5269
  * debian/patches/arm-libffi.dpatch: Update.
 
5270
  * libgcj-doc: Include the generated documentation.
 
5271
  * Fix building the libjava/classpath examples.
 
5272
  * Support reverse cross builds (Neil Williams). Closes: #431086.
 
5273
 
 
5274
 -- Matthias Klose <doko@debian.org>  Sat, 07 Jul 2007 10:59:26 +0200
 
5275
 
 
5276
gcc-4.2 (4.2-20070627-1) unstable; urgency=high
 
5277
 
 
5278
  [Matthias Klose]
 
5279
  * Update to SVN gcc-4_2-branch/20070626.
 
5280
  * Update to SVN trunk/20070626 (gcc/java, libjava, libffi, boehm-gc).
 
5281
  * On mips*-linux, always imply -lpthread for -pthread (Thiemo Seufer).
 
5282
    Addresses: #428741.
 
5283
  * Fix libstdc++ cross builds (Arthur Loiret). Closes: #430395.
 
5284
  * README.Debian: Point to debian-toolchain for general toolchain topics.
 
5285
  * Use the generated locales for the libstdc++ build to fix the setting
 
5286
    of the gnu locale model. Closes: #428926, #429660.
 
5287
  * For ix86 lpia targets, configure --with-tune=i586.
 
5288
  * Make build dependency on gcc-4.1-multilib architecture specific.
 
5289
  * Do not ignore bootstrap comparision failure on ia64.
 
5290
 
 
5291
  [Ludovic Brenta]
 
5292
  * ada-link-lib.dpatch: update to apply cleanly on GCC 4.2.
 
5293
  * ada-libgnat{vsn,prj}.dpatch: adjust to GCC 4.2.  Reenable in rules.patch.
 
5294
  * rules.conf: do not build libgomp as part of gnat-4.2.
 
5295
  * rules.conf, control.m4: build-depend on libz-dev, lib32z-dev or
 
5296
    lib64-dev only when building Java.
 
5297
  * rules2, rules.defs: $(with_mudflap): remove, use $(with_libmudflap) only.
 
5298
  * config.m4, binary-ada.mk: tighten dependencies; no Ada package depends
 
5299
    on gcc-4.2-base anymore.
 
5300
  * TODO: rewrite.
 
5301
  * README.gnat: include in gnat-4.2-base.  Remove outdated information.
 
5302
  * README.maintainers: new.  Include in gnat-4.2-base.
 
5303
 
 
5304
  [Hector Oron]
 
5305
  * Merge DEB_CROSS_INDEPENDENT with DEB_CROSS.
 
5306
  * Disables libssp0 for arm and armel targets when cross compiling.
 
5307
  * Updates README.cross.
 
5308
  * Fixes linker mapping problem on binary-libstdcxx-cross.mk. Closes: #430688.
 
5309
 
 
5310
 -- Matthias Klose <doko@debian.org>  Wed, 27 Jun 2007 21:54:08 +0200
 
5311
 
 
5312
gcc-4.2 (4.2-20070609-1) unstable; urgency=low
 
5313
 
 
5314
  * Update to SVN gcc-4_2-branch/20070609.
 
5315
    - Remove patches integrated upstream: pr30052, hppa-caller-save-pic-tls.
 
5316
  * Update to SVN trunk/20070609 (gcc/java, libjava, libffi, boehm-gc).
 
5317
    - Remove patches integrated upstream: libjava-qt-peer,
 
5318
      classpath-config-guess.
 
5319
  * Do not build with --enable-java-maintainer-mode.
 
5320
  * debian/rules.patch: Comment out m68k-peephole, requires m68k-split_shift.
 
5321
  * Add target to apply patches up to a specific patch (Wouter Verhelst).
 
5322
    Closes: #424855.
 
5323
  * libstdc++6-4.2-*: Add conflicts with 4.1 packages. Closes: #419511.
 
5324
  * Apply proposed fix for PR target/28102. Closes: #426905.
 
5325
  * Fix build failure for cross compiler builds (Jiri Palecek). Closes: #393897.
 
5326
  * Update build macros for kfreebsd-amd64. Closes: #424693.
 
5327
 
 
5328
 -- Matthias Klose <doko@ubuntu.com>  Sat,  9 Jun 2007 06:54:13 +0200
 
5329
 
 
5330
gcc-4.2 (4.2-20070528-1) unstable; urgency=low
 
5331
 
 
5332
  * Update to SVN gcc-4_2-branch/20070528.
 
5333
  * Add backport for PR middle-end/20218.
 
5334
  * Add proposed PTA solver backport, PR tree-optimization/30052.
 
5335
  * Add backport for PR target/31868.
 
5336
  * Reenable the testsuite for arm, mips, mipsel.
 
5337
 
 
5338
 -- Matthias Klose <doko@debian.org>  Mon, 28 May 2007 09:03:04 +0200
 
5339
 
 
5340
gcc-4.2 (4.2-20070525-1) unstable; urgency=low
 
5341
 
 
5342
  * Update to SVN gcc-4_2-branch/20070525.
 
5343
  * Update to SVN trunk/20070520 (gcc/java, libjava, libffi, boehm-gc).
 
5344
  * Do not explicitely configure for __cxa_atexit.
 
5345
  * libstdc++6-4.2-doc: Conflict with libstdc++6-4.1-doc. Closes: #424896.
 
5346
  * Update m68k patches:
 
5347
    - Remove patches applied upstream: m68k-jumptable, m68k-gc, 
 
5348
    - Reenable patches: m68k-save_pic, m68k-dwarf, m68k-limit_reload,
 
5349
      m68k-prevent-qipush, m68k-peephole, m68k-return, m68k-sig-unwind,
 
5350
      m68k-align-code m68k-align-stack, m68k-symbolic-operand,
 
5351
      m68k-bitfield-offset.
 
5352
    - Update: m68k-return, m68k-secondary-addr-reload, m68k-notice-move
 
5353
      m68k-secondary-addr-reload, m68k-notice-move.
 
5354
    - TODO: m68k-split_shift, m68k-dwarf3, m68k-fpcompare.
 
5355
  * Update the kfreebsd and arm patches (Aurelien Jarno). Closes: #425011.
 
5356
  * Temporarily disable the testsuite on slow architectures to get the
 
5357
    package built soon.
 
5358
 
 
5359
 -- Matthias Klose <doko@debian.org>  Fri, 25 May 2007 07:14:36 +0200
 
5360
 
 
5361
gcc-4.2 (4.2-20070516-1) unstable; urgency=low
 
5362
 
 
5363
  * Update to SVN gcc-4_2-branch/20070516.
 
5364
  * Update to SVN trunk/20070516 (gcc/java, libjava, libffi, boehm-gc).
 
5365
  * Merge changes from gcc-4.1_4.1.2-7.
 
5366
  * Update NEWS files.
 
5367
 
 
5368
 -- Matthias Klose <doko@debian.org>  Wed, 16 May 2007 02:33:57 +0200
 
5369
 
 
5370
gcc-4.2 (4.2-20070502-1) unstable; urgency=low
 
5371
 
 
5372
  * Update to SVN gcc-4_2-branch/20070502.
 
5373
    - Remove pr11953 patch, integrated upstream.
 
5374
  * Update to SVN trunk/20070502 (gcc/java, libjava, libffi, boehm-gc).
 
5375
  * Adjust tetex/tex-live build dependency.
 
5376
  * Fix gobjc-4.2's, gobjc++-4.2's dependency on libobjc2.
 
5377
  * Tighten (build) dependency on binutils. Addresses: #421197.
 
5378
  * gfortran-4.2: Depend on libgfortran2, provide the libgfortran.so
 
5379
    symlink. Adresses: #421362.
 
5380
  * Build-depend on gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc].
 
5381
  * (Build-) depend on glibc (>= 2.5) for all architectures.
 
5382
  * Remove libssp packages from the control file.
 
5383
 
 
5384
 -- Matthias Klose <doko@debian.org>  Wed,  2 May 2007 18:46:57 +0200
 
5385
 
 
5386
gcc-4.2 (4.2-20070405-1) experimental; urgency=low
 
5387
 
 
5388
  * Update to SVN gcc-4_2-branch/20070405.
 
5389
  * Update to SVN trunk/20070405 (gcc/java, libjava, libffi, boehm-gc).
 
5390
  * gcc-4.2-hppa64: Don't depend on libc6-dev.
 
5391
  * Robustify setting of make's -j flag. Closes: #410919.
 
5392
  * gcc-snapshot: Use the install_snap_stamp target for installation.
 
5393
 
 
5394
 -- Matthias Klose <doko@debian.org>  Thu,  5 Apr 2007 23:56:35 +0200
 
5395
 
 
5396
gcc-4.2 (4.2-20070307-1) experimental; urgency=low
 
5397
 
 
5398
  * Update to SVN gcc-4_2-branch/20070307.
 
5399
  * Update to SVN trunk/20070307 (gcc/java, libjava, libffi, boehm-gc).
 
5400
  * Build gnat from separate sources.
 
5401
  * Merge changes from gcc-4.1-4.1.2-1.
 
5402
  * Install into /usr/lib/gcc/<target_alias>/4.2, to ease upgrades
 
5403
    between subminor versions.
 
5404
  * Configure --with-gxx-include-dir=/usr/include/c++/4.2
 
5405
 
 
5406
 -- Matthias Klose <doko@debian.org>  Thu,  8 Mar 2007 02:52:00 +0100
 
5407
 
 
5408
gcc-4.2 (4.2-20070210-1) experimental; urgency=low
 
5409
 
 
5410
  * Merge Java backport from Ubuntu:
 
5411
    - Update to SVN gcc-4_2-branch/20070210.
 
5412
    - Update to SVN trunk/20070210 (gcc/java, libjava).
 
5413
    - Backout trunk specific gcc/java changes.
 
5414
    - Build-depend on gcj-4.1 and ecj-bootstrap.
 
5415
    - gcj-4.2: Depend on ecj-bootstrap, recommend ecj-bootstrap-gcj.
 
5416
    - Merge libgcj8-awt-gtk back into libgcj8-awt; the Qt peers
 
5417
      are disabled by upstream again.
 
5418
    - Generate manual pages for the classpath tools from the classpath
 
5419
      documentation.
 
5420
    - Adopt packaging for the merged libjava.
 
5421
    - Update patches for the merged libjava: libjava-lib32-properties,
 
5422
      i386-biarch, reporting, libjava-soname, libjava-subdir,
 
5423
      libjava-lib32subdir.
 
5424
    - Remove obsolete patches: libjava-plugin-binary, libjava-ia32fix,
 
5425
      libstdc++-docfixes.
 
5426
 
 
5427
  * Set priority of development packages to optional.
 
5428
  * debian/libgcjGCJ.postrm: Don't fail on purge when directories
 
5429
    don't exist anymore. Closes: #406017.
 
5430
  * debian/patches/gcc-textdomain.dpatch: Update for 4.2.
 
5431
  * Generate and install libgomp docs into gcc-4.2-doc.
 
5432
 
 
5433
 -- Matthias Klose <doko@debian.org>  Sat, 10 Feb 2007 16:53:11 +0100
 
5434
 
 
5435
gcc-4.2 (4.2-20070105-1) experimental; urgency=low
 
5436
 
 
5437
  * Update to SVN 20070105.
 
5438
  * Add tetex-extra to Build-Depend-Indep (libstd++ doxygen docs),
 
5439
    fix doxygen build (libstdc++-docfixes.dpatch).
 
5440
  * Enable parallel build by default on SMP machines.
 
5441
 
 
5442
 -- Matthias Klose <doko@debian.org>  Fri,  5 Jan 2007 22:42:18 +0100
 
5443
 
 
5444
gcc-4.2 (4.2-20061217-1) experimental; urgency=low
 
5445
 
 
5446
  * Update to SVN 20061217.
 
5447
  * Merge changes from gcc-4.1_4.1.1-16 to gcc-4.1_4.1.1-21.
 
5448
  * Update patches to the current branch.
 
5449
  * Add multilib packages for gcc, g++, gobjc, gobjc++, gfortran.
 
5450
  * Link using --hash-style=gnu (alpha, amd64, ia64, i386, powerpc, ppc64,
 
5451
    s390, sparc).
 
5452
 
 
5453
 -- Matthias Klose <doko@debian.org>  Sun, 17 Dec 2006 15:54:54 +0100
 
5454
 
 
5455
gcc-4.2 (4.2-20061003-1) experimental; urgency=low
 
5456
 
 
5457
  * libgcj.postinst: Remove /var/lib/gcj-4.2 on package removal.
 
5458
  * Don't install backup files in the doc directory, only one gcc-4.1
 
5459
    upgrade was broken. Closes: #389366.
 
5460
  * Merge gcc-biarch-generic.dpatch into i386-biarch.dpatch.
 
5461
  * Update link-libs.dpatch.
 
5462
  * Merge libgfortran2-dev into gfortran-4.2.
 
5463
 
 
5464
 -- Matthias Klose <doko@debian.org>  Tue,  3 Oct 2006 16:26:38 +0000
 
5465
 
 
5466
gcc-4.2 (4.2-20060923-1) experimental; urgency=low
 
5467
 
 
5468
  * Update to SVN 20060923.
 
5469
  * Remove patches applied upstream: kbsd-gnu-java, kbsd-gnu.
 
5470
 
 
5471
 -- Matthias Klose <doko@debian.org>  Sat, 23 Sep 2006 15:11:36 +0200
 
5472
 
 
5473
gcc-4.2 (4.2-20060905-1) experimental; urgency=low
 
5474
 
 
5475
  * Update to SVN 20060905.
 
5476
  * Merge changes from gcc-4.1 (4.1.1-10 - 4.1.1-12).
 
5477
  * Move gomp development files into gcc and gfortran.
 
5478
  * Build-depend on binutils (>= 2.17).
 
5479
 
 
5480
 -- Matthias Klose <doko@debian.org>  Tue,  5 Sep 2006 03:33:00 +0200
 
5481
 
 
5482
gcc-4.2 (4.2-20060818-1) experimental; urgency=low
 
5483
 
 
5484
  * Update to SVN 20060818.
 
5485
    - libjava-libgcjbc.dpatch: Remove, applied upstream. 
 
5486
  * Merge changes from the Ubuntu gcj-4.2 package:
 
5487
    - libjava-soname.dpatch: Remove, applied upstream.
 
5488
    - libjava-native-libdir.dpatch: update.
 
5489
    - libffi-without-libgcj.dpatch: Remove, new libffi-configure to
 
5490
      enable --disable-libffi.
 
5491
    - Changes required for the classpath-0.92 update:
 
5492
      - New packages gappletviewer-4.2, gcjwebplugin-4.2.
 
5493
      - gij-4.2: Add keytool alternative.
 
5494
      - gcj-4.2: Add jarsigner alternative.
 
5495
    - libgcj8-dev: Remove conflicts with older libgcjX-dev packages.
 
5496
    - lib32gcj8: Populate the /usr/lib32/gcj-4.2 directory.
 
5497
    - libjava-library-path.dpatch:
 
5498
      - When running the i386 binaries on amd64, look in
 
5499
        /usr/lib32/gcj-x.y and /usr/lib32/jni instead.
 
5500
      - Add /usr/lib/jni to java.library.path. Adresses: #364820.
 
5501
    - Add more debugging symbols to libgcj8-dbg. Adresses: #383705.
 
5502
    - Fix and renable the biarch build for sparc.
 
5503
  * Disable gnat for alpha, fails to build.
 
5504
  * Configure without --enable-objc-gc, fails to build.
 
5505
 
 
5506
 -- Matthias Klose <doko@debian.org>  Sat, 19 Aug 2006 18:25:50 +0200
 
5507
 
 
5508
gcc-4.2 (4.2-20060709-1) experimental; urgency=low
 
5509
 
 
5510
  * Test build, SVN trunk 20060709.
 
5511
  * Merge libssp0-dev into gcc-4.1 (-fstack-protector is a common option).
 
5512
  * Rename libmudflap0-dev to libmudflap0-4.2-dev.
 
5513
  * Ignore compiler warnings when checking whether compiler driver understands
 
5514
    Ada fails.
 
5515
  * Merge changes from the gcc-4.1 package.
 
5516
 
 
5517
 -- Matthias Klose <doko@debian.org>  Sun,  9 Jul 2006 14:28:03 +0200
 
5518
 
 
5519
gcc-4.2 (4.2-20060617-1) experimental; urgency=low
 
5520
 
 
5521
  * Test build, SVN trunk 20060617.
 
5522
 
 
5523
  [Matthias Klose]
 
5524
  * Configure using --enable-objc-gc, using the internal boehm-gc.
 
5525
  * Build-depend on bison (>= 1:2.3).
 
5526
  * Build the QT based awt peer library, not yet the same functionality
 
5527
    as the GTK based peer library.
 
5528
  * Update libjava-* patches.
 
5529
 
 
5530
  [Ludovic Brenta]
 
5531
  * Do not provide the symbolic link /usr/bin/gnatgcc; this will now
 
5532
    be provided by package gnat from the source package gcc-defaults.
 
5533
  * debian/control.m4, debian/control (gnat): conflict with gnat (<< 4.1),
 
5534
    not all versions of gnat, since gcc-defaults will now provide gnat (= 4.1)
 
5535
    which depends on gnat-4.1.
 
5536
 
 
5537
  [Bastian Blank]
 
5538
  * Make it possible to overwrite arch per DEB_TARGET_ARCH and
 
5539
    DEB_TARGET_GNU_TYPE.
 
5540
  * Disable biarch only on request for cross builds.
 
5541
  * Use correct source directory for tarballs.
 
5542
  * Produce correct multiarch.inc for source builds.
 
5543
 
 
5544
 -- Matthias Klose <doko@debian.org>  Sat, 17 Jun 2006 19:02:01 +0200
 
5545
 
 
5546
gcc-4.2 (4.2-20060606-1) experimental; urgency=low
 
5547
 
 
5548
  * Test build, SVN trunk 20060606.
 
5549
  * Remove obsolete patches, update patches for 4.2.
 
5550
  * Update the biarch-include patches to work with mips-triarch.
 
5551
  * Disable Ada, not yet updated.
 
5552
  * New packages: libgomp*.
 
5553
  * Remove fastjar, not included upstream anymore.
 
5554
 
 
5555
 -- Matthias Klose <doko@debian.org>  Tue,  6 Jun 2006 10:52:28 +0200
 
5556
 
 
5557
gcc-4.1 (4.1.2-12) unstable; urgency=high
 
5558
 
 
5559
  * i386-biarch.dpatch: Update for the backport for PR target/31868.
 
5560
    Closes: #427185.
 
5561
  * m68k-libffi2.dpatch: Update. Closes: #425399.
 
5562
 
 
5563
 -- Matthias Klose <doko@debian.org>  Mon,  4 Jun 2007 23:53:23 +0200
 
5564
 
 
5565
gcc-4.1 (4.1.2-11) unstable; urgency=low
 
5566
 
 
5567
  * Update to SVN 20070601.
 
5568
  * Build the libmudflap0-dev package again.
 
5569
  * Don't build libffi, when the packages are not built.
 
5570
 
 
5571
 -- Matthias Klose <doko@debian.org>  Fri,  1 Jun 2007 23:55:22 +0200
 
5572
 
 
5573
gcc-4.1 (4.1.2-10) unstable; urgency=low
 
5574
 
 
5575
  * Regenerate the control file.
 
5576
 
 
5577
 -- Matthias Klose <doko@debian.org>  Wed, 30 May 2007 00:29:29 +0200
 
5578
 
 
5579
gcc-4.1 (4.1.2-9) unstable; urgency=low
 
5580
 
 
5581
  * Update to SVN 20070528.
 
5582
  * Don't build packages now built from the gcc-4.2 source (arm, m68k,
 
5583
    mips, mipsel).
 
5584
  * Add backport for PR middle-end/20218.
 
5585
  * Add backport for PR target/31868.
 
5586
 
 
5587
 -- Matthias Klose <doko@debian.org>  Tue, 29 May 2007 00:01:12 +0200
 
5588
 
 
5589
gcc-4.1 (4.1.2-8) unstable; urgency=low
 
5590
 
 
5591
  * Update to SVN 20070518.
 
5592
  * Don't build packages now built from the gcc-4.2 source.
 
5593
 
 
5594
  [ Aurelian Jarno ]
 
5595
  * Update libffi patch for ARM. Closes: #425011.
 
5596
  * arm-pr30486, arm-pr28516, arm-unbreak-eabi-armv4t: New.
 
5597
  * Disable FFI, Java, ObjC for armel.
 
5598
 
 
5599
 -- Matthias Klose <doko@debian.org>  Sun, 20 May 2007 10:31:24 +0200
 
5600
 
 
5601
gcc-4.1 (4.1.2-7) unstable; urgency=low
 
5602
 
 
5603
  * Update to SVN 20070514.
 
5604
  * Link using --hash-style=both on supported architectures. Addresses: #421790.
 
5605
  * On hppa, build ecjx as a native binary.
 
5606
  * note-gnu-stack.dpatch: Fix ARM comment marker (Daniel Jacobowitz).
 
5607
    Closes: #422978.
 
5608
  * Add build dependency on libxul-dev for *-freebsd. Closes: #422995.
 
5609
  * Update config.guess/config.sub and build gcjwebplugin on GNU/kFreeBSD
 
5610
    (Aurelian Jarno). Closes: #422995.
 
5611
  * Disable ssp on hurd-i386. Closes: #423757.
 
5612
 
 
5613
 -- Matthias Klose <doko@debian.org>  Mon, 14 May 2007 08:40:08 +0200
 
5614
 
 
5615
gcc-4.1 (4.1.2-6) unstable; urgency=low
 
5616
 
 
5617
  * Update libjava from the gcc-4.1 Fedora branch 20070504.
 
5618
  * gfortran-4.1: Fix the target of the libgfortran.so symlink.
 
5619
    Closes: #421362.
 
5620
  * Build-depend on gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc].
 
5621
  * Readd build dependency on binutils on arm.
 
5622
  * (Build-) depend on glibc (>= 2.5) for all architectures.
 
5623
  * Remove libssp packages from the control file.
 
5624
  * Fix wrong code generation on hppa when TLS variables are used.
 
5625
    Closes: #422421.
 
5626
 
 
5627
 -- Matthias Klose <doko@debian.org>  Sun,  6 May 2007 10:00:23 +0200
 
5628
 
 
5629
gcc-4.1 (4.1.2-5) unstable; urgency=low
 
5630
 
 
5631
  * Update to SVN 20070429.
 
5632
  * Update libjava from the gcc-4.1 Fedora branch 20070428.
 
5633
  * Update m68k patches:
 
5634
    - Remove pr25514, pr27736, applied upstream.
 
5635
    - Update m68k-java.
 
5636
  * Link using --hash-style=gnu/both.
 
5637
  * Tighten (build) dependency on binutils. Closes: #421197.
 
5638
  * gij-4.1: Add a conflict with java-gcj-compat (<< 1.0.69).
 
5639
  * gfortran-4.1: Depend on libgfortran1, provide the libgfortran.so
 
5640
    symlink. Closes: #421362.
 
5641
  * gcc-4.1, gcc-4.1-multilib: Fix compatibility symlinks. Closes: #421382.
 
5642
  * Temporarily remove build dependency on locales on arm, hppa, m68k, mipsel.
 
5643
  * Temporarily remove build dependency on binutils on arm.
 
5644
  * Fix FTBFS on GNU/kFreeBSD (Aurelian Jarno). Closes: #421423.
 
5645
  * gij-4.1 postinst: Create /var/lib/gcj-4.1. Closes: #421526.
 
5646
 
 
5647
 -- Matthias Klose <doko@debian.org>  Mon, 30 Apr 2007 08:13:32 +0200
 
5648
 
 
5649
gcc-4.1 (4.1.2-4) unstable; urgency=medium
 
5650
 
 
5651
  * Update to SVN 20070423.
 
5652
    - Remove pr11953, applied upstream.
 
5653
    - Fix ld version detection in libstdc++v3.
 
5654
  * Update libjava from the gcc-4.1 Fedora branch 20070423.
 
5655
  * Merge libgfortran1-dev into gfortran-4.1.
 
5656
  * Add multilib packages for gcc, g++, gobjc, gobjc++, gfortran.
 
5657
  * Don't link using --hash-style=gnu/both; loosen dependency on binutils.
 
5658
  * Don't revert the patch to fix PR c++/27227.
 
5659
 
 
5660
 -- Matthias Klose <doko@debian.org>  Mon, 23 Apr 2007 23:13:14 +0200
 
5661
 
 
5662
gcc-4.1 (4.1.2-3) experimental; urgency=low
 
5663
 
 
5664
  * Update to SVN 20070405.
 
5665
  * Update libjava from the gcc-4.1 Fedora branch 20070405.
 
5666
  * Robustify setting of make's -j flag. Closes: #414316.
 
5667
  * Only build the libssp packages, when building the common libraries.
 
5668
  * gcc-4.1-hppa64: Don't depend on libc6-dev.
 
5669
 
 
5670
 -- Matthias Klose <doko@debian.org>  Fri,  6 Apr 2007 00:28:29 +0200
 
5671
 
 
5672
gcc-4.1 (4.1.2-2) experimental; urgency=low
 
5673
 
 
5674
  * Update to SVN 20070306.
 
5675
  * Update libjava from the gcc-4.1 Fedora branch 20070306.
 
5676
 
 
5677
  [Matthias Klose]
 
5678
  * Don't install gij-wrapper anymore, directly register gij as a java
 
5679
    alternative.
 
5680
  * Don't install gcjh-wrapper anymore.
 
5681
  * Don't use exact versioned dependencies on gcj-base for libgcj and
 
5682
    libgcj-awt.
 
5683
  * Fix glibc build dependency for alpha.
 
5684
  * Support -ffast-math on hurd-i386 (Samuel Thibault). Closes: #413342.
 
5685
  * Update kfreebsd-amd64 patches (Aurelien Jarno). Closes: #406015.
 
5686
  * gij: Consistently use $(dbexecdir) to reference the gcj sub dir.
 
5687
  * Install into /usr/lib/gcc/<target_alias>/4.1, to ease upgrades
 
5688
    between minor versions.
 
5689
    Add compatibility symlinks in <target_alias>/4.1.2 to build gnat-4.1
 
5690
    and gcj-4.1 from separate sources.
 
5691
 
 
5692
 -- Matthias Klose <doko@debian.org>  Wed,  7 Mar 2007 03:51:47 +0100
 
5693
 
 
5694
gcc-4.1 (4.1.2-1) experimental; urgency=low
 
5695
 
 
5696
  [Matthias Klose]
 
5697
  * Update to gcc-4.1.2.
 
5698
  * Update libjava backport patches, split out boehm-gc-backport patch.
 
5699
  * Enable the cpu-default-generic patch (i386, amd64), backport from 4.2.
 
5700
  * Correct mfctl instruction syntax (hppa), backport from the trunk.
 
5701
  * Backport PR java/9861 (name mangling updates).
 
5702
  * gcc.c (main): Call expandargv (backport from 4.2).
 
5703
  * Apply gcc dwarf2 unwinding patches from the trunk.
 
5704
  * Apply backport for PR 20208 on amd64 i386 powerpc ppc64 sparc s390.
 
5705
  * Apply patches from the 4.1 branch for PR rtl-optimization/28772,
 
5706
    PR middle-end/30313, PR middle-end/30473, PR c++/30536, PR debug/30189,
 
5707
    PR fortran/30478, PR rtl-optimization/30787, PR tree-optimization/30823,
 
5708
    PR rtl-optimization/28173, PR ada/30684, bug in pointer dependency test,
 
5709
    PR rtl-optimization/30931, PR fortran/25392, PR fortran/30400,
 
5710
    PR libgfortran/30910, PR libgfortran/30918, PR fortran/29441,
 
5711
    PR target/30634.
 
5712
  * Update NEWS files.
 
5713
  * Include a backport of the ecj+generics java updates as
 
5714
    gcj-ecj-20070215.tar.bz2. Install it into the gcc-4.1-source package.
 
5715
  * Do not build fastjar anymore from this source.
 
5716
  * debian/control.m4: Move expect-tcl8.3 before dejagnu.
 
5717
  * Work around firefox/icewhatever dropping plugin dependencies on xpcom.
 
5718
  * Refactor naming of libgcj packages in the build files.
 
5719
  * Make libstdc++-doc's build dependencies depending on the source package.
 
5720
  * Do not build packages on architectures, which are already built by gcc-4.2.
 
5721
 
 
5722
  * Merge the gcj generics backport from Ubuntu:
 
5723
 
 
5724
    - Merge the Java bits (eclipse based compiler, 1.5 compatibility,
 
5725
      classpath generics) from the gcc-4.1 Fedora branch.
 
5726
    - Drop all previous patches from the classpath-0.93 merge, keep
 
5727
      the boehm-gc backport (splitted out as a separate patch).
 
5728
    - Add a gcj-ecj-generics.tar.bz2 tarball, containing gcc/java, libjava,
 
5729
      config/unwind_ipinfo.m4, taken from the Fedora branch.
 
5730
    - Drop the libjava-hppa, libjava-plugin-binary, pr29362, pr29805 patches
 
5731
      integrated in the backport.
 
5732
    - Update patches for the merge: reporting, libjava-subdir, i386-biarch,
 
5733
      classpath-tooldoc, pr26885
 
5734
    - Add libjava-dropped, libjava-install; dropped chunks from the merge.
 
5735
    - Add pr9861-nojava mangling changes, non-java parts for PR 9861.
 
5736
    - Add gcc-expandv, expand `@' parameters on the commandline; backport
 
5737
      from the trunk.
 
5738
    - Disable the m68k-gc patch, needs update for the merge.
 
5739
    - Configure --with-java-home set for 1.5.0.
 
5740
    - Configure with --enable-java-maintainer-mode to build the header
 
5741
      and class files on the fly.
 
5742
    - Add build dependency on ecj-bootstrap, configure --with-ecj-jar.
 
5743
    - Build an empty libgcj-doc package; gjdoc currently cannot handle
 
5744
      generics.
 
5745
    - Apply gcc dwarf2 unwinding patches from the trunk, allowing the Events
 
5746
      testcase to pass.
 
5747
      - Tighten dependencies on shared libraries.
 
5748
    - Use /usr/lib/gcj-4-1-71 as private gcj subdir.
 
5749
    - Bump the libgcj soversion to 71, rename the libgcj7-0 package
 
5750
      to libgcj7-1, rename the libgcj7-awt package to libgcj7-1-awt.
 
5751
    - gij-4.1: Add and provide alternatives for gorbd, grmid, gserialver.
 
5752
    - gcj-4.1: Remove gcjh, gcjh-wrapper, gjnih.
 
5753
    - gcj-4.1: Add and provide alternatives for jar, javah, native2ascii,
 
5754
      tnameserv.
 
5755
    - gcj-4.1: Add dependency on ecj-bootstrap, recommend fastjar,
 
5756
      ecj-bootstrap-gcj.
 
5757
    - Add build dependency on ecj-bootstrap version providing the GCCMain
 
5758
      class.
 
5759
    - libgcj7-1: Recommend libgcj7-1-awt.
 
5760
    - Add build dependency on libmagic-dev.
 
5761
    - Build-depend on gcj-4.1; build our own ecj1 and gjdoc before
 
5762
      starting the build.
 
5763
    - Make ecj1 available when running the testsuite.
 
5764
    - Fix build failure on sparc-linux.
 
5765
    - Fix gjavah compatibility problems (PR cp-tools/3070[67]).
 
5766
    - Fixed driver issue source files (PR driver/30714).
 
5767
    - Add (rudimentary) manual pages for classpath tools.
 
5768
 
 
5769
  [Kevin Brown]
 
5770
  * debian/control.m4, debian/rules.d/binary-ada.mk: provide new packages
 
5771
    containing debugging symbols for Ada libraries: libgnat-4.1-dbg,
 
5772
    libgnatprj4.1-dbg, and libgnatvsn4.1-dbg.  Adresses: #401385.
 
5773
 
 
5774
 -- Matthias Klose <doko@debian.org>  Sat,  3 Mar 2007 23:12:08 +0100
 
5775
 
 
5776
gcc-4.1 (4.1.1ds2-30) experimental; urgency=low
 
5777
 
 
5778
  * Update to SVN 20070106.
 
5779
  * Do not revert the fixes for PR 25878, PR 29138, PR 29408.
 
5780
  * Don't build the packages built by gcc-4.2 source.
 
5781
  * debian/patches/note-gnu-stack.dpatch: Add .note.GNU-stack sections
 
5782
    for gcc's crt files, libffi and boehm-gc. Taken from FC. Closes: #382741.
 
5783
  * Merge from Ubuntu:
 
5784
    - Backport g++ visibility patches from the FC gcc-4_1-branch.
 
5785
    - Update the long-double patches; require glibc-2.4 as a build dependency
 
5786
      on alpha, powerpc, sparc, s390. Bump the shlibs dependencies to
 
5787
      require 4.1.1-21.
 
5788
    - On powerpc-linux configure using --enable-secureplt. Closes: #382748.
 
5789
    - When using the cpu-default-generic patch, build for generic x86-64
 
5790
      on amd64 and i386 biarch.
 
5791
    - Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64,
 
5792
      s390, sparc).
 
5793
  * gij-4.1: Recommends libgcj7-awt instead of suggesting it. Closes: #394917.
 
5794
  * Split the gcc-long-double patch into a code and doc part.
 
5795
  * Set priority of development packages to optional.
 
5796
  * Add support for kfreebsd-amd64 (Aurelian Jarno). Closes: #406015.
 
5797
 
 
5798
 -- Matthias Klose <doko@debian.org>  Sat,  6 Jan 2007 10:35:42 +0100
 
5799
 
 
5800
gcc-4.1 (4.1.1ds2-22) unstable; urgency=high
 
5801
 
 
5802
  * Enable -pthread for GNU/Hurd (Michael Banck). Closes: #400031.
 
5803
  * Update the m68k-fpcompare patch (Roman Zippel). Closes: #401585.
 
5804
 
 
5805
 -- Matthias Klose <doko@debian.org>  Sun, 10 Dec 2006 12:35:06 +0100
 
5806
 
 
5807
gcc-4.1 (4.1.1ds2-20) unstable; urgency=low
 
5808
 
 
5809
  [Matthias Klose]
 
5810
  * Update to SVN 20061115.
 
5811
    - Fix PR tree-optimization/27891, ICE in tree_split_edge.
 
5812
      Closes: #370248, #391657, #394630.
 
5813
    - Fix PR tree-optimization/9814, duplicate of PR tree-optimization/29797.
 
5814
      Closes: #181096.
 
5815
  * Apply the libjava/net backport from the redhat/gcc-4_1-branch.
 
5816
  * Apply proposed patch for PR java/29805.
 
5817
 
 
5818
  [Roman Zippel]
 
5819
  * Build the ObjC and ObjC++ compilers in cross builds.
 
5820
  * debian/patches/m68k-symbolic-operand.dpatch: Better recognize
 
5821
    symbolic operands in addresses.
 
5822
  * debian/patches/m68k-bitfield-offset.dpatch: Only use constant offset
 
5823
    for register bitfields (combine expects shifts, but does a rotate).
 
5824
  * debian/patches/m68k-bitfield-offset.dpatch: Update and apply.
 
5825
 
 
5826
  [Daniel Jacobowitz]
 
5827
  * Don't try to use _Unwind_Backtrace on SJLJ targets.
 
5828
    See bug #387875, #388505, GCC PR 29206.
 
5829
 
 
5830
 -- Matthias Klose <doko@debian.org>  Wed, 15 Nov 2006 08:59:53 -0800
 
5831
 
 
5832
gcc-4.1 (4.1.1ds2-19) unstable; urgency=low
 
5833
 
 
5834
  * Fix typo in arm-pragma-pack.dpatch.
 
5835
 
 
5836
 -- Matthias Klose <doko@debian.org>  Sat, 28 Oct 2006 11:04:00 +0200
 
5837
 
 
5838
gcc-4.1 (4.1.1ds2-18) unstable; urgency=medium
 
5839
 
 
5840
  [Matthias Klose]
 
5841
  * Update to SVN 20061028.
 
5842
  * Fix #pragma pack on ARM (Paul Brook). Closes: #394703.
 
5843
  * Revert PR c++/29138, PR c++/29408. Closes: #392559.
 
5844
  * Revert PR c++/25878. Addresses: #387989.
 
5845
  * fastjar: Provide jar. Closes: #395397.
 
5846
 
 
5847
  [Ludovic Brenta]
 
5848
  * debian/control.m4 (libgnatprj-dev): depend on libgnatvsn-dev.
 
5849
    debian/gnatprj.gpr: with gnatvsn.gpr. Closes: #395000.
 
5850
 
 
5851
 -- Matthias Klose <doko@debian.org>  Thu, 26 Oct 2006 23:51:10 +0200
 
5852
 
 
5853
gcc-4.1 (4.1.1ds2-17) unstable; urgency=low
 
5854
 
 
5855
  [Matthias Klose]
 
5856
  * Update to SVN 20061020.
 
5857
    - Fix PR debug/26881, ICE in dwarf2out_finish. Closes: #377613.
 
5858
    - Fix PR PR c++/29408, parse error for valid code. Closes: #392327, #393010.
 
5859
    - Fix PR c++/29435, segfault with sizeof and templates. Closes: #393071.
 
5860
    - Fix PR target/29338, segfault with -finline-limit on arm. Closes: 390620.
 
5861
    - Fix 3.4/4.0 backwards compatibility problem in libstdc++.
 
5862
  * Fix PR classpath/29362, taken from the redhat/gcc-4_1-branch.
 
5863
  * Remove the INSTALL directory from the source tarball. Closes: #392974.
 
5864
  * Disable building the static libgcj; non-functional, and cutting
 
5865
    down build times.
 
5866
  * libgcj7-0: Tighten dependency on libgcj-common.
 
5867
  * libgcj7-dev: Install .pc file as libgcj-4.1.pc.
 
5868
  * README.cross: Updated (Hector Oron). Addresses: #380251.
 
5869
  * config-ml.dpatch: Use *-linux-gnu as *_GNU_TYPE. Closes: #394034.
 
5870
 
 
5871
  [Nikita V. Youshchenko]
 
5872
  * Fix typo in the cross build scripts.  Closes: #391445.
 
5873
 
 
5874
  [Falk Hueffner]
 
5875
  * alpha-no-ev4-directive.dpatch: Fix kernel build failure.
 
5876
 
 
5877
  [Roman Zippel]
 
5878
  * debian/patches/m68k-align-code.dpatch: Use "move.l %a4,%a4" to advance
 
5879
    within code.
 
5880
  * debian/patches/m68k-align-stack.dpatch: Try to keep the stack word aligned.
 
5881
  * debian/patches/m68k-dwarf3.dpatch: Emit correct dwarf info for cfa offset
 
5882
    and register with -fomit-frame-pointer.
 
5883
  * debian/patches/m68k-fpcompare.dpatch: Bring fp compare early to its
 
5884
    desired form to relieve reload. Closes: #390879.
 
5885
  * debian/patches/m68k-prevent-swap.dpatch: Don't swap operands
 
5886
    during reloads.
 
5887
  * debian/patches/m68k-reg-inc.dpatch: Reinsert REG_INC notes after splitting
 
5888
    an instruction.
 
5889
  * debian/patches/m68k-secondary-addr-reload.dpatch: Add secondary reloads
 
5890
    to allow reload to get byte values into addr regs. Closes: #385327.
 
5891
  * debian/patches/m68k-symbolic-operand.dpatch: Better recognize symbolic
 
5892
    operands in addresses.
 
5893
  * debian/patches/m68k-limit_reload.dpatch: Remove, superseded by
 
5894
    m68k-secondary-addr-reload.dpatch.
 
5895
  * debian/patches/m68k-notice-move.dpatch: Apply, was checked in in -16.
 
5896
  * debian/patches/m68k-autoinc.dpatch: Updated, don't attempt to increment
 
5897
    the register, if it's used multiple times in the instruction .
 
5898
 
 
5899
 -- Matthias Klose <doko@debian.org>  Sat, 21 Oct 2006 00:25:05 +0200
 
5900
 
 
5901
gcc-4.1 (4.1.1ds1-16) unstable; urgency=low
 
5902
 
 
5903
  [Matthias Klose]
 
5904
  * Update to SVN 20061008.
 
5905
    - Fix PR c++/29226, ICE in make_decl_rtl. Closes: #388263.
 
5906
  * libgcj7-0: Fix package removal. Closes: #390874.
 
5907
  * Configure with --disable-libssp on architectures that don't
 
5908
    support it (alpha, hppa, ia64, m68k, mips, mipsel).
 
5909
  * On hppa, remove build-dependency on dash.
 
5910
  * gij/gcj: Do not install slave links for the non DFSG manpages.
 
5911
    Closes: #390425, #390532.
 
5912
  * libgcj-common: rebuild-gcj-db: Don't do anything, if no classmap
 
5913
    files are found. Closes: #390966.
 
5914
  * Fix PR libstdc++/11953, extended for all linux architectures.
 
5915
    Closes: #391268.
 
5916
  * libffi4-dev: Conflict with libffi. Closes: #387561.
 
5917
  * Backport PR target/27880 to the gcc-4_1-branch. Patch by Steve Ellcey.
 
5918
    Closes: #390693.
 
5919
  * On ia64, don't use _Unwind_GetIPInfo in libjava and libstdc++.
 
5920
  * Add a README.ssp with minimal documentation about stack smashing
 
5921
    protection. Closes: #366094.
 
5922
  * Do not build libgcj-common from the gcc-4.1/gcj-4.1 sources anymore.
 
5923
 
 
5924
  [Roman Zippel]
 
5925
  * debian/patches/m68k-notice-move.dpatch: Don't set cc_status
 
5926
    for fp move without fp register.
 
5927
 
 
5928
 -- Matthias Klose <doko@debian.org>  Sun,  8 Oct 2006 02:21:49 +0200
 
5929
 
 
5930
gcc-4.1 (4.1.1ds1-15) unstable; urgency=medium
 
5931
 
 
5932
  * Update to SVN 20060927.
 
5933
    - Fix PR debug/29132, exception handling on mips. Closes: #389468, #390042.
 
5934
    - Fix typo in gcc documentation. Closes: #386180.
 
5935
    - Fix PR target/29230, wrong code generation on arm. Closes: #385505.
 
5936
  * libgcj-common: Ignore exit value of gcj-dbtool in rebuild-gcj-db on
 
5937
    arm, m68k, hppa. Adresses: #388505.
 
5938
  * libgcj-common: Replaces java-gcj-compat-dev and java-gcj-compat.
 
5939
    Closes: #389539.
 
5940
  * libgcj-common: /usr/share/gcj/debian_defaults: Define gcj_native_archs.
 
5941
  * Update the java backport from the redhat/gcc-4_1-branch upto 2006-09-27;
 
5942
    remove libjava-str2double.dpatch, pr28661.dpatch.
 
5943
  * Disable ssp on hppa, not supported.
 
5944
  * i386-biarch.dpatch: Avoid warnings about macro redefinitions.
 
5945
 
 
5946
 -- Matthias Klose <doko@debian.org>  Fri, 29 Sep 2006 22:32:41 +0200
 
5947
 
 
5948
gcc-4.1 (4.1.1ds1-14) unstable; urgency=medium
 
5949
        
 
5950
  [Matthias Klose]
 
5951
  * Update to SVN 20060920.
 
5952
    - Fix PR c++/26957. Closes: #373257, #386910.
 
5953
    - Fix PR rtl-optimization/28243. Closes: #378325.
 
5954
  * Remove patch for PR rtl-optimization/28634, applied upstream.
 
5955
  * Fix FTBFS on GNU/kFreeBSD (fallout from the backport of classpath-0.92).
 
5956
    (Petr Salinger). Closes: #385974.
 
5957
  * Merge from Ubuntu:
 
5958
    - Do not encode the subminor version in the jar files.
 
5959
    - Fix typo for the versioned gcj subdirectory in lib32gcj-0.
 
5960
    - When running the i386 binaries on amd64, adjust the properties
 
5961
      java.home, gnu.classpath.home.url, sun.boot.class.path,
 
5962
      gnu.gcj.precompiled.db.path.
 
5963
    - Configure the 32bit build on amd64 
 
5964
      --with-java-home=/usr/lib32/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre.
 
5965
    - Configure --with-long-double-128 for glibc-2.4 on alpha, powerpc, ppc64,
 
5966
      s390, s390x, sparc, sparc64.
 
5967
    - Update the java backport from the redhat/gcc-4_1-branch upto 2006-09-20.
 
5968
      - Fix PR java/29013, invalid byte code generation. Closes: #386926.
 
5969
    - debian/patches/gcc-pfrs-2.dpatch: Apply a fix for a regression in the
 
5970
      backport of PR 28946 from the trunk (H.J. Lu).
 
5971
  * Backport PR classpath/28661 from the trunk.
 
5972
  * Don't ship the .la files for the java modules. Closes: #386228.
 
5973
  * gcj-4.1: Remove dangling symlink. Closes: #386430.
 
5974
  * gij: Suggest java-gcj-compat, gcj: Suggest java-gcj-compat-dev.
 
5975
    Closes: #361942.
 
5976
  * Fix infinite loop in string-to-double conversion on 64bit targets.
 
5977
    Closes: #348792.
 
5978
  * gij-4.1: Ignore exit value of gcj-dbtool in postinst. Adresses: #388505.
 
5979
  * libgcj-common: Move rebuild-gcj-db from java-gcj-compat into libgcj-common.
 
5980
  * On hppa, install a wrapper around gij-4.1 to ignore unaligned memory
 
5981
    accesses. Works around buildd configurations enabling this check by
 
5982
    default. Addresses: #364819.
 
5983
 
 
5984
  [Ludovic Brenta]
 
5985
  * debian/patches/ada-libgnatprj.dpatch: Build mlib-tgt-linux.adb instead of
 
5986
    mlib-tgt.adb.  Closes: #387826.
 
5987
  * debian/patches/ada-pr15802.dpatch: Backport from the trunk.
 
5988
    Closes: #246384.
 
5989
  * debian/control.m4 (gnat-4.1): do not provide gnat (supplied by
 
5990
    gcc-defaults instead); conflict with gnat-4.2 which will soon be in
 
5991
    unstable.
 
5992
 
 
5993
  [Roman Zippel]
 
5994
  * debian/patches/m68k-dwarf2.dpatch: Recognize stack adjustments also
 
5995
    in the src of an instruction.
 
5996
  * debian/patches/m68k-jumptable.dpatch: Don't force byte offset when
 
5997
    accessing the jumptable, gas can generate the correct offset size instead.
 
5998
  * debian/patches/m68k-peephole.dpatch: Convert some text peepholes to rtl
 
5999
    peepholes, so the correct DWARF2 information can be generated for stack
 
6000
    manipulations (Keep a few peepholes temporarily disabled).
 
6001
  * debian/patches/m68k-peephole-note.dpatch: Don't choke on notes while
 
6002
    reinserting REG_EH_REGION notes.
 
6003
  * debian/patches/m68k-return.dpatch: Don't use single return if fp register
 
6004
    have to be restored. Closes: #386864.
 
6005
  * debian/patches/m68k-sig-unwind.dpatch: Add support for unwinding over
 
6006
    signal frames.
 
6007
  * Fix PR rtl-optimization/27736, backport from the trunk.
 
6008
  * Add java support for m68k. Closes: #312830, #340874, #381022.
 
6009
 
 
6010
 -- Matthias Klose <doko@debian.org>  Sun, 24 Sep 2006 19:36:31 +0200
 
6011
 
 
6012
gcc-4.1 (4.1.1ds1-13) unstable; urgency=medium
 
6013
 
 
6014
  * Update to SVN 20060901; remove patches applied upstream:
 
6015
    - PR target/24367.
 
6016
    - PR c++/26670.
 
6017
  * Apply proposed patch for PR fortran/28908.
 
6018
  * Fix biarch symlinks in lib64stdc++ for cross builds.
 
6019
  * Fix biarch symlinks in lib32objc on amd64.
 
6020
 
 
6021
 -- Matthias Klose <doko@debian.org>  Fri,  1 Sep 2006 00:04:05 +0200
 
6022
 
 
6023
gcc-4.1 (4.1.1ds1-12) unstable; urgency=medium
 
6024
 
 
6025
  [Matthias Klose]
 
6026
  * Update to SVN 20060830.
 
6027
  * Add backport of PR other/26208, bump libgcc1 shlibs dependency.
 
6028
  * Add backport of PR c++/26670. Closes: #356548.
 
6029
  * Apply proposed patch for PR target/24367 (s390).
 
6030
  * Add /usr/lib/jni to the libjava dlsearch path. Closes: #364820.
 
6031
  * Build without GFDL licensed docs. Closes: #384036.
 
6032
    - debian/patches/{svn-doc-updates,pr25524-doc,pr26885-doc}.dpatch:
 
6033
      Split out -doc specific patches.
 
6034
    - debian/*.texi, debian/porting.html: Add dummy documentation.
 
6035
    - debian/rules.unpack, debian/rules.patch: Update for non-gfdl build.
 
6036
    - fastjar.texi: Directly define the gcctabopt and gccoptlist macros.
 
6037
 
 
6038
  * Merge from Ubuntu:
 
6039
    - Backport the classpath-0.92, libjava, gcc/java merge from the
 
6040
      redhat/gcc-4_1-branch branch.
 
6041
    - Apply the proposed patch for PR libgcj/28698.
 
6042
    - Change the libgcj/libgij sonames. Rename libgcj7 to libgcj7-0.
 
6043
    - Do not remove the rpath from libjvm.so and libjawt.so. Some
 
6044
      configure scripts rely on being able to link that libraries
 
6045
      directly.
 
6046
    - When running the i386 binaries on amd64, look in
 
6047
      /usr/lib32/gcj-x.y and /usr/lib32/jni instead.
 
6048
    - Add /usr/lib/jni to java.library.path. Closes: #364820.
 
6049
    - Add debugging symbols for more binary packages to libgcj7-dbg.
 
6050
      Closes: #383705.
 
6051
    - libgcj7-dev: Remove conflicts with older libgcjX-dev packages.
 
6052
    - Do not build the libgcj-bc and lib32gcj-bc packages anymore from
 
6053
      the gcj-4.1 source.
 
6054
 
 
6055
  [Roman Zippel]
 
6056
  * debian/patches/m68k-limit_reload.dpatch: Correctly limit reload class.
 
6057
    Closes: #375522.
 
6058
  * debian/patches/m68k-split_shift.dpatch: Use correct predicates for long long
 
6059
    shifts and use more splits. Closes: #381572.
 
6060
  * debian/patches/m68k-prevent-qipush.dpatch: Prevent combine from creating
 
6061
    a byte push on the stack (invalid on m68k). Closes: #385021.
 
6062
  * debian/patches/m68k-autoinc.dpatch: Recognize a few more autoinc possibilities.
 
6063
  * debian/patches/pr25514.dpatch: Backport from the trunk.
 
6064
  * debian/patches/m68k-gc.dpatch: Change STACKBOTTOM to LINUX_STACKBOTTOM
 
6065
    so it works with 2.6 kernels.
 
6066
  * Other m68k bug reports fixed in 4.1.1-11 and 4.1.1-12:
 
6067
    Closes: #378599, #345574, #344041, #323426, #340293.
 
6068
  * Build the stage1 compiler using -g -O2; saves a few hours build time
 
6069
    and apparently is working at the moment.
 
6070
 
 
6071
 -- Matthias Klose <doko@debian.org>  Tue, 29 Aug 2006 21:37:28 +0200
 
6072
 
 
6073
gcc-4.1 (4.1.1-11) unstable; urgency=low
 
6074
 
 
6075
  * The "Our priority are our users, remove the documentation!" release.
 
6076
 
 
6077
  [Matthias Klose]
 
6078
  * Fix build failure building the hppa->hppa64 cross compiler.
 
6079
  * Update to SVN 20060814.
 
6080
    - Fix directory traversal vulnerability in fastjar. Closes: #368397.
 
6081
      CVE-2006-3619.
 
6082
    - Fix PR rtl-optimization/23454, ICE in invert_exp_1 on sparc.
 
6083
      Closes: #321215.
 
6084
    - Fix PR c++/26757, C++ front-end producing two DECLs with the same UID.
 
6085
      Closes: #356569.
 
6086
  * Remove patch for PR rtl-optimization/28075, applied upstream.
 
6087
  * Apply proposed patch for PR rtl-optimization/28634, rounding problem with
 
6088
    -fdelayed-branch on hppa/mips. Closes: #381710.
 
6089
  * Fixed at least in 4.1.1-10: boost::date_time build failure.
 
6090
    Closes: #382352.
 
6091
  * Build-depend on make (>= 3.81), add make (>= 3.81) as dependency to
 
6092
    gcc-4.1-source. Closes: #381117.
 
6093
  * Backport of libffi from the trunk; needed for the java backport in
 
6094
    experimental.
 
6095
  * libffi4-dev: Install the libffi_convenience library as libffi_pic.a.
 
6096
  * When building a package without the GFDL'd documentation, don't create
 
6097
    the alternative's slave links for manual pages for the java tools.
 
6098
  * Do not build the -doc packages and derived manual pages licensed under
 
6099
    the GFDL with invariant sections or cover texts.
 
6100
  * Only build the libssp package, if the target libc doesn't provide
 
6101
    ssp support.
 
6102
  * Run the complete testsuite, when building a standalone gcj package.
 
6103
 
 
6104
  [Roman Zippel]
 
6105
  * debian/patches/m68k-fjump.dpatch:
 
6106
    Always use as fjcc pseudo op, we rely heavily on as to generate the
 
6107
    right size for the jump instructions. Closes: #359281.
 
6108
  * debian/patches/m68k-gc.dpatch:
 
6109
    The thread suspend handler has to save all registers.
 
6110
    Reenable MPROTECT_VDB, it should work, otherwise it's probably a kernel bug.
 
6111
  * debian/patches/m68k-save_pic.dpatch:
 
6112
    Correctly save the pic register, when not done by reload().
 
6113
    (fixes _Unwind_RaiseException and thus exception handling).
 
6114
  * debian/patches/m68k-libffi.dpatch: Add support for closures.
 
6115
  * debian/patches/m68k-bitfield.dpatch: Avoid propagation of mem expression
 
6116
    past a zero_extract lvalue.
 
6117
  * debian/patches/m68k-dwarf.dpatch: Correct the dwarf frame information,
 
6118
    but preserve compatibility.
 
6119
 
 
6120
  [Christian Aichinger]
 
6121
  * Fix building a cross compiler targeted for ia64. Closes: #382627.
 
6122
 
 
6123
 -- Matthias Klose <doko@debian.org>  Tue, 15 Aug 2006 00:41:00 +0200
 
6124
 
 
6125
gcc-4.1 (4.1.1-10) unstable; urgency=low
 
6126
 
 
6127
  * Update to SVN 20060729.
 
6128
    - Fix PR c++/28225, segfault in type_dependent_expression_p.
 
6129
      Closes: #376148.
 
6130
  * Apply proposed patch for PR rtl-optimization/28075.
 
6131
    Closes: #373820.
 
6132
  * Apply proposed backport and proposed patch for PR rtl-optimization/28221.
 
6133
    Closes: #376084.
 
6134
  * libgcj7-jar: Loosen dependency on gcj-4.1-base.
 
6135
  * Add ssp header files to the private gcc includedir.
 
6136
  * Do not build the Ada packages from the gcc-4.1 source, introducing
 
6137
    a new gnat-4.1 source package.
 
6138
  * Build libgnat on alpha and s390 as well.
 
6139
  * Do not build the gnat-4.1-doc package (GFDL with invariant sections or
 
6140
    cover texts).
 
6141
  * Remove references to the stl-manual package. Closes: #378698.
 
6142
 
 
6143
 -- Matthias Klose <doko@debian.org>  Sat, 29 Jul 2006 22:08:59 +0200
 
6144
 
 
6145
gcc-4.1 (4.1.1-9) unstable; urgency=low
 
6146
 
 
6147
  * Update to SVN 20060715.
 
6148
    - Fix PR c++/28016, do not emit uninstantiated static data members.
 
6149
      Closes: #373895, #376871.
 
6150
  * Revert the patch to fix PR c++/27227. Closes: #378321.
 
6151
  * multiarch-include.dpatch: Renamed from biarch-include.dpatch;
 
6152
    apply for all architectures.
 
6153
  * Do not build the java compiler in gcc-4.1 package, just include the
 
6154
    options and specs in the gcc driver.
 
6155
  * Remove gnat-4.0 as an alternative build dependency.
 
6156
  * Add a patch to enable -fstack-protector by default for C, C++, ObjC, ObjC++.
 
6157
    The patch is disabled by default.
 
6158
 
 
6159
 -- Matthias Klose <doko@debian.org>  Sat, 15 Jul 2006 17:07:29 +0200
 
6160
 
 
6161
gcc-4.1 (4.1.1-8) unstable; urgency=medium
 
6162
 
 
6163
  * Update to SVN 20060708.
 
6164
    - Fix typo in gcov documentation. Closes: #375140.
 
6165
    - Fix typo in gccint documentation. Closes: #376412.
 
6166
    - [alpha], Fix -fvisibility-inlines-hidden segfaults on reference to
 
6167
      static method. PR target/27082. Closes: #369642.
 
6168
 
 
6169
  * Fix ppc64 architecture string in debian/multiarch.inc. Closes: #374535.
 
6170
  * Fix conflict, replace and provide libssp0-dev for cross compilers.
 
6171
    Closes: #377012.
 
6172
  * Ignore compiler warnings when checking whether compiler driver understands
 
6173
    Ada fails. Closes: #376660.
 
6174
  * Backport fix for PR libmudflap/26864 from the trunk. Closes: #26864.
 
6175
  * README.C++: Remove non-existing URL. Closes: #347601.
 
6176
  * gij-4.1: Provide java2-runtime. Closes: #360906.
 
6177
 
 
6178
  * Closed reports reported against gcc-3.0 and fixed in gcc-4.1:
 
6179
    - C++
 
6180
      + PR libstdc++/13943, call of overloaded `llabs(int)' is ambiguous.
 
6181
        Closes: #228645.
 
6182
    - Java
 
6183
      + Fixed segmentation fault on compiling bad program. Closes: #165635
 
6184
  * Closed reports reported against gcc-3.3 and fixed in gcc-4.1:
 
6185
    - Stack protector available. Closes: #213994, #233208.
 
6186
    - Better documentation of -finline-limit option. Closes: #296047.
 
6187
  * Closed reports reported against gcc-3.4 and fixed in gcc-4.1:
 
6188
    - General
 
6189
      + Fixed [unit-at-a-time] Using -O2 cannot detect missing return
 
6190
        statement in a function. Closes: #276843.
 
6191
    - C++
 
6192
      + PR13943, call of overloaded `llabs(int)' is ambiguous. Closes: #228645.
 
6193
      + PR c++/21280, #pragma interface, templates, and "inline function used
 
6194
        but never defined". Closes: #364412.
 
6195
    - Architecture specific:
 
6196
      - m68k
 
6197
        + Segfault building glibc. Closes: #353618.
 
6198
        + ICE when trying to build boost. Closes: #321486.
 
6199
  * Closed reports reported against gcc-4.0 and fixed in gcc-4.1:
 
6200
    - General
 
6201
      + Handling of #pragma GCC visibility for builtin functions.
 
6202
        Closes: #330279.
 
6203
      + gettext interpretation the two conditional strings as one.
 
6204
        Closes: #227193.
 
6205
      + ICE due to if-conversion. Closes: #335078.
 
6206
      + Fix unaligned accesses with __attribute__(packed) and memcpy.
 
6207
        Closes: #355297.
 
6208
      + Fix ICE in expand_expr_real_1, at expr.c. Closes: #369817.
 
6209
    - Ada
 
6210
      + Link error not finding -laddr2line. Closes: #322849.
 
6211
      + ICE on invalid code. Closes: #333564.
 
6212
    - C++
 
6213
      + libstdc++: bad thousand separator with fr_FR.UTF-8. Closes: #351786.
 
6214
      + The Compiler uses less memory than 4.0. Closes: #336225.
 
6215
      + Fix "fails to compare reverse map iterators". Closes: #362840.
 
6216
      + Fix "fail to generate code for base destructor defined inline with
 
6217
        pragma interface". Closes: #356435.
 
6218
      + Fix ICE in cp_expr_size, at cp/cp-objcp-common.c. Closes: #317455.
 
6219
      + Fix wrong warning: control may reach end of non-void function.
 
6220
        Closes: #319309.
 
6221
      + Fix bogus warning "statement has no effect" with template and
 
6222
        statement-expression. Closes: #336915.
 
6223
      + Fixed segfault on syntax error. Closes: #349087.
 
6224
      + Fix ICE with __builtin_constant_p in template argument.
 
6225
        Closes: #353366.
 
6226
      + Implement DR280 (fixing "no operator!= for const_reverse_iterator").
 
6227
        Closes: #244894.
 
6228
    - Fortran
 
6229
      + Fix wrong behaviour in unformatted writing. Closes: #369547.
 
6230
    - Java
 
6231
      + Fixed segfault on -fdump-tree-all-all. Closes: #344265.
 
6232
      + Fixed ant code completion in eclipse generating a nullpointer
 
6233
        exception. Closes: #337510.
 
6234
      + Fixed abort in gnu_java_awt_peer_gtk_GtkImage.c. Closes: #343112.
 
6235
      + Fixed assertion failure in gij with rhdb-explain. Closes: #335650.
 
6236
      + Fixed assertion failure when calling JTabbedPane.addTab(null, ...).
 
6237
        Closes: #314704.
 
6238
      + Fixed error when displaying empty window with bound larger than the
 
6239
        displayed content. Closes: #324502.
 
6240
      + Fixed: Exception in JComboBox.removeAllItems(). Closes: #314706.
 
6241
      + Fixed assertian error in gnu_java_awt_peer_gtk_GtkImage.c.
 
6242
        Closes: #333733.
 
6243
    - libmudflap
 
6244
      + PR libmudflap/23170, libmudflap should not use functions marked
 
6245
        obsolescent by POSIX/SUS. Closes: #320398.
 
6246
    - Architecture specific:
 
6247
      - m68k
 
6248
        + FTBFS building tin. Closes: #323016.
 
6249
        + ICE with -g -fomit-frame-pointer. Closes: #331150.
 
6250
        + ICE in instantiate_virtual_regs_lossage. Closes: #333536.
 
6251
        + Wrong code generation with loop unrolling. Closes: #342121.
 
6252
        + ICEs while building gst-ffmpeg. Closes: #343692.
 
6253
      - mips
 
6254
        + Fix gjdoc build failure. Closes: #344986.
 
6255
        + Fix link failure for static libs and object files when xgot
 
6256
          needs to be used. Closes: #274942.
 
6257
  * gnat bug reports fixed since gnat-3.15p:
 
6258
    - GNAT miscounts UTF8 characters in string with -gnaty. Closes: #66175.
 
6259
    - Bug box from "with Text_IO" when compiling optimized. Closes: #243795.
 
6260
    - Nonconforming parameter lists not detected. Closes: #243796.
 
6261
    - Illegal use clause not detected. Closes: #243797.
 
6262
    - Compiler enters infinite loop on illegal program with tagged records.
 
6263
      Closes: #243799.
 
6264
    - Compiler crashes on illegal program (missing discriminant, unconstrained
 
6265
      parent). Closes: #243800.
 
6266
    - Bug box at sinfo.adb:1215 on illegal program. Closes: #243801.
 
6267
    - Bug box at sinfo.adb:1651 on illegal program. Closes: #243802.
 
6268
    - Illegal program not detected (entry families). Closes: #243803.
 
6269
    - Illegal program not detected, RM 10.1.1(14). Closes: #243807.
 
6270
    - Bug box at exp_ch9.adb:7254 on illegal code. Closes: #243812.
 
6271
    - Illegal program not detected, RM 4.1.4(14). Closes: #243816.
 
6272
    - Bug box in Gigi, code=116, on legal program. Closes: #244225.
 
6273
    - Illegal program not detected, 12.7(10) (generic parameter is visible,
 
6274
      shouldn't be). Closes: #244483.
 
6275
    - Illegal program not detected, ambiguous aggregate. Closes: #244496.
 
6276
    - Bug box at sem_ch3.adb:8003. Closes: #244940.
 
6277
    - Bug box in Gigi, code=103, on illegal program. Closes: #244945.
 
6278
    - Legal program rejected, overloaded procedures. Closes: #246188.
 
6279
    - Bug box in Gigi, code=999, on legal program. Closes: #246388.
 
6280
    - Illegal program not detected, RM 10.1.6(3). Closes: #246389.
 
6281
    - Illegal program not detected, RM 3.10.2(24). Closes: #247014.
 
6282
    - Illegal program not detected, RM 3.9(17). Closes: #247015.
 
6283
    - Legal program rejected. Closes: #247016.
 
6284
    - Legal program rejected. Closes: #247021.
 
6285
    - Illegal program not detected, RM 4.7(3). Closes: #247022.
 
6286
    - Illegal program not detected, RM 3.10.2(27). Closes: #247562.
 
6287
    - Legal program rejected, "limited type has no stream attributes".
 
6288
      Closes: #247563.
 
6289
    - Wrong output from legal program. Closes: #247565.
 
6290
    - Compiler enters infinite loop on illegal program. Closes: #247567.
 
6291
    - Illegal program not detected, RM 8.6(31). Closes: #247568.
 
6292
    - Legal program rejected, visible declaration not seen. Closes: #247572.
 
6293
    - Illegal program not detected, RM 8.2(9). Closes: #247573.
 
6294
    - Wrong output from legal program, dereferencing access all T'Class.
 
6295
      Closes: #248171.
 
6296
    - Compiler crashes on illegal program, RM 5.2(6). Closes: #248174.
 
6297
    - Cannot find generic package body, RM 1.1.3(4). Closes: #248677.
 
6298
    - Illegal program not detected, RM 3.4.1(5). Closes: #248679.
 
6299
    - Compiler ignores legal override of abstract subprogram. Closes: #248686.
 
6300
    - Bug box, Assert_Failure at sinfo.adb:2365 on illegal program.
 
6301
      Closes: #251266.
 
6302
    - Ada.Numerics.Generic_Elementary_Functions.Log erroneout with -gnatN.
 
6303
      Closes: #263498.
 
6304
    - Bug box, Assert_Failure at atree.adb:2906 or Gigi abort, code=102
 
6305
      with -gnat -gnatc. Closes: #267788.
 
6306
    - Bug box in Gigi, code=116, 'Unrestricted_Access of a protected
 
6307
      subprogram. Closes: #269775.
 
6308
    - Stack overflow on illegal program, AI-306. Closes: #276225.
 
6309
    - Illegal program not detected, RM B.1(24). Closes: #276226.
 
6310
    - Wrong code generated with -O -fPIC. Closes: #306833.
 
6311
    - Obsolete: bashism's in debian/rules file. Closes: #370681.
 
6312
    - Supports more debian architectures. Closes: #171477.
 
6313
 
 
6314
 -- Matthias Klose <doko@debian.org>  Sat,  8 Jul 2006 16:24:47 +0200
 
6315
 
 
6316
gcc-4.1 (4.1.1-7) unstable; urgency=low
 
6317
 
 
6318
  * Prefer gnat-4.1 over gnat-4.0 as a build dependency.
 
6319
  * libssp0: Set priority to standard.
 
6320
 
 
6321
 -- Matthias Klose <doko@debian.org>  Sun,  2 Jul 2006 10:22:50 +0000
 
6322
 
 
6323
gcc-4.1 (4.1.1-6) unstable; urgency=low
 
6324
 
 
6325
  [Ludovic Brenta]
 
6326
  * Do not provide the symbolic link /usr/bin/gnatgcc; this will now
 
6327
    be provided by package gnat from the source package gcc-defaults.
 
6328
  * debian/control.m4, debian/control (gnat): conflict with gnat (<< 4.1),
 
6329
    not all versions of gnat, since gcc-defaults will now provide gnat (= 4.1)
 
6330
    which depends on gnat-4.1.
 
6331
 
 
6332
  [Matthias Klose]
 
6333
  * libjava: Change the default for enable_hash_synchronization_default
 
6334
    on PA-RISC. Tighten the libgcj7 shlibs version on hppa.
 
6335
  * Update to SVN 20060630.
 
6336
  * Apply proposed patch for PR 26991.
 
6337
  * Don't use the version for the libstdc++ shlibs dependency for the libgcj
 
6338
    shlibs dependency.
 
6339
  * Merge from Ubuntu edgy:
 
6340
    - Fix %g7 usage in TLS, add patch sparc-g7.dpatch, fixes glibc-2.4 build
 
6341
      failure on sparc (Fabio M. Di Nitto).
 
6342
    - Merge libssp0-dev into gcc-4.1 (-fstack-protector is a common option).
 
6343
    - Run the testsuite with -fstack-protector as well.
 
6344
 
 
6345
  [Bastian Blank]
 
6346
  * Make it possible to overwrite arch per DEB_TARGET_ARCH and DEB_TARGET_GNU_TYPE.
 
6347
  * Disable biarch only on request for cross builds.
 
6348
  * Use correct source directory for tarballs.
 
6349
  * Produce correct multiarch.inc for source builds.
 
6350
 
 
6351
 -- Matthias Klose <doko@debian.org>  Sat,  1 Jul 2006 01:49:55 +0200
 
6352
 
 
6353
gcc-4.1 (4.1.1-5) unstable; urgency=low
 
6354
 
 
6355
  * Fix build error running with dpkg-buildpackage -rsudo.
 
6356
 
 
6357
 -- Matthias Klose <doko@debian.org>  Wed, 14 Jun 2006 01:54:13 +0200
 
6358
 
 
6359
gcc-4.1 (4.1.1-4) unstable; urgency=low
 
6360
 
 
6361
  * Really do not backout the fix for PR c++/26068.
 
6362
    Closes: #372152, #372559.
 
6363
  * Update fastjar version string to 4.1.
 
6364
  * Disable pascal again.
 
6365
 
 
6366
 -- Matthias Klose <doko@debian.org>  Mon, 12 Jun 2006 20:29:57 +0200
 
6367
 
 
6368
gcc-4.1 (4.1.1-3) unstable; urgency=low
 
6369
 
 
6370
  * Update to SVN 20060608, do not revert the fix for PR c++/26068.
 
6371
    Closes: #372152, #372559.
 
6372
  * Fix build failures for Pascal, enable Pascal on all architectures.
 
6373
  * Fix another build failure on GNU/kFreeBSD (Aurelien Jarno).
 
6374
    Closes: #370661.
 
6375
  * Fix build fauilure in gcc/p with parallel make.
 
6376
  * Remove cross-configure patch (Kazuhiro Inaoka). Closes: #370649.
 
6377
  * Only build the gcc-4.1-source package, when building from the gcc-4.1
 
6378
    source.
 
6379
  * Fix upgrade problem from standalone gcj-4.1.
 
6380
  * Fix build error using bison-2.2, build-depend on bison (>= 2.3).
 
6381
    Closes: #372605.
 
6382
  * Backport PR libstdc++/25524 from the trunk, update the biarch-include
 
6383
    patch. mips triarch support can be added more easily.
 
6384
 
 
6385
 -- Matthias Klose <doko@debian.org>  Mon, 12 Jun 2006 00:23:45 +0200
 
6386
 
 
6387
gcc-4.1 (4.1.1-2) unstable; urgency=low
 
6388
 
 
6389
  * Update to SVN 20060604.
 
6390
    - Fix PR c++/26757, C++ front-end producing two DECLs with the same UID.
 
6391
      Closes: #356569.
 
6392
    - Fix PR target/27158, ICE in extract_insn with -maltivec.
 
6393
      Closes: #362307.
 
6394
  * Revert PR c++/26068 to work around PR c++/27884 (Martin Michlmayr).
 
6395
    Closes: #370308.
 
6396
  * Mention Ada in copyright, update copyright file (Ludovic Brenta).
 
6397
    Closes: #366744.
 
6398
  * Fix kbsd-gnu-java.dpatch (Petr Salinger). Closes: #370320.
 
6399
  * Don't include version control files in gcc-4.1-source.
 
6400
 
 
6401
 -- Matthias Klose <doko@debian.org>  Sun,  4 Jun 2006 19:13:37 +0000
 
6402
 
 
6403
gcc-4.1 (4.1.1-1) unstable; urgency=low
 
6404
 
 
6405
  [Matthias Klose]
 
6406
  * Update to SVN 20060601.
 
6407
  * Reenable the gpc build.
 
6408
  * PR libgcj/26483, libffi patch for IA-64 denorms, taken from trunk.
 
6409
  * Disable Ada for m32r targets. Closes: #367595.
 
6410
  * lib32gfortran1: Do not create empty directory /usr/lib32. Closes: #367999.
 
6411
  * gcc-4.1: Add a conflict to the gcj-4.1 version with a different
 
6412
    gcc_libdir.
 
6413
  * Build gij/gcj for GNU/k*BSD. Closes: #367166.
 
6414
  * Update hurd-changes patch (Michael Banck). Closes: #369690.
 
6415
  * debian/copyright: Add exception for the gpc runtime library.
 
6416
  * Update gpc/gpc-doc package descriptions.
 
6417
 
 
6418
  [Ludovic Brenta]
 
6419
  * patches/ada-libgnatprj.dpatch: add prj-pars.ad[bs] and sfn_scan.ad[bs]
 
6420
    to libgnatprj; remove them from gnatmake.
 
6421
 
 
6422
 -- Matthias Klose <doko@debian.org>  Thu,  1 Jun 2006 20:35:54 +0200
 
6423
 
 
6424
gcc-4.1 (4.1.0-4) unstable; urgency=low
 
6425
 
 
6426
  [Ludovic Brenta]
 
6427
  * Fix a stupid bug whereby fname.ad{b,s} would be included in both
 
6428
    libgnatvsn-dev and libgnatprj-dev, preventing use of gnatprj.gpr.
 
6429
    Closes: #366733.
 
6430
 
 
6431
 -- Matthias Klose <doko@debian.org>  Thu, 11 May 2006 04:34:50 +0200
 
6432
 
 
6433
gcc-4.1 (4.1.0-3) unstable; urgency=low
 
6434
 
 
6435
  * Update to SVN 20060507.
 
6436
  * debian/rules.d/binary-java.mk: Use $(lib32) everywhere. Closes: #365388.
 
6437
  * Always configure hppa64-linux-gnu with
 
6438
    --includedir=/usr/hppa64-linux-gnu/include.
 
6439
  * Make libgnatvsn4.1 and libgnatprj4.1 priority optional. Closes: #365900.
 
6440
  * Call autoconf2.13 explicitely in the Ada patches, build-depend on
 
6441
    autoconf2.13. Closes: #365780.
 
6442
  * Fix libgnatprj-dev and libgnatvsn-dev dependencies on their shared
 
6443
    libraries.
 
6444
  * Deduce softfloat and vfp (ARM) configure options (Pjotr Kourzanov).
 
6445
  * Update proposed patch for PR26885 (May 2 version).
 
6446
  * Build the libxxstdc++-dbg packages, when not building the library pacakges.
 
6447
  * Do not include the _pic library in the libxxstdc++-dbg packages.
 
6448
 
 
6449
 -- Matthias Klose <doko@debian.org>  Sun,  7 May 2006 15:29:53 +0200
 
6450
 
 
6451
gcc-4.1 (4.1.0-2) unstable; urgency=medium
 
6452
 
 
6453
  * Update to SVN 20060428.
 
6454
  * Apply proposed patches for PR26885.
 
6455
 
 
6456
  * Keep libffi doc files in its own directory. Closes: #360466.
 
6457
  * Update ppc64 patches for 4.1 (Andreas Jochens). Closes: #360498.
 
6458
  * Fix PR tree-optimization/26763, wrong-code, taken from the 4.1 branch.
 
6459
    Closes: #356896. CVE-2006-1902.
 
6460
  * hppa-cbranch, hppa-cbranch2 patches: Fix for PR target/26743,
 
6461
    PR target/11254, PR target/10274, backport from trunk (Randolph Chung).
 
6462
  * Let libgccN provide -dcv1 when cross-compiling (Pjotr Kourzanov).
 
6463
    Closes: #363289.
 
6464
  * (Build-)depend on glibc-2.3.6-7. Closes: #360895, #361904.
 
6465
  * Fix a pedantic report about a package description. Add a hint that
 
6466
    we do not like bug reports with locales other than "C". Closes: #361409.
 
6467
  * Enable the libjava interpreter on mips/mipsel.
 
6468
  * gcc-4.1-source: Depend on gcc-4.1-base.
 
6469
  * gnat-4.1: Fix permissions of .ali files.
 
6470
  * Build lib32gcj7 on amd64.
 
6471
  * debian/patches/ada-gnatvsn.dpatch: New.  Apply proposed fix for
 
6472
    PR27194.
 
6473
 
 
6474
  [Ludovic Brenta]
 
6475
  * debian/patches/ada-default-project-path.dpatch: new.  Change the
 
6476
    default search path for project files to the one specified
 
6477
    by the Debian Policy for Ada: /usr/share/ada/adainclude.
 
6478
  * debian/patches/ada-symbolic-tracebacks.dpatch: new.  Enable support for
 
6479
    symbolic tracebacks in exceptions.
 
6480
  * debian/patches/ada-missing-lib.dpatch: remove, superseded by the above.
 
6481
  * debian/patches/ada-link-lib.dpatch: changed.
 
6482
    - Instead of building libada as a target library only, build it as
 
6483
      both a host and, if different, target library.
 
6484
    - Build the GNAT tools in their top-level directory; do not use
 
6485
      recursive makefiles.
 
6486
    - Link the GNAT tools dynamically against libgnat.
 
6487
    - Apply proposed fix for PR27300.
 
6488
    - Rerun autoconf (Matthias Klose).
 
6489
  * debian/patches/ada-libgnatvsn.dpatch: new.
 
6490
    - Introduce a new shared library named libgnatvsn, containing
 
6491
      common components of GNAT under the GNAT-Modified GPL, for
 
6492
      use in GNAT tools, ASIS, GLADE and GPS.
 
6493
    - Link the gnat tools against this new library.
 
6494
    - Rerun autoconf (Matthias Klose).
 
6495
  * debian/patches/ada-libgnatprj.dpatch: new.
 
6496
    - Introduce a new shared library named libgnatprj, containing the
 
6497
      GNAT Project Manager, i.e. the parts of GNAT that parses project
 
6498
      files (*.gpr).  Licensed under pure GPL; for use in GLADE and GPS.
 
6499
    - Link the gnat tools against this new library.
 
6500
    - Rerun autoconf (Matthias Klose).
 
6501
  * debian/patches/ada-acats.dpatch: new.
 
6502
     - When running the ACATS, look for the gnat tools in their new
 
6503
       directory (build/gnattools), and for the shared libraries in
 
6504
       build/gcc/ada/rts, build/libgnatvsn and build/libgnatprj.
 
6505
  * debian/gnatvsn.gpr, debian/gnatprj.gpr: new.
 
6506
  * debian/rules.d/binary-ada.mk, debian/control.m4: new binary packages:
 
6507
    libgnatvsn-dev, libgnatvsn4.1, libgnatprj-dev, libgnatprj4.1. Place
 
6508
    the *.gpr files in their respective -dev packages.
 
6509
 
 
6510
 -- Matthias Klose <doko@debian.org>  Sat, 29 Apr 2006 00:32:09 +0200
 
6511
 
 
6512
gcc-4.1 (4.1.0-1) unstable; urgency=low
 
6513
 
 
6514
  * libstdc++CXX-BV-dev.preinst: Remove (handling of c++ include dir for 4.0).
 
6515
  * libgcj-common: Move removal of docdir from preinst into postinst.
 
6516
  * libgcj7: Move removal of docdir from preinst into postinst.
 
6517
  * Drop alternative build dependency on gnat-3.4, not built anymore.
 
6518
  * Fix PR libgcj/26103, wrong exception thrown (4.1 branch).
 
6519
  * debian/patches/libjava-stacktrace.dpatch: Add support to print file names
 
6520
    and line numbers in stacktraces.
 
6521
  * Add debugging symbols for libgcjawt and lib-gnu-java-awt-peer-gtk
 
6522
    in the libgcj7-dbg and lib32gcj7-dbg packages.
 
6523
  * Remove dependency of the libgcj-dbg packages on the libgcj-dev packages,
 
6524
    add recommendations on binutils and libgcj-dev. Mention the requirement
 
6525
    of binutils for the stacktraces.
 
6526
  * Fix upgrade from version 4.0.2-9, loosing the Debian changelog.
 
6527
    Closes: #355439.
 
6528
  * gij/gcj: Install one alternative for each command, do not use slave
 
6529
    links for rmiregistry, javah, rmic. Ubuntu #26781. Closes: #342557.
 
6530
  * Fix for PR tree-optimization/26587, taken from the 4.1 branch.
 
6531
  * Fix PR libstdc++/26526 (link failure when _GLIBCXX_DEBUG is defined).
 
6532
  * Configure with --enable-clocale=gnu, even if not building C++ packages.
 
6533
  * Remove runtime path from biarch libraries as well.
 
6534
  * PR middle-end/26557 (ice-on-vaild-code, regression), taken from
 
6535
    the gcc-4_1-branch. Closes: #349083.
 
6536
  * PR tree-optimization/26672 (ice-on-vaild-code, regression), taken from
 
6537
    the gcc-4_1-branch. Closes: #356231.
 
6538
  * PR middle-end/26004 (rejects-vaild-code, regression), taken from
 
6539
    the gcc-4_1-branch.
 
6540
  * When building as standalone gcj, build libgcc4 (hppa only) and fastjar.
 
6541
  * Configure --with-cpu=v8 on sparc.
 
6542
  * debian/patches/libjava-hppa.dpatch: pa/pa32-linux.h
 
6543
    (CRT_CALL_STATIC_FUNCTION): Define when CRTSTUFFS_O is defined.
 
6544
    (John David Anglin). Closes: #353346.
 
6545
  * Point to the 4.1 version of README.Bugs (closes: #356230).
 
6546
  * Disable the libmudflap testsuite on alpha (getting killed).
 
6547
 
 
6548
 -- Matthias Klose <doko@debian.org>  Sat, 18 Mar 2006 23:00:39 +0100
 
6549
 
 
6550
gcc-4.1 (4.1.0-0) experimental; urgency=low
 
6551
 
 
6552
  * GCC 4.1.0 final release.
 
6553
  * Build the packages for the Java language from a separate source.
 
6554
  * Update NEWS.html, NEWS.gcc.
 
6555
  * libgcj-doc: Auto generated API documentation for libgcj7, classpath
 
6556
    example programs.
 
6557
  * Add gjdoc to Build-Depends-Indep.
 
6558
  * On amd64, build-depend on libc6-dev-i386 instead of ia32-libs-dev.
 
6559
  * Internal ssp headers now installed in the gcc libdir.
 
6560
  * Do not build gcj-4.1-base when building the gcc-4.1 packages.
 
6561
  * When building as gcj-4.1, use the tarball from the gcc-4.1-source
 
6562
    package.
 
6563
 
 
6564
  [Ludovic Brenta]
 
6565
  * Allow to enable and disable NLS and bootstrapping from the environment.
 
6566
    - Adding "nls" to WITHOUT_LANG disables NLS support.
 
6567
    - If WITH_BOOTSTRAP is set, debian/rules2 calls configure
 
6568
      --enable-bootstrap=$(WITH_BOOTSTRAP) and just "make".  If
 
6569
      WITH_BOOTSTRAP is unset, it calls configure without a bootstrapping
 
6570
      option and calls "make profiledbootstrap" or "make bootstrap-lean"
 
6571
      depending on the target CPU.
 
6572
      Currently overwritten to default to "bootstrap".
 
6573
 
 
6574
 -- Matthias Klose <doko@debian.org>  Thu,  2 Mar 2006 00:03:45 +0100
 
6575
 
 
6576
gcc-4.1 (4.1ds9-0exp9) experimental; urgency=low
 
6577
 
 
6578
  * Update to GCC 4.1.0 release candidate 1 (gcc-4.1.0-20060219 tarball).
 
6579
  * Update gcc-version patch for gcc-4.1.
 
6580
  * libgccN, libstdc++N*: Fix upgrade of /usr/share/doc symlinks.
 
6581
  * libjava awt & swing update, taken from trunk 2006-02-16.
 
6582
  * libgcj7-dev: Suggest libgcj-doc, built from a separate source package.
 
6583
  * Shorten build-dependency line (work around buildd problems
 
6584
    on arm* and mips*).
 
6585
  * New patch gcc-ice-hack (saving the preprocessed source on an ICE),
 
6586
    taken from Fedora.
 
6587
 
 
6588
 -- Matthias Klose <doko@debian.org>  Mon, 20 Feb 2006 10:07:23 +0100
 
6589
 
 
6590
gcc-4.1 (4.1ds8-0exp8) experimental; urgency=low
 
6591
 
 
6592
  * Update to SVN 20060212, taken from the 4.1 release branch.
 
6593
  * libgccN: Fix upgrade of /usr/share/doc/libgccN symlink.
 
6594
 
 
6595
 -- Matthias Klose <doko@debian.org>  Sun, 12 Feb 2006 19:48:31 +0000
 
6596
 
 
6597
gcc-4.1 (4.1ds7-0exp7) experimental; urgency=low
 
6598
 
 
6599
  * Update to SVN 20060127, taken from the 4.1 release branch.
 
6600
    - On hppa, bump the libgcc soversion to 4.
 
6601
  * Add an option not to depend on the system -base package for cross compiler
 
6602
    (Ian Wienand). Closes: #347484.
 
6603
  * Remove workaround increasing the stack size limit for some architectures,
 
6604
    not needed anymore on ia64.
 
6605
  * On amd64, build-depend on libc6-dev-i386, depend on libc6-i386, where
 
6606
    available.
 
6607
  * libstdc++6: Properly upgrade the doc directory. Closes: #346171.
 
6608
  * libstdc++6: Add a conflict to scim (<< 1.4.2-1). Closes: #343313.
 
6609
  * Set default 32bit ix86 architecture to i486.
 
6610
 
 
6611
 -- Matthias Klose <doko@debian.org>  Fri, 27 Jan 2006 22:23:22 +0100
 
6612
 
 
6613
gcc-4.1 (4.1ds6-0ubuntu6) experimental; urgency=low
 
6614
 
 
6615
  * Update to SVN 20060107, taken from the 4.1 release branch.
 
6616
    - Remove fix for PR ada/22533, fixed by patch for PR c++/23171.
 
6617
  * Remove binary packages from the control file, which aren't built
 
6618
    yet on any architecture.
 
6619
  * gcc-hppa64: Use /usr/hppa64-linux-gnu/include as location for the glibc
 
6620
    headers, tighten glibc (build-)dependency.
 
6621
  * libffi [arm]: Add support for closures, libjava [arm]: enable the gij
 
6622
    interpreter (Phil Blundell). Addresses: #337263.
 
6623
  * For the gcj standalone build, include cc1 into the gcj-4.1 package,
 
6624
    needed for linking java programs compiled to native code.
 
6625
 
 
6626
 -- Matthias Klose <doko@debian.org>  Sat,  7 Jan 2006 03:36:33 +0100
 
6627
 
 
6628
gcc-4.1 (4.1ds4-0exp4) experimental; urgency=low
 
6629
 
 
6630
  * Update to SVN 20051210, taken from the 4.1 release branch.
 
6631
  * Prepare to build the java packages from it's own source (merged
 
6632
    from Ubuntu).
 
6633
    - Build the java packages from the gcc-4.1 source, as long as packages
 
6634
      are prepared for experimental.
 
6635
    - When built as gcj, run only the libjava testsuite, don't build the
 
6636
      libstdc++ debug packages, don't package the gcc source.
 
6637
    - Loosen package dependencies, when java packages are built from
 
6638
      separate sources.
 
6639
    - Fix gcj hppa build, when java packages are built from separate sources.
 
6640
    - gij-4.1: Install test-summary, when doing separate builds.
 
6641
    - Allow java packages be installed independent from other packages built
 
6642
      from the source package.
 
6643
    - Rename libgcj7-common to libgcj7-jar.
 
6644
    - Introduce a gcj-4.1-base package to completely separate the two and not
 
6645
      duplicate the changelog in each gcj/gij package.
 
6646
  * Java related changes:
 
6647
    - libjava-xml-transform: Update from classpath trunk, needed for
 
6648
      eclipse (Michael Koch), applied upstream.
 
6649
    - Fix java wrapper scripts to point to 4.1 (closes: #341710).
 
6650
    - Reenable java on mips and mipsel.
 
6651
    - Fix libgcj6 dependency. Ubuntu #19935.
 
6652
    - Add libxt-dev as a java build dependency. autoconf explicitely checks
 
6653
      for X11/Intrinsic.h.
 
6654
  * Ada related changes:
 
6655
    - Apply proposed fix for PR ada/22533, reenable ada on alpha, powerpc,
 
6656
      mips, mipsel and s390.
 
6657
    - Add Ada support for GNU/kFreeBSD (Aurelien Jarno). Closes: #341356.
 
6658
    - Remove ada bootstrap workaround for alpha.
 
6659
  * Build a separate gcc-4.1-source package (Bastian Blank). Closes: #333922.
 
6660
  * Remove obsolete patch: libstdc++-automake.
 
6661
  * Remove patch integrated upstream: libffi-mips.
 
6662
  * Fix the installation of the hppa64 compiler in snapshot builds.
 
6663
  * Rename libgfortran0* to libgfortran1* (upstream soversion change).
 
6664
  * Add a dependency on libc-dev for all compilers / -dev packages except
 
6665
    gcc (which can be used for kernel builds without libc-dev).
 
6666
  * libffi4-dev: Fix package description.
 
6667
  * On amd64, install 32bit libraries into /emul/ia32-linux/usr/lib.
 
6668
    Addresses: #341147.
 
6669
  * Fix installation of biarch libstdc++ headers on amd64.
 
6670
  * Configure --with-tune=i686 on ix86 architectures (on Ubuntu with
 
6671
    -mtune=pentium4). Remove the cpu-default-* patches.
 
6672
  * debian/control.m4: Fix libxxgcc package names.
 
6673
  * Update the build infrastructure to build cross compilers
 
6674
    (Nikita V. Youshchenko).
 
6675
  * Tighten binutils (build-)dependency. Closes: #342484.
 
6676
  * Symlink more doc directories.
 
6677
  * debian/control.m4: Explicitely set Architecture for biarch packages.
 
6678
 
 
6679
 -- Matthias Klose <doko@debian.org>  Sat, 10 Dec 2005 16:56:45 +0100
 
6680
 
 
6681
gcc-4.1 (4.1ds1-0ubuntu1) UNRELEASED; urgency=low
 
6682
 
 
6683
  * Build Java packages only.
 
6684
  * Update to SVN 20051121, taken from the 4.1 release branch.
 
6685
    - Remove libjava-saxdriver-fix patch, applied upstream.
 
6686
    - Remove ada-gnat-version patch, applied upstream.
 
6687
  * Fix FTBFS in biarch builds on 32bit kernels.
 
6688
  * Update libstdc++-doc doc-base file (closes: #339046).
 
6689
  * Remove obsolete patch: gcc-alpha-ada_fix.
 
6690
  * Fix installation of biarch libstdc++ headers (Ubuntu #19655).
 
6691
  * Fix sparc and s390 biarch patches to build the 64bit libffi.
 
6692
  * Work around biarch build failure in libjava/classpath/native/jni/midi-alsa.
 
6693
  * Install spe.h header on powerpc.
 
6694
  * Add libasound build dependencies.
 
6695
  * libgcj: Fix installation of libgjsmalsa library.
 
6696
  * Remove patches not used anymore: libjava-no-rpath, i386-config-ml-nomf,
 
6697
    libobjc, multiarch-include, disable-biarch-check-mf, gpc-profiled,
 
6698
    gpc-no-gpidump, libgpc-shared, acats-expect.
 
6699
  * Fix references to manuals in gnat(1). Ubuntu #19772.
 
6700
  * Remove build dependency on xlibs-dev, add libxtst-dev.
 
6701
  * Do not configure with --disable-werror.
 
6702
  * Merge *-config-ml patches into one config-ml patch, configure the biarch
 
6703
    libs in debian/rules.defs.
 
6704
  * debian/gcj-wrapper: Accept -Xss.
 
6705
  * Do not build biarch java on Debian (missing biarch libasound).
 
6706
  * Do not build the java packages from this source package, avoiding
 
6707
    dependencies on X.
 
6708
 
 
6709
 -- Matthias Klose <doko@ubuntu.com>  Mon, 21 Nov 2005 20:29:43 +0100
 
6710
 
 
6711
gcc-4.1 (4.1ds0-0exp0) experimental; urgency=low
 
6712
 
 
6713
  * Configure libstdc++ using the default allocator.
 
6714
  * Update to 20051112, taken from the svn trunk.
 
6715
 
 
6716
 -- Matthias Klose <doko@debian.org>  Sat, 12 Nov 2005 23:47:01 +0100
 
6717
 
 
6718
gcc-4.1 (4.1ds0-0ubuntu0) breezy; urgency=low
 
6719
 
 
6720
  * UNRELEASED
 
6721
  * First snapshot of gcc-4.1 (CVS 20051019).
 
6722
    - adds SSP support (closes: #213994, #233208).
 
6723
  * Remove patches applied upstream/not needed anymore.
 
6724
  * Update patches for 4.1: link-libs, gcc-textdomain, libjava-dlsearch-path,
 
6725
    rename-info-files, reporting, classmap-path, i386-biarch, sparc-biarch,
 
6726
    libjava-biarch-awt, ada-gcc-name.
 
6727
  * Disable patches:
 
6728
    - 323016, m68k, necessary for 4.1?
 
6729
  * debian/copyright: Update for 4.1.
 
6730
  * debian/control, debian/control.m4, debian/rules.defs, debian/rules.conf:
 
6731
    Update for 4.1, add support for Obj-C++ and SSP.
 
6732
  * Fix generation of Ada docs in info format.
 
6733
  * Set Ada library version to 4.1.
 
6734
  * Drop gnat-3.3 as an alternative build dependency.
 
6735
  * Use fortran instead of f95 for the build files.
 
6736
  * Update build support for awt peer libs.
 
6737
  * Add packaging support for SSP library.
 
6738
  * Add packaging support for Obj-C++.
 
6739
  * Run the testsuite for -march=i686 on i386 and amd64 as well.
 
6740
  * Fix generation of Pascal docs in html format.
 
6741
  * Update config-ml patches to build libssp biarch.
 
6742
  * Disable libssp for hppa64 build.
 
6743
  * libgcj7-dev: Install jni_md.h.
 
6744
  * Disable gnat for powerpc, currently fails to build.
 
6745
  * Add biarch runtime lib packages for ssp, mudflap, ffi.
 
6746
  * Do not explicitely configure with --enable-java-gc=boehm, which is the
 
6747
    default.
 
6748
  * libjava-saxdriver-fix: Fix a problem in the Aelfred2 SAX parser.
 
6749
  * libstdc++6-4.0-dev: Depend on the libc-dev package. Ubuntu #18885.
 
6750
  * Build-depend on expect-tcl8.3 on all architectures.
 
6751
  * Build-depend on lib32z1-dev on amd64 and ppc64, drop build dependency on
 
6752
    amd64-libs.
 
6753
  * Disable ada on alpha mips mipsel powerpc s390, currently broken.
 
6754
 
 
6755
 -- Matthias Klose <doko@ubuntu.com>  Wed, 19 Oct 2005 11:02:31 +0200
 
6756
 
 
6757
gcc-4.0 (4.0.2-3) unstable; urgency=low
 
6758
 
 
6759
  * Update to CVS 20051015, taken from the gcc-4_0-branch.
 
6760
    - gcc man page fixes (closes: #327254, #330099).
 
6761
    - PR java/19870, PR java/20338, PR java/21844, PR java/21540:
 
6762
      Remove Debian patches.
 
6763
    - Applied libjava-echo-fix patch.
 
6764
    - Fix PR target/24284, ICE (Segmentation fault) on sparc-linux.
 
6765
      Closes: #329840.
 
6766
    - Fix PR c++/23797, ICE on typename outside template. Closes: #325545.
 
6767
    - Fix PR c++/22551, ICE in tree_low_cst. Closes: #318932.
 
6768
  * libstdc++6: Tighten libstdc++ shlibs version to 4.0.2-3 (new symbol).
 
6769
  * Update generated Ada files.
 
6770
  * Fix logic to disable mudflap and Obj-C++ via the environment.
 
6771
  * Remove f77 build bits.
 
6772
  * gij-4.0: Remove /var/lib/gcj-4.0/classmap.db on purge (closes: #330800).
 
6773
  * Let gcj-4.0 depend on libgcj6-dev, instead of recommending it. This is
 
6774
    not necessary for byte-code compilations, but for compilations to native
 
6775
    code. For compilations to byte-code, use a better compiler like ecj
 
6776
    for now (found in the ecj-bootstrap package).
 
6777
  * Disable biarch setup in cross compilers (Josh Triplett). Closes: #333952.
 
6778
  * Fix with_libnof logic for cross-compilations (Josh Triplett).
 
6779
    Closes: #333951.
 
6780
  * Depend on binutils (>= 2.16.1cvs20050902-1) on the alpha architecture.
 
6781
    Closes: #333954.
 
6782
  * On i386, build-depend on libc6-dev-amd64. Closes: #329108.
 
6783
  * (Build-)depend on glibc 2.3.5-5.
 
6784
 
 
6785
 -- Matthias Klose <doko@debian.org>  Sun,  2 Oct 2005 14:25:54 +0200
 
6786
 
 
6787
gcc-4.0 (4.0.2-2) unstable; urgency=low
 
6788
 
 
6789
  * Update to CVS 20051001, taken from the gcc-4_0-branch. Includes the
 
6790
    changes between 4.0.2 RC3 and the final 4.0.2 release, missing from
 
6791
    the upstream tarball. Remove patches applied upstream (gcc-c-decl,
 
6792
    pr23182, pr23043, pr23367, pr23891, pr21418, pr24018).
 
6793
  * On ix86 architectures run the testsuite for -march=i686 as well.
 
6794
  * Build libffi on the Hurd (closes: #328705).
 
6795
  * Add big-endian arm (armeb) support (Lennert Buytenhek). Closes: #330730.
 
6796
  * Update libjava xml to classpath CVS HEAD 20050930 (Michael Koch).
 
6797
  * Reapply patch to make -mieee the default on alpha-linux. Closes: #330826.
 
6798
  * Add workaround not to make libmudflap _start/_end not small data on
 
6799
    mips/mipsel, taken from CVS HEAD.
 
6800
  * Don't build the nof libraries on powerpc.
 
6801
  * Number crunching time on m68k, reenable gfortran on m68k-linux-gnu.
 
6802
 
 
6803
 -- Matthias Klose <doko@debian.org>  Sat,  1 Oct 2005 15:42:10 +0200
 
6804
 
 
6805
gcc-4.0 (4.0.2-1) unstable; urgency=low
 
6806
 
 
6807
  * GCC 4.0.2 release.
 
6808
  * lib64stdc++6: Set priority to optional.
 
6809
  * Fix bug in StreamSerializer, seen with eclipse-3.1 (Ubuntu 12744).
 
6810
    Backport from CVS HEAD, Michael Koch.
 
6811
  * Apply java patches, proposed for the 4.0 branch: PR java/24018,
 
6812
    PR libgcj/23182, PR java/19870, PR java/21844, PR libgcj/23367,
 
6813
    PR java/20338.
 
6814
  * Update the expect/pty test to actually call expect directly, rather
 
6815
    than test for the existence of PTYs, since a working expect is what
 
6816
    we really care about, not random device files (Adam Conrad).
 
6817
    Closes: #329715.
 
6818
  * Add build dependencies on lib64z1-dev.
 
6819
  * gcc-c-decl.dpatch: Fix C global decl handling regression in 4.0.2 from
 
6820
    4.0.1
 
6821
 
 
6822
 -- Matthias Klose <doko@debian.org>  Thu, 29 Sep 2005 19:50:08 +0200
 
6823
 
 
6824
gcc-4.0 (4.0.1-9) unstable; urgency=low
 
6825
 
 
6826
  * Update to CVS 20050922, taken from the gcc-4_0-branch (4.0.2 RC3).
 
6827
  * Apply patches:
 
6828
    - Fix PR java/21418: Order of source files matters when compiling,
 
6829
      backported from mainline.
 
6830
    - Fix for PR 23043, backported form mainline.
 
6831
    - Proposed patch for #323016 (m68k only). Patch by Roman Zippel.
 
6832
  * libstdc++6: Tighten libstdc++ shlibs version to 4.0.1-9 (new symbol).
 
6833
  * Fail the build early, if the system doesn't have any pty devices
 
6834
    created in /dev. Needed for running the testsuite.
 
6835
  * Update hurd changes again (closes: #328973).
 
6836
 
 
6837
 -- Matthias Klose <doko@debian.org>  Thu, 22 Sep 2005 07:28:18 +0200
 
6838
 
 
6839
gcc-4.0 (4.0.1-8) unstable; urgency=medium
 
6840
 
 
6841
  * Update to CVS 20050917, taken from the gcc-4_0-branch.
 
6842
    - Fix FTBFS for boost, introduced in 4.0.1-7 (closes: #328684).
 
6843
  * Fix PR java/23891, eclipse bootstrap.
 
6844
  * Set priority of gcc-4.0-hppa64 package to standard.
 
6845
  * Bump standards version to 3.6.2.
 
6846
  * Fix java wrapper script, mishandles command line options with arguments.
 
6847
    Patch from Olly Betts. Closes: #296456.
 
6848
  * Bump epoch of the lib32gcc1 package to the same epoch as for the the
 
6849
    libgcc1 and lib64gcc1 packages.
 
6850
  * Fix some lintian warnings.
 
6851
  * Build libffi on the Hurd (closes: #328705).
 
6852
  * For biarch builds, disable the testsuite for the non-default architecture
 
6853
    for runtime libraries, which are not built by default (libjava).
 
6854
  * Add gsfonts-x11 to Build-Depends-Indep to avoid warnings from doxygen.
 
6855
  * Install Ada .ali files read-only.
 
6856
 
 
6857
 -- Matthias Klose <doko@debian.org>  Sat, 17 Sep 2005 10:35:23 +0200
 
6858
 
 
6859
gcc-4.0 (4.0.1-7) unstable; urgency=low
 
6860
 
 
6861
  * Update to CVS 20050913, taken from the gcc-4_0-branch.
 
6862
    - Fix PR c++/19004, ICE in uses_template_parms (closes: #284777).
 
6863
    - Fix PR rtl-optimization/23454, ICE in invert_exp_1 on sparc.
 
6864
      Closes: #321215.
 
6865
    - Fix PR libstdc++/23417, make bits/stl_{list,tree}.h -Weffc++ clean.
 
6866
      Closes: ##322170.
 
6867
  * Install 'altivec.h' on ppc64 (closes: #323945).
 
6868
  * Install locale data with the versioned package name (closes: #321591).
 
6869
  * Fix fastjar build without building libjava.
 
6870
  * On hppa, don't build using gcc-3.3 when ada is disabled.
 
6871
  * On m68k, don't build the stage1 compiler using -O.
 
6872
 
 
6873
  * Ludovic Brenta <ludovic@ludovic-brenta.org>
 
6874
    - Allow the choice whether or not to build with NLS.
 
6875
    - Fix a typo whereby libffi was always enabled on i386.
 
6876
 
 
6877
 -- Matthias Klose <doko@debian.org>  Tue, 13 Sep 2005 23:23:11 +0200
 
6878
 
 
6879
gcc-4.0 (4.0.1-6) unstable; urgency=low
 
6880
 
 
6881
  * Update to CVS 20050821, taken from the gcc-4_0-branch.
 
6882
    - debian/patches/pr21562.dpatch: Removed, applied upstream.
 
6883
    - debian/patches/libjava-awt-name.dpatch: Updated.
 
6884
    - debian/patches/classpath-20050618.dpatch: Updated.
 
6885
  * Use all available CPU's for the check target, unless USE_NJOBS == no.
 
6886
  * debian/patches/biarch-include.dpatch: Include
 
6887
    /usr/local/include/<arch>-linux-gnu before including /usr/local/include.
 
6888
  * Fix biarch system include directories for the non-default architecture.
 
6889
  * Prefer gnat-4.0 over gnat-3.4 over gnat-3.3 as a build-dependency.
 
6890
 
 
6891
 -- Matthias Klose <doko@debian.org>  Thu, 18 Aug 2005 18:36:23 +0200
 
6892
 
 
6893
gcc-4.0 (4.0.1-5) unstable; urgency=low
 
6894
 
 
6895
  * Update to CVS 20050816, taken from the gcc-4_0-branch.
 
6896
    - Fix PR middle-end/23369, wrong code generation for funcptr comparison
 
6897
      on hppa. Closes: #321785.
 
6898
    - Fix PR fortran/23368 ICE with NAG routines (closes: #322912).
 
6899
  * Build-depend on libcairo2-dev (they say, that's the final package name ...)
 
6900
  * libgcj: Search /usr/lib/gcj-4.0 for dlopened libraries, place a copy
 
6901
    of the .la files in the libgcj6 package into this directory.
 
6902
    Closes: #322576.
 
6903
  * Tighten the dependencies between the compiler packages to the same
 
6904
    version and release. Use some substitution variables for control file
 
6905
    generation.
 
6906
  * Remove build dependencies for gpc.
 
6907
  * Don't use '/emul/ia32-linux' on ppc64 (closes: #322890).
 
6908
  * Synchronize with Ubuntu.
 
6909
 
 
6910
 -- Matthias Klose <doko@debian.org>  Tue, 16 Aug 2005 22:45:47 +0200
 
6911
 
 
6912
gcc-4.0 (4.0.1-4ubuntu1) breezy; urgency=low
 
6913
 
 
6914
  * Jeff Bailey <jbailey@ubuntu.com>
 
6915
 
 
6916
    Enable i386 biarch using biarch glibc (not yet enabled for unstable).
 
6917
    - debian/rules.d/binary-libgcc.mk: Make i386 lib64gcc1 depend on
 
6918
      libc6-amd64
 
6919
    - debian/control.m4: Suggest libc6-amd64 rather than amd64-libs.
 
6920
    - debian/rules.conf: Build-Dep on libc6-dev-amd64 [i386]
 
6921
      Build-Dep on binutils >= 2.16.1-2ubuntu3
 
6922
    - debian/rules2: Enable biarch build in Ubuntu.
 
6923
 
 
6924
  * Matthias Klose <doko@ubuntu.com>
 
6925
 
 
6926
    - Add shlibs file and dependency information for the lib32gcc1 package.
 
6927
    - debian/patches/gcc-textdomain.dpatch: Update (closes: #321591).
 
6928
    - Set priority of gcc-4.0-base and libstdc++6 packages to `required'.
 
6929
      Closes: #321016.
 
6930
    - libffi-hppa.dpatch: Remove, applied upstream.
 
6931
 
 
6932
 -- Matthias Klose <doko@debian.org>  Mon,  8 Aug 2005 19:39:02 +0200
 
6933
 
 
6934
gcc-4.0 (4.0.1-4) unstable; urgency=low
 
6935
 
 
6936
  * Enable the biarch compiler for powerpc (closes: #268023).
 
6937
  * Update to CVS 20050806, taken from the gcc-4_0-branch.
 
6938
  * Build depend on libcairo0.6.0-dev (closes: #321540).
 
6939
  * Fix Ada build on the hurd (closes: #321350).
 
6940
  * Update libffi for mips (Thiemo Seufer). Closes: #321100.
 
6941
  * Fix segfault on 64bit archs in the AWT Gtk peer library (Dan Frazier).
 
6942
    Closes: #320915.
 
6943
  * Add libXXgcc1 build dependencies for biarch builds.
 
6944
 
 
6945
 -- Matthias Klose <doko@debian.org>  Sun,  7 Aug 2005 07:01:59 +0000
 
6946
 
 
6947
gcc-4.0 (4.0.1-3) unstable; urgency=medium
 
6948
 
 
6949
  * Update to CVS 20050725, taken from the gcc-4_0-branch.
 
6950
    - Fix ICE with -O and -mno-ieee-fp/-ffast-math (closes: #319087).
 
6951
  * Synchronize with Ubuntu.
 
6952
  * Fix applying hurd specific patches for the hurd build (closes: #318443).
 
6953
  * Do not build-depend on libmpfr-dev on architectures, where fortran
 
6954
    is not built.
 
6955
  * Apply biarch include patch on ppc64 as well (closes: #318603).
 
6956
  * Correct libstdc++-dev package description (closes: #319082).
 
6957
  * debian/rules.defs: Replace DEB_TARGET_GNU_CPU with DEB_TARGET_ARCH_CPU.
 
6958
  * gcc-4.0-hppa64: Rename hppa64-linux-gcc to hppa64-linux-gnu-gcc.
 
6959
    Closes: #319818.
 
6960
 
 
6961
 -- Matthias Klose <doko@debian.org>  Mon, 25 Jul 2005 10:43:06 +0200
 
6962
 
 
6963
gcc-4.0 (4.0.1-2ubuntu3) breezy; urgency=low
 
6964
 
 
6965
  * Update to CVS 20050720, taken from the gcc-4_0-branch.
 
6966
    - Fix PR22278, volatile issues, seen when building xorg.
 
6967
  * Build against new libcairo1-dev (0.5.2).
 
6968
 
 
6969
 -- Matthias Klose <doko@debian.org>  Wed, 20 Jul 2005 12:29:50 +0200
 
6970
 
 
6971
gcc-4.0 (4.0.1-2ubuntu2) breezy; urgency=low
 
6972
 
 
6973
  * Acknowledge that i386 biarch builds still need to be fixed for glibc-2.3.5.
 
6974
 
 
6975
 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 Jul 2005 08:29:30 +0000
 
6976
 
 
6977
gcc-4.0 (4.0.1-2ubuntu1) breezy; urgency=low
 
6978
 
 
6979
  * Synchronize with Debian.
 
6980
  * Update to CVS 20050718, taken from the gcc-4_0-branch.
 
6981
    - Fix PR c++/22132 (closes: #318488), upcasting a const class pointer
 
6982
      to struct the class derives from generates wrong code.
 
6983
  * Build biarch runtime libraries for Fortran and ObjC.
 
6984
  * Apply proposed patch for PR22309 (crash with mt_allocator if libstdc++
 
6985
    is dlclosed). Closes: #293466.
 
6986
 
 
6987
 -- Matthias Klose <doko@ubuntu.com>  Mon, 18 Jul 2005 17:10:18 +0200
 
6988
 
 
6989
gcc-4.0 (4.0.1-2) unstable; urgency=low
 
6990
 
 
6991
  * Don't apply the patch to make -mieee the default on alpha-linux-gnu.
 
6992
    Causes the bootstrap to fail on alpha-linux-gnu.
 
6993
 
 
6994
 -- Matthias Klose <doko@debian.org>  Tue, 12 Jul 2005 00:14:12 +0200
 
6995
 
 
6996
gcc-4.0 (4.0.1-1) unstable; urgency=high
 
6997
 
 
6998
  * GCC 4.0.1 final release.  See /usr/share/doc/gcc-4.0/NEWS.{gcc,html}.
 
6999
  * Build fastjar on mips/mipsel, fix fastjar build without building java.
 
7000
  * Disable the comparision check on unstable/ia64. adaint.o differs,
 
7001
    currently cannot be reproduced with glibc-2.3.5 and binutils-2.16.1.
 
7002
  * libffi/hppa: Fix handling of 3 and 5-7 byte struct returns.
 
7003
  * amd64: Fix libgcc symlinks to point to /usr/lib32, instead of /lib32.
 
7004
  * On powerpc, don't build with -j >1, apparently doesn't succeeds
 
7005
    on the Debian buildd.
 
7006
  * Apply revised patch to make -mieee the default on alpha-linux,
 
7007
    and add -mieee-disable switch to turn the default off (Tyson Whitehead).
 
7008
  * Disable multiarch-includes; redo biarch-includes to include the paths
 
7009
    for the non-default biarch, when called with -m32/-m64.
 
7010
  * Move new java headers from libstdc++-dev to libgcj-dev, add replaces
 
7011
    line.
 
7012
  * Update classpath patch to work with cairo-0.5.1. Patch provided by
 
7013
    Michael Koch.
 
7014
  * Further classpath updates for gnu.xml and javax.swing.text.html.
 
7015
    Patch provided by Michael Koch.
 
7016
  * Require binutils (>= 2.16.1) as a build dependency and a dependency.
 
7017
  * On i386, require amd64-libs-dev (>= 1.2).
 
7018
  * Update debian/NEWS.{html,gcc}.
 
7019
 
 
7020
  * Closing bug reports reported against older gcc versions (some of them
 
7021
    still present in Debian, but not anymore as the default compiler).
 
7022
    Usually, forwarded bug reports are linked to
 
7023
        http://gcc.gnu.org/PR<upstream bug number>
 
7024
    The upstream bug number usually can be found in the Debian reports.
 
7025
 
 
7026
  * Closed reports reported against gcc-3.3 and fixed in gcc-3.4:
 
7027
    - General:
 
7028
      + PR rtl-optimization/2960: Duplicate loop conditions even with -Os
 
7029
        Closes: #94701.
 
7030
      + PR optimization/3995: i386 optimisation: joining tests.
 
7031
        Closes: #105309.
 
7032
      + PR rtl-optimization/11635: Unnecessary store onto stack, more
 
7033
        curefully expand union cast (closes: #202016).
 
7034
      + PR target/7618: vararg disallowed in virtual function. Closes: #205404.
 
7035
      + Large array problem on 64 bit platforms (closes: #209152).
 
7036
      + Mark more strings as translatable (closes: #227129).
 
7037
      + PR gcc/14711: ICE when compiling a huge source file Closes: #234711.
 
7038
      + Better code generation for if(!p) return NULL;return p;
 
7039
        Closes: #242318.
 
7040
      + PR rtl-optimization/16152: Perl ftbfs on {ia64,arm,m68k}-linux.
 
7041
        Closes: #255801.
 
7042
      + ICE (segfault) while compiling Linux 2.6.9 (closes: #277206).
 
7043
      + Link error building memtest (closes: #281445).
 
7044
    - Ada:
 
7045
      + PR ada/12450: Constraint error for valid input (closes: #210844).
 
7046
      + PR ada/13620: miscompilation of array initializer with
 
7047
        -O3 -fprofile-arcs. Closes: #226244.
 
7048
    - C:
 
7049
      + PR c/6897: Code produced with -fPIC reserves EBX, but compiles
 
7050
        bad __asm__ anyway (closes: #73065).
 
7051
      + PR c/9209: On i386, gcc-3.0 allows $ in indentifiers but not the asm.
 
7052
        Closes: #121282.
 
7053
      + PR c/11943: Accepts invalid declaration "int x[2, 3];" in C99 mode.
 
7054
        Closes: #177303.
 
7055
      + PR c/11942: restrict keyword broken in C99 mode. Closes: #187091.
 
7056
      + PR other/11370: -Wunreachable-code gives false complaints.
 
7057
        Closes: #196600.
 
7058
      + PR c/11369: Too relaxed checking with -Wstrict-prototypes.
 
7059
        Closes: #197504.
 
7060
      + PR c/11445: False positive warning with -Wunreachable-code.
 
7061
        Closes: #200140.
 
7062
      + PR c/11459: -stdc=c90 -pedantic warns about C90's non long-long
 
7063
         support when in C99 mode. Closes: #200392.
 
7064
      + PR c/456: Handling of constant expressions. Closes: #225935.
 
7065
      + ICE on invalid #define with -traditional (closes: #242916).
 
7066
      + No warning when initializing a variable with itself, new option
 
7067
        -Winit-self (closes: #293957).
 
7068
    - C++:
 
7069
      + C++ parse error (closes: #42946).
 
7070
      + PR libstdc++/9073: Replacement for __STL_ASSERTIONS (libstdc++v3
 
7071
        debug mode). Closes: #128993.
 
7072
      + Parse errors in nested constructor calls (closes: #138561).
 
7073
      + PR optimization/1823: -ftrapv aborts with pointer difference due to
 
7074
        division optimization. Closes: #169862.
 
7075
      + ICE on invalid code (closes: #176101).
 
7076
      + PR c++/10199: ICE handling method parametrized by template.
 
7077
        Closes: #185604.
 
7078
      + High memory usage building packages OpenOffice.org and MythTV.
 
7079
        Closes: #194345, #194513.
 
7080
      + Improved documentation of std::lower_bound (closes: #196380).
 
7081
      + ICE in regenerate_decl_from_template (closes: #197674).
 
7082
      + PR c++/11444: Function fails to propagate up class tree
 
7083
        (template-related).  Closes: #198042.
 
7084
      + ICE when using namespaced typedef of primitive type as struct.
 
7085
        Closes: #198261.
 
7086
      + Bug using streambuf / iostream to read from a named pipe.
 
7087
        Closes: #216105.
 
7088
      + PR c++/11437: ICE in lookup_name_real (closes: #200011).
 
7089
      + Add large file support (LFS) in libstdc++ (closes: #220000).
 
7090
      + PR c++/13621: ICE compiling a statement expression returning type
 
7091
        string (closes: #224413).
 
7092
      + g++ doesn't find inherited inner class after template instantiation.
 
7093
        Closes: #227518.
 
7094
      + PR libstdc++/13928: Add whatis info in man pages generated by doxygen.
 
7095
        Closes: #229642.
 
7096
      + Missing symbol _M_setstate in libstdc++ (closes: #232709).
 
7097
      + Unable to parse declaration of inline constructor explicit
 
7098
        specialization (closes: #234709).
 
7099
      + ICE (segfault) on invalid C++ code (closes: #246031).
 
7100
      + ICE in lookup_tempate_function (closes: #262441).
 
7101
      + Undefined symbols in libstdc++, when using specials char_traits.
 
7102
        Closes: #266110.
 
7103
      + PR libstdc++/16011: Outputting numbers with ostream in the locale fr_BE
 
7104
        causes infinite recursion (closes: #270795).
 
7105
      + ICE in tree_low_cst (closes: #276291).
 
7106
      + ICE in in expand_call (closes: #283503).
 
7107
      + typeof operator is misparsed in a template function (closes: #288555).
 
7108
      + ICE in tree_low_cs (closes: #291374).
 
7109
      + Improve uninformative error messages (closes: #292961, #293076).
 
7110
      + ICE on array initialization (closes: #294560).
 
7111
      + Failure to build xine-lib with -finline-functions (closes: #306854).
 
7112
    - Java:
 
7113
      + Fix error finding files in subdirectories (closes: #195480).
 
7114
      + Implement java.text.CollationElementIterator lacks getOffset().
 
7115
        Closes: #259789.
 
7116
    - Treelang:
 
7117
      + Pointer truncation on 64bit architectures (closes: #308367).
 
7118
    - Architecture specific:
 
7119
      - alpha
 
7120
        + PR debug/10695: ICE on alpha while building agistudio.
 
7121
          Closes: #192568.
 
7122
        + ICE when building fceu (closes: #228018, #252764).
 
7123
      - amd64
 
7124
        + Miscompilation of Objective-C code (closes: #250174).
 
7125
        + g++ hangs compiling k3d on amd64 (closes: #285364).
 
7126
      - arm
 
7127
        + PR target/19008: gcc -O3 -fPIC produces wrong code via auto inlining.
 
7128
          Closes: #285238.
 
7129
      - i386
 
7130
        + PR target/4106: i386 -fPIC asm ebx clobber no error.
 
7131
          Closes: #153472.
 
7132
        + PR target/10984: x86/sse2 ICEs on vector intrinsics. Closes: #166940.
 
7133
        + Wrong code generation on at least ix86 (closes: #275655).
 
7134
      - m68k
 
7135
        + PR target/9201: ICE compiling octave-2.1 (closes: #175478).
 
7136
        + ICE in verify_initial_elim_offsets (closes: #204407, #257012).
 
7137
        + g77 generates invalid assembly code (closes: #225621).
 
7138
        + ICE in verify_local_live_at_start (closes #245584).
 
7139
      - powerpc
 
7140
        + PR optimization/12828: -floop-optimize is unstable on PowerPC (float
 
7141
          to int conversion problem). Closes: #218219.
 
7142
        + PR target/13619: ICE building altivec code in ffmpeg.
 
7143
          Closes: #226148.
 
7144
        + PR target/20046: Miscompilation of bind 9.3.0. Closes: #292958.
 
7145
      - sparc
 
7146
        + ICE (segfault) while building atlas3 on sparc32 (closes: #249108).
 
7147
        + Wrong optimization on sparc32 when building linux kernel.
 
7148
          Closes: #254626.
 
7149
 
 
7150
  * Closed reports reported against gcc-3.3 or gcc-3.4 and fixed in gcc-4.0:
 
7151
    - General:
 
7152
      + PR rtl-optimization/6901: Optimizer improvement (removing unused
 
7153
        local variables). Closes: #67206.
 
7154
      + PR middle-end/179: Failure to detect use of unitialized variable
 
7155
        with -O -Wall. Closes: #117765.
 
7156
      + ICE building glibc's nptl on amd64 (closes: #260710, #307993).
 
7157
      + PR middle-end/17827: ICE in make_decl_rtl. Closes: #270854.
 
7158
      + PR middle-end/21709: ICE on compile-time complex NaN. Closes: #305344.
 
7159
    - Ada:
 
7160
      + PR ada/10889: Convention Fortran matrices mishandled in generics.
 
7161
        Closes: #192135.
 
7162
      + PR ada/13897: Implement tasking on powerpc. Closes: #225346.
 
7163
    - C:
 
7164
      + PR c/13072: Bogus warning with VLA in switch. Closes: #218803.
 
7165
      + PR c/13519: typeof(nonconst+const) is const. Closes: #208981.
 
7166
      + PR c/12867: Incorrect warning message (void format, should be void*
 
7167
        format). Closes: #217360.
 
7168
      + PR c/16066: PR 16066] i386 loop strength reduction bug.
 
7169
        Closes: #254659.
 
7170
    - C++:
 
7171
      + PR c++/13518: -Wnon-virtual-dtor doesn't always work. Closes: #212260.
 
7172
      + PR translation/16025: ICE with unsupported locale(closes: #242158).
 
7173
      + PR c++/15125: -Wformat doesn't warn for different types in fprintf.
 
7174
        Closes: #243507.
 
7175
      + PR c++/15214: Warn only if the dtor is non-private or the class has
 
7176
        friends. (closes: #246639).
 
7177
      + PR libstdc++/17218: Unknown subjects in generated libstdc++ manpages.
 
7178
        Closes: #262934.
 
7179
      + PR libstdc++/17223: Missing .so references in generated libstdc++
 
7180
        manpages. Closes: #262956.
 
7181
      + libstdc++-doc: Improve man pages (closes: #280910).
 
7182
      + PR c++/19006: ICE in tree_low_cst. Closes: #285692.
 
7183
      + g++ does not check arguments to fprintf. Closes: #281847.
 
7184
    - Java:
 
7185
      + PR java/7304: gcj ICE (closes: #152501).
 
7186
      + PR libgcj/7305: Installation of headers not directly in /usr/include.
 
7187
        Closes: #195483.
 
7188
      + PR libgcj/11941: libgcj timezone handling (closes: #203212).
 
7189
      + PR java/14709: gcj fails to wait for its child processes on exec().
 
7190
        Closes: #238432.
 
7191
      + PR libgcj/21703: gcj hangs when rapidly calling String.intern().
 
7192
        Closes: #275547.
 
7193
      + SocketChannel.get(ByteBuffer) returns 0 at EOF. Closes: #281602.
 
7194
      + PR java/19711: gcj segfaults instead of reporting the ambiguous
 
7195
        expression. Closes: #286715.
 
7196
      + Static libgcj contains repeated archive members (closes: #298263).
 
7197
    - Architecture specific:
 
7198
      - alpha
 
7199
        + Unaligned accesses with ?-operator (closes: #301983).
 
7200
      - arm
 
7201
        + Compilation error of glibc-2.3.4 on arm (closes: #298508).
 
7202
      - m68k
 
7203
        + ICE in add_insn_before (closes: #248432).
 
7204
      - mips
 
7205
        + Fix o32 ABI breakage in gcc 3.3/3.4 (closes: #270620).
 
7206
      - powerpc
 
7207
        + ICE in extract_insn (closes: #311128).
 
7208
 
 
7209
  * Closing bug reports as wontfix:
 
7210
    - g++ defines _GNU_SOURCE when using the libstdc++ header files.
 
7211
      Behaviour did change since 3.0. Closes: #126703, #164872.
 
7212
 
 
7213
 -- Matthias Klose <doko@debian.org>  Sat,  9 Jul 2005 17:10:54 +0000
 
7214
 
 
7215
gcc-4.0 (4.0.0ds2-12) unstable; urgency=high
 
7216
 
 
7217
  * Update to CVS 20050701, taken from the gcc-4_0-branch.
 
7218
  * Apply proposed patch for MMAP configure fix; aka PR 19877. Backport
 
7219
    from mainline.
 
7220
  * Disable Fortran on m68k. Currently FTBFS.
 
7221
  * Split multiarch-include/lib patches. Update multiarch-include patch.
 
7222
  * Fix FTBFS of the hppa64-linux cross compiler. Don't add the
 
7223
    multiarch include dirs when cross compiling.
 
7224
  * Configure --with-java-home, as used by java-gcj-compat.
 
7225
    Closes: #315646.
 
7226
  * Make libgcj-dbg packages priority extra.
 
7227
  * Set the path of classmap.db to /var/lib/gcj-@gcc_version@.
 
7228
  * On m68k, do not create the default classmap.db in the gcj postinst.
 
7229
    See #312830.
 
7230
  * On amd64, install the 32bit libraries into /emul/ia32-linux/usr/lib.
 
7231
    Restore the /usr/lib32 symlink.
 
7232
  * On amd64, don't reference lib64, but instead lib (lib64 is a symlink
 
7233
    to lib). Closes: #293050.
 
7234
  * Remove references to build directories from the .la files.
 
7235
  * Make cpp-X.Y conflict with earlier versions of gcc-X.Y, g++-X.Y, gobjc-X.Y,
 
7236
    gcj-X.Y, gfortran-X.Y, gnat-X.Y, treelang-X.Y, if a path component in
 
7237
    the gcc library path changes (i.e. version or target alias).
 
7238
  * Disable Ada for sh3 sh3eb sh4 sh4eb.
 
7239
  * For gcj-4.0, add a conflict to libgcj4-dev and libgcj5-dev.
 
7240
    Closes: #316499.
 
7241
 
 
7242
 -- Matthias Klose <doko@debian.org>  Sat,  2 Jul 2005 11:04:35 +0200
 
7243
 
 
7244
gcc-4.0 (4.0.0ds1-11) unstable; urgency=low
 
7245
 
 
7246
  * debian/rules.defs: Disable Ada for alpha.
 
7247
  * debian/rules.conf: Fix typo in type-handling replacement code.
 
7248
  * Don't ship an empty libgcj6-dbg package.
 
7249
 
 
7250
 -- Matthias Klose <doko@debian.org>  Thu, 23 Jun 2005 09:03:21 +0200
 
7251
 
 
7252
gcc-4.0 (4.0.0ds1-10) unstable; urgency=medium
 
7253
 
 
7254
  * debian/patches/libstdc++-api-compat.dpatch: Apply proposed patch
 
7255
    to fix libstdc++ 3.4.5/4.0 compatibility.
 
7256
  * type-handling output became insane. Don't use it anymore.
 
7257
  * Drop the reference to the stl-manual package (closes: #314983).
 
7258
  * Disable java on GNU/kFreeBSD targets, requested by Robert Millan.
 
7259
    Closes: #315140.
 
7260
  * Terminate the acats-killer process, even if the build is aborted
 
7261
    by the user (closes: #314405).
 
7262
  * debian/rules.defs: Define DEB_TARGET_ARCH_{OS,CPU}.
 
7263
  * Start converting the use of DEB_*_GNU_* to DEB_*_ARCH_* in the build
 
7264
    files.
 
7265
  * Do not configure with --enable-gtk-cairo. Needs newer gtk. Drop
 
7266
    build dependency on libcairo-dev.
 
7267
  * Fix setting of the system header directory for the hurd (Michael Banck).
 
7268
    Closes: #315386.
 
7269
  * Fix FTBFS on hurd-i386: MAXPATHLEN issue (Michael Banck). Closes: #315384.
 
7270
 
 
7271
 -- Matthias Klose <doko@debian.org>  Wed, 22 Jun 2005 19:45:50 +0200
 
7272
 
 
7273
gcc-4.0 (4.0.0ds1-9ubuntu2) breezy; urgency=low
 
7274
 
 
7275
  * Fix version number in libgcj shlibs file.
 
7276
 
 
7277
 -- Matthias Klose <doko@ubuntu.com>  Sun, 19 Jun 2005 10:34:02 +0200
 
7278
 
 
7279
gcc-4.0 (4.0.0ds1-9ubuntu1) breezy; urgency=low
 
7280
 
 
7281
  * Update to 4.0.1, release candidate 2.
 
7282
  * libstdc++ shlibs file: Require 4.0.0ds1-9ubuntu1 as minimum version.
 
7283
  * Rename libawt to libgcjawt to avoid conflicts with other
 
7284
    libawt implementations (backport from HEAD).
 
7285
  * Update classpath awt, swing and xml parser for HTML support in swing.
 
7286
    Taken from classpath CVS HEAD 2005-06-18. Patch provided by Michael Koch.
 
7287
  * Remove the libgcj-buffer-strategy path, part of the classpath update.
 
7288
  * libgcj shlibs file: Require 4.0.0ds1-9ubuntu1 as minimum version.
 
7289
  * Require cairo-0.5 as build dependency.
 
7290
  * gij-4.0: Provide java1-runtime.
 
7291
  * gij-4.0: Provide an rmiregistry alternative (using grmiregistry-4.0).
 
7292
  * gcj-4.0: Provide an rmic alternative (using grmic-4.0).
 
7293
  * libgcj6-dev conflicts with libgcj5-dev, libgcj4-dev, not libgcj6.
 
7294
    Closes: #312741.
 
7295
  * libmudflap-entry-point.dpatch: Correct name of entry point on mips/mipsel.
 
7296
  * Apply proposed patch for PR 18421 and PR 18719 (m68k only).
 
7297
  * Apply proposed path for PR 21562.
 
7298
  * Add build dependency on dpkg (>= 1.13.7).
 
7299
  * On linux systems, configure for <cpu>-linux-gnu.
 
7300
  * Configure the hppa64 cross compiler to target hppa64-linux-gnu.
 
7301
  * (Build-)depend on binutils-2.16.1.
 
7302
  * libstdc{32,64}++6-4.0-dbg: Depend on libstdc++6-4.0-dev.
 
7303
  * gnat-4.0: only depend on libgnat, when a shared libgnat is built.
 
7304
  * gfortran-4.0: Depend on libgmp3c2 | libgmp3.
 
7305
  * On hppa, explicitely use gcc-3.3 as a build dependency in the case
 
7306
    that Ada is disabled.
 
7307
  * libmudflap: Always build the library for the non-default biarch
 
7308
    architecture, or else the test results show link failures.
 
7309
 
 
7310
 -- Matthias Klose <doko@ubuntu.com>  Sat, 18 Jun 2005 00:42:55 +0000
 
7311
 
 
7312
gcc-4.0 (4.0.0-9) unstable; urgency=low
 
7313
 
 
7314
  * Upload to unstable.
 
7315
 
 
7316
 -- Matthias Klose <doko@debian.org>  Wed, 25 May 2005 19:02:20 +0200
 
7317
 
 
7318
gcc-4.0 (4.0.0-8ubuntu3) breezy; urgency=low
 
7319
 
 
7320
  * debian/control: Regenerate.
 
7321
 
 
7322
 -- Matthias Klose <doko@ubuntu.com>  Sat,  4 Jun 2005 10:56:27 +0200
 
7323
 
 
7324
gcc-4.0 (4.0.0-8ubuntu2) breezy; urgency=low
 
7325
 
 
7326
  * Fix powerpc-config-ml patch.
 
7327
 
 
7328
 -- Matthias Klose <doko@ubuntu.com>  Fri,  3 Jun 2005 15:47:52 +0200
 
7329
 
 
7330
gcc-4.0 (4.0.0-8ubuntu1) breezy; urgency=low
 
7331
 
 
7332
  * powerpc biarch support:
 
7333
    - Enable powerpc biarch support, build lib64gcc1 on powerpc.
 
7334
    - Add patch to disable libstdc++'s configure checking, if it can't run
 
7335
      64bit binaries on 32bit kernels (Sven Luther).
 
7336
    - Apply the same patch to the other runtime librararies as well.
 
7337
    - Run the testsuite with -m64, if we can execute 64bit binaries.
 
7338
    - Add libc6-dev-ppc64 as build dependency for powerpc.
 
7339
  * 32bit gcj libs for amd64.
 
7340
  * debian/logwatch.sh: Don't remove logwatch pid file on exit (suggested
 
7341
    by Ryan Murray).
 
7342
  * Update to CVS 20050603, taken from the gcc-4_0-branch.
 
7343
  * g++-4.0 provides c++abi2-dev.
 
7344
  * Loosen dependencies on packages of architecture `all' to not break
 
7345
    binary only uploads.
 
7346
  * Build libgfortran for biarch as well, else the testsuite will fail.
 
7347
 
 
7348
 -- Matthias Klose <doko@ubuntu.com>  Fri,  3 Jun 2005 13:38:19 +0200
 
7349
 
 
7350
gcc-4.0 (4.0.0-8) experimental; urgency=low
 
7351
 
 
7352
  * Synchronize with Ubuntu.
 
7353
 
 
7354
 -- Matthias Klose <doko@debian.org>  Mon, 23 May 2005 01:56:28 +0000
 
7355
 
 
7356
gcc-4.0 (4.0.0-7ubuntu7) breezy; urgency=low
 
7357
 
 
7358
  * Fix build failures for builds with disabled testsuite.
 
7359
  * Adjust debian/rules conditionals to work with all dpkg versions.
 
7360
  * Build separate lib32stdc6-4.0-dbg/lib64stdc6-4.0-dbg packages.
 
7361
  * Add the debugging symbols of the optimzed libstdc++ build in the
 
7362
    lib*stdc++6-dbg packages as well.
 
7363
  * Build a libgcj6-dbg package.
 
7364
  * Update to CVS 20050522, taken from the gcc-4_0-branch.
 
7365
  * Add Ada support for the ppc64 architecture (Andreas Jochens):
 
7366
    * debian/patches/ppc64-ada.dpatch
 
7367
      - Add gcc/ada/system-linux-ppc64.ads, which has been copied from
 
7368
        gcc/ada/system-linux-ppc.ads and changed to use 'Word_Size' 64
 
7369
        instead of 32.
 
7370
      - gcc/ada/Makefile.in: Use gcc/ada/system-linux-ppc64.ads on powerpc64.
 
7371
    * debian/rules.patch
 
7372
      - Use ppc64-ada patch on ppc64.
 
7373
    * debian/rules.d/binary-ada.mk
 
7374
      Place the symlinks libgnat.so, libgnat-4.0.so, libgnarl.so,
 
7375
      libgnarl-4.0.so in '/usr/lib' instead of '<gcc_lib_dir>/adalib'.
 
7376
    Closes: #308948.
 
7377
  * Add libc6-dev-i386 as an alternative build dependency for amd64.
 
7378
    Closes: #305690.
 
7379
 
 
7380
 -- Matthias Klose <doko@ubuntu.com>  Sun, 22 May 2005 22:14:20 +0200
 
7381
 
 
7382
gcc-4.0 (4.0.0-7ubuntu6) breezy; urgency=low
 
7383
 
 
7384
  * Don't trust dpkg-architecture (1.13.4), it "hurds" ...
 
7385
 
 
7386
 -- Matthias Klose <doko@ubuntu.com>  Wed, 18 May 2005 11:36:38 +0200
 
7387
 
 
7388
gcc-4.0 (4.0.0-7ubuntu5) breezy; urgency=low
 
7389
 
 
7390
  * libgcj6-dev: Don't provide libgcj-dev.
 
7391
 
 
7392
 -- Matthias Klose <doko@ubuntu.com>  Wed, 18 May 2005 00:30:32 +0000
 
7393
 
 
7394
gcc-4.0 (4.0.0-7ubuntu4) breezy; urgency=low
 
7395
 
 
7396
  * Update to CVS 20050517, taken from the gcc-4_0-branch.
 
7397
  * Apply proposed patch for PR21293.
 
7398
 
 
7399
 -- Matthias Klose <doko@ubuntu.com>  Tue, 17 May 2005 23:05:40 +0000
 
7400
 
 
7401
gcc-4.0 (4.0.0-7ubuntu2) breezy; urgency=low
 
7402
 
 
7403
  * Update to CVS 20050515, taken from the gcc-4_0-branch.
 
7404
 
 
7405
 -- Matthias Klose <doko@ubuntu.com>  Sun, 15 May 2005 23:48:00 +0200
 
7406
 
 
7407
gcc-4.0 (4.0.0-7ubuntu1) breezy; urgency=low
 
7408
 
 
7409
  * Synchronize with Debian.
 
7410
 
 
7411
 -- Matthias Klose <doko@ubuntu.com>  Mon,  9 May 2005 19:35:29 +0200
 
7412
 
 
7413
gcc-4.0 (4.0.0-7) experimental; urgency=low
 
7414
 
 
7415
  * Update to CVS 20050509, taken from the gcc-4_0-branch.
 
7416
  * Remove the note from the fastjar package description, stating, that
 
7417
    fastjar is incomplete compared to the "standard" jar utility.
 
7418
  * Fix typo in build depends. dpkg-checkbuilddeps doesn't like a comma
 
7419
    inside [].
 
7420
  * Tighten shlibs dependencies to require the current version.
 
7421
 
 
7422
 -- Matthias Klose <doko@debian.org>  Mon,  9 May 2005 19:02:03 +0200
 
7423
 
 
7424
gcc-4.0 (4.0.0-6) experimental; urgency=low
 
7425
 
 
7426
  * Update to CVS 20050508, taken from the gcc-4_0-branch.
 
7427
 
 
7428
 -- Matthias Klose <doko@debian.org>  Sun,  8 May 2005 14:08:28 +0200
 
7429
 
 
7430
gcc-4.0 (4.0.0-5ubuntu1) breezy; urgency=low
 
7431
 
 
7432
  * Temporarily disable the i386 biarch build. Remove the amd64-libs-dev
 
7433
    build dependency, add (build-)conflict (<= 1.1ubuntu1).
 
7434
 
 
7435
 -- Matthias Klose <doko@ubuntu.com>  Sat,  7 May 2005 16:56:21 +0200
 
7436
 
 
7437
gcc-4.0 (4.0.0-5) breezy; urgency=low
 
7438
 
 
7439
  * gnat-3.3 and gnat-4.0 are alternative build dependencies (closes: #308002).
 
7440
  * Update to CVS 20050507, taken from the gcc-4_0-branch.
 
7441
  * gcj-4.0: Install gjnih.
 
7442
  * Add libgcj buffer strategy framework (Thomas Fitzsimmons), needed for OOo2.
 
7443
    Backport from 4.1.
 
7444
  * Fix all lintian errors and most of the warnings.
 
7445
 
 
7446
 -- Matthias Klose <doko@ubuntu.com>  Sat,  7 May 2005 12:26:15 +0200
 
7447
 
 
7448
gcc-4.0 (4.0.0-4) breezy; urgency=low
 
7449
 
 
7450
  * Still prefer gnat-3.3 over gnat-4.0 as a build dependency.
 
7451
 
 
7452
 -- Matthias Klose <doko@ubuntu.com>  Fri,  6 May 2005 22:30:43 +0200
 
7453
 
 
7454
gcc-4.0 (4.0.0-3) breezy; urgency=low
 
7455
 
 
7456
  * Update to CVS 20050506, taken from the gcc-4_0-branch.
 
7457
  * Update priority of java alternatives to 40.
 
7458
  * Move gcj-dbtool to gij package, move the default classmap.db to
 
7459
    /var/lib/gcj-4.0/classmap.db. Create it in the postinst.
 
7460
  * Fix gcc-4.0-hppa64 postinst (closes: #307762).
 
7461
  * Fix gcc-4.0-hppa64, gij-4.0 and gcj-4.0 postinst, to not ignore errors
 
7462
    from update-alternatives.
 
7463
  * Fix gcc-4.0-hppa64, fastjar, gij-4.0 and gcj-4.0 prerm,
 
7464
    to not ignore errors from update-alternatives.
 
7465
 
 
7466
 -- Matthias Klose <doko@ubuntu.com>  Fri,  6 May 2005 17:50:58 +0200
 
7467
 
 
7468
gcc-4.0 (4.0.0-2) experimental; urgency=low
 
7469
 
 
7470
  * GCC 4.0.0 release.
 
7471
  * Update to CVS 20050503, taken from the gcc-4_0-branch.
 
7472
  * Add gnat-4.0 as an alternative build dependency (closes: #305690).
 
7473
 
 
7474
 -- Matthias Klose <doko@debian.org>  Tue,  3 May 2005 15:41:26 +0200
 
7475
 
 
7476
gcc-4.0 (4.0.0-1) experimental; urgency=low
 
7477
 
 
7478
  * GCC 4.0.0 release.
 
7479
 
 
7480
 -- Matthias Klose <doko@debian.org>  Sun, 24 Apr 2005 11:28:42 +0200
 
7481
 
 
7482
gcc-4.0 (4.0ds11-0pre11) breezy; urgency=low
 
7483
 
 
7484
  * CVS 20050413, taken from the gcc-4_0-branch.
 
7485
  * Add proposed patches for PR20126, PR20490, PR20929.
 
7486
 
 
7487
 -- Matthias Klose <doko@ubuntu.com>  Wed, 13 Apr 2005 09:43:00 +0200
 
7488
 
 
7489
gcc-4.0 (4.0ds10-0pre10) experimental; urgency=low
 
7490
 
 
7491
  * gcc-4.0.0-20050410 release candidate 1, built from the prerelease tarball.
 
7492
    - C++ fix for "optimizer breaks function inlining". Closes: #302989.
 
7493
  * Append the GCC version to the fastjar/grepjar version string.
 
7494
  * Use short file names in the libstdc++ docs (closes: #301140).
 
7495
  * Fix libstdc++-dbg dependencies (closes: #303866).
 
7496
 
 
7497
 -- Matthias Klose <doko@debian.org>  Mon, 11 Apr 2005 13:16:01 +0200
 
7498
 
 
7499
gcc-4.0 (4.0ds9-0pre9) experimental; urgency=low
 
7500
 
 
7501
  * CVS 20050326, taken from the gcc-4_0-branch.
 
7502
  * Reenable Ada on ia64.
 
7503
  * Build libgnat on hppa, sparc, s390 again.
 
7504
  * ppc64 support (Andreas Jochens):
 
7505
    * debian/control.m4
 
7506
      - Add libc6-dev-powerpc [ppc64] to the Build-Depends.
 
7507
      - Change the Description for lib32gcc1: s/ia32/32 bit Version/
 
7508
    * debian/rules.defs
 
7509
      - Define 'biarch_ia32' for ppc64 to use the same 32 bit multilib
 
7510
        facilities as amd64.
 
7511
    * debian/rules.d/binary-gcc.mk
 
7512
      - Correct an error in the 'files_gcc' definition for biarch_ia32
 
7513
        (replace '64' by '32').
 
7514
    * debian/rules2
 
7515
      - Do not use '--disable-multilib' on powerpc64-linux.
 
7516
        Use '--disable-nof --disable-softfloat' instead.
 
7517
    * debian/rules.d/binary-libstdcxx.mk
 
7518
      - Put the 32 bit libstdc++ files in '/usr/lib32'.
 
7519
    * debian/rules.patch
 
7520
      - Apply 'ppc64-biarch' patch on ppc64.
 
7521
    * debian/patches/ppc64-biarch.dpatch
 
7522
      - MULTILIB_OSDIRNAMES: Use /lib for native 64 bit libraries and
 
7523
        /lib32 for 32 bit libraries.
 
7524
      - Add multilib handling to src/config-ml.in (taken from
 
7525
        amd64-biarch.dpatch).
 
7526
  * Rename biarch_ia32 to biarch32, as suggsted by Andreas.
 
7527
  * Use /bin/dash on hppa.
 
7528
  * Reenable the build of the hppa64 compiler.
 
7529
  * Enable parallel builds by defaults (set environment variale USE_NJOBS=no
 
7530
    or USE_NJOBS=<number> to modify the default, which is to use the
 
7531
    number of available processors).
 
7532
 
 
7533
 -- Matthias Klose <doko@debian.org>  Sat, 26 Mar 2005 19:07:30 +0100
 
7534
 
 
7535
gcc-4.0 (4.0ds8-0pre8) experimental; urgency=low
 
7536
 
 
7537
  * CVS 20050322, taken from the gcc-4_0-branch.
 
7538
    - Add proposed fix for PR19406.
 
7539
  * Configure --with-gtk-cairo only if version 0.3.0 is found.
 
7540
  * Split out gcc-4.0-locales package. Better chance of getting
 
7541
    bug reports in english language.
 
7542
 
 
7543
 -- Matthias Klose <doko@debian.org>  Tue, 22 Mar 2005 14:20:24 +0100
 
7544
 
 
7545
gcc-4.0 (4.0ds7-0pre7) experimental; urgency=low
 
7546
 
 
7547
  * CVS 20050304, taken from the gcc-4_0-branch.
 
7548
  * Build the treelang compiler.
 
7549
 
 
7550
 -- Matthias Klose <doko@debian.org>  Fri,  4 Mar 2005 21:29:56 +0100
 
7551
 
 
7552
gcc-4.0 (4.0ds6-0pre6ubuntu6) hoary; urgency=low
 
7553
 
 
7554
  * Fix lib32gcc1 symlink on amd64. Ubuntu #7099.
 
7555
 
 
7556
 -- Matthias Klose <doko@ubuntu.com>  Thu,  3 Mar 2005 00:17:26 +0100
 
7557
 
 
7558
gcc-4.0 (4.0ds6-0pre6ubuntu5) hoary; urgency=low
 
7559
 
 
7560
  * Add patch from PR20160, avoid creating archives with components
 
7561
    that have duplicate basenames.
 
7562
 
 
7563
 -- Matthias Klose <doko@ubuntu.com>  Wed,  2 Mar 2005 14:22:04 +0100
 
7564
 
 
7565
gcc-4.0 (4.0ds6-0pre6ubuntu4) hoary; urgency=low
 
7566
 
 
7567
  * CVS 20050301, taken from the gcc-4_0-branch.
 
7568
    Test builds on i386, amd64, powerpc, ia64, check libgcc_s.so.1.
 
7569
  * Add fastjar-4.0 binary and manpage. Some java packages append it
 
7570
    for all java related tools.
 
7571
  * Add libgcj6-src package for source code availability in IDE's.
 
7572
  * On hppa, disable the build of the hppa64 cross compiler, disable
 
7573
    java, disable running the testsuite (request by Lamont).
 
7574
  * On amd64, lib32gcc1 replaces ia32-libs.openoffice.org (<< 1ubuntu3).
 
7575
  * Build-Depend on libcairo1-dev, configure with --enable-gtk-cairo.
 
7576
    Work around libtool problems install libjawt.
 
7577
    Install jawt header files in libgcj6-dev.
 
7578
  * Add workaround for PR debug/19769.
 
7579
 
 
7580
 -- Matthias Klose <doko@ubuntu.com>  Tue,  1 Mar 2005 11:26:19 +0100
 
7581
 
 
7582
gcc-4.0 (4.0ds5-0pre6ubuntu3) hoary; urgency=low
 
7583
 
 
7584
  * Drop libgmp3-dev (<< 4.1.4-3) as an alterntative build dependency.
 
7585
 
 
7586
 -- Matthias Klose <doko@ubuntu.com>  Thu, 10 Feb 2005 15:16:27 +0100
 
7587
 
 
7588
gcc-4.0 (4.0ds5-0pre6ubuntu2) hoary; urgency=low
 
7589
 
 
7590
  * Disable Ada for powerpc.
 
7591
 
 
7592
 -- Matthias Klose <doko@ubuntu.com>  Wed,  9 Feb 2005 16:47:07 +0100
 
7593
 
 
7594
gcc-4.0 (4.0ds5-0pre6ubuntu1) hoary; urgency=low
 
7595
 
 
7596
  * Avoid build dependency on type-handling.
 
7597
  * Install 32bit libs on amd64 in /lib32 and /usr/lib32.
 
7598
 
 
7599
 -- Matthias Klose <doko@ubuntu.com>  Wed,  9 Feb 2005 08:27:21 +0100
 
7600
 
 
7601
gcc-4.0 (4.0ds5-0pre6) experimental; urgency=low
 
7602
 
 
7603
  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050208.
 
7604
  * Build-depend on graphviz (moved to main), remove the pregenerated
 
7605
    libstdc++ docs from the diff.
 
7606
  * Fix PR19162, libobjc build failure on arm-linux (closes: #291497).
 
7607
 
 
7608
 -- Matthias Klose <doko@debian.org>  Tue,  8 Feb 2005 11:47:31 +0000
 
7609
 
 
7610
gcc-4.0 (4.0ds4-0pre5) experimental; urgency=low
 
7611
 
 
7612
  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050125.
 
7613
  * Call the 4.0 gcx versions in the java wrappers (closes: #291075).
 
7614
  * Correctly install libgij (closes: #291077).
 
7615
  * libgcj6-dev: Add conflicts to other libgcj-dev packages (closes: #290950).
 
7616
 
 
7617
 -- Matthias Klose <doko@debian.org>  Mon, 24 Jan 2005 23:59:54 +0100
 
7618
 
 
7619
gcc-4.0 (4.0ds3-0pre4) experimental; urgency=low
 
7620
 
 
7621
  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050115.
 
7622
  * Update cross build patches (Nikita V. Youshchenko).
 
7623
  * Enable Ada on i386, amd64, mips, mipsel, powerpc, sparc, s390.
 
7624
    Doesn't yet bootstrap on alpha, hppa, ia64.
 
7625
 
 
7626
 -- Matthias Klose <doko@debian.org>  Sat, 15 Jan 2005 18:44:03 +0100
 
7627
 
 
7628
gcc-4.0 (4.0ds2-0pre3) experimental; urgency=low
 
7629
 
 
7630
  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041224.
 
7631
 
 
7632
 -- Matthias Klose <doko@debian.org>  Wed, 22 Dec 2004 00:31:44 +0100
 
7633
 
 
7634
gcc-4.0 (4.0ds1-0pre2) experimental; urgency=low
 
7635
 
 
7636
  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041205.
 
7637
  * Lot's of merges and updates from the gcc-3.4 packages.
 
7638
 
 
7639
 -- Matthias Klose <doko@debian.org>  Sat, 04 Dec 2004 12:14:51 +0100
 
7640
 
 
7641
gcc-4.0 (4.0ds0-0pre1) experimental; urgency=low
 
7642
 
 
7643
  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041114.
 
7644
    - Addresses many issues with the libstdc++ man pages (closes: #278549).
 
7645
  * Disable Ada on hppa, ia64, mips, mipsel, powerpc, s390 and sparc, at least
 
7646
    these are known to be broken at the time of the snapshot.
 
7647
  * Minor kbsd.gnu build fixes (Robert Millan). Closes: #273004.
 
7648
  * For amd64, add missing libstdc++ files to 'libstdc++6-dev' package.
 
7649
    (Andreas Jochens). Fixes: #274362.
 
7650
  * Update libffi-mips patch (closes: #274096).
 
7651
  * Updated i386-biarch patch. Don't build 64bit libstdc++, ICE.
 
7652
  * Update sparc biarch patch.
 
7653
  * Fix symlinks for gfortran manpage (closes: #278548).
 
7654
  * Update cross build patches (Nikita V. Youshchenko).
 
7655
  * Update Ada patches (Ludovic Brenta).
 
7656
 
 
7657
 -- Matthias Klose <doko@debian.org>  Sat, 13 Nov 2004 10:38:25 +0100
 
7658
 
 
7659
gcc-4.0 (4.0-0pre0) experimental; urgency=low
 
7660
 
 
7661
  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20040912.
 
7662
 
 
7663
  * Matthias Klose <doko@debian.org>
 
7664
 
 
7665
    - Integrate accumulated packaging patches from gcc-3.4.
 
7666
    - Rename libstdc++6-* packages to libstdc++6-4-* (closes: #261693).
 
7667
    - libffi4-dev: conflict with libffi3-dev (closes: #265939).
 
7668
 
 
7669
  * Robert Millan <rmh@debian.org>
 
7670
 
 
7671
    * control.m4: 
 
7672
      - s/locale_no_archs !hurd-i386/locale_no_archs/g 
 
7673
        (This is now handled in rules.defs. [1]) 
 
7674
      - s/procps [check_no_archs]/procps [linux_gnu_archs]/g [2] 
 
7675
      - Add type-handling to build-deps. [3] 
 
7676
    * rules.conf: 
 
7677
      - Don't require (>= $(libc_ver)) for libc0.1-dev. [4] 
 
7678
      - Generate *_no_archs variables with type-handling and use them for 
 
7679
        for m4's -D parameters. [3] 
 
7680
    * rules.defs: 
 
7681
      - use filter instead of findstring [1]. 
 
7682
      - s/netbsd-elf-gnu/netbsdelf-gnu/g [5]. 
 
7683
      - enable java for kfreebsd-gnu [6] 
 
7684
      - enable ffi for kfreebsd-gnu and knetbsd-gnu [6] 
 
7685
      - enable libgc for kfreebsd-gnu [6] 
 
7686
      - enable checks for kfreebsd-gnu and knetbsd-gnu [7] 
 
7687
      - enable locales for kfreebsd-gnu and gnu [1] [8]. 
 
7688
    * Closes: #264025.
 
7689
 
 
7690
 -- Matthias Klose <doko@debian.org>  Sun, 12 Sep 2004 12:52:56 +0200
 
7691
 
 
7692
gcc-3.5 (3.5ds1-0pre1) experimental; urgency=low
 
7693
 
 
7694
  * gcc-3.5 snapshot, taken from the HEAD branch CVS 20040724.
 
7695
  * Install locale data with versioned package name (closes: #260497).
 
7696
  * Fix libgnat symlinks.
 
7697
 
 
7698
 -- Matthias Klose <doko@debian.org>  Sat, 24 Jul 2004 21:26:23 +0200
 
7699
 
 
7700
gcc-3.5 (3.5-0pre0) experimental; urgency=low
 
7701
 
 
7702
  * gcc-3.5 snapshot, taken from the HEAD branch CVS 20040718.
 
7703
 
 
7704
 -- Matthias Klose <doko@debian.org>  Sun, 18 Jul 2004 12:26:00 +0200
 
7705
 
 
7706
gcc-3.4 (3.4.1-1) experimental; urgency=low
 
7707
 
 
7708
  * gcc-3.4.1 final release.
 
7709
    - configured wth --enable-libstdcxx-allocator=mt.
 
7710
  * Fixes for generating cross compiler packages (Jeff Bailey).
 
7711
 
 
7712
 -- Matthias Klose <doko@debian.org>  Fri,  2 Jul 2004 22:49:05 +0200
 
7713
 
 
7714
gcc-3.4 (3.4.0-4) experimental; urgency=low
 
7715
 
 
7716
  * gcc-3.4.1 release candidate 1.
 
7717
  * Add logic to build biarch compiler on powerpc (disabled, needs lib64c).
 
7718
  * Don't build the libg2c0 package on mipsel-linux (no clear answer on
 
7719
    debian-mips, if the libg2c0's built by gcc-3.3 and gcc-3.4 are compatible
 
7720
    (post-sarge issue).
 
7721
  * Don't use gcc-2.95 as bootstrap compiler on m68k anymore.
 
7722
 
 
7723
 -- Matthias Klose <doko@debian.org>  Sat, 26 Jun 2004 22:40:20 +0200
 
7724
 
 
7725
gcc-3.4 (3.4.0-3) experimental; urgency=low
 
7726
 
 
7727
  * Update to gcc-3.4 CVS 20040613.
 
7728
  * On sparc, set the the build target to sparc64-linux, build with
 
7729
    switch defaulting to code generation for v7. To generate code for
 
7730
    sparc64, use the -m64 switch.
 
7731
  * Add missing doc-base files to -doc packages.
 
7732
  * Add portability patches and kbsd-gnu patch (Robert Millan).
 
7733
    Closes: #251293, #251294.
 
7734
  * Apply fixes for cross build (Nikita V. Youshchenko).
 
7735
  * Do not include the precompiled libstdc++ header files into the -dev
 
7736
    package (still experimental). Closes: #251707.
 
7737
  * Reflect renaming of Ada user's guide.
 
7738
  * Move AWT peer libraries for libgcj into it's own package (fixes: #247791).
 
7739
 
 
7740
 -- Matthias Klose <doko@debian.org>  Mon, 14 Jun 2004 00:03:18 +0200
 
7741
 
 
7742
gcc-3.4 (3.4.0-2) experimental; urgency=low
 
7743
 
 
7744
  * Update to gcc-3.4 CVS 20040516.
 
7745
  * Do not provide the /usr/hppa64-linux/include in the gcc-hppa64 package,
 
7746
    migrated to libc6-dev. Adjust dependencies.
 
7747
  * Integrate gpc test results into the GCC test summary.
 
7748
  * gnatchop calls gcc-3.4 (closes: #245438).
 
7749
  * debian/locale-gen.sh: Update for recent libstdc+++ testsuite.
 
7750
  * debian/copyright: Add libstdc++-v3's exception clause.
 
7751
  * Add libffi update for mips (Thiemo Seufer).
 
7752
  * Reference Debian specific bug reporting instructions.
 
7753
  * Update README.Bugs.
 
7754
  * Fix FTBFS for libstdc++-doc.
 
7755
  * Update libjava patch for hppa (Randolph Chung).
 
7756
  * Fix installation of ffitarget.h header file.
 
7757
  * On amd64-linux, configure --without-multilib, disable Ada.
 
7758
 
 
7759
 -- Matthias Klose <doko@debian.org>  Sun, 16 May 2004 07:53:39 +0200
 
7760
 
 
7761
gcc-3.4 (3.4.0-1) experimental; urgency=low
 
7762
 
 
7763
  * gcc-3.4.0 final release.
 
7764
 
 
7765
  * Why experimental?
 
7766
    - Do not interfer with packages currently built from gcc-3.3 sources,
 
7767
      i.e. libgcc1, libobjc1, libffi2, libffi2-dev, libg2c0.
 
7768
    - Biarch sparc compiler doesn't built yet.
 
7769
    - Use of configure flags affecting binary ABI's not yet determined.
 
7770
    - Several ABI bugs have been fixed. Unfortunately, these changes will break
 
7771
      binary compatibility with earlier releases on several architectures:
 
7772
      alpha, mips, sparc, 
 
7773
    - hppa and m68k changed sjlj based exception handling to dwarf2 based
 
7774
      exception handling.
 
7775
 
 
7776
      See NEWS.html or http://gcc.gnu.org/gcc-3.4/changes.html for more
 
7777
      specific information.
 
7778
 
 
7779
 -- Matthias Klose <doko@debian.org>  Tue, 20 Apr 2004 20:54:56 +0200
 
7780
 
 
7781
gcc-3.4 (3.4ds3-0pre4) experimental; urgency=low
 
7782
 
 
7783
  * Update to gcc-3.4 CVS 20040403.
 
7784
  * Add gpc tarball, gpc patches for 3.4 (Waldek Hebisch).
 
7785
  * Reenable sparc-biarch patches (closes: #239856).
 
7786
  * Build the shared libgnat library, needed to fix FTBFS for some
 
7787
    Ada library packages (Ludovic Brenta).
 
7788
    Currently enabled for hppa, i386, ia64.
 
7789
 
 
7790
 -- Matthias Klose <doko@debian.org>  Sat,  3 Apr 2004 08:47:55 +0200
 
7791
 
 
7792
gcc-3.4 (3.4ds1-0pre2) experimental; urgency=low
 
7793
 
 
7794
  * Update to gcc-3.4 CVS 20040320.
 
7795
  * For libstdc++6-doc, add a conflict to libstdc++5-3.3-doc (closes: #236560).
 
7796
  * For libstdc++6-dbg, add a conflict to libstdc++5-3.3-dbg (closes: #236798).
 
7797
  * Reenable s390-biarch patches.
 
7798
  * Update the cross compiler build files (Nikita V. Youshchenko).
 
7799
 
 
7800
 -- Matthias Klose <doko@debian.org>  Sat, 20 Mar 2004 09:15:10 +0100
 
7801
 
 
7802
gcc-3.4 (3.4ds0-0pre1) experimental; urgency=low
 
7803
 
 
7804
  * Start gcc-3.4 packaging, get rid of the epoch for most of the
 
7805
    packages.
 
7806
 
 
7807
 -- Matthias Klose <doko@debian.org>  Sun, 22 Feb 2004 16:00:03 +0100
 
7808
 
 
7809
gcc-3.3 (1:3.3.3ds6-6) unstable; urgency=medium
 
7810
 
 
7811
  * Update to gcc-3_3-branch CVS 20040401.
 
7812
    - Fixed ICE in emit_move_insn_1 on legal code (closed: #223215).
 
7813
    - Fix PR 14755, miscompilation of loops with bitfield counter.
 
7814
      Closes: #241255.
 
7815
    - Fix PR 16040, crash in function initializing const data with
 
7816
      reinterpret_cast-ed pointer-to-member function crashes (closes: #238621).
 
7817
    - Remove patches integrated upstream.
 
7818
  * Reenable build of gpidump on powerpc and s390.
 
7819
 
 
7820
 -- Matthias Klose <doko@debian.org>  Thu,  1 Apr 2004 23:51:54 +0200
 
7821
 
 
7822
gcc-3.3 (1:3.3.3ds6-5) unstable; urgency=medium
 
7823
 
 
7824
  * Update to gcc-3_3-branch CVS 20040321.
 
7825
    - Fix PR target/13889 (ICE on valid code on m68k).
 
7826
  * Fix FTFBS on s390. Do not build gpc's gpidump on s390.
 
7827
  * Reenable gpc on arm.
 
7828
 
 
7829
 -- Matthias Klose <doko@debian.org>  Mon, 22 Mar 2004 07:37:26 +0100
 
7830
 
 
7831
gcc-3.3 (1:3.3.3ds6-4) unstable; urgency=low
 
7832
 
 
7833
  * Update to gcc-3_3-branch CVS 20040320.
 
7834
    - Revert patch for PR14640 (with this, at least mozilla-firefox was
 
7835
      miscompiled on x86 (closes: #238621).
 
7836
  * Update the gpc tarball (there were two releases with the same name ...).
 
7837
  * Reenable gpc on alpha and ia64.
 
7838
 
 
7839
 -- Matthias Klose <doko@debian.org>  Sat, 20 Mar 2004 07:39:24 +0100
 
7840
 
 
7841
gcc-3.3 (1:3.3.3ds5-3) unstable; urgency=low
 
7842
 
 
7843
  * Update to gcc-3_3-branch CVS 20040314.
 
7844
    - Fixes miscompilation with -O -funroll-loops on powerpc (closes: #229567).
 
7845
    - Fix ICE in dwarf-2 on code using altivec (closes: #203835).
 
7846
  * Update hurd-changes patch.
 
7847
  * Add libgcj4-dev as a recommendation for gcj (closes: #236547).
 
7848
  * debian/copyright: Added exemption to static linking of libgcc.
 
7849
 
 
7850
  * Phil Blundell:
 
7851
    - debian/patches/arm-ldm.dpatch, debian/patches/arm-gotoff.dpatch: Update.
 
7852
 
 
7853
 -- Matthias Klose <doko@debian.org>  Sun, 14 Mar 2004 09:56:06 +0100
 
7854
 
 
7855
gcc-3.3 (1:3.3.3ds5-2) unstable; urgency=low
 
7856
 
 
7857
  * Update to gcc-3_3-branch CVS 20040306.
 
7858
    - Fixes bootstrap comparision error on ia64.
 
7859
    - Allows ghc build with gcc-3.3.
 
7860
    - On amd64, don't imply 3DNow! for -m64 by default.
 
7861
    - Some arm specific changes
 
7862
    - Fix C++/13944: exception in constructor of a class to be thrown is not
 
7863
      caught. Closes: #228099.
 
7864
  * Enable the build of gcc-3.3-hppa64 on hppa.
 
7865
    Add symlinks for as and ld to point to hppa64-linux-{as,ld}.
 
7866
  * gcj-3.3 depends on g++-3.3, recommends gij-3.3. gij-3.3 suggests gcj-3.3.
 
7867
  * Fix libgc2c-pic compatibility links (closes: #234333).
 
7868
    The link will be removed for gcc-3.4.
 
7869
  * g77-3.3: Conflict with other g77-x.y packages.
 
7870
  * Tighten shlibs dependencies to latest released versions.
 
7871
 
 
7872
  * Phil Blundell:
 
7873
    - debian/patches/arm-233633.dpatch: New  Fixes problems with half-word
 
7874
      loads on ARMv3 architecture.  (Closes: #233633)
 
7875
    - debian/patches/arm-ldm.dpatch: New.  Avoids inefficient epilogue for
 
7876
      leaf functions in PIC code on ARM.
 
7877
 
 
7878
 -- Matthias Klose <doko@debian.org>  Sat,  6 Mar 2004 10:57:14 +0100
 
7879
 
 
7880
gcc-3.3 (1:3.3.3ds5-1) unstable; urgency=medium
 
7881
 
 
7882
  * gcc-3.3.3 final release.
 
7883
    See /usr/share/doc/gcc-3.3/NEWS.{gcc,html}.
 
7884
 
 
7885
 -- Matthias Klose <doko@debian.org>  Mon, 16 Feb 2004 08:59:52 +0100
 
7886
 
 
7887
gcc-3.3 (1:3.3.3ds4-0pre4) unstable; urgency=low
 
7888
 
 
7889
  * Update to gcc-3.3.3 CVS 20040214 (2nd gcc-3.3.3 prerelease).
 
7890
  * Fix title of libstdc++'s html main index (closes: #196381).
 
7891
  * Move libg2c libraray files out of the gcc specific libdir to /usr/lib.
 
7892
    For g77-3.3 add conflicts to other g77 packages. Closes: #224848.
 
7893
  * Update the stack protector patch to 3.3-7, but don't apply it by default.
 
7894
    Closes: #230338.
 
7895
  * On arm, use arm6 as the cpu default (backport from mainline, PR12527).
 
7896
  * Add libffi and libjava support for hppa (Randolph Chung). Closes: #232615.
 
7897
 
 
7898
 -- Matthias Klose <doko@debian.org>  Sat, 14 Feb 2004 09:26:15 +0100
 
7899
 
 
7900
gcc-3.3 (1:3.3.3ds3-0pre3) unstable; urgency=low
 
7901
 
 
7902
  * Update to gcc-3.3.3 CVS 20040125.
 
7903
    - Fixed PR11350, undefined labels with -Os -fPIC (closes: #195911).
 
7904
    - Fixed PR11793, ICE in extract_insn, at recog.c (closes: #203835).
 
7905
    - Fixed PR13544, removed backport for PR12862.
 
7906
    - Integrated backport for PR12441.
 
7907
  * Fixed since 3.3: java: not implemented interface methods of abstract
 
7908
    classes not found (closes: #225438).
 
7909
  * Disable pascal on arm architecture (currently broken).
 
7910
  * Update the build files to build a cross compiler (Nikita V. Youshchenko).
 
7911
    See debian/README.cross in the source package.
 
7912
  * Apply revised patch to make -mieee the default on alpha-linux,
 
7913
    and add -mieee-disable switch to turn the default off (closes: #212912).
 
7914
    (Tyson Whitehead)
 
7915
 
 
7916
 -- Matthias Klose <doko@debian.org>  Sun, 25 Jan 2004 17:41:04 +0100
 
7917
 
 
7918
gcc-3.3 (1:3.3.3ds2-0pre2) unstable; urgency=medium
 
7919
 
 
7920
  * Update to gcc-3.3.3 CVS 20040110.
 
7921
    - Fixes compilation not terminating at -O1 on hppa (closes: #207516).
 
7922
  * Add backport to fix PR12441 (closes: #224576).
 
7923
  * Revert backport to 3.3 branch to fix PR12862, which introduced another
 
7924
    regression (PR13544). Closes: #225663.
 
7925
  * Tighten dependency of gnat-3.3 on gcc-3.3 (closes: #226273).
 
7926
  * Disable treelang build for cross compiler build.
 
7927
  * Disable pascal on alpha and ia64 architectures (currently broken).
 
7928
 
 
7929
 -- Matthias Klose <doko@debian.org>  Sat, 10 Jan 2004 12:33:59 +0100
 
7930
 
 
7931
gcc-3.3 (1:3.3.3ds1-0pre1) unstable; urgency=low
 
7932
 
 
7933
  * Update to gcc-3.3.3 CVS 20031229.
 
7934
    - Fixes bootstrap error on ia64-linux.
 
7935
    - Fix -pthread on mips{,el}-linux (closes: #224875).
 
7936
    - Fix -Wformat for C++ (closes: #217075).
 
7937
  * Backport from mainline: Preserve inline-ness when redeclaring
 
7938
    a function template (closes: #195264).
 
7939
  * Add missing intrinsics headers on ix86 (closes: #224593).
 
7940
  * Fix location of libg2c libdir in libg2c.la file (closes: #224848).
 
7941
 
 
7942
 -- Matthias Klose <doko@debian.org>  Mon, 29 Dec 2003 10:36:29 +0100
 
7943
 
 
7944
gcc-3.3 (1:3.3.3ds0-0pre0.1) unstable; urgency=high
 
7945
 
 
7946
   * NMU
 
7947
   * Fixed mips(el) spec file for -pthread: (Closes: #224875)
 
7948
   * [debian/patches/mips-pthread.dpatch] New.
 
7949
   * [debian/rules.patch] Added it to debian_patches.
 
7950
 
 
7951
 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 27 Dec 2003 15:51:47 +0100
 
7952
 
 
7953
gcc-3.3 (1:3.3.3ds0-0pre0) unstable; urgency=low
 
7954
 
 
7955
  * Update to gcc-3.3.3 CVS 20031206.
 
7956
    - Fixes ICE in verify_local_live_at_start (hppa). Closes: #201550.
 
7957
    - Fixes miscompilation of linux-2.6/sound/core/oss/rate.c.
 
7958
      Closes: #219949.
 
7959
  * Add missing unwind.h to gcc package (closes: #220846).
 
7960
  * Regenerate control file to fix build dependencies for m68k.
 
7961
  * More gpc only patches to fix test failures on m68k.
 
7962
  * Reenable gpc for the Hurd (closes: #189851).
 
7963
 
 
7964
 -- Matthias Klose <doko@debian.org>  Sat,  6 Dec 2003 10:29:07 +0100
 
7965
 
 
7966
gcc-3.3 (1:3.3.2ds5-4) unstable; urgency=low
 
7967
 
 
7968
  * Update libffi-dev package description (closes: #219508).
 
7969
  * For gij and libgcj fix dependency on the libstdc++ package, if
 
7970
    the latter isn't installed during the build.
 
7971
  * Apply patch to emit .note.GNU-stack section on linux arches
 
7972
    which by default need executable stack.
 
7973
  * Prefer gnat-3.3 over gnat-3.2 as a build dependency.
 
7974
  * Update the pascal tarball (different version released with the
 
7975
    same name).
 
7976
  * Add pascal patches to address various gpc testsuite failures.
 
7977
    On alpha and ia64, build gpc from the 20030830 version. Reenable
 
7978
    the build on m68k.
 
7979
    Remove the 20030507 gpc version from the tarball.
 
7980
  * Apply patch to build the shared ada libs and link the ada tools
 
7981
    against the shared libs. Not enabled by default, because gnat
 
7982
    and gnatlib are rebuilt during install. (Ludovic Brenta)
 
7983
 
 
7984
 -- Matthias Klose <doko@debian.org>  Sun,  9 Nov 2003 22:34:33 +0100
 
7985
 
 
7986
gcc-3.3 (1:3.3.2ds4-3) unstable; urgency=low
 
7987
 
 
7988
  * Fix rules to omit inclusion of gnatpsta in mips(el) gnat package.
 
7989
 
 
7990
 -- Matthias Klose <doko@debian.org>  Sun,  2 Nov 2003 14:29:59 +0100
 
7991
 
 
7992
gcc-3.3 (1:3.3.2ds4-2) unstable; urgency=medium
 
7993
 
 
7994
  * s390-ifcvt patch added. Fixes gcl miscompilation (closes: #217240).
 
7995
    (Gerhard Tonn)
 
7996
  * Fix an infinite loop in g++ compiling lufs, regression from 3.3.1.
 
7997
  * Fix a wrong code generation bug on alpha.
 
7998
    (Falk Hueffner)
 
7999
  * Update NEWS files.
 
8000
  * Add Falk Hueffner to the Debian GCC maintainers.
 
8001
  * Enable ada on mips and mipsel, but don't build the gnatpsta tool.
 
8002
 
 
8003
 -- Matthias Klose <doko@debian.org>  Wed, 29 Oct 2003 00:12:37 +0100
 
8004
 
 
8005
gcc-3.3 (1:3.3.2ds4-1) unstable; urgency=medium
 
8006
 
 
8007
  * Update to gcc-3.3.2.
 
8008
  * Update NEWS files.
 
8009
  * Miscompilation in the pari package at -O3 fixed (closes: #198172).
 
8010
  * On alpha-linux, revert -mieee as the default (Falk Hueffner).
 
8011
    Reopens: #212912.
 
8012
  * Add ia64-unwind patch (Jeff Bailey).
 
8013
  * Closed reports reported against gcc-2.96 (ia64), fixed at least in gcc-3.3:
 
8014
    - ICE in verify_local_live_at_start, at flow.c:2733 (closes: #135404).
 
8015
    - Compilation failure of stlport (closes: #135224).
 
8016
    - Infinite loop compiling cssc's pfile.cc with -O2 (closes: #115390).
 
8017
    - Added missing some string::compare() members (closes: #141199).
 
8018
    - <cmath> header declares std::pow (closes: #161853).
 
8019
    - <vector> does have at() method (closes: #59776).
 
8020
    - Fixed error in stl_deque.h (closes: #69530).
 
8021
    - Fixed problem with bastring (closes: #75759, #96539).
 
8022
    - bad_alloc and std:: namespace problem (closes: #75120).
 
8023
    - Excessive warnings from headers with -Weffc++ (closes: #76827).
 
8024
 
 
8025
 -- Matthias Klose <doko@debian.org>  Fri, 17 Oct 2003 08:07:01 +0200
 
8026
 
 
8027
gcc-3.3 (1:3.3.2ds3-0pre5) unstable; urgency=low
 
8028
 
 
8029
  * Update to gcc-3.3.2 CVS 20031005.
 
8030
    - Fixes cpp inserting a spurious newline (closes: #210478, #210482).
 
8031
    - Fixes generation of unrecognizable insn compiling kernel source
 
8032
      on alpha (closes: #202762).
 
8033
    - Fixes ICE in add_abstract_origin_attribute (closes: #212406).
 
8034
    - Fixes forward declaration in libstdc++ (closes: #209386).
 
8035
    - Fixes ICE in in extract_insn, at recog.c on alpha (closes: #207564).
 
8036
  * Make libgcj-common architecture all (closes: #211909).
 
8037
  * Build depend on: flex-old | flex (<< 2.5.31).
 
8038
  * Fix spec linking libraries with -pthread on powerpc (closes: #211054).
 
8039
  * debian/patches/arm-gotoff.dpatch: fix two kinds of PIC lossage.
 
8040
    (Phil Blundell)
 
8041
  * debian/patches/arm-common.dpatch: fix excessive alignment of common
 
8042
    blocks causing binutils testsuite failures.
 
8043
    (Phil Blundell)
 
8044
  * Update priorities in debian/control to match the archive.
 
8045
    (Ryan Murray)
 
8046
  * s390-nonlocal-goto patch added. Fixes some pascal testcase failures. 
 
8047
    (Gerhard Tonn)
 
8048
  * On alpha-linux, make -mieee default and add -mieee-disable switch
 
8049
    to turn default off (closes: #212912).
 
8050
    (Tyson Whitehead)
 
8051
  * Add gpc upstream patch for memory corruption fix.
 
8052
 
 
8053
 -- Matthias Klose <doko@debian.org>  Sun,  5 Oct 2003 19:53:49 +0200
 
8054
 
 
8055
gcc-3.3 (1:3.3.2ds2-0pre4) unstable; urgency=low
 
8056
 
 
8057
  * Add gcc-unsharing_lhs patch (closes: #210848)
 
8058
 
 
8059
 -- Ryan Murray <rmurray@debian.org>  Fri, 19 Sep 2003 22:51:19 -0600
 
8060
 
 
8061
gcc-3.3 (1:3.3.2ds2-0pre3) unstable; urgency=low
 
8062
 
 
8063
  * Update to gcc-3.3.2 CVS 20030908.
 
8064
  * PR11716 (Michael Eager, Dan Jacobowitz):
 
8065
    Make GCC think that the maximum length of a short branch is
 
8066
    64K instead of 128K.  It's a big hammer, but it works.
 
8067
    Closes: #207915.
 
8068
  * Downgrade gpc to 20030507 on alpha and ia64 (closes: #208717).
 
8069
 
 
8070
 -- Matthias Klose <doko@debian.org>  Mon,  8 Sep 2003 21:49:52 +0200
 
8071
 
 
8072
gcc-3.3 (1:3.3.2ds1-0pre2) unstable; urgency=low
 
8073
 
 
8074
  * Update to gcc-3.3.2 CVS 20030831.
 
8075
    - Fix java NullPointerException detection with 2.6 kernels.
 
8076
      Closes: #206377.
 
8077
    - Fix bug in C++ typedef handling (closes: #205402).
 
8078
    - Fix -Wunreachable-code giving false complaints (closes: #196600).
 
8079
  * Update to gpc-20030830.
 
8080
  * Don't include /usr/share/java/repository into the class path according
 
8081
    to the new version of th Debian Java policy (closes: #205643).
 
8082
  * Build-Depend/Depend on libgc-dev.
 
8083
 
 
8084
 -- Matthias Klose <doko@debian.org>  Sun, 31 Aug 2003 08:56:53 +0200
 
8085
 
 
8086
gcc-3.3 (1:3.3.2ds0-0pre1) unstable; urgency=low
 
8087
 
 
8088
  * Remove the build dependency on locales for now.
 
8089
 
 
8090
 -- Matthias Klose <doko@debian.org>  Fri, 15 Aug 2003 07:48:18 +0200
 
8091
 
 
8092
gcc-3.3 (1:3.3.2ds0-0pre0) unstable; urgency=medium
 
8093
 
 
8094
  * Update to gcc-3.3.2 CVS 20030812.
 
8095
    - Fixes generation of wrong code for XDM-AUTHORIZATION-1 key generation
 
8096
      and/or validation. Closes: #196090.
 
8097
  * Update NEWS files.
 
8098
  * Change ix86 default CPU type for code generation:
 
8099
    - i386-linux       -> i486-linux
 
8100
    - i386-gnu         -> i586-gnu
 
8101
    - i386-freebsd-gnu -> i486-freebsd-gnu
 
8102
    Use -march=i386 to target i386 CPUs.
 
8103
 
 
8104
 -- Matthias Klose <doko@debian.org>  Tue, 12 Aug 2003 10:31:28 +0200
 
8105
 
 
8106
gcc-3.3 (1:3.3.1ds3-1) unstable; urgency=low
 
8107
 
 
8108
  * gcc-3.3.1 (taken from CVS 20030805).
 
8109
    - C++: Fix declaration conflicts (closes: #203351).
 
8110
    - Fix ICE on ia64 (closes: #203840).
 
8111
 
 
8112
 -- Matthias Klose <doko@debian.org>  Tue,  5 Aug 2003 20:38:02 +0200
 
8113
 
 
8114
gcc-3.3 (1:3.3.1ds2-0rc2) unstable; urgency=low
 
8115
 
 
8116
  * Update to gcc-3.3.1 CVS 20030728.
 
8117
    - Fix ICE in extract_insn, at recog.c:2148 on m68k.
 
8118
      Closes: #177840, #180375, #190818.
 
8119
    - Fix ICE while building libquicktime on alpha (closes: #192576).
 
8120
    - Fix failure to deal with using and private inheritance (closes: #202696).
 
8121
  * On sparc, /usr/lib was added to the library search path. Fix it.
 
8122
  * Closed reports reported against gcc-3.2.x and fixed in gcc-3.3:
 
8123
    - Fix error building the gcl package on arm (closes: #199835).
 
8124
 
 
8125
 -- Matthias Klose <doko@debian.org>  Mon, 28 Jul 2003 20:39:07 +0200
 
8126
 
 
8127
gcc-3.3 (1:3.3.1ds1-0rc1) unstable; urgency=low
 
8128
 
 
8129
  * Update to gcc-3.3.1 CVS 20030722 (3.3.1 release candidate 1).
 
8130
    - Fix ICE in copy_to_mode_reg on 64-bit targets (closes: #189365).
 
8131
    - Remove documentation about multi-line strings (closes: #194391).
 
8132
    - Correctly document -falign-* parameters (closes: #198269).
 
8133
    - out-of-class specialization of a private nested template class.
 
8134
      Closes: #193830.
 
8135
    - Tighten shlibs dependency due to new symbols in libgcc.
 
8136
  * README.Debian for libg2c0, describing the need for g77-x.y when
 
8137
    working with the g2c header and library (closes: #189059).
 
8138
  * Call make with -j<number of CPU's>, if USE_NJOBS is set and non-empty
 
8139
    in the environment.
 
8140
  * Add another two m68k patches, partly replacing the workarounds provided
 
8141
    by Roman Zippel.
 
8142
  * Add the stack protector patch, but don't apply it by default. Edit
 
8143
    debian/rules.patch to apply it (closes: #171699, #189494).
 
8144
  * Remove wrong symlinks from gnat package (closes: #201882).
 
8145
  * Closed reports reported against gcc-2.95 and fixed in newer versions:
 
8146
    - SMP kernel compilation on alpha (closes: #134197, #146883).
 
8147
    - ICE on arm while building imagemagick (closes: #173475).
 
8148
  * Closed reports reported against gcc-3.2.x and fixed in gcc-3.3:
 
8149
    - Miscompilation of octave2.1 on hppa (closes: #192296, #193804).
 
8150
 
 
8151
 -- Matthias Klose <doko@debian.org>  Sun, 13 Jul 2003 10:26:30 +0200
 
8152
 
 
8153
gcc-3.3 (1:3.3.1ds0-0pre0) unstable; urgency=medium
 
8154
 
 
8155
  * Update to gcc-3.3.1 CVS 20030626.
 
8156
    - Fix ICE on arm compiling xfree86 (closes: #195424).
 
8157
    - Fix ICE on arm compiling fftw (closes: #186185).
 
8158
    - Fix ICE on arm in change_address_1, affecting a few packages.
 
8159
      Closes: #197099.
 
8160
    - Fix ICE in merge_assigned_reloads building Linux 2.4.2x sched.c.
 
8161
      Closes: #195237.
 
8162
    - Do not warn about failing to inline functions declared in system headers.
 
8163
      Closes: #193049.
 
8164
    - Fix ICE on mips{,el} in propagate_one_insn (closes: #194330, #196091).
 
8165
    - Fix ICE on m68k in reg_overlap_mentioned_p (closes: #194749).
 
8166
    - Build crtbeginT.o on m68k (closes: #197613).
 
8167
  * Fix g++ man page symlink (closes: #196271).
 
8168
  * mips/mipsel: Depend on binutils (>= 2.14.90.0.4). Closes: #196744.
 
8169
  * Disable treelang on powerpc (again). Closes: #196915.
 
8170
  * Pass -encoding in gcj-wrapper.
 
8171
 
 
8172
 -- Matthias Klose <doko@debian.org>  Fri, 27 Jun 2003 00:14:43 +0200
 
8173
 
 
8174
gcc-3.3 (1:3.3ds9-3) unstable; urgency=low
 
8175
 
 
8176
  * Closing more reports, fixed in 3.2/3.3:
 
8177
    - ICE building texmacs on m68k (closes: #177433).
 
8178
    - libstdc++: <cmath> doesn't define trunc(...) (closes: #105285).
 
8179
    - libstdc++: setw is ignored for strings output (closes: #52382, #76645).
 
8180
  * Add build support to omit the manual pages and info docs from the
 
8181
    packages, disabled by default. Wait for a Debian statement, which can
 
8182
    be cited. Adresses: #193787.
 
8183
  * Reenable the m68k-const patch, don't run the g77 testsuite on m68k.
 
8184
    Addresses ICEs (#177840, #190818).
 
8185
  * Update arm-xscale patch.
 
8186
  * libstdc++: use __attribute__(__unknown__), instead of (unknown).
 
8187
    Closes: #195796.
 
8188
  * Build-Depend on glibc (>= 2.3.1) to prevent incorrect builds on woody.
 
8189
    Request from Adrian Bunk.
 
8190
  * Add treelang-update patch (Tim Josling), reenable treelang on powerpc.
 
8191
  * Add <GNU_TYPE>-{cpp,gcc,g++,gcj,g77} symlinks (addresses: #189466).
 
8192
  * Make sure not to build using binutils-2.14.90.0.[12].
 
8193
 
 
8194
 -- Matthias Klose <doko@debian.org>  Mon,  2 Jun 2003 22:35:45 +0200
 
8195
 
 
8196
gcc-3.3 (1:3.3ds9-2) unstable; urgency=medium
 
8197
 
 
8198
  * Correct autoconf-related snafu in newly added ARM patches (Phil Blundell).
 
8199
  * Correct libgcc1 dependency (closes: #193689).
 
8200
  * Work around ldd/dpkg-shlibs failure on s390x.
 
8201
 
 
8202
 -- Matthias Klose <doko@debian.org>  Sun, 18 May 2003 09:40:15 +0200
 
8203
 
 
8204
gcc-3.3 (1:3.3ds9-1) unstable; urgency=low
 
8205
 
 
8206
  * gcc-3.3 final release.
 
8207
    See /usr/share/doc/gcc-3.3/NEWS.{gcc,html}.
 
8208
  * First merge of i386/x86-64 biarch support (Arnd Bergmann).
 
8209
    Disabled by default. Closes: #190066.
 
8210
  * New gpc-20030507 version.
 
8211
  * Upstream gpc update to fix netbsd build failure (closes: #191407).
 
8212
  * Add arm-xscale.dpatch, arm-10730.dpatch, arm-tune.dpatch, copied
 
8213
    from gcc-3.2 (Phil Blundell).
 
8214
  * Closing bug reports reported against older gcc versions (some of them
 
8215
    still present in Debian, but not anymore as the default compiler).
 
8216
    Usually, forwarded bug reports are linked to
 
8217
        http://gcc.gnu.org/PR<upstream bug number>
 
8218
    The upstream bug number usually can be found in the Debian reports.
 
8219
 
 
8220
  * Closed reports reported against gcc-3.1.x, gcc-3.2.x and fixed in gcc-3.3:
 
8221
    - General:
 
8222
      + GCC accepts multi-line strings without \ or " " &c (closes: #2910).
 
8223
      + -print-file-name sometimes fails (closes: #161615).
 
8224
      + ICE: reporting routines re-entered (closes: #179597, #180937).
 
8225
      + Misplaced paragraph in gcc documentation (closes: #179363).
 
8226
      + Error: suffix or operands invalid for `div' (closes: #150558).
 
8227
      + builtin memcmp() could be optimised (closes: #85535).
 
8228
    - Ada:
 
8229
      + Preelaborate, exceptions, and -gnatN (closes: #181679).
 
8230
    - C:
 
8231
      + Duplicate loop conditions even with -Os (closes: #94701).
 
8232
      + ICE (signal 11) (closes: #65686).
 
8233
    - C++:
 
8234
      + C++ error on virtual function which uses ... (closes: #165829).
 
8235
      + ICE when warning about cleanup nastiness in switch statements
 
8236
        (closes: #184108).
 
8237
      + Fails to compile virtual inheritance with variable number of
 
8238
        argument method (closes: #151357).
 
8239
      + xmmintrin.h broken for c++ (closes: #168310).
 
8240
      + Stack corruption with variable-length automatic arrays and virtual
 
8241
        destructors (closes: #188527).
 
8242
      + ICE on illegal code (closes: #184862).
 
8243
      + _attribute__((unused)) is ignored in C++ (closes: #45440).
 
8244
      + g++ handles &(void *)foo bizzarely (closes: #79225).
 
8245
      + ICE (with wrong code, though) (closes: #81122).
 
8246
    - Java:
 
8247
      + Broken zip file handling (closes: #180567).
 
8248
    - ObjC:
 
8249
      + @protocol forward definitions do not work (closes: #80468).
 
8250
    - Architecture specific:
 
8251
      - alpha
 
8252
        + va_start is off by one (closes: #186139).
 
8253
        + ICE while building kseg/ddd (closes: #184753).
 
8254
        + g++ -O2 optimization error (closes: #70743).
 
8255
      - arm
 
8256
        + ICE with -O2 in change_address_1 (closes: #180750).
 
8257
        + gcc optimization error with -O2, affecting bison (closes: #185903).
 
8258
      - hppa
 
8259
        + ICE in insn_default_length (closes: #186447).
 
8260
      - ia64
 
8261
        + gcc-3.2 fails w/ optimization (closes: #178830).
 
8262
      - i386
 
8263
        + unnecessary generation of instruction cwtl (closes: #95318).
 
8264
        + {athlon} ICE building mplayer (closes: #184800).
 
8265
        + {pentium4} ICE while compiling mozilla with -march=pentium4
 
8266
          (closes: #187910).
 
8267
        + i386 optimisation: joining tests (closes: #105309).
 
8268
      - m68k
 
8269
        + ICE in instantiate_virtual_regs_1 (closes: #180493).
 
8270
        + gcc optimizer bug on m68k (closes: #64832).
 
8271
      - powerpc
 
8272
        + ICE in extract_insn, at recog.c:2175 building php3 (closes: #186299).
 
8273
        + ICE with -O -Wunreachable-code (closes: #189702).
 
8274
      - s390
 
8275
        + Operand out of range at assembly time when using -O2
 
8276
          (closes: #178596).
 
8277
      - sparc
 
8278
        + gcc-3.2 regression (wrong code) (closes: #176387).
 
8279
        + ICE in mem_loc_descriptor when optimizing (closes: #178909).
 
8280
        + ICE in gen_reg_rtx when optimizing (closes: #178965).
 
8281
        + Optimisation leads to unaligned access in memcpy (closes: #136659).
 
8282
 
 
8283
  * Closed reports reported against gcc-3.0 and fixed in gcc-3.2.x:
 
8284
    - General:
 
8285
      + Use mkstemp instead of mktemp (closed: #127802).
 
8286
    - Preprocessor:
 
8287
      + Fix redundant error message from cpp (closed: #100722).
 
8288
    - C:
 
8289
      + Optimization issue on ix86 (pointless moving) (closed: #97904).
 
8290
      + Miscompilation of allegro on ix86 (closed: #105741).
 
8291
      + Fix generation of ..ng references for static aliases (alpha-linux).
 
8292
        (closed: #108036).
 
8293
      + ICE compiling pari on hppa (closed: #111613).
 
8294
      + ICE on ia64 in instantiate_virtual_regs_1 (closed: #121668).
 
8295
      + ICE in c-typeck.c (closed: #123687).
 
8296
      + ICE in gen_subprogram_die on alpha (closed: #127890).
 
8297
      + SEGV in initialization of flexible char array member (closed: #131399).
 
8298
      + ICE on arm compiling lapack (closed: #135967).
 
8299
      + ICE in incomplete_type_error (closed: #140606).
 
8300
      + Fix -Wswitch (also part of -Wall) (closed: #140995).
 
8301
      + Wrong code in mke2fs on hppa (closed: #150232).
 
8302
      + sin(a) * sin(b) gives wrong result (closed: #164135).
 
8303
    - C++:
 
8304
      + Error in std library headers on arm (closed: #107633).
 
8305
      + ICE nr. 19970302 (closed: #119635).
 
8306
      + std::wcout does not perform encoding conversions (closed: #128026).
 
8307
      + SEGV, when compiling iostream.h with -fPIC (closed: #134315).
 
8308
      + Fixed segmentation fault in included code for <rope> (closed: #137017).
 
8309
      + Fix with exception handling and -O (closed: #144232).
 
8310
      + Fix octave-2.1 build failure on ia64 (closed: #144584).
 
8311
      + nonstandard overloads in num_get facet (closed: #155900).
 
8312
      + ICE in expand_end_loop with -O (closed: #158371).
 
8313
    - Fortran:
 
8314
      + Fix blas build failure on arm (closed: #137959).
 
8315
    - Java:
 
8316
      + Interface members are public by default (closed: #94974).
 
8317
      + Strange message with -fno-bounds-check in combination with -W.
 
8318
        (closed: #102353).
 
8319
      + Crash in FileWriter using IOException (closed: #116128).
 
8320
      + Fix ObjectInputStream.readObject() calling constructors.
 
8321
        (closed: #121636).
 
8322
      + gij: better error reporting on `class not found' (closed: #125649).
 
8323
      + Lockup during .java->.class compilation (closed: #141899).
 
8324
      + Compile breaks using temporary inner class instance (closed: #141900).
 
8325
      + Default constructor for inner class causes broken bytecode.
 
8326
        (closed: #141902).
 
8327
      + gij-3.2 linked against libgcc1 (closed: #165180).
 
8328
      + gij-wrapper understands -classpath parameter (closed: #146634).
 
8329
      + gij-3.2 doesn't ignore -jar when run as "java" (closed: #167673).
 
8330
    - ObjC:
 
8331
      + ICE on alpha (closed: #172353).
 
8332
 
 
8333
  * Closed reports reported against gcc-2.95 and fixed in newer versions:
 
8334
    - General:
 
8335
      + Undocumented option -pthread (closes: #165110).
 
8336
      + stdbool.h broken (closes: #167439).
 
8337
      + regparm/profiling breakage (closes: #20695).
 
8338
      + another gcc optimization error (closes: #51456).
 
8339
      + ICE in `output_fix_trunc' (closes: #55967).
 
8340
      + Fix "Unable to generate reloads for" (closes: #58219, #131890).
 
8341
      + gcc -c -MD x/y.c -o x/y.o leaves y.d in cwd (closes: #59232).
 
8342
      + Compiler error with -O2 (closes: #67631).
 
8343
      + ICE (unrecognizable insn) compiling php4 (closes: #83550, #84969).
 
8344
      + Another ICE (closes: #90666).
 
8345
      + man versus info inconsistency (-W and -Wall) (closes: #93708).
 
8346
      + ICE on invalid extended asm (closes: #136630).
 
8347
      + ICE in `emit_no_conflict_block' compiling perl (closes: #154599).
 
8348
      + ICE in `gen_tagged_type_instantiation_die'(closes: #166766).
 
8349
      + ICE on __builtin_memset(s, 0, -1) (closes: #170994).
 
8350
      + -Q option to gcc appears twice in the documentation (closes: #137382).
 
8351
      + New options for specifying targets:- -MQ and -MT (closes: #27878).
 
8352
      + Configure using --enable-nls (closes: #51651).
 
8353
      + gcc -dumpspecs undocumented (closes: #65406).
 
8354
    - Preprocessor:
 
8355
      + cpp fails to parse macros with varargs correctly(closes: #154767).
 
8356
      + __VA_ARGS__ stringification crashes preprocessor if __VA_ARGS__ is
 
8357
        empty (closes: #152709).
 
8358
      + gcc doesn't handle empty args in macro function if there is only
 
8359
        one arg(closes: #156450).
 
8360
    - C:
 
8361
      + Uncaught floating point exception causes ICE (closes: #33786).
 
8362
      + gcc -fpack-struct doesn't pack structs (closes: #64628).
 
8363
      + ICE in kernel (matroxfb) code (closes: #151196).
 
8364
      + gcc doesn't warn about unreachable code (closes: #158704).
 
8365
      + Fix docs for __builtin_return_address(closes: #165992).
 
8366
      + C99 symbols in limits.h not defined (closes: #168346).
 
8367
      + %zd printf spec generates warning, even in c9x mode (closes: #94891).
 
8368
      + Update GCC attribute syntax (closes: #12253, #43119).
 
8369
    - C++ & libstdc++-v3:
 
8370
      + template and virtual inheritance bug (closes: #152315).
 
8371
      + g++ has some troubles with nested templates (closes: #21255).
 
8372
      + vtable thunks implementation is broken (closes: #34876, #35477).
 
8373
      + ICE for templated friend (closes: #42662).
 
8374
      + ICE compiling mnemonic (closes: #42989).
 
8375
      + Deprecated: result naming doesn't work for functions defined in a
 
8376
        class (closes: #43170).
 
8377
      + volatile undefined ... (closes: #50529).
 
8378
      + ICE concerning templates (closes: #53698).
 
8379
      + Program compiled -O3 -malign-double segfaults in ofstream::~ofstream
 
8380
        (closes: #56867).
 
8381
      + __attribute__ ((constructor)) doesn't work with C++ (closes: #61806).
 
8382
      + Another ICE (closes: #65687).
 
8383
      + ICE in `const_hash' (closes: #72933).
 
8384
      + ICE on illegal code (closes: #83221).
 
8385
      + Wrong code with -O2 (closes: #83363).
 
8386
      + ICE on template class (closes: #85934).
 
8387
      + No warning for missing return in non-void member func (closes: #88260).
 
8388
      + Not a bug/fixed in libgcc1: libgcc.a symbols end up exported by
 
8389
        shared libraries (closes: #118670).
 
8390
      + ICE using nested templates (closes: #118781).
 
8391
      + Another ICE with templates (closes: #127489).
 
8392
      + More ICEs (closes: #140427, #141797).
 
8393
      + ICE when template declared after use(closes: #148603).
 
8394
      + template function default arguments are not handled (closes: #157292).
 
8395
      + Warning when including stl.h (closes: #162074).
 
8396
      + g++ -pedantic-errors -D_GNU_SOURCE cannot #include <complex>
 
8397
        (closes: #151671).
 
8398
      + c++ error message improvement suggestion (closes: #46181).
 
8399
      + Compilation error in stl_alloc.h with -fhonor-std (closes: #59005).
 
8400
      + libstdc++ has no method at() in stl_= (closes: #68963).
 
8401
    - Fortran:
 
8402
      + g77 crash (closes: #130415).
 
8403
    - ObjC:
 
8404
      + ICE: program cc1obj got fatal signal 11 (closes: #62309).
 
8405
      + Interface to garbage collector is undocumented. (closes: #68987).
 
8406
    - Architecture specific:
 
8407
      - alpha
 
8408
        + Can't compile with define gnu_source with stdio and curses
 
8409
          (closes: #97603).
 
8410
        + Header conflicts on alpha (closes: #134558).
 
8411
        + lapack-dev: cannot link on alpha (closes: #144602).
 
8412
        + ICE `fixup_var_refs_1' (closes: #43001).
 
8413
        + Mutt segv on viewing list of attachments (closes: #47981).
 
8414
        + ICE building open-amulet (closes: #48530).
 
8415
        + ICE compiling hatman (closes: #55291).
 
8416
        + dead code removal in switch() broken (closes: #142844).
 
8417
      - arm
 
8418
        + Miscompilation using -fPIC on arm (closes: #90363).
 
8419
        + infinite loop with -O on arm (closes: #151675).
 
8420
      - i386
 
8421
        + ICE when using -mno-ieee-fp and -march=i686 (closes: #87540).
 
8422
      - m68k
 
8423
        + Optimization (-O2) broken on m68k (closes: #146006).
 
8424
      - mips
 
8425
        + g++ exception catching does not work... (closes: #105569).
 
8426
        + update-menus gets Bus Error (closes: #120333).
 
8427
      - mipsel
 
8428
        + aspell: triggers ICE on mipsel (closes: #128367).
 
8429
      - powerpc
 
8430
        + -O2 produces wrong code (gnuchess example) (closes: #131454).
 
8431
      - sparc
 
8432
        + Misleading documentation for -malign-{jump,loop,function}s
 
8433
          (closes: #114029).
 
8434
        + Sparc GCC issue with -mcpu=ultrasparc (closes: #172956).
 
8435
        + flightgear: build failure on sparc (closes: #88694).
 
8436
 
 
8437
 -- Matthias Klose <doko@debian.org>  Fri, 16 May 2003 07:13:57 +0200
 
8438
 
 
8439
gcc-3.3 (1:3.3ds8-0pre9) unstable; urgency=high
 
8440
 
 
8441
  * gcc-3.3 second prerelease.
 
8442
    - Fixing exception handling on s390 (urgency high).
 
8443
  * Reenabled gpc build (I had it disabled ...). Closes: #192347.
 
8444
 
 
8445
 -- Matthias Klose <doko@debian.org>  Fri,  9 May 2003 07:32:14 +0200
 
8446
 
 
8447
gcc-3.3 (1:3.3ds8-0pre8) unstable; urgency=low
 
8448
 
 
8449
  * gcc-3.3 prerelease.
 
8450
    - Fixes gcj ICE (closes: #189545).
 
8451
  * For libstdc++ use the i486 atomicity implementation, introduced with
 
8452
    0pre6, left out in 0pre7 (closes: #191684).
 
8453
  * Add README.Debian for treelang (closes: #190812).
 
8454
  * Apply NetBSD changes (Joel Baker). Closes: #191551.
 
8455
  * New symbols in libgcc1, tighten the shlibs dependency.
 
8456
  * Disable testsuite run on mips/mipsel because of an outdated libc-dev
 
8457
    package.
 
8458
  * Do not build libffi with debug information, although configuring
 
8459
    with --enable-debug.
 
8460
 
 
8461
 -- Matthias Klose <doko@debian.org>  Tue,  6 May 2003 06:53:49 +0200
 
8462
 
 
8463
gcc-3.3 (1:3.3ds7-0pre7) unstable; urgency=low
 
8464
 
 
8465
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030429).
 
8466
  * Revert upstream libstdc++ change (closes: #191145, #191147, #191148,
 
8467
    #191149, #149159, #149151, and other reports).
 
8468
    Sorry for not detecting this before the upload, seems to be
 
8469
    broken on i386 "only".
 
8470
  * hurd-i386: Use /usr/include, not /include.
 
8471
  * Disable gpc on hurd-i386 (closes: #189851).
 
8472
  * Disable building the debug version of libstdc++ on powerpc-linux
 
8473
    (fixes about 200 java test cases).
 
8474
  * Install libstdc++v3 man pages (closes: #127263).
 
8475
 
 
8476
 -- Matthias Klose <doko@debian.org>  Tue, 29 Apr 2003 23:28:44 +0200
 
8477
 
 
8478
gcc-3.3 (1:3.3ds6-0pre6) unstable; urgency=high
 
8479
 
 
8480
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030426).
 
8481
  * libstdc++-doc: Fix index.html link (closes: #189424).
 
8482
  * Revert back to the i486 atomicity implementation, that was used
 
8483
    for gcc-3.2 as well. Reopens: #184446, #185662. Closes: #189983.
 
8484
    For this reason, tighten the libstdc++5 shlibs dependency. See
 
8485
    http://lists.debian.org/debian-devel/2003/debian-devel-200304/msg01895.html
 
8486
    Don't build the ix86 specfic libstdc++ libs anymore.
 
8487
 
 
8488
 -- Matthias Klose <doko@debian.org>  Sun, 27 Apr 2003 19:47:54 +0200
 
8489
 
 
8490
gcc-3.3 (1:3.3ds5-0pre5) unstable; urgency=low
 
8491
 
 
8492
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030415).
 
8493
  * Disable treelang on powerpc.
 
8494
  * Disable gpc on m68k.
 
8495
  * Install locale data. Conflict with gcc-3.2 (<= 1:3.2.3-0pre8).
 
8496
  * Fix generated bits/atomicity.h (closes: #189183).
 
8497
  * Tighten libgcc1 shlibs dependency (new symbol _Unwind_Backtrace).
 
8498
 
 
8499
 -- Matthias Klose <doko@debian.org>  Wed, 16 Apr 2003 00:37:05 +0200
 
8500
 
 
8501
gcc-3.3 (1:3.3ds4-0pre4) unstable; urgency=low
 
8502
 
 
8503
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030412).
 
8504
  * Avoid sparc64 dependencies for libgcc1 on sparc (Clint Adams).
 
8505
  * Make the default sparc 32bit target v8 instead of v7. This mainly
 
8506
    enables hardmul, which should speed up v8 and v9 systems by a large
 
8507
    margin (Ben Collins).
 
8508
  * Tighten binutils dependency for sparc.
 
8509
  * On i386, build libstdc++ optimized for i486 and above. The library
 
8510
    in /usr/lib is built for i386. Closes: #184446, #185662.
 
8511
  * Add gpc build (from gcc-snapshot package).
 
8512
  * debian/control: Include all packages, that _can_ be built from
 
8513
    this source package (except the cross packages).
 
8514
  * Add m68k patches: m68k-const, m68k-subreg, m68k-loop.
 
8515
  * Run the 3.3 testsuite a second time with the installed gcc-3.2
 
8516
    to check for regressions (promised, only this time, and for the
 
8517
    final release ;). Add build dependencies (gobjc-3.2, g77-3.2, g++-3.2).
 
8518
 
 
8519
 -- Matthias Klose <doko@debian.org>  Sat, 12 Apr 2003 10:11:11 +0200
 
8520
 
 
8521
gcc-3.3 (1:3.3ds3-0pre3) unstable; urgency=low
 
8522
 
 
8523
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030331).
 
8524
  * Reenable java on arm.
 
8525
  * Build-Depend on binutils-2.13.90.0.18-1.3 on m68k. Fixes all
 
8526
    bprob/gcov testsuite failures.
 
8527
  * Enable C++ build on arm.
 
8528
  * Enable the sparc64 build.
 
8529
 
 
8530
 -- Matthias Klose <doko@debian.org>  Mon, 31 Mar 2003 23:24:54 +0200
 
8531
 
 
8532
gcc-3.3 (1:3.3ds2-0pre2) unstable; urgency=low
 
8533
 
 
8534
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030317).
 
8535
  * Disable building the gcc-3.3-nof package.
 
8536
  * Disable Ada on mips and mipsel.
 
8537
  * Remove the workaround to build Ada on powerpc.
 
8538
  * Add GNU Free documentation license to copyright file.
 
8539
  * Update the sparc64 build patches (Clint Adams). Not yet enabled.
 
8540
  * Disable C++ on arm (Not yet tested).
 
8541
  * Add fix for ICE on powerpc (see: #184684).
 
8542
 
 
8543
 -- Matthias Klose <doko@debian.org>  Sun, 16 Mar 2003 21:40:57 +0100
 
8544
 
 
8545
gcc-3.3 (1:3.3ds1-0pre1) unstable; urgency=low
 
8546
 
 
8547
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030310).
 
8548
  * Add gccbug manpage.
 
8549
  * Don't build libgnat package (no shared library).
 
8550
  * Configure with --enable-sjlj-exceptions on hppa and m68k for
 
8551
    binary compatibility with libstdc++ built with gcc-3.2.
 
8552
  * Disable Java on arm-linux (never seen it sucessfully bootstrap).
 
8553
  * Install non-conflicting baseline README.
 
8554
  * multilib *.so and *.a moved to /usr/lib/gcc-lib/... , so that several
 
8555
    compiler versions can be installed concurrently.
 
8556
  * Remove libstdc++-incdir patch applied upstream.
 
8557
  * libstdc++ 64 bit development files now handled in -dev target.
 
8558
    (Gerhard Tonn)
 
8559
  * Drop build dependencies for gpc (tetex-bin, help2man, libncurses5-dev).
 
8560
  * Add libstdc++5-3.3-dev confict to libstdc++5-dev (<= 1:3.2.3-0pre3).
 
8561
  * Enable builds on m68k (all but C++ for the moment). gcc-3.3 bootstraps,
 
8562
    while gcc-3.2 doesn't.
 
8563
 
 
8564
 -- Matthias Klose <doko@debian.org>  Mon, 10 Mar 2003 23:41:00 +0100
 
8565
 
 
8566
gcc-3.3 (1:3.3ds0-0pre0) unstable; urgency=low
 
8567
 
 
8568
  * First gcc-3.3 package, built for s390 only. All other architectures
 
8569
    build the gcc-3.3-base package only.
 
8570
    To build the package on other architectures, edit debian/rules.defs
 
8571
    (macro no_dummy_archs).
 
8572
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030301).
 
8573
  * Don't include the gcc locale files (would conflict with 3.2).
 
8574
  * Remove libffi-install-fix patch.
 
8575
  * Fix netbsd-i386 patches.
 
8576
  * Change priority of libstdc++5 and gcc-3.2-base to important.
 
8577
  * Install gcjh-wrapper for javah.
 
8578
  * gij suggests fastjar, gcj recommends fastjar.
 
8579
  * Allow builds using automake1.4 | automake (<< 1.5).
 
8580
  * Backport fix for to output more correct line numbers.
 
8581
  * Add help2man to build dependencies needed for some gpc man pages.
 
8582
  * gpc: Install binobj and gpidump binaries and man pages.
 
8583
  * Apply cross compilation patches submitted by Bastian Blank.
 
8584
  * Replace s390-biarch patch and copy s390-config-ml patch from 3.2
 
8585
    (Gerhard Tonn).
 
8586
  * Configure using --enable-debug.
 
8587
  * Add infrastructure to only build a subset of binary packages.
 
8588
  * Rename libstdc++-{dev,dbg,pic,doc} packages.
 
8589
  * Build treelang compiler.
 
8590
 
 
8591
 -- Matthias Klose <doko@debian.org>  Sat,  1 Mar 2003 12:56:42 +0100
 
8592
 
 
8593
gcc-3.2 (1:3.2.3ds2-0pre3) unstable; urgency=low
 
8594
 
 
8595
  * gcc-3.2.3 prerelease (CVS 20030228)
 
8596
    - Fixes bootstrap failure on alpha-linux.
 
8597
    - Fixes ICE on m68k (closes: #177016).
 
8598
  * Build Pascal with -O1 on powerpc, disable Pascal on arm, m68k and
 
8599
    sparc (due to wrong code generation for fwrite in glibc,
 
8600
    see PR optimization/9279).
 
8601
  * Apply cross compilation patches submitted by Bastian Blank.
 
8602
 
 
8603
 -- Matthias Klose <doko@debian.org>  Fri, 28 Feb 2003 20:26:30 +0100
 
8604
 
 
8605
gcc-3.2 (1:3.2.3ds1-0pre2) unstable; urgency=medium
 
8606
 
 
8607
  * gcc-3.2.3 prerelease (CVS 20030221)
 
8608
    - Fixes ICE on hppa (closes: #181813).
 
8609
  * Patch for ffitest in s390-java.dpatch deleted, since already fixed
 
8610
    upstream. (Gerhard Tonn)
 
8611
  * Build crtbeginT.o on m68k-linux (closes: #179807).
 
8612
  * Install gcjh-wrapper for javah (closes: #180218).
 
8613
  * gij suggests fastjar, gcj recommends fastjar (closes: #179298).
 
8614
  * Allow builds using automake1.4 | automake (<< 1.5) (closes: #180048).
 
8615
  * Backport fix for to output more correct line numbers (closes: #153965).
 
8616
  * Add help2man to build dependencies needed for some gpc man pages.
 
8617
  * gpc: Install binobj and gpidump binaries and man pages.
 
8618
  * Disable gpc on arm due to wrong code generation for fwrite in
 
8619
    glibc (see PR optimization/9279).
 
8620
 
 
8621
 -- Matthias Klose <doko@debian.org>  Sat, 22 Feb 2003 19:58:20 +0100
 
8622
 
 
8623
gcc-3.2 (1:3.2.3ds0-0pre1) unstable; urgency=low
 
8624
 
 
8625
  * gcc-3.2.3 prerelease (CVS 20030210)
 
8626
    - Fixes long millicode calls on hppa (closes: #180520)
 
8627
  * New gpc-20030209 version.  Remove gpc-update.dpatch and gpc-testsuite.dptch
 
8628
    as they are no longer needed.
 
8629
  * Fix netbsd-i386 patches (closes: #180129, #179931)
 
8630
  * m68k-bootstrap.dpatch: backport gcse.c changes from 3.3/MAIN to 3.2
 
8631
  * Change priority of libstdc++5 and gcc-3.2-base to important.
 
8632
 
 
8633
 -- Ryan Murray <rmurray@debian.org>  Tue, 11 Feb 2003 06:18:09 -0700
 
8634
 
 
8635
gcc-3.2 (1:3.2.2ds8-1) unstable; urgency=low
 
8636
 
 
8637
  * gcc-3.2.2 release.
 
8638
    - Fixes ICE, regression from 2.95 (closes: #176117).
 
8639
    - Fixes ICE, regression from 2.95 (closes: #179161).
 
8640
  * libstdc++ for biarch installs now upstream to usr/lib64,
 
8641
    therefore mv usr/lib/64 usr/lib64 no longer necessary. (Gerhard Tonn)
 
8642
 
 
8643
 -- Ryan Murray <rmurray@debian.org>  Wed,  5 Feb 2003 01:35:29 -0700
 
8644
 
 
8645
gcc-3.2 (1:3.2.2ds7-0pre8) unstable; urgency=low
 
8646
 
 
8647
  * gcc-3.2.2 prerelease (CVS 20030130).
 
8648
  * update s390 libffi patch
 
8649
  * debian/control: add myself to uploaders and change libc12-dev depends to
 
8650
    libc-dev on i386 (closes: #179128)
 
8651
  * Build-Depend on procps so that ps is available for logwatch
 
8652
 
 
8653
 -- Ryan Murray <rmurray@debian.org>  Fri, 31 Jan 2003 04:00:15 -0700
 
8654
 
 
8655
gcc-3.2 (1:3.2.2ds6-0pre7) unstable; urgency=low
 
8656
 
 
8657
  * gcc-3.2.2 prerelease (CVS 20030128).
 
8658
    - Update needed for hppa.
 
8659
    - Fixes ICE on arm, regression from 2.95.x (closes: #168086).
 
8660
    - Can use default bison (1.875).
 
8661
  * Apply netbsd build patches (closes: #177674, #178328, #178325,
 
8662
    #178326, #178327).
 
8663
  * Run the logwatch script on "slow" architectures (arm, m68k) only.
 
8664
  * autoreconf.dpatch: Only update libtool.m4, which is newer conceptually
 
8665
    than libtool 1.4 (Ryan Murray).
 
8666
  * Apply autoreconf patch universally (Ryan Murray).
 
8667
  * More robust gij/gcj wrapper scripts, include /usr/lib/jni in default
 
8668
    JNI search path (Ben Burton). Closes: #167932.
 
8669
  * Build crtbeginT.o on m68k (closes: #177036).
 
8670
  * Fixed libc-dev source dependency (closes: #178602).
 
8671
  * Tighten shlib dependency to the current package version; should be
 
8672
    1:3.2.2-1 for the final release (closes: #178867).
 
8673
 
 
8674
 -- Matthias Klose <doko@debian.org>  Tue, 28 Jan 2003 21:59:30 +0100
 
8675
 
 
8676
gcc-3.2 (1:3.2.2ds5-0pre6) unstable; urgency=low
 
8677
 
 
8678
  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20030123).
 
8679
  * Build locales needed by the libstdc++ testsuite.
 
8680
  * Update config.{guess,sub} files from autotools-dev (closes: #177674).
 
8681
  * Disable Ada and Java on netbsd-i386 (closes: #177679).
 
8682
  * gnat: Add suggests for gnat-doc and ada-reference-manual.
 
8683
 
 
8684
 -- Matthias Klose <doko@debian.org>  Thu, 23 Jan 2003 22:16:53 +0100
 
8685
 
 
8686
gcc-3.2 (1:3.2.2ds4-0pre5.1) unstable; urgency=low
 
8687
 
 
8688
  * Readd build dependency `locales' on arm.  locales is now installable
 
8689
  * Add autoreconf patch for mips{,el}. (closes: #176311)
 
8690
 
 
8691
 -- Ryan Murray <rmurray@debian.org>  Wed, 22 Jan 2003 14:31:14 -0800
 
8692
 
 
8693
gcc-3.2 (1:3.2.2ds4-0pre5) unstable; urgency=low
 
8694
 
 
8695
  * Remove build dependency `libc6-dev-sparc64 [sparc]' for now.
 
8696
  * Remove build dependency `locales' on arm. locales is uninstallable
 
8697
    on arm due to the missing glibc-2.3.
 
8698
  * Use bison-1.35. bison-1.875 causes an hard error on the reduce/reduce
 
8699
    conflict in objc-parse.y.
 
8700
 
 
8701
 -- Matthias Klose <doko@debian.org>  Fri, 10 Jan 2003 10:10:43 +0100
 
8702
 
 
8703
gcc-3.2 (1:3.2.2ds4-0pre4) unstable; urgency=low
 
8704
 
 
8705
  * Try building with gcc-2.95 on m68k-linux. Building gcc-3.2 with gcc-3.2
 
8706
    does not work for me. m68k-linux doesn't look good at all ...
 
8707
  * Fix s390 build error.
 
8708
  * Add locales to build dependencies. A still unsolved issue is the
 
8709
    presence of the locales de_DE, en_PH, en_US, es_MX, fr_FR and it_IT,
 
8710
    or else some tests in the libstdc++ testsuite will fail.
 
8711
  * Put all -nof files in the -nof package (closes: #175253).
 
8712
  * Correctly exit logwatch script (closes: #175251).
 
8713
  * Install linker-map.gnu file for libstdc++_pic (closes: #175144).
 
8714
  * Install versioned gpcs docs only (closes: #173844).
 
8715
  * Include gpc test results in gpc package.
 
8716
  * Link local libstdc++ documentation to local source-level documentation.
 
8717
  * Clarify libstdc++ description (so version and library version).
 
8718
    Closes: #175799.
 
8719
  * Include library in libstdc++-dbg package (closes: #176005).
 
8720
 
 
8721
 -- Matthias Klose <doko@debian.org>  Wed,  8 Jan 2003 23:39:50 +0100
 
8722
 
 
8723
gcc-3.2 (1:3.2.2ds3-0pre3) unstable; urgency=low
 
8724
 
 
8725
  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021231).
 
8726
    - Fix loop count computation for preconditioned unrolled loops.
 
8727
      Closes: #162919.
 
8728
    - Fix xmmintrin.h (_MM_TRANSPOSE4_PS) CVS 20021027 (closes: #163647).
 
8729
    - Fix [PR 8601] strlen/template interaction causes ICE CVS 20021201.
 
8730
      Closes: #166143.
 
8731
  * Watch the log files, which are written during the testsuite runs and print
 
8732
    out a message, if there is still activity. No more buildd timeouts on arm
 
8733
    and m68k ...
 
8734
  * Remove gpc's reference to librx1g-dev package (closes: #172953).
 
8735
  * Remove trailing dots on package descriptions.
 
8736
  * Fix external reference to cpp.info in gcc.info (closes: #174598).
 
8737
 
 
8738
 -- Matthias Klose <doko@debian.org>  Tue, 31 Dec 2002 13:47:52 +0100
 
8739
 
 
8740
gcc-3.2 (1:3.2.2ds2-0pre2) unstable; urgency=medium
 
8741
 
 
8742
  * Friday, 13th upload, so what do you expect ...
 
8743
  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021212).
 
8744
  * Fix gnat build (autobuild maintainers: please revert back to gnat-3.2
 
8745
    (<= 1:3.2.1ds6-1) for building gnat-3.2, if the build fails building
 
8746
    gnatlib and gnattools).
 
8747
  * Really disable sparc64 support.
 
8748
 
 
8749
 -- Matthias Klose <doko@debian.org>  Fri, 13 Dec 2002 00:26:37 +0100
 
8750
 
 
8751
gcc-3.2 (1:3.2.2ds1-0pre1) unstable; urgency=low
 
8752
 
 
8753
  * A candidate for the transition ...
 
8754
  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021210).
 
8755
    - doc/invoke.texi: Remove last reference to -a (closes: #171748).
 
8756
  * Disable sparc64 support. For now please use egcs64 to build sparc64
 
8757
    kernels.
 
8758
  * Disable Pascal on the sparc architecture (doesn't bootstrap).
 
8759
 
 
8760
 -- Matthias Klose <doko@debian.org>  Tue, 10 Dec 2002 22:33:13 +0100
 
8761
 
 
8762
gcc-3.2 (1:3.2.2ds0-0pre0) unstable; urgency=low
 
8763
 
 
8764
  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021202).
 
8765
    - Should fix _Pragma expansion within macros (closes: #157416).
 
8766
  * New gpc-20021128 version. Run check using EXTRA_TEST_PFLAGS=-g0
 
8767
  * Add tetex-bin to build dependencies (gpc needs it). Closes: #171203.
 
8768
 
 
8769
 -- Matthias Klose <doko@debian.org>  Tue,  3 Dec 2002 08:22:33 +0100
 
8770
 
 
8771
gcc-3.2 (1:3.2.1ds6-1) unstable; urgency=low
 
8772
 
 
8773
  * gcc-3.2.1 final release.
 
8774
  * Build gpc-20021111 for all architectures. hppa and i386 are
 
8775
    known to work. For the other architectures, send the usual FTBFS ...
 
8776
    WARNING: this gpc version is an alpha version, especially debug info
 
8777
    doesn't work well, so use -g0 for compiling. If you need a stable
 
8778
    gpc compiler, use gpc-2.95.
 
8779
  * Encode the gpc upstream version in the package name, the gpc release
 
8780
    date in the version number (requested by gpc upstream).
 
8781
  * Added libncurses5-dev and libgmp3-dev as build dependencies for the
 
8782
    gpc tests and runtime.
 
8783
  * Clean CVS files as well (closes: #169101).
 
8784
  * s390-biarch.dpatch added, backported from CVS (Gerhard Tonn).
 
8785
  * s390-config-ml.dpatch added, disables biarch for java,
 
8786
    libffi and boehm-gc on s390. They need a 64 bit runtime
 
8787
    during build which is not yet available on s390 (Gerhard Tonn).
 
8788
  * Biarch support for packaging adapted (Gerhard Tonn).
 
8789
    biarch variable added and with-sparc64 variable substituted in
 
8790
    most places by biarch.
 
8791
    dh_shlibdeps is applied only to 32 bit libraries on s390, since
 
8792
    ldd for 64 bit libraries don't work on 32 bit runtime.
 
8793
    Build dependency to libc6-dev-s390x added.
 
8794
 
 
8795
 -- Matthias Klose <doko@debian.org>  Wed, 20 Nov 2002 00:20:58 +0100
 
8796
 
 
8797
gcc-3.2 (1:3.2.1ds5-0pre6) unstable; urgency=medium
 
8798
 
 
8799
  * gcc-3.2.1 prerelease.
 
8800
  * Removed arm patch integrated upstream.
 
8801
  * Adjust gnat build dependency (closes: #167116).
 
8802
  * Always configure with --enable-clocale=gnu. The autobuilders do have
 
8803
    locales installed, but not generated the "de_DE" locale needed for
 
8804
    the autoconf test in libstdcc++-v3/aclocal.m4.
 
8805
  * libstdc++ documentaion: Don't compresss '*.txt' referenced by html pages.
 
8806
 
 
8807
 -- Matthias Klose <doko@debian.org>  Tue, 12 Nov 2002 07:19:44 +0100
 
8808
 
 
8809
gcc-3.2 (1:3.2.1ds4-0pre5) unstable; urgency=medium
 
8810
 
 
8811
  * gcc-3.2.1 snapshot (CVS 20021103).
 
8812
  * sparc64-build.dpatch: Updated. Lets sparc boostrap again.
 
8813
  * s390-loop.dpatch removed, already fixed upstream (Gerhard Tonn).
 
8814
  * bison.dpatch: Removed, patch submitted upstream.
 
8815
  * backport-java-6865.dpatch: Apply again during build.
 
8816
  * Tighten glibc dependency (closes: #166703).
 
8817
 
 
8818
 -- Matthias Klose <doko@debian.org>  Sun,  3 Nov 2002 12:22:02 +0100
 
8819
 
 
8820
gcc-3.2 (1:3.2.1ds3-0pre4) unstable; urgency=high
 
8821
 
 
8822
  * gcc-3.2.1 snapshot (CVS 20021020).
 
8823
    - Expansion of _Pragma within macros fixed (closes: #157416).
 
8824
  * FTBFS: With the switch to bison-1.50 (and 1.75), gcc-3.2 fails to build from
 
8825
    source on Debian unstable systems. This is fixed in gcc HEAD, but not on
 
8826
    the current release branch.
 
8827
    HELP NEEDED:
 
8828
    - check what is missing from the patches in debian/patches/bison.dpatch.
 
8829
      This is a backport of the bison related patches, but showing regressions
 
8830
      in the gcc testsuite, so it cannot be applied.
 
8831
    - build gcc using byacc (bootstrap currently fails using byacc).
 
8832
    - build bison-1.35 in it's own package (the current 1.35-3 package fails
 
8833
      to build form source).
 
8834
    - and finally ask upstream to backport the patch to the branch. It's not
 
8835
      helpful not beeing able to follow the stable branch. Maybe we should
 
8836
      just switch to gcc HEAD as BSD does ...
 
8837
    As a terrible workaround, build the sources from CVS first on a machine,
 
8838
    with bison-1.35 installed, then package the tarball, so the bison
 
8839
    generated files are not rebuilt.
 
8840
 
 
8841
  * re-add lost patch: configure with --enable-__cxa_atexit (closes: #163422),
 
8842
    Therefore urgency high.
 
8843
  * gcj-wrapper, gij-wrapper: Accept names starting with `.' (closes: #163172,
 
8844
    #164009).
 
8845
  * Point g++ manpage to correct g++ version (closes: #162843).
 
8846
  * Support for i386-freebsd-gnu (closes: #163883).
 
8847
  * s390-java.dpatch replaced with backport from cvs head (Gerhard Tonn).
 
8848
  * Disable the testsuite run on the Hurd (closes: #159650).
 
8849
  * s390-loop.dpatch added, fixes runtime problem (Gerhard Tonn).
 
8850
  * debian/patches/bison.dpatch: Backport for bison-1.75 compatibility.
 
8851
    Don't use it due to regressions.
 
8852
  * debian/patches/backport-java-6865.dpatch: Directly applied in the
 
8853
    included tarball because of bison problems.
 
8854
  * Make fixincludes priority optional, so linda can depend on it.
 
8855
  * Tighten binutils dependency.
 
8856
 
 
8857
 -- Matthias Klose <doko@debian.org>  Sun, 20 Oct 2002 10:52:49 +0200
 
8858
 
 
8859
gcc-3.2 (1:3.2.1ds2-0pre3) unstable; urgency=low
 
8860
 
 
8861
  * gcc-3.2.1 snapshot (CVS 20020923).
 
8862
  * Run the libstdc++ check-abi script. Results are put into the file
 
8863
    /usr/share/doc/libstdc++5/README.libstdc++-baseline in the libstdc++5-dev
 
8864
    package. This file contains a new baseline, if no baseline for this
 
8865
    architecture is included in the gcc sources.
 
8866
  * gcj-wrapper: Accept files starting with an underscore, accept
 
8867
    path names (closes: #160859, #161517).
 
8868
  * Explicitely call automake-1.4 when rebuilding Makefiles (closes: #161438).
 
8869
  * Let installed fixincludes script find files in /usr/lib/fixincludes.
 
8870
  * debian/rules.patch: Add .NOTPARALLEL as target, so that patches are
 
8871
    applied sequentially (closes: #159395).
 
8872
 
 
8873
 -- Matthias Klose <doko@debian.org>  Tue, 24 Sep 2002 07:36:56 +0200
 
8874
 
 
8875
gcc-3.2 (1:3.2.1ds1-0pre2) unstable; urgency=low
 
8876
 
 
8877
  * gcc-3.2.1 snapshot (CVS 20020913). Welcome back m68k in bootstrap land!
 
8878
  * Fix arm-tune.dpatch (closes: #159354).
 
8879
  * Don't overwrite LD_LIBRARY_PATH in build (closes: #158459).
 
8880
  * --disable-__cxa_atexit on NetBSD (closes: #159620).
 
8881
  * Reenable installation of message catalogs (disabled in 3.2-0pre2).
 
8882
    Closes: #160175.
 
8883
  * Ben Collins
 
8884
    - Re-enable sparc64 build. This time, it's part of the default compiler.
 
8885
      I have disabled 64/alt libraries as they are too much overhead. All
 
8886
      libraries build 64bit, but currently only libgcc/libstdc++ include the
 
8887
      64bit libraries.
 
8888
    Closes: #160404.
 
8889
  * Depend on autoconf2.13, instead of autoconf.
 
8890
  * Phil Blundell
 
8891
    - debian/patches/arm-update.dpatch: Fix python2.2 build failure.
 
8892
 
 
8893
 -- Matthias Klose <doko@debian.org>  Sat,  7 Sep 2002 08:05:02 +0200
 
8894
 
 
8895
gcc-3.2 (1:3.2.1ds0-0pre1) unstable; urgency=medium
 
8896
 
 
8897
  * gcc-3.2.1 snapshot (CVS 20020829).
 
8898
    New g++ option -Wabi:
 
8899
      Warn when G++ generates code that is probably not compatible with the
 
8900
      vendor-neutral C++ ABI.  Although an effort has been made to warn about
 
8901
      all such cases, there are probably some cases that are not warned about,
 
8902
      even though G++ is generating incompatible code.  There may also be
 
8903
      cases where warnings are emitted even though the code that is generated
 
8904
      will be compatible.
 
8905
    The current version of the ABI is 102, defined by the __GXX_ABI_VERSION
 
8906
    macro.
 
8907
  * debian/NEWS.*: Updated.
 
8908
  * Fix libstdc++-dev dependency on libc-dev for the Hurd (closes: #157004).
 
8909
  * Add versioned expect build dependency.
 
8910
  * Tighten binutils dependency to 2.13.90.0.4.
 
8911
  * debian/patches/arm-tune.dpatch: Increase stack limit for configure.
 
8912
  * 3.2-0pre4 did build gnat-3.2 compilers for all architectures. Build-Depend
 
8913
    on gnat-3.2 now (closes: #156734).
 
8914
  * Remove bashism's in gcj-wrapper (closes: #157982).
 
8915
  * Add -cp and -classpath options to gij(1). Backport from HEAD (#146634).
 
8916
  * Add fastjar documentation.
 
8917
 
 
8918
 -- Matthias Klose <doko@debian.org>  Fri, 30 Aug 2002 10:35:00 +0200
 
8919
 
 
8920
gcc-3.2 (1:3.2ds0-0pre4) unstable; urgency=low
 
8921
 
 
8922
  * Correct build dependency on gnat-3.1.
 
8923
 
 
8924
 -- Matthias Klose <doko@debian.org>  Mon, 12 Aug 2002 01:21:58 +0200
 
8925
 
 
8926
gcc-3.2 (1:3.2ds0-0pre3) unstable; urgency=low
 
8927
 
 
8928
  * gcc-3.2 upstream prerelease.
 
8929
  * Disable all configure options, which are standard:
 
8930
    --enable-threads=posix --enable-long-long, --enable-clocale=gnu
 
8931
 
 
8932
 -- Matthias Klose <doko@debian.org>  Fri,  9 Aug 2002 21:59:08 +0200
 
8933
 
 
8934
gcc-3.2 (1:3.2ds0-0pre2) unstable; urgency=low
 
8935
 
 
8936
  * gcc-3.2 snapshot (CVS 20020802).
 
8937
  * Fix g++-include dir.
 
8938
  * Don't install the locale files (temporarily, until we don't build
 
8939
    gcc-3.1 anymore).
 
8940
  * New package libgcj-common to avoid conflict with classpath package.
 
8941
 
 
8942
 -- Matthias Klose <doko@debian.org>  Sat,  3 Aug 2002 09:08:34 +0200
 
8943
 
 
8944
gcc-3.2 (1:3.2ds0-0pre1) unstable; urgency=low
 
8945
 
 
8946
  * gcc-3.2 snapshot (CVS 20020729).
 
8947
 
 
8948
 -- Matthias Klose <doko@debian.org>  Mon, 29 Jul 2002 20:36:54 +0200
 
8949
 
 
8950
gcc-3.1 (1:3.1.1ds3-1) unstable; urgency=low
 
8951
 
 
8952
  * gcc-3.1.1 release. Following this release we will have a gcc-3.2
 
8953
    release soon, which is gcc-3.1.1 plus some C++ ABI changes. Once
 
8954
    gcc-3.2 hits the archives, gcc-3.1.1 will go away.
 
8955
  * Don't build the sparc64 compiler. The packaging/patches are
 
8956
    currently broken.
 
8957
  * Add missing headers on m68k and powerpc.
 
8958
  * Install libgcc_s_nof on powerpc.
 
8959
  * Install libffi's copyright and doc files (closes: #152198).
 
8960
  * Remove dangling symlink (closes: #149002).
 
8961
  * libgcj3: Add a conflict to the classpath package (closes: #148664).
 
8962
  * README.C++: Fix URLs.
 
8963
  * libstdc++-dbg: Install into /usr/lib/debug, document it.
 
8964
  * backport-java-6865.dpatch: backport from HEAD.
 
8965
  * Fix typo in gcj docs (closes: #148890).
 
8966
  * Change libstdc++ include dir: /usr/include/c++/3.1.
 
8967
  * libstdc++-codecvt.dpatch: New patch (closes: #149776).
 
8968
  * Build libstdc++-pic package.
 
8969
  * Move 64bit libgcc in its own package libgcc1-64 (closes: #147249).
 
8970
  * Tighten glibc dependency.
 
8971
 
 
8972
 -- Matthias Klose <doko@debian.org>  Mon, 29 Jul 2002 00:34:49 +0200
 
8973
 
 
8974
gcc-3.1 (1:3.1.1ds2-0pre3) unstable; urgency=low
 
8975
 
 
8976
  * Updated to CVS 2002-06-06 (gcc-3_1-branch).
 
8977
  * Updated s390-java patch (Gerhard Tonn).
 
8978
  * Don't use -O in STAGE1_FLAGS on m68k.
 
8979
  * Fix `-classpath' option in gcj-wrapper script (closes: #150142).
 
8980
  * Remove g++-cxa-atexit patch, use --enable-__cxa_atexit configure option.
 
8981
 
 
8982
 -- Matthias Klose <doko@debian.org>  Wed,  3 Jul 2002 23:52:58 +0200
 
8983
 
 
8984
gcc-3.1 (1:3.1.1ds1-0pre2) unstable; urgency=low
 
8985
 
 
8986
  * Updated to CVS 2002-06-06 (gcc-3_1-branch), fixing an ObjC regression.
 
8987
  * Welcome m68k to bootstrap land (thanks to Andreas Schwab).
 
8988
  * Add javac wrapper for gcj-3.1 (Michael Koch).
 
8989
  * Remove dangling symlink in /usr/share/doc/gcc-3.1 (closes: #149002).
 
8990
 
 
8991
 -- Matthias Klose <doko@debian.org>  Fri,  7 Jun 2002 00:26:05 +0200
 
8992
 
 
8993
gcc-3.1 (1:3.1.1ds0-0pre1) unstable; urgency=low
 
8994
 
 
8995
  * Updated to CVS 2002-05-31 (gcc-3_1-branch).
 
8996
  * Change priorities from fastjar and gij-wrapper-3.1 from 30 to 31.
 
8997
  * Update arm-tune patch.
 
8998
  * Install xmmintrin.h header on i386 (closes: #148181).
 
8999
  * Install altivec.h header on powerpc.
 
9000
  * Call correct gij in gij-wrapper (closes: #148662, #148682).
 
9001
 
 
9002
 -- Matthias Klose <doko@debian.org>  Wed, 29 May 2002 22:47:40 +0200
 
9003
 
 
9004
gcc-3.1 (1:3.1ds2-2) unstable; urgency=low
 
9005
 
 
9006
  * Tighten binutils dependency.
 
9007
  * Fix libstdc include dir for multilibs (Dan Jacobowitz).
 
9008
 
 
9009
 -- Matthias Klose <doko@debian.org>  Tue, 21 May 2002 08:03:49 +0200
 
9010
 
 
9011
gcc-3.1 (1:3.1ds2-1) unstable; urgency=low
 
9012
 
 
9013
  * GCC 3.1 release.
 
9014
  * Ada cannot be built by the autobuilders for the first time. Do it by hand.
 
9015
    gnatgcc and gnatbind need to be in the PATH.
 
9016
  * Build with CC=gnatgcc, when building the Ada compiler.
 
9017
  * Hurd fixes.
 
9018
  * Don't build the sparc64 compiler; the hack isn't up to date and glibc
 
9019
    isn't converted to use /lib64 and /usr/lib64.
 
9020
  * m68k-linux shows bootstrap comparision failures. If you want to build
 
9021
    the compiler anyway and ignore the bootstrap comparision failure, edit
 
9022
    debian/rules.patch and uncomment the patch to ignore the failure. See
 
9023
    /usr/share/doc/gcc-3.1/BOOTSTRAP_COMPARISION_FAILURE for the differences.
 
9024
 
 
9025
 -- Matthias Klose <doko@debian.org>  Wed, 15 May 2002 09:53:00 +0200
 
9026
 
 
9027
gcc-3.1 (1:3.1ds1-0pre6) unstable; urgency=low
 
9028
 
 
9029
  * Build from the "final prerelease" tarball (gcc-3.1-20020508.tar.gz).
 
9030
  * Build gnat-3.1-doc package.
 
9031
  * Build fastjar package without building java packages.
 
9032
  * Hurd fixes.
 
9033
  * Updated sparc64-build patch.
 
9034
  * Add s390-ada patch (Gerhard Tonn).
 
9035
  * Undo the dwarf2 support for hppa from -0pre5.
 
9036
 
 
9037
 -- Matthias Klose <doko@debian.org>  Thu,  9 May 2002 17:21:09 +0200
 
9038
 
 
9039
gcc-3.1 (1:3.1ds0-0pre5) unstable; urgency=low
 
9040
 
 
9041
  * Use /usr/include/g++-v3-3.1 as C++ include dir.
 
9042
  * Update s390-java patch (Gerhard Tonn).
 
9043
  * Tighten binutils dependency (gas patch for m68k-linux).
 
9044
  * Use gnat-3.1 as the gnat package name (as found in gcc/ada/gnatvsn.ads).
 
9045
  * dwarf2 support hppa: a snapshot of the gcc/config/pa directory
 
9046
    from the trunk dated 2002-05-02.
 
9047
 
 
9048
 -- Matthias Klose <doko@debian.org>  Fri,  3 May 2002 22:51:37 +0200
 
9049
 
 
9050
gcc-3.1 (1:3.1ds0-0pre4) unstable; urgency=low
 
9051
 
 
9052
  * Use gnat-5.00w as the gnat package name (as found in gcc/ada/gnatvsn.ads).
 
9053
  * Don't build the shared libgnat library. It assumes an existing shared
 
9054
    libiberty library.
 
9055
  * Don't install the libgcjgc library.
 
9056
 
 
9057
 -- Matthias Klose <doko@debian.org>  Thu, 25 Apr 2002 08:48:04 +0200
 
9058
 
 
9059
gcc-3.1 (1:3.1ds0-0pre3) unstable; urgency=low
 
9060
 
 
9061
  * Build fastjar on all architectures.
 
9062
  * Update m68k patches.
 
9063
  * Update s390-java patch (Gerhard Tonn).
 
9064
 
 
9065
 -- Matthias Klose <doko@debian.org>  Sun, 14 Apr 2002 15:34:47 +0200
 
9066
 
 
9067
gcc-3.1 (1:3.1ds0-0pre2) unstable; urgency=low
 
9068
 
 
9069
  * Add Ada support. To successfully build, a working gnatbind and gcc
 
9070
    driver with Ada support is needed.
 
9071
  * Apply needed arm patches from 3.0.4.
 
9072
 
 
9073
 -- Matthias Klose <doko@debian.org>  Sat,  6 Apr 2002 13:17:08 +0200
 
9074
 
 
9075
gcc-3.1 (1:3.1ds0-0pre1) unstable; urgency=low
 
9076
 
 
9077
  * First try for gcc-3.1.
 
9078
 
 
9079
 -- Matthias Klose <doko@debian.org>  Mon,  1 Apr 2002 23:39:30 +0200
 
9080
 
 
9081
gcc-3.0 (1:3.0.4ds3-6) unstable; urgency=medium
 
9082
 
 
9083
  * Second try at fixing sparc build problems.
 
9084
 
 
9085
 -- Phil Blundell <pb@debian.org>  Sun, 24 Mar 2002 14:49:26 +0000
 
9086
 
 
9087
gcc-3.0 (1:3.0.4ds3-5) unstable; urgency=medium
 
9088
 
 
9089
  * Enable java on ARM.
 
9090
  * Create missing directory to fix sparc build.
 
9091
 
 
9092
 -- Phil Blundell <pb@debian.org>  Fri, 22 Mar 2002 20:21:59 +0000
 
9093
 
 
9094
gcc-3.0 (1:3.0.4ds3-4) unstable; urgency=low
 
9095
 
 
9096
  * Link with system zlib (closes: #136359).
 
9097
 
 
9098
 -- Matthias Klose <doko@debian.org>  Tue, 12 Mar 2002 20:47:59 +0100
 
9099
 
 
9100
gcc-3.0 (1:3.0.4ds3-3) unstable; urgency=low
 
9101
 
 
9102
  * Build libf2c (pic and non-pic) with -mieee on alpha-linux.
 
9103
 
 
9104
 -- Matthias Klose <doko@debian.org>  Sun, 10 Mar 2002 00:37:24 +0100
 
9105
 
 
9106
gcc-3.0 (1:3.0.4ds3-2) unstable; urgency=medium
 
9107
 
 
9108
  * Apply hppa-build patch (Randolph Chung). Closes: #136731.
 
9109
  * Make libgcc1 conflict/replace with libgcc1-sparc64. Closes: #135709.
 
9110
  * gij-3.0 provides the `java' command. Closes: #128947.
 
9111
  * Depend on binutils (>= 2.11.93.0.2-2), allows stripping of libgcj.a
 
9112
    again. Closes: #99307.
 
9113
  * Update README.cross pointing to the README of the toolchain-source
 
9114
    package.
 
9115
 
 
9116
 -- Matthias Klose <doko@debian.org>  Wed,  6 Mar 2002 21:53:34 +0100
 
9117
 
 
9118
gcc-3.0 (1:3.0.4ds3-1) unstable; urgency=low
 
9119
 
 
9120
  * Final gcc-3.0.4 release.
 
9121
  * debian/rules.d/binary-java.mk: Fix dormant typo, exposed by removing the
 
9122
    duplicate libgcj dependency and adding the gij-3.0 package.
 
9123
    Closes: #134005.
 
9124
  * New patch by Phil Blundell to fix scalapack build error on m68k.
 
9125
 
 
9126
 -- Matthias Klose <doko@debian.org>  Wed, 20 Feb 2002 23:59:43 +0100
 
9127
 
 
9128
gcc-3.0 (1:3.0.4ds2-0pre020210) unstable; urgency=low
 
9129
 
 
9130
  * Make the base package dependent on the binary-arch target. Closes: #133433.
 
9131
  * Get libstdc++ on arm woring (define _GNU_SOURCE). Closes: #133435.
 
9132
 
 
9133
 -- Matthias Klose <doko@debian.org>  Mon, 11 Feb 2002 20:31:12 +0100
 
9134
 
 
9135
gcc-3.0 (1:3.0.4ds2-0pre020209) unstable; urgency=high
 
9136
 
 
9137
  * Update to CVS sources (20020209 gcc-3_0-branch).
 
9138
  * Apply patch to fix bootstrap error on arm-linux (submitted upstream
 
9139
    by Phil Blundell). Closes: #130422.
 
9140
  * Make base package architecture any.
 
9141
  * Decouple versioned shlib dependencies from release number for
 
9142
    libobjc as well.
 
9143
 
 
9144
 -- Matthias Klose <doko@debian.org>  Sat,  9 Feb 2002 01:30:11 +0100
 
9145
 
 
9146
gcc-3.0 (1:3.0.4ds1-0pre020203) unstable; urgency=medium
 
9147
 
 
9148
  * One release critical bug outstanding:
 
9149
    - bootstrap error on arm.
 
9150
  * Update to CVS sources (20020203 gcc-3_0-branch).
 
9151
  * Fixed upstream: PR c/3504: Correct documentation of __alignof__.
 
9152
    Closes: #85445.
 
9153
  * Remove libgcc-powerpc patch, integrated upstream (closes: #131977).
 
9154
  * Tighten binutils build dependency (to address #126162).
 
9155
  * Move jv-convert to gcj package (closes: #131985).
 
9156
 
 
9157
 -- Matthias Klose <doko@debian.org>  Sun,  3 Feb 2002 14:47:14 +0100
 
9158
 
 
9159
gcc-3.0 (1:3.0.4ds0-0pre020127) unstable; urgency=low
 
9160
 
 
9161
  * Two release critical bugs outstanding:
 
9162
    - bootstrap error on arm.
 
9163
    - bus errors for C++ and java executables on sparc (see the testsuite
 
9164
      results).
 
9165
  * Update to CVS sources (20020125 gcc-3_0-branch).
 
9166
  * Enable java support for s390 architecture (patch from Gerhard Tonn).
 
9167
  * Updated NEWS file for 3.0.3.
 
9168
  * Disable building the gcc-sparc64, but build a multilibbed compiler
 
9169
    for sparc as the default.
 
9170
  * Disabled the subreg-byte patch for sparc (request from Ben Collins).
 
9171
  * Fixed reference to libgcc1 package in README (closes: #126218).
 
9172
  * Do recommend libc-dev, not depend on it. For low-end or embedded systems
 
9173
    the dependency on libc-dev can make the difference between
 
9174
    having enough or having too little space to build a kernel.
 
9175
  * README.cross: Updated by Hakan Ardo.
 
9176
  * Decouple versioned shlib dependencies from release number. Closes: #118391.
 
9177
  * Fix diversions for gcc-3.0-sparc64 package (closes: #128178),
 
9178
    unconditionally remove `sparc64-linux-gcc' alternative.
 
9179
  * g77/README.libg2c.Debian: New file mentioning `libg2c-pic'. The next
 
9180
    g77 version (3.1) does build a static and shared library (closes: #104250).
 
9181
  * Fix formatting errors in the synopsis of the java man pages. Maybe the
 
9182
    reason for #127571. Closes: #127571.
 
9183
  * fastjar: Fail for the (currently incorrect) -u option. Addresses: #116145.
 
9184
    Add alternative for `jar' using priority 30 (closes: #118648).
 
9185
  * jv-convert: Add --help option and man page. Backport from HEAD branch.
 
9186
  * libgcj2-dev: Remove duplicate dependency (closes: #127805).
 
9187
  * Giving up and make just another new package gij-X.Y with only the gij-X.Y
 
9188
    binary for policy conformance (closes: #127111).
 
9189
  * gij: Provides an alternative for `java' (priority 30) using a wrapper
 
9190
    script (Stephen Zander) (closes: #128974). Added simple manpage.
 
9191
 
 
9192
 -- Matthias Klose <doko@debian.org>  Sun, 27 Jan 2002 13:33:41 +0100
 
9193
 
 
9194
gcc-3.0 (1:3.0.3ds3-1) unstable; urgency=low
 
9195
 
 
9196
  * Final gcc-3.0.3 release.
 
9197
  * Do not compress .txt files in libstdc++ docs referenced from html
 
9198
    pages (closes: #124136).
 
9199
  * libstdc++-dev suggests libstdc++-doc.
 
9200
  * debian/patches/gcc-ia64-NaT.dpatch: Update (closes: #123685).
 
9201
 
 
9202
 -- Matthias Klose <doko@debian.org>  Fri, 21 Dec 2001 02:54:11 +0100
 
9203
 
 
9204
gcc-3.0 (1:3.0.3ds2-0pre011215) unstable; urgency=low
 
9205
 
 
9206
  * Update to CVS sources (011215).
 
9207
  * libstdc++ documentation updated upstream (closes: #123790).
 
9208
  * debian/patches/gcc-ia64-NaT.dpatch: Disable. Fixes bootstrap error
 
9209
    on ia64 (#123685).
 
9210
 
 
9211
 -- Matthias Klose <doko@debian.org>  Sat, 15 Dec 2001 14:43:21 +0100
 
9212
 
 
9213
gcc-3.0 (1:3.0.3ds1-0pre011210) unstable; urgency=medium
 
9214
 
 
9215
  * Update to CVS sources (011208).
 
9216
  * Supposed to fix powerpc build error (closes: #123155).
 
9217
 
 
9218
 -- Matthias Klose <doko@debian.org>  Thu, 13 Dec 2001 07:26:05 +0100
 
9219
 
 
9220
gcc-3.0 (1:3.0.3ds0-0pre011209) unstable; urgency=medium
 
9221
 
 
9222
  * Update to CVS sources (011208). Frozen for upstream 3.0.3 release.
 
9223
  * Apply contrib/PR3145.patch, a backport of Nathan Sidwell's patch to
 
9224
    fix PR c++/3145, the infamous "virtual inheritance" bug. This affected
 
9225
    especially KDE2 (eg. artsd). Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
 
9226
  * cc1plus segfault in strength reduction fixed upstream. Closes: #122547.
 
9227
  * debian/patches/gcc-ia64-NaT.dpatch: Add patch to avoid a bug that can
 
9228
    cause miscompiled userapps to crash the kernel. Closes: #121924.
 
9229
  * Reenable shared libgcc for powerpc. Fixed upstream.
 
9230
    http://gcc.gnu.org/ml/gcc-patches/2001-11/msg00340.html
 
9231
    debian/patches/libgcc-powerpc.dpatch: New patch.
 
9232
  * Add upstream changelogs.
 
9233
  * Remove gij alternative. Move to gij package.
 
9234
 
 
9235
 -- Matthias Klose <doko@debian.org>  Sun,  9 Dec 2001 09:36:48 +0100
 
9236
 
 
9237
gcc-3.0 (1:3.0.2ds4-4) unstable; urgency=medium
 
9238
 
 
9239
  * Disable building of libffi on mips and mipsel.
 
9240
    (closes: #117503).
 
9241
  * Enable building of shared libgcc on s390
 
9242
    (closes: #120452).
 
9243
 
 
9244
 -- Christopher C. Chimelis <chris@debian.org>  Sat, 1 Dec 2001 06:15:29 -0500
 
9245
 
 
9246
gcc-3.0 (1:3.0.2ds4-3) unstable; urgency=medium
 
9247
 
 
9248
  * Fix logic to build libffi without java (closes: #117503).
 
9249
 
 
9250
 -- Matthias Klose <doko@debian.org>  Sun,  4 Nov 2001 14:34:50 +0100
 
9251
 
 
9252
gcc-3.0 (1:3.0.2ds4-2) unstable; urgency=medium
 
9253
 
 
9254
  * Enable java for ia64 (Jeff Licquia). Closes: #116798.
 
9255
  * Allow building of libffi without gcj (Jeff Licquia).
 
9256
    New libffi packages for arm hurd-i386 mips mipsel,
 
9257
    still missing: hppa, s390.
 
9258
  * debian/NEWS.gcc: Add 3.0.2 release notes.
 
9259
  * debian/patches/hppa-align.dpatch: New patch from Alan Modra,
 
9260
    submitted by Randolph Tausq.
 
9261
 
 
9262
 -- Matthias Klose <doko@debian.org>  Thu, 25 Oct 2001 23:59:31 +0200
 
9263
 
 
9264
gcc-3.0 (1:3.0.2ds4-1) unstable; urgency=medium
 
9265
 
 
9266
  * Final gcc-3.0.2 release. The source tarball is not the released
 
9267
    tarball, but taken from CVS 011024).
 
9268
  * Remove patch for s390, included upstream.
 
9269
 
 
9270
 -- Matthias Klose <doko@debian.org>  Wed, 24 Oct 2001 00:49:40 +0200
 
9271
 
 
9272
gcc-3.0 (1:3.0.2ds3-0pre011014) unstable; urgency=low
 
9273
 
 
9274
  * Update to CVS sources (011014). Frozen for upstream 3.0.2 release.
 
9275
    Closes: #109351, #114099, #114216, #105741 (allegro3938).
 
9276
  * Added debian/patches/fastjar.dpatch, which makes fastjar extract
 
9277
    filenames correctly (previously, some had incorrect names on extract).
 
9278
    Closes: #113236.
 
9279
  * Priorities fixed in the past (closes: #94404).
 
9280
 
 
9281
 -- Matthias Klose <doko@debian.org>  Sun, 14 Oct 2001 13:19:43 +0200
 
9282
 
 
9283
gcc-3.0 (1:3.0.2ds2-0pre010923) unstable; urgency=low
 
9284
 
 
9285
  * Bootstraps on powerpc again (closes: #112777).
 
9286
 
 
9287
 -- Matthias Klose <doko@debian.org>  Sun, 23 Sep 2001 01:32:11 +0200
 
9288
 
 
9289
gcc-3.0 (1:3.0.2ds2-0pre010922) unstable; urgency=low
 
9290
 
 
9291
  * Update to CVS sources (010922).
 
9292
  * Fixed upstream (closes: #111801). #105569 on hppa.
 
9293
  * Update hppa patch (Matt Taggart).
 
9294
  * Fix libstdc++-dev package description (closes: #112758).
 
9295
  * debian/rules.d/binary-objc.mk: Fix build error (closes: #112462).
 
9296
  * Make gobjc-3.0 conflict with gcc-3.0-sparc64 (closes: #111772).
 
9297
 
 
9298
 -- Matthias Klose <doko@debian.org>  Sat, 22 Sep 2001 09:34:49 +0200
 
9299
 
 
9300
gcc-3.0 (1:3.0.2ds1-0pre010908) unstable; urgency=low
 
9301
 
 
9302
  * Update to CVS sources (010908).
 
9303
  * Update hppa patch (Matt Taggart).
 
9304
  * Depend on libgc6-dev, not libgc5-dev, which got obsolete (during
 
9305
    the freeze ...). However adds s390 support (closes: #110189).
 
9306
  * debian/patches/m68k-reload.dpatch: New patch (Roman Zippel).
 
9307
    Fixes #89023.
 
9308
  * debian/patches/gcc-sparc.dpatch: New patch ("David S. Miller").
 
9309
    Fixes libstdc++ testsuite failures on sparc.
 
9310
 
 
9311
 -- Matthias Klose <doko@debian.org>  Sat, 8 Sep 2001 14:26:20 +0200
 
9312
 
 
9313
gcc-3.0 (1:3.0.2ds0-0pre010826) unstable; urgency=low
 
9314
 
 
9315
  * gcc-3.0-nof: Fix symlink to gcc-3.0-base doc directory.
 
9316
  * debian/patches/gcj-without-rpath: New patch.
 
9317
  * Remove self dependency on libgcj package.
 
9318
  * Handle diversions for upgrades from 3.0 and 3.0.1 -> 3.0.2
 
9319
    in gcc-3.0-sparc64 package.
 
9320
  * Build libg2c.a with -fPIC -DPIC and name the result libg2c-pic.a.
 
9321
    Link with this library to avoid linking with non-pic code.
 
9322
    Use this library when building dynamically loadable objects (python
 
9323
    modules, gimp plugins, ...), which need to be linked against g2c or
 
9324
    a library which is linked against g2c (i.e. lapack).
 
9325
    Packages needing '-lg2c-pic' must have a build dependency on
 
9326
    'g77-3.0 (>= 1:3.0.2-0pre010826).
 
9327
 
 
9328
 -- Matthias Klose <doko@debian.org>  Sun, 26 Aug 2001 13:59:03 +0200
 
9329
 
 
9330
gcc-3.0 (1:3.0.2ds0-0pre010825) unstable; urgency=low
 
9331
 
 
9332
  * Update to CVS sources (010825).
 
9333
  * Add libc6-dev-sparc64 to gcc-3.0-sparc64 and to sparc build dependencies.
 
9334
  * Remove conflicts on egcc package (closes: #109718).
 
9335
  * Fix gcc-3.0-nof dependency.
 
9336
  * s390 patches against gcc-3.0.1 (Gerhard Tonn).
 
9337
  * debian/control: Require binutils (>= 2.11.90.0.27)
 
9338
 
 
9339
 -- Matthias Klose <doko@debian.org>  Sat, 25 Aug 2001 10:59:15 +0200
 
9340
 
 
9341
gcc-3.0 (1:3.0.1ds3-1) unstable; urgency=low
 
9342
 
 
9343
  * Final gcc-3.0.1 release.
 
9344
  * Changed upstream: default of -flimit-inline is 600 (closes: #106716).
 
9345
  * Add fastjar man page (submitted by "The Missing Man Pages Project",
 
9346
    http://www.netmeister.org/misc/m2p2i/) (closes: #103051).
 
9347
  * Fixed in last upload as well: #105246.
 
9348
  * debian/patches/cpp-memory-leak.dpatch: New patch
 
9349
  * Disable installation of shared libgcc on s390 (Gerhard Tonn).
 
9350
 
 
9351
 -- Matthias Klose <doko@debian.org>  Mon, 20 Aug 2001 20:47:13 +0200
 
9352
 
 
9353
gcc-3.0 (1:3.0.1ds2-0pre010811) unstable; urgency=high
 
9354
 
 
9355
  * Update to CVS sources (010811). Includes s390 support.
 
9356
  * Add xlibs-dev to Build-Depends (libgcj).
 
9357
  * Enable java for powerpc, disable java for ia64.
 
9358
  * Enable ObjC garbage collection for all archs, which have a libgc5-dev
 
9359
    package.
 
9360
  * New patch libstdc++-codecvt (Michael Piefel) (closes: #104614).
 
9361
  * Don't strip static libgcj library (work around binutils bug #107812).
 
9362
  * Handle diversions for upgrade 3.0 -> 3.0.1 in gcc-3.0-sparc64 package
 
9363
    (closes: #107569).
 
9364
 
 
9365
 -- Matthias Klose <doko@debian.org>  Sat, 11 Aug 2001 20:42:15 +0200
 
9366
 
 
9367
gcc-3.0 (1:3.0.1ds1-0pre010801) unstable; urgency=high
 
9368
 
 
9369
  * Update to CVS sources (010801). (closes: #107012).
 
9370
  * Remove build dependency on non-free graphviz and include pregenerated
 
9371
    docs (closes: #107124).
 
9372
  * Fixed in 3.0.1 (closes: #99307).
 
9373
  * Updated m68k-updates patch (Roman Zippel).
 
9374
  * Another fix for ia64 packaging bits (Randolph Chung).
 
9375
 
 
9376
 -- Matthias Klose <doko@debian.org>  Tue, 31 Jul 2001 21:52:55 +0200
 
9377
 
 
9378
gcc-3.0 (1:3.0.1ds0-0pre010727) unstable; urgency=high
 
9379
 
 
9380
  * Update to CVS sources (010727).
 
9381
  * Add epoch to source version. Change '.dsx' to 'dsx', so that
 
9382
    3.1.1ds0 gt 3.1ds7 (closes: #106538).
 
9383
 
 
9384
 -- Matthias Klose <doko@debian.org>  Sat, 28 Jul 2001 09:56:29 +0200
 
9385
 
 
9386
gcc-3.0 (3.0.1.ds0-0pre010723) unstable; urgency=high
 
9387
 
 
9388
  * ia64 packaging bits (Randolph Chung) (closes: #106252).
 
9389
 
 
9390
 -- Matthias Klose <doko@debian.org>  Mon, 23 Jul 2001 23:02:03 +0200
 
9391
 
 
9392
gcc-3.0 (3.0.1.ds0-0pre010721) unstable; urgency=high
 
9393
 
 
9394
  * Update to CVS sources (010721).
 
9395
    - Remove patches applied upstream: libstdc++-limits.dpatch,
 
9396
      objc-data-references
 
9397
    - Updated other patches.
 
9398
  * Fix gij alternative (closes: #103468, #103883).
 
9399
  * Patch to fix bootstrap on sparc (closes: #103568).
 
9400
  * Corrected (closes: #105371) and updated README.Debian.
 
9401
  * m68k patches for sucessful bootstrap (Roman Zippel).
 
9402
  * Add libstdc++v3 porting hints to README.Debian and README.C++.
 
9403
  * m68k md fix (#105622) (Roman Zippel).
 
9404
  * debian/rules2: Disable non-functional ulimit on Hurd (#105884).
 
9405
  * debian/control: Require binutils (>= 2.11.90.0.24)
 
9406
  * Java is enabled for alpha (closes: #87300).
 
9407
 
 
9408
 -- Matthias Klose <doko@debian.org>  Sun, 22 Jul 2001 08:24:04 +0200
 
9409
 
 
9410
gcc-3.0 (3.0.ds9-4) unstable; urgency=high
 
9411
 
 
9412
  * Move this version to testing ASAP. testing still has a prerelease
 
9413
    version with now incompatible ABI's. If sparc doesn't build,
 
9414
    then IMHO it's better to remove it from testing.
 
9415
  * debian/control.m4: Set uploaders field. Adjust description of
 
9416
    gcc-3.0 (binary) package (closes: #102271, #102620).
 
9417
  * Separate gij.1 in it's own pseudo man page (closes: #99523).
 
9418
  * debian/patches/java-manpages.dpatch: New patch.
 
9419
  * libgcj: Install unversioned gij.
 
9420
 
 
9421
 -- Matthias Klose <doko@debian.org>  Tue,  3 Jul 2001 07:38:08 +0200
 
9422
 
 
9423
gcc-3.0 (3.0.ds9-3) unstable; urgency=high
 
9424
 
 
9425
  * Reenable configuration with posix threads on i386 (lost in hurd-i386
 
9426
    merge).
 
9427
 
 
9428
 -- Matthias Klose <doko@debian.org>  Sun, 24 Jun 2001 22:21:45 +0200
 
9429
 
 
9430
gcc-3.0 (3.0.ds9-2) unstable; urgency=medium
 
9431
 
 
9432
  * Move this version to testing ASAP. testing still has a prerelease
 
9433
    version with now incompatible ABI's.
 
9434
  * Add libgcc0 and libgcc300 to the build conflicts (#102041).
 
9435
  * debian/README.FIRST: Removed (#101534).
 
9436
  * Updated subreg-byte patch (doc files).
 
9437
  * Disable java for the Hurd, mips and mipsel (#101570).
 
9438
  * Patch for building on the Hurd (#101708) (Jeff Bailey <jbailey@nisa.net>).
 
9439
  * Packaging fixes for the Hurd (#101711) (Jeff Bailey <jbailey@nisa.net>).
 
9440
  * Include pregenerated doxygen (1.2.6) docs for libstdc++-v3 (#101557).
 
9441
    The current doxygen-1.2.8.1 segaults.
 
9442
  * C++: Enable -fuse-cxa-atexit by default (#101901).
 
9443
  * Correct mail address in gccbug (#101743).
 
9444
  * Make rules resumable after failure in binary-xxx targets (#101637).
 
9445
 
 
9446
 -- Matthias Klose <doko@debian.org>  Sun, 24 Jun 2001 16:04:53 +0200
 
9447
 
 
9448
gcc-3.0 (3.0.ds9-1) unstable; urgency=low
 
9449
 
 
9450
  * Final 3.0 release.
 
9451
  * Update libgcc version number (#100983, #100988, #101069, #101115, #101328).
 
9452
  * Updated hppa-build patch (Matt Taggart <taggart@carmen.fc.hp.com>).
 
9453
  * Disable java for hppa.
 
9454
  * Updated subreg-byte patch for sparc (Ben Collins).
 
9455
 
 
9456
 -- Matthias Klose <doko@debian.org>  Mon, 18 Jun 2001 18:26:04 +0200
 
9457
 
 
9458
gcc-3.0 (3.0.ds8-0pre010613) unstable; urgency=low
 
9459
 
 
9460
  * Update patches for recent (010613 23:13 +0200) CVS sources.
 
9461
  * Fix packaging bugs (#100459, #100447, #100483).
 
9462
  * Build-Depend on gawk, mawk doesn't work well with test_summary.
 
9463
 
 
9464
 -- Matthias Klose <doko@debian.org>  Wed, 13 Jun 2001 23:13:38 +0200
 
9465
 
 
9466
gcc-3.0 (3.0.ds7-0pre010609) unstable; urgency=low
 
9467
 
 
9468
  * Fix build dependency for the hurd (#99164).
 
9469
  * Update patches for recent (010609) CVS sources.
 
9470
  * Disable java on powerpc (link error in libjava).
 
9471
  * gcc-3.0-base.postinst: Don't prompt for non-interactive installs (#100110).
 
9472
 
 
9473
 -- Matthias Klose <doko@debian.org>  Sun, 10 Jun 2001 09:45:57 +0200
 
9474
 
 
9475
gcc-3.0 (3.0.ds6-0pre010526) unstable; urgency=high
 
9476
 
 
9477
  * Urgency "high" for replacing the gcc-3.0 snapshots in testing, which
 
9478
    now are incompatile due to the changed ABIs.
 
9479
  * Upstream begins tagging with "gcc-3_0_pre_2001mmdd".
 
9480
  * Tighten dependencies to install only binary packages derived from
 
9481
    one source (#98851). Tighten libc6-dev dependency to match libc6.
 
9482
 
 
9483
 -- Matthias Klose <doko@debian.org>  Sun, 27 May 2001 11:35:31 +0200
 
9484
 
 
9485
gcc-3.0 (3.0.ds6-0pre010525) unstable; urgency=low
 
9486
 
 
9487
  * ATTENTION: The ABI (exception handling) changed. No upgrade path from
 
9488
    earlier snapshots (you had been warned in the postinst ...)
 
9489
    Closing #93597, #94576, #96448, #96461.
 
9490
    You have to rebuild
 
9491
  * HELP is appreciated for scanning the Debian BTS and sending followups
 
9492
    to bug reports!!!
 
9493
  * Should we name debian gcc uploads? What about a "still seeking
 
9494
    g++ maintainer" upload?
 
9495
  * Fixed in gcc-3.0: #97030
 
9496
  * Update patches for recent (010525) CVS sources.
 
9497
  * Make check depend on build target (fakeroot problmes).
 
9498
  * debian/rules.d/binary-libgcc.mk: new file, build first.
 
9499
  * Free memory detection on the hurd for running the testsuite.
 
9500
  * Update debhelper build dependency.
 
9501
  * libstdc++-doc: Include doxygen generated docs.
 
9502
  * Fix boring packaging bugs, too tired for appropriate changelogs ...
 
9503
    #93343, #96348, #96262, #97134, #97905, #96451, #95812, #93157
 
9504
  * Fixed bugs: #87000.
 
9505
 
 
9506
 -- Matthias Klose <doko@debian.org>  Sat, 26 May 2001 23:10:42 +0200
 
9507
 
 
9508
gcc-3.0 (3.0.ds5-0pre010510) unstable; urgency=low
 
9509
 
 
9510
  * Update patches for recent (010506) CVS sources.
 
9511
  * New version of source, as of 2001-05-10
 
9512
  * New version of gpc source, as of 2001-05-06 (disabled by default).
 
9513
  * Make gcc-3.0-sparc64 provide an alternative for sparc64-linux-gcc,
 
9514
    since it can build kernels just fine (it seems)
 
9515
  * Add hppa patch from Matt Taggart
 
9516
  * Fix objc info inclusion...now merged with gcc info
 
9517
  * Do not install the .la for libstdc++, since it confuses libtool linked
 
9518
    applications when libstdc++3-dev and libstdc++2.10-dev are both
 
9519
    installed (closes #97905).
 
9520
  * Fixed gcc-base and libgcc section/prio to match overrides
 
9521
 
 
9522
 -- Ben Collins <bcollins@debian.org>  Mon,  7 May 2001 00:08:52 +0200
 
9523
 
 
9524
gcc-3.0 (3.0.ds5-0pre010427) unstable; urgency=low
 
9525
 
 
9526
  * Fixed priority for fastjar from optional to extra
 
9527
  * New version of source, as of 2001-04-27
 
9528
  * Fix description of libgcj-dev
 
9529
  * libffi-install: Make libffi installable
 
9530
  * Add libffi and libffi-dev packages. libffi is only enabled for java
 
9531
    targets right now. Perhaps more will be enabled later.
 
9532
  * Fixes to build cross compiler package (for avr)
 
9533
    (Hakan Ardo <hakan@debian.org>).
 
9534
  * Better fixincludes description (#93157).
 
9535
  * Remove all remnants of libg++
 
9536
  * Remove all hacks around libstdc++ version. Since we are strictly v3 now,
 
9537
    we can treat it like a normal shared lib, and not worry about all those
 
9538
    ABI changes.
 
9539
  * Remove all cruft control scripts. Note, debhelper will create scripts
 
9540
    that it needs to. It will do the doc link stuff and the ldconfig stuff
 
9541
    explicitly.
 
9542
  * Clean up the SONAME parsing stuff, make it a little more cleaner over
 
9543
    all the lib packages
 
9544
  * Make libffi install when built (IOW, whenever java is enabled). This
 
9545
    should obsolete the libffi package, which is old and broken
 
9546
  * Revert to normal sonames, except for ia64 (for now)
 
9547
  * Remove all references to dh_testversion, since they are deprecated for
 
9548
    Build-Depends
 
9549
  * Fix powerpc nof build
 
9550
  * Remove all references to the MULTILIB stuff, since the arches are
 
9551
    using specialized builds anyway (nof, softfloat).
 
9552
  * Added 64bit sparc64 package (gcc-3.0-sparc64, libgcc0-sparc64)
 
9553
  * Removed obsolete shlibs.local file
 
9554
 
 
9555
 -- Ben Collins <bcollins@debian.org>  Sun, 15 Apr 2001 21:33:15 -0400
 
9556
 
 
9557
gcc-3.0 (3.0.ds4-0pre010403) unstable; urgency=low
 
9558
 
 
9559
  * debian/README: Updated for gcc-3.0
 
9560
  * debian/rules.patch: Added subreg-byte patch for sparc
 
9561
  * debian/rules.unpack: Update to current CVS for gcc tarball name
 
9562
  * debian/patches/subreg-byte.dpatch: sparc subreg-byte support
 
9563
  * debian/patches/gcc-rawhide.dpatch: Removed
 
9564
    debian/patches/gpc-2.95.dpatch: Removed
 
9565
    debian/patches/sparc32-rfi.dpatch: Removed
 
9566
    debian/patches/temporary.dpatch: Removed
 
9567
  * Moving to unstable now
 
9568
  * debian/patches/gcc-ppc-disable-shared-libgcc.dpatch: New patch,
 
9569
    disables shared libgcc for powerpc target, since it isn't compatible
 
9570
    with the EABI objects.
 
9571
  * Create $(with_shared_libgcc) var
 
9572
  * debian/rules.d/binary-gcc.mk: Use this new variable to determine if
 
9573
    the libgcc package actually has any files
 
9574
 
 
9575
 -- Ben Collins <bcollins@debian.org>  Tue,  3 Apr 2001 23:00:55 -0400
 
9576
 
 
9577
gcc-3.0 (3.0.ds2-0pre010223) experimental; urgency=low
 
9578
 
 
9579
  * New snapshot. Use distinct shared object names for shared libraries:
 
9580
    we don't know if binary API's still change until the final release.
 
9581
  * Versioned package names.
 
9582
  * debian/control.m4: New file. Add gcc-base, libgcc0, libobjc1,
 
9583
    libstdc++-doc, libgcj1, libgcj1-dev, fastjar, fixincludes packages.
 
9584
    Remove gcc-docs package.
 
9585
  * debian/gcov.1: Remove.
 
9586
  * debian/*: Remove 2.95.x support. Prepare for 3.0.
 
9587
  * debian/patches: Remove 2.95.x patches.
 
9588
  * Changed source package name. It's not allowed anymore to overwrite
 
9589
    source packages with different content. Introducing a 'debian source
 
9590
    element' (.ds<num>), which is stripped again from the version number
 
9591
    for the binary packages.
 
9592
  * Fixed bugs and added functionality:
 
9593
    #26436, #27878, #33786, #34876, #35477, #42662, #46181, #42989,
 
9594
    #47981, #48530, #50529, #51227, #51456, #51651, #52382, #53698,
 
9595
    #55291, #55967, #56867, #58219, #59005, #59232, #59776, #64628,
 
9596
    #65687, #67631, #68632, #68963, #68987, #69530, #72933, #75120,
 
9597
    #75759, #76645, #76827, #83221, #87540
 
9598
  * libgcj fixes: 42894, #51266, #68560, #71187, #79984
 
9599
 
 
9600
 -- Matthias Klose <doko@debian.org>  Sat, 24 Feb 2001 13:41:11 +0100
 
9601
 
 
9602
gcc-2.95 (2.95.3-2.001222) experimental; urgency=low
 
9603
 
 
9604
  * New upstream version 2.95.3 experimental (CVS 20001222).
 
9605
  * debian/control.in: Versioned package names, removal of snapshot logic.
 
9606
    Remove fake gcc-docs package.
 
9607
  * Reserve -1 release numbers for woody.
 
9608
  * Updated to gpc-20001218.
 
9609
 
 
9610
 -- Matthias Klose <doko@debian.org>  Fri, 22 Dec 2000 19:53:03 +0100
 
9611
 
 
9612
gcc (2.95.2-20) unstable; urgency=low
 
9613
 
 
9614
    * Apply patch from gcc-2_95-branch; remove ulimit for make check.
 
9615
 
 
9616
 -- Matthias Klose <doko@debian.org>  Sun, 10 Dec 2000 17:01:13 +0100
 
9617
 
 
9618
gcc (2.95.2-19) unstable; urgency=low
 
9619
 
 
9620
  * Added testsuite-20001207 from current snapshots. We'll need results
 
9621
    for 2.95.2 to make sure there are no regressions against that release.
 
9622
    Dear build daemons and porters to other architectures, please send an
 
9623
    email to gcc-testresults@gcc.gnu.org.
 
9624
    You can do this by running "debian/rules mail-summary".
 
9625
  * Updated to gpc-20001206.
 
9626
  * Added S/390 patch prepared by Chu-yeon Park <kokids@debian.org> (#78983).
 
9627
  * debian/patches/libio.dpatch: Fix iostream doc (fixes #77647).
 
9628
  * debian/patches/gcc-doc.dpatch: Update URL (fixes #77542).
 
9629
  * debian/patches/gcc-reload1.dpatch Patch from the gcc-bug list which
 
9630
    fixes a problem in "long long" on i[345]86 (i686 was not affected).
 
9631
 
 
9632
 -- Matthias Klose <doko@debian.org>  Sat,  9 Dec 2000 12:30:32 +0100
 
9633
 
 
9634
gcc (2.95.2-18) unstable; urgency=low
 
9635
 
 
9636
  * debian/control.in: Fix syntax errors (fixes #76146, #76458).
 
9637
    Disable gpc on the hurd by request (#75686).
 
9638
  * debian/patches/arm-various.dpatch: Patches from Philip Blundell
 
9639
    for ARM arch (fixes #75801).
 
9640
  * debian/patches/gcc-alpha-mi-thunk.dpatch: Patches from Chris Chimelis
 
9641
    for alpha arch.
 
9642
  * debian/patches/g77-docs.dpatch: Adjust g77 docs (fixes #72594).
 
9643
  * Update gpc to gpc-20001118.
 
9644
  * Reenable gpc for alpha.
 
9645
  * debian/README.C++: Merge debian/README.libstdc++ and C++ FAQ information
 
9646
    provided by Matt Zimmermann.
 
9647
  * Build gcj only on architectures, where libgcj-2.95.1 can be built as well.
 
9648
    Probably needs some adjustments ...
 
9649
  * Conditionalize for chill, fortran, java, objc and chill.
 
9650
 
 
9651
  * NOT APPLIED:
 
9652
    debian/patches/libstdc++-bastring.dpatch: Apply fix (fixes #75759).
 
9653
 
 
9654
 -- Matthias Klose <doko@debian.org>  Sun, 19 Nov 2000 10:40:41 +0100
 
9655
 
 
9656
gcc (2.95.2-17) unstable; urgency=low
 
9657
 
 
9658
  * Disable gpc for alpha.
 
9659
  * Include gpc-cpp in gpc package (fixes #74492).
 
9660
  * Don't build gcc-docs compatibility package anymore.
 
9661
 
 
9662
 -- Matthias Klose <doko@debian.org>  Wed, 11 Oct 2000 06:16:53 +0200
 
9663
 
 
9664
gcc (2.95.2-16) unstable; urgency=low
 
9665
 
 
9666
  * Applied the emdebian/cross compiler patch and documentation
 
9667
    (Frank Smith <smith@amirix.com>).
 
9668
  * Applied patch for avr target (Hakan Ardo <hakan@debian.org>).
 
9669
  * debian/control.in: Add awk to Build-Depends.
 
9670
    Tighten libc6-dev dependency for libstdc++-dev (fixes #73031,
 
9671
    #72531, #72534).
 
9672
  * Disable libobjc_gc for m68k again (fixes #74380).
 
9673
  * debian/patches/arm-namespace.dpatch: Apply patch from Philip
 
9674
    Blundell <pb@futuretv.com> to fix name space pollution on arm
 
9675
    (fixes #70937).
 
9676
  * Fix more warnings in STL headers (fixes #69352, #71943).
 
9677
 
 
9678
 -- Matthias Klose <doko@debian.org>  Mon,  9 Oct 2000 21:51:41 +0200
 
9679
 
 
9680
gcc (2.95.2-15) unstable; urgency=low
 
9681
 
 
9682
  * debian/control.in: Add libgc5-dev to build depends (fixes #67015).
 
9683
  * debian/rules.def: Build GC enabled ObjC runtime for sparc.
 
9684
  * Bug #58741 fixed (in some version since 2.95.2-5).
 
9685
  * debian/control.in: Recommend librx1g-dev, libgmp2-dev, libncurses5-dev
 
9686
    (unit dependencies).
 
9687
  * Patches from Marcus Brinkmann for the hurd (fixes #67763):
 
9688
    - debian/rules.defs: Disable objc_gc on hurd-i386.
 
9689
      Disable libg++ on GNU systems.
 
9690
    - debian/rules2: Set correct names of libstdc++/libg++
 
9691
      libraries on GNU systems.
 
9692
      Write out correct shlibs and shlibs.local file content.
 
9693
    - Keep _G_config.h for the Hurd.
 
9694
  * Apply patch for ObjC linker warnings.
 
9695
  * Don't apply gcj backport patch for sparc.
 
9696
  * Apply libio compatability patch
 
9697
  * debian/glibcver.sh: generate appropriate version for glibc
 
9698
  * debian/rules.conf: for everything after glibc 2.1, we always append
 
9699
    "-glibc$(ver)" to the C++ libs for linux.
 
9700
  * Back down gpc to -13 version (-14 wont compile on anything but i386
 
9701
    and m68k becuase of gpc).
 
9702
  * Remove extraneous and obsolete sparc64 patches/files from debian/*
 
9703
 
 
9704
 -- Ben Collins <bcollins@debian.org>  Thu, 21 Sep 2000 08:08:35 -0400
 
9705
 
 
9706
gcc-snapshot (20000901-2.2) experimental; urgency=low
 
9707
 
 
9708
  * New snapshot.
 
9709
  * debian/rules2: Move tradcpp0 to cpp package.
 
9710
 
 
9711
 -- Matthias Klose <doko@debian.org>  Sat,  2 Sep 2000 01:14:28 +0200
 
9712
 
 
9713
gcc-snapshot (20000802-2.1) experimental; urgency=low
 
9714
 
 
9715
  * New snapshot.
 
9716
  * debian/rules2: Fixes. tradcpp0 is in gcc package, not cpp.
 
9717
 
 
9718
 -- Matthias Klose <doko@debian.org>  Thu,  3 Aug 2000 07:40:05 +0200
 
9719
 
 
9720
gcc-snapshot (20000720-2) experimental; urgency=low
 
9721
 
 
9722
  * New snapshot.
 
9723
  * Enable libstdc++-v3.
 
9724
  * debian/rules2: Don't use -D for /usr/bin/install.
 
9725
 
 
9726
 -- Matthias Klose <doko@debian.org>  Thu, 20 Jul 2000 22:33:37 +0200
 
9727
 
 
9728
gcc (2.95.2-14) unstable; urgency=low
 
9729
 
 
9730
  * Update gpc patch.
 
9731
 
 
9732
 -- Matthias Klose <doko@debian.org>  Wed,  5 Jul 2000 20:51:16 +0200
 
9733
 
 
9734
gcc (2.95.2-13) frozen unstable; urgency=low
 
9735
 
 
9736
  * Update debian/README: document how to compile 2.0.xx kernels; don't
 
9737
    register gcc272 as an alternative for gcc (closes #62419).
 
9738
    Clarify compiler setup (closes #65548).
 
9739
  * debian/control.in: Make libstdc++-dev depend on current version of g++.
 
9740
  * Undo CVS update from release -8 (problems on alpha, #55263).
 
9741
 
 
9742
 -- Matthias Klose <doko@debian.org>  Mon, 19 Jun 2000 23:06:48 +0200
 
9743
 
 
9744
gcc (2.95.2-12) frozen unstable; urgency=low
 
9745
 
 
9746
  * debian/gpc.postinst: Correct typo introduced with -11 (fixes #64193).
 
9747
  * debian/patches/gcc-rs600.dpatch: ppc codegen fix (fixes #63933).
 
9748
 
 
9749
 -- Matthias Klose <doko@debian.org>  Sun, 21 May 2000 15:56:05 +0200
 
9750
 
 
9751
gcc (2.95.2-11) frozen unstable; urgency=medium
 
9752
 
 
9753
  * Upload to unstable again (fixes critical #63784).
 
9754
  * Fix doc-base files (fixes important #63810).
 
9755
  * gpc wasn't built in -10 (fixes #63977).
 
9756
  * Make /usr/bin/pc an alternative (fixes #63888).
 
9757
  * Add SYSCALLS.c.X to gcc package.
 
9758
 
 
9759
 -- Matthias Klose <doko@debian.org>  Sun, 14 May 2000 22:17:44 +0200
 
9760
 
 
9761
gcc (2.95.2-10) frozen; urgency=low
 
9762
 
 
9763
  * debian/control.in: make gcc conflict on any version of egcc
 
9764
    (slink to potato upgrade problem, fixes grave #62084).
 
9765
  * Build protoize programs, separate out in new package (fixes #59436,
 
9766
    #62911).
 
9767
  * Create dummy gcc-docs package for smooth update from slink (fixes #62537).
 
9768
  * Add doc-base support for all -doc packages (fixes #63380).
 
9769
 
 
9770
 -- Matthias Klose <doko@debian.org>  Mon,  1 May 2000 22:24:28 +0200
 
9771
 
 
9772
gcc (2.95.2-9) frozen unstable; urgency=low
 
9773
 
 
9774
  * Disable the sparc-bi-arch.dpatch (patch from Ben Collins, built
 
9775
    for sparc as NMU 8.1) (fixes critical #61529 and #61511).
 
9776
    "Seems that when you compile gcc 2.95.x for sparc64-linux and compile
 
9777
     sparc32 programs, the code is not the same as sparc-linux compile for
 
9778
     sparc32 (this is a bug, and is fixed in gcc 2.96 CVS)."
 
9779
  * debian/patches/gcj-vs-iconv.dpatch: Option '--encoding' for
 
9780
    encoding of input files. Patch from Tom Tromey  <tromey@cygnus.com>
 
9781
    backported to 2.95.2 (fixes #42895).
 
9782
    Compile a Latin-1 encoded file with `gcj --encoding=Latin1 ...'.
 
9783
  * debian/control.in: gcc, g++ and gobjc suggest their corresponding
 
9784
    task packages (fixes #59623).
 
9785
 
 
9786
 -- Matthias Klose <doko@debian.org>  Sat,  8 Apr 2000 20:19:15 +0200
 
9787
 
 
9788
gcc (2.95.2-8) frozen unstable; urgency=low
 
9789
 
 
9790
  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000313.
 
9791
  * debian/rules2: configure with --enable-java-gc=no for sparc. Fixes
 
9792
    gcj side of #60535.
 
9793
  * debian/rules.patch: Disable gcc-emit-rtl patch for all archs but
 
9794
    alpha. Disable g++-is-tree patch ("just for 2.95.1").
 
9795
  * debian/README: Update for gcc-2.95.
 
9796
 
 
9797
 -- Matthias Klose <doko@debian.org>  Mon, 27 Mar 2000 00:03:16 +0200
 
9798
 
 
9799
gcc (2.95.2-7) frozen unstable; urgency=low
 
9800
 
 
9801
  * debian/patches/gcc-empty-struct-init.dpatch; Apply patch from
 
9802
    http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00637.html. Fixes
 
9803
    compilation of 2.3.4x kernels.
 
9804
  * debian/patches/gcc-emit-rtl.dpatch: Apply patch from David Huggins-Daines
 
9805
    <dhuggins@linuxcare.com> (backport from 2.96 CVS to fix #55263).
 
9806
  * debian/patches/gcc-pointer-arith.dpatch: Apply patch from Jim Kingdon
 
9807
    <kingdon@redhat.com> (backport from 2.96 CVS to fix #54951).
 
9808
 
 
9809
 -- Matthias Klose <doko@debian.org>  Thu,  2 Mar 2000 23:16:43 +0100
 
9810
 
 
9811
gcc (2.95.2-6) frozen unstable; urgency=low
 
9812
 
 
9813
  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000220.
 
9814
  * Remove dangling symlink probably left over from libstdc++2.9
 
9815
    package (fixes #53661).
 
9816
  * debian/patches/gcc-alpha-complex-float.dpatch: Fixed patch by
 
9817
    David Huggins-Daines (fixes #58486).
 
9818
  * debian/g++.{postinst,prerm}: Remove outdated g++FAQ registration
 
9819
    (fixes #58253).
 
9820
  * debian/control.in: gcc-doc replaces gcc-docs (fixes #58108).
 
9821
  * debian/rules2: Include some fixed headers (asm, bits, linux, ...).
 
9822
  * debian/patches/{gcc-alpha-ev5-fix,libstdc++-valarray}.dpatch: Remove.
 
9823
    Applied upstream.
 
9824
  * debian/patches/libstdc++-bastring.dpatch: Add patch from
 
9825
    sicard@bigruth.solsoft.fr (fixes #56715).
 
9826
 
 
9827
 -- Matthias Klose <doko@debian.org>  Sun, 20 Feb 2000 15:08:13 +0100
 
9828
 
 
9829
gcc (2.95.2-5) frozen unstable; urgency=low
 
9830
 
 
9831
  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000116.
 
9832
  * Add more build dependencies (fixes #53204).
 
9833
  * debian/patches/gcc-alpha-complex-float.dpatch: Patch from
 
9834
    Joel Klecker <jk@espy.org> to compile glibc correctly on alpha.
 
9835
    "Should fix the g77 problems too."
 
9836
  * debian/patches/{libio,libstdc++-wall2}.dpatch. Remove patches
 
9837
    applied upstream.
 
9838
 
 
9839
 -- Matthias Klose <doko@debian.org>  Sun, 16 Jan 2000 19:16:54 +0100
 
9840
 
 
9841
gcc (2.95.2-4) unstable; urgency=low
 
9842
 
 
9843
  * debian/patches/libio.dpatch: Patch from Martin v. Loewis.
 
9844
    (fixes: #35628).
 
9845
  * debian/patches/libstdc++-deque.dpatch: Patch from Martin v. Loewis.
 
9846
    (fixes: #52689).
 
9847
  * debian/control.in: Updated Build-Depends, removed outdated README.build.
 
9848
    Fixes #51246.
 
9849
  * Tighten dependencies to cpp (>= 2.95.2-4) (closes: #50294).
 
9850
  * debian/rules.patch: Really do not apply patches/gcj-backport.dpatch.
 
9851
    Fixes #51636.
 
9852
  * Apply updated sparc-bi-arch.dpatch from Ben Collins.
 
9853
  * libstdc++: Define wstring type, if __ENABLE_WSTRING is defined. Request
 
9854
    from the author of the War FTP Daemon for Linux ("Jarle Aase"
 
9855
    <jgaa@jgaa.com>).
 
9856
  * debain/g++.preinst: Remove dangling sysmlinks (fixes #52359).
 
9857
 
 
9858
 -- Matthias Klose <doko@debian.org>  Sun, 19 Dec 1999 21:53:48 +0100
 
9859
 
 
9860
gcc (2.95.2-3) unstable; urgency=low
 
9861
 
 
9862
  * debian/rules2: Don't install $(gcc_lib_dir)/include/asm; these are
 
9863
    headers fixed for glibc-1.x (closes: #49434).
 
9864
  * debian/patches/cpp-dos-newlines.dpatch: Keep CR's without
 
9865
    following LF (closes: #49186).
 
9866
  * Bug #37358 (internal compiler errors when building vdk_0.6.0-5)
 
9867
    fixed in gcc-2.95.? (closes: #37358).
 
9868
  * Apply patch gcc-alpha-ev5-fix from Richard Henderson <rth@cygnus.com>
 
9869
    (should fix #48527 and #46963).
 
9870
  * debian/README.Bugs: Documented non bug #44554.
 
9871
  * Applied patch from Alexandre Oliva to fix gpc boostrap on alpha.
 
9872
    Reenabled gpc on all architectures.
 
9873
  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 19991108.
 
9874
  * Explicitely generate postinst/prerm chunks for usr/doc transition.
 
9875
    debhelper currently doesn't handle generation for packages with
 
9876
    symlinked directories.
 
9877
  * debian/patches/libstdc++-wall3.dpatch: Fix warnings in stl_deque.h
 
9878
    and stl_rope.h (closes: #46444, #46720).
 
9879
  * debian/patches/gcj-backport.dpatch: Add file, don't apply (yet).
 
9880
 
 
9881
 -- Matthias Klose <doko@debian.org>  Wed, 10 Nov 1999 18:58:45 +0100
 
9882
 
 
9883
gcc (2.95.2-2) unstable; urgency=low
 
9884
 
 
9885
  * New gpc-19991030 snapshot.
 
9886
  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 19991103.
 
9887
  * Reintegrated sparc patches (bcollins@debian.org), which were lost
 
9888
    in 2.95.2-1.
 
9889
  * debian/rules2: Only install $(gcc_lib_dir)/include/asm, when existing.
 
9890
  * debian/patches/gpc-2.95.{dpatch,diff}: updated patch to drop
 
9891
    initialization in stor-layout.c.
 
9892
  * debian/NEWS.gcc: Updated for gcc-2.95.2.
 
9893
  * debian/bugs/bug-...: Removed testcases for fixed bugs.
 
9894
  * debian/patches/...dpatch: Removed patches applied upstream.
 
9895
  * debian/{rules2,g++.postinst,g++.prerm}: Handle c++ alternative.
 
9896
  * debian/changelog: Merged gcc272, egcs and snapshot changelogs.
 
9897
 
 
9898
 -- Matthias Klose <doko@debian.org>  Tue,  2 Nov 1999 23:09:23 +0200
 
9899
 
 
9900
gcc (2.95.2-1.1) unstable; urgency=low
 
9901
 
 
9902
  * Most of the powerpc patches have been applied upstream.  Remove all
 
9903
    but ppc-ice, ppc-andrew-dwarf-eh, and ppc-descriptions.
 
9904
  * mulilib-install.dpatch was definitely a bad idea.  Fix it properly
 
9905
    by using install -D.
 
9906
  * Also, don't make directories before installing any more.  Simplifies
 
9907
    rules a (tiny) bit.
 
9908
  * Do not build with LDFLAGS=-s.  Everything gets stripped out anyway by
 
9909
    dh_strip -a -X_debug; so leave the binaries in the build tree with
 
9910
    debugging symbols for simplified debugging of the packages.
 
9911
 
 
9912
 -- Daniel Jacobowitz <dan@debian.org>  Sat, 30 Oct 1999 12:40:12 -0400
 
9913
 
 
9914
gcc (2.95.2-1) unstable; urgency=low
 
9915
 
 
9916
  * gcc-2.95.2 release (taken from the CVS archive). -fstrict-aliasing
 
9917
    is disabled upstream.
 
9918
 
 
9919
 -- Matthias Klose <doko@debian.org>  Mon, 25 Oct 1999 10:26:19 +0200
 
9920
 
 
9921
gcc (2.95.2-0pre4) unstable; urgency=low
 
9922
 
 
9923
  * Updated to cvs updates of the gcc-2_95-branch until 19991021.
 
9924
  * Updated gpc to gpc-19991018 snapshot (closes: #33037, #47453).
 
9925
    Enable gpc for all architectures ...
 
9926
  * Document gcc exit codes (closes: #43863).
 
9927
  * According to the bug submitter (Sergey V Kovalyov <sqk0316@scires.nyu.edu>)
 
9928
    the original source of these CERN librarties is outdated now. The latest
 
9929
    version of cernlibs compiles and works fine with slink (closes #31546).
 
9930
  * According to the bug submitter (Gergely Madarasz <gorgo@sztaki.hu>),
 
9931
    the problem triggered on i386 cannot be reproduced with the current
 
9932
    jade and php3 versions anymore (closes: #35215).
 
9933
  * Replace corrupted m68k-pic.dpatch (from Roman Hodek and Andreas Schwab
 
9934
    <Roman.Hodek@informatik.uni-erlangen.de> <schwab@suse.de> and apply to
 
9935
    all architectures (closes: #48011).
 
9936
  * According to the bug submitter (Herbert Xu <herbert@gondor.apana.org.au>)
 
9937
    this bug "probably has been fixed". Setting it to severity "fixed"
 
9938
    (fixes: #39616), will close it later ...
 
9939
  * debian/README.Bugs: Document throwing C++ exceptions "through" C
 
9940
    libraries (closes: #22769).
 
9941
 
 
9942
 -- Matthias Klose <doko@debian.org>  Fri, 22 Oct 1999 20:33:00 +0200
 
9943
 
 
9944
gcc (2.95.2-0pre3) unstable; urgency=low
 
9945
 
 
9946
  * Updated to cvs updates of the gcc-2_95-branch until 19991019.
 
9947
  * Apply NMU patches (closes: #46217).
 
9948
  * debian/control.in: Fix egcs64 conflict-dependency for sparc
 
9949
    architecture (closes: #47088).
 
9950
  * debian/rules2: dbg-packages share doc dir with lib packages
 
9951
    (closes #45067).
 
9952
  * debian/patches/gcj-debian-policy.dpatch: Patch from Stephane
 
9953
    Bortzmeyer to conform to Debian policy (closes: #44463).
 
9954
  * debian/bugs/bug-*: Added test cases for new bug reports.
 
9955
  * debian/patches/libstdc++-bastring.dpatch: Patch by Richard Kettlewell
 
9956
    (closes #46550).
 
9957
  * debian/rules.patch: Apply libstdc++-wall2 patch (closes #46609).
 
9958
  * debian/README: Fix typo (closes: #45253).
 
9959
  * debian/control.in: Remove primary/secondary distinction;
 
9960
    dbg-packages don't provide their normal counterparts (closes #45206).
 
9961
  * debian/rules.patch: gcc-combine patch applied upstream.
 
9962
  * debian/rules2: Only use mail if with_check is set (off by default).
 
9963
  * debian/rules.conf: Tighten binutils dependency to 2.9.5.0.12.
 
9964
 
 
9965
 -- Matthias Klose <doko@debian.org>  Tue, 19 Oct 1999 20:33:00 +0200
 
9966
 
 
9967
gcc (2.95.2-0pre2.0.2) unstable; urgency=HIGH (for m68k)
 
9968
 
 
9969
  * Binary-only NMU for m68k as quick fix for another bug; the patch
 
9970
    is in CVS already, too.
 
9971
  * Applied another patch by Andreas Schwab to fix %a5 restauration in
 
9972
    some cases.
 
9973
 
 
9974
 -- Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>  Thu, 30 Sep 1999 16:09:15 +0200
 
9975
 
 
9976
gcc (2.95.2-0pre2.0.1) unstable; urgency=HIGH (for m68k)
 
9977
 
 
9978
  * Binary-only NMU for m68k as quick fix for serious bugs; the patches
 
9979
    are already checked into gcc CVS and should be in the next official
 
9980
    version, too.
 
9981
  * Applied two patches by Andreas Schwab to fix -fpic and loop optimization.
 
9982
 
 
9983
 -- Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>  Mon, 27 Sep 1999 15:32:49 +0200
 
9984
 
 
9985
gcc (2.95.2-0pre2) unstable; urgency=low
 
9986
 
 
9987
  * Fixed in 2.95.2 (closes: #43478).
 
9988
  * Previous version had Pascal examples missing in doc directory.
 
9989
 
 
9990
 -- Matthias Klose <doko@debian.org>  Wed, 8 Sep 1999 22:18:17 +0200
 
9991
 
 
9992
gcc (2.95.2-0pre1) unstable; urgency=low
 
9993
 
 
9994
  * Updated to cvs updates of the gcc-2_95-branch until 19990828.
 
9995
  * Apply work around memory corruption (just for 2.95.1)  by
 
9996
    Daniel Jacobowitz <dan@debian.org>.
 
9997
  * debian/patches/libstdc++-wall2.dpatch: Patch from Franck Sicard
 
9998
    <sicard@miniruth.solsoft.fr> to fix some warnings (closes: #44670).
 
9999
  * debian/patches/libstdc++-valarray.dpatch: Patch from Hideaki Fujitani
 
10000
    <fjtani@flab.fujitsu.co.jp> to fix a bug in valarray_array.h.
 
10001
  * Applied NMU from Jim Pick minus the jump.c and fold-const.c patches
 
10002
    already in the gcc-2_95-branch (closes: #44690).
 
10003
  * Conform to debian-java policy (closes: #44463).
 
10004
  * Move docs to /usr/share/doc (closes: #44782).
 
10005
  * Remove debian/patches/gcc-align.dpatch applied upstream.
 
10006
  * debian/*.postinst: Call install-info only, when configuring.
 
10007
  * debian/*.{postinst,prerm}: Add #DEBHELPER# comments to handle
 
10008
    /usr/doc -> /usr/share/doc transition.
 
10009
 
 
10010
 -- Matthias Klose <doko@debian.org>  Wed,  8 Sep 1999 22:18:17 +0200
 
10011
 
 
10012
gcc (2.95.1-2.1) unstable; urgency=low
 
10013
 
 
10014
  * Non-maintainer upload.
 
10015
  * ARM platform no longer needs library-prefix patch.
 
10016
  * Updated patches from Philip Blundell.
 
10017
 
 
10018
 -- Jim Pick <jim@jimpick.com>  Wed,  8 Sep 1999 20:14:07 -0700
 
10019
 
 
10020
gcc (2.95.1-2) unstable; urgency=low
 
10021
 
 
10022
  * debian/gcc.{postinst,prerm}: gcc provides an alternative for
 
10023
    sparc64-linux-gcc.
 
10024
  * Applied patch from Ben Collins to enable bi-architecture (32/64)
 
10025
    support for sparc.
 
10026
  * Rebuild debian/control and debian/rules.parameters after unpacking.
 
10027
  * debian/rules2: binary-indep. Conditionalize on with_pascal.
 
10028
 
 
10029
 -- Matthias Klose <doko@debian.org>  Sat,  4 Sep 1999 13:47:30 +0200
 
10030
 
 
10031
gcc (2.95.1-1) unstable; urgency=low
 
10032
 
 
10033
  * Updated to release gcc-2.95.1 and cvs updates of the gcc-2_95-branch
 
10034
    until 19990828.
 
10035
  * debian/README.gcc: Updated NEWS file to include 2.95 and 2.95.1 news.
 
10036
  * debian/README.java: New file.
 
10037
  * debian/rules.defs: Disabled gpc for alpha, arm. Disabled ObjC-GC
 
10038
    for alpha.
 
10039
  * debian/rules [clean]: Remove debian/rules.parameters.
 
10040
  * debian/rules2 [binary-arch]: Call dh_shlibdeps with LD_LIBRARY_PATH set
 
10041
    to installation dir of libstdc++. Why isn't this the default?
 
10042
  * debian/control.in: *-dev packages do not longer conflict with
 
10043
    libg++272-dev package.
 
10044
  * Apply http://egcs.cygnus.com/ml/gcc-patches/1999-08/msg00599.html.
 
10045
  * Only define BAD_THROW_ALLOC, when using exceptions (fixes #43462).
 
10046
  * For ObjC (when configured with GC) recommend libgc4-dev, not libgc4.
 
10047
  * New version of 68060 build patch.
 
10048
  * debian/rules.conf: For m68k, depend on binutils version 2.9.1.
 
10049
 
 
10050
 -- Matthias Klose <doko@debian.org>  Sat, 28 Aug 1999 18:16:31 +0200
 
10051
 
 
10052
gcc (2.95.1-0pre2) unstable; urgency=medium
 
10053
 
 
10054
  * gpc is back again (fixes grave #43022).
 
10055
  * debian/patches/gpc-updates.dpatch: Patches sent to upstream authors.
 
10056
  * Work around the fatal dependtry assertion failure bug in dpkg (hint
 
10057
    from "Antti-Juhani Kaijanaho" <ajk@debian.org>, fixes important #43072).
 
10058
 
 
10059
 -- Matthias Klose <doko@debian.org>  Mon, 16 Aug 1999 19:34:14 +0200
 
10060
 
 
10061
gcc (2.95.1-0pre1) unstable; urgency=low
 
10062
 
 
10063
  * Updated to cvs 19990815 gcc-2_95-branch; included install docs and
 
10064
    FAQ from 2.95 release; upload source package as well.
 
10065
  * Source package contains tarballs only (gcc, libg++, installdocs).
 
10066
  * debian/rules: Splitted into debian/rules{,.unpack,.patch,.conf,2}.
 
10067
  * debian/gcc.postinst: s/any key/RETURN; warn only when upgrading from
 
10068
    pre 2.95 version; reference /usr/doc, not /usr/share/doc.
 
10069
  * Checked syntax for attributes of functions; checked for #35068;
 
10070
    checked for bad gmon.out files (at least with libc6 2.1.2-0pre5 and
 
10071
    binutils 2.9.1.0.25-2 the problem doesn't show up anymore).
 
10072
  * debian/patches/cpp-macro-doc.dpatch: Document macro varargs in cpp.texi.
 
10073
  * gcc is primary compiler for all platforms but m68k. Setting
 
10074
    severity of #22513 to fixed.
 
10075
  * debian/patches/gcc-default-arch.dpatch: New patch to enable generation
 
10076
    of i386 instruction as default (fixes #42743).
 
10077
  * debian/rules: Removed outdated gcc NEWS file (fixes #42742).
 
10078
  * debian/patches/libstdc++-out-of-mem.dpatch: Throw exception instead
 
10079
    of aborting when out of memory (fixes #42622).
 
10080
  * debian/patches/cpp-dos-newlines.dpatch: Handle ibackslashes after
 
10081
    DOS newlines (fixes #29240).
 
10082
  * Fixed in gcc-2.95.1: #43001.
 
10083
  * Bugs closed in this version:
 
10084
    Closes: #11525, #12253, #22513, #29240, #35068, #36182, #42584, #42585,
 
10085
    #42602, #42622, #42742 #42743, #43001, #43002.
 
10086
 
 
10087
 -- Matthias Klose <doko@debian.org>  Sun, 15 Aug 1999 10:31:50 +0200
 
10088
 
 
10089
gcc (2.95-3) unstable; urgency=high
 
10090
 
 
10091
  * Provide /lib/cpp again (fixes important bug #42524).
 
10092
  * Updated to cvs 19990805 gcc-2_95-branch.
 
10093
  * Build with the default scheduler.
 
10094
  * Apply install-multilib patch from Dan Jacobowitz.
 
10095
  * Apply revised cpp-A- patch from Dan Jacobowitz.
 
10096
 
 
10097
 -- Matthias Klose <doko@debian.org>  Fri,  6 Aug 1999 07:25:19 +0200
 
10098
 
 
10099
gcc (2.95-2) unstable; urgency=low
 
10100
 
 
10101
  * Remove /lib/cpp. This driver uses files from /usr/lib/gcc-lib anyway.
 
10102
  * The following bugs are fixed (compared to egcs-1.1.2).
 
10103
    Closes: #4429, #20889, #21122, #26369, #28417, #28261, #31416, #35261,
 
10104
    #35900, #35906, #38246, #38872, #39098, #39526, #40659, #40991, #41117,
 
10105
    #41290, #41302, #41313.
 
10106
  * The following by Joel Klecker:
 
10107
    - Adopt dpkg-architecture variables.
 
10108
    - Go back to SHELL = bash -e or it breaks where /bin/sh is not bash.
 
10109
    - Disabled the testsuite, it is not included in the gcc 2.95 release.
 
10110
 
 
10111
 -- Matthias Klose <doko@debian.org>  Sat, 31 Jul 1999 18:00:42 +0200
 
10112
 
 
10113
gcc (2.95-1) unstable; urgency=low
 
10114
 
 
10115
  * Update for official gcc-2.95 release.
 
10116
  * Built without gpc.
 
10117
  * debian/rules: Remove g++FAQ from rules, which is outdated.
 
10118
    For ix86, build for i386, not i486.
 
10119
  * Apply patch from Jim Pick for building multilib package on arm.
 
10120
 
 
10121
 -- Matthias Klose <doko@debian.org>  Sat, 31 Jul 1999 16:38:21 +0200
 
10122
 
 
10123
gcc (2.95-0pre10) unstable; urgency=low
 
10124
 
 
10125
  * Use ../builddir-gcc-$(VER) by default instead of ./builddir; upstream
 
10126
    strongly advises configuring outside of the source tree, and it makes
 
10127
    some things much easier.
 
10128
  * Add patch to prevent @local branches to weak symbols on powerpc (fixes
 
10129
    apt compilation).
 
10130
  * Add patch to make cpp -A- work as expected.
 
10131
  * Renamed debian/patches/ppc-library-prefix.dpatch to library-prefix.dpatch;
 
10132
    apply on all architectures.
 
10133
  * debian/control.in: Remove snapshot dependencies.
 
10134
  * debian/*.postinst: Reflect use of /usr/share/{info,man}.
 
10135
 
 
10136
 -- Daniel Jacobowitz <dan@debian.org>  Thu, 22 Jul 1999 19:27:12 -0400
 
10137
 
 
10138
gcc (2.95-0pre9) unstable; urgency=low
 
10139
 
 
10140
  * The following bugs are fixed (compared to egcs-1.1.2): #4429, #20889,
 
10141
    #21122, #26369, #28417, #28261, #35261, #38246, #38872, #39526, #40659,
 
10142
    #40991, #41117, #41290.
 
10143
  * Updated to CVS gcc-19990718 snapshot.
 
10144
  * debian/control.in: Removed references to egcs in descriptions.
 
10145
    Changed gcj's Recommends libgcj-dev to Depends.
 
10146
  * debian/rules: Apply ppc-library-prefix for alpha as well.
 
10147
  * debian/patches/arm-config.dpatch: Updated patch sent by Jim Pick.
 
10148
 
 
10149
 -- Matthias Klose <doko@debian.org>  Sun, 18 Jul 1999 12:21:07 +0200
 
10150
 
 
10151
gcc (2.95-0pre8) unstable; urgency=low
 
10152
 
 
10153
  * Updated CVS.
 
10154
  * debian/copyright: s%doc/copyright%share/common-licenses%
 
10155
  * debian/README.Bugs: s/egcs.cygnus.com/gcc.gnu.org/ s/egcs-bugs/gcc-bugs/
 
10156
  * debian/patches/reporting.dpatch: Remake diff for current sources.
 
10157
  * debian/libstdc++-dev.postinst: It's /usr/share/info/iostream.info.
 
10158
  * debian/rules: Current dejagnu snapshot reports a framework version
 
10159
    of 1.3.1.
 
10160
 
 
10161
 -- Joel Klecker <espy@debian.org>  Sun, 18 Jul 1999 02:09:57 -0700
 
10162
 
 
10163
gcc-snapshot (19990714-0pre6) experimental; urgency=low
 
10164
 
 
10165
  * Updated to CVS gcc-19990714 snapshot.
 
10166
  * Applied ARM patch (#40515).
 
10167
  * Converted DOS style linefeeds in debian/patches/ppc-* files.
 
10168
  * debian/rules: Reflect change in gcc/version.c; use sh -e as shell:
 
10169
    for some obscure reason, bash -e doesn't work.
 
10170
  * Reflect version change for libstdc++ (2.10). Remove libg++-name
 
10171
    patch; libg++ now has version 2.8.1.3. Removed libc version from
 
10172
    the package name.
 
10173
 
 
10174
 -- Matthias Klose <doko@debian.org>  Wed, 14 Jul 1999 18:43:57 +0200
 
10175
 
 
10176
gcc-snapshot (19990625-0pre5.1) experimental; urgency=low
 
10177
 
 
10178
  * Non-maintainer upload.
 
10179
  * Added ARM specific patch.
 
10180
 
 
10181
 -- Jim Pick <jim@jimpick.com>  Tue, 29 Jun 1999 22:36:08 -0700
 
10182
 
 
10183
gcc-snapshot (19990625-0pre5) experimental; urgency=low
 
10184
 
 
10185
  * Updated to CVS gcc-19990625 snapshot.
 
10186
 
 
10187
 -- Matthias Klose <doko@debian.org>  Fri, 25 Jun 1999 16:11:53 +0200
 
10188
 
 
10189
gcc-snapshot (19990609-0pre4.1) experimental; urgency=low
 
10190
 
 
10191
  * Added and re-added a few last PPC patches.
 
10192
 
 
10193
 -- Daniel Jacobowitz <dan@debian.org>  Sat, 12 Jun 1999 16:48:01 -0500
 
10194
 
 
10195
gcc-snapshot (19990609-0pre4) experimental; urgency=low
 
10196
 
 
10197
  * Updated to CVS egcs-19990611 snapshot.
 
10198
 
 
10199
 -- Matthias Klose <doko@debian.org>  Fri, 11 Jun 1999 10:20:09 +0200
 
10200
 
 
10201
gcc-snapshot (19990609-0pre3) experimental; urgency=low
 
10202
 
 
10203
  * CVS gcc-19990609 snapshot.
 
10204
  * New gpc-19990607 snapshot.
 
10205
 
 
10206
 -- Matthias Klose <doko@debian.org>  Wed,  9 Jun 1999 19:40:44 +0200
 
10207
 
 
10208
gcc-snapshot (19990524-0pre1) experimental; urgency=low
 
10209
 
 
10210
  * egcs-19990524 snapshot.
 
10211
  * First snapshot of the gcc-2_95-branch. egcs-1.2 is renamed to gcc-2.95,
 
10212
    which is now the "official" successor to gcc-2.8.1. The full version
 
10213
    name is: gcc-2.95 19990521 (prerelease).
 
10214
  * debian/control.in: Changed maintainers to `Debian GCC maintainers'.
 
10215
  * Moved all version numbers to epoch 1.
 
10216
  * debian/rules: Major changes. The support for secondary compilers
 
10217
    was already removed for the egcs-1.2 snapshots. Many fixes by
 
10218
    Joel Klecker <espy@debian.org>.
 
10219
    - Send mail to Debian maintainers for successful builds.
 
10220
    - Fix VER and VERNO sed expressions.
 
10221
    - Replace remaining GNUARCH occurrences.
 
10222
  * New gpc snapshot (but don't build).
 
10223
  * debian/patches/valarray.dpatch: Backport from libstdc++-v3.
 
10224
  * debian/gcc-doc.*: Info is now gcc.info* (Joel Klecker <espy@debian.org>).
 
10225
  * Use cpp driver provided by the package.
 
10226
  * New script c89 (fixes #28261).
 
10227
 
 
10228
 -- Matthias Klose <doko@debian.org>  Sat, 22 May 1999 16:10:36 +0200
 
10229
 
 
10230
egcs (1.1.2-2) unstable; urgency=low
 
10231
 
 
10232
  * Integrate NMU's for arm and sparc (fixes #37582, #36857).
 
10233
  * Apply patch for the Hurd (fixes #37753).
 
10234
  * Describe open bugs in TODO.Debian. Please have a look if you can help.
 
10235
  * Update README / math functions section (fixes #35906).
 
10236
  * Done by J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>:
 
10237
    - At Richard Braakman's request, made -dbg packages for libstdc++
 
10238
      and libg++.
 
10239
    - Provide egcc(1) (fixes lintian error).
 
10240
 
 
10241
 -- Matthias Klose <doko@debian.org>  Sun, 16 May 1999 14:30:56 +0200
 
10242
 
 
10243
egcs-snapshot (19990502-1) experimental; urgency=low
 
10244
 
 
10245
  * New snapshot.
 
10246
 
 
10247
 -- Matthias Klose <doko@debian.org>  Thu,  6 May 1999 11:51:02 +0200
 
10248
 
 
10249
egcs-snapshot (19990418-2) experimental; urgency=low
 
10250
 
 
10251
  * Merged Rays changes to build debug packages.
 
10252
 
 
10253
 -- Matthias Klose <doko@debian.org>  Wed, 21 Apr 1999 16:54:56 +0200
 
10254
 
 
10255
egcs-snapshot (19990418-1) experimental; urgency=low
 
10256
 
 
10257
  * New snapshot.
 
10258
  * Disable cpplib.
 
10259
 
 
10260
 -- Matthias Klose <doko@debian.org>  Mon, 19 Apr 1999 11:32:19 +0200
 
10261
 
 
10262
egcs (1.1.2-1.2) unstable; urgency=low
 
10263
 
 
10264
  * NMU for arm
 
10265
  * Added arm-optimizer.dpatch with optimizer workaround for ARM
 
10266
 
 
10267
 -- Jim Pick <jim@jimpick.com>  Mon, 19 Apr 1999 06:17:13 -0700
 
10268
 
 
10269
egcs (1.1.2-1.1) unstable; urgency=low
 
10270
 
 
10271
  * NMU for sparc
 
10272
  * Included dpatch to modify the references to gcc/crtstuff.c so that
 
10273
    __register_frame_info is not a weak reference. This allows potato to
 
10274
    remain binary compatible with slink, while still retaining compatibility
 
10275
    with other sparc/egcs1.1.2 distributions. Diff in .dpatch format has
 
10276
    been sent to the maintainer with a note it may not be needed for 1.1.3.
 
10277
 
 
10278
 -- Ben Collins <bcollins@debian.org>  Tue, 27 Apr 1999 10:15:03 -0600
 
10279
 
 
10280
egcs (1.1.2-1) unstable; urgency=low
 
10281
 
 
10282
  * Final egcs-1.1.2 release built for potato as primary compiler
 
10283
    for all architectures except m68k.
 
10284
 
 
10285
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Thu,  8 Apr 1999 13:14:29 +0200
 
10286
 
 
10287
egcs-snapshot (19990321-1) experimental; urgency=low
 
10288
 
 
10289
  * New snapshot.
 
10290
  * Disable gpc.
 
10291
  * debian/rules: Simplified (no secondary compiler, bumped all versions
 
10292
    to same epoch, libapi patch is included upstream).
 
10293
  * Separated out cpp documentation to cpp-doc package.
 
10294
  * Fixed in this version: #28417.
 
10295
 
 
10296
 -- Matthias Klose <doko@debian.org>  Tue, 23 Mar 1999 02:11:18 +0100
 
10297
 
 
10298
egcs (1.1.2-0slink2) stable; urgency=low
 
10299
 
 
10300
  * Applied H.J.Lu's egcs-19990315.linux patch.
 
10301
  * Install faq.html and egcs-1.1.2 announcment.
 
10302
 
 
10303
 -- Matthias Klose <doko@debian.org>  Tue, 23 Mar 1999 01:14:54 +0100
 
10304
 
 
10305
egcs (1.1.2-0slink1) stable; urgency=low
 
10306
 
 
10307
  * Final egcs-1.1.2 release; compiled with glibc-2.0 for slink on i386.
 
10308
  * debian/control.in: gcc provides egcc, when FIRST_PRIMARY defined.
 
10309
  * Fixes #30767, #32278, #34252, #34352.
 
10310
  * Don't build the libstdc++.so.2.9 library on architectures, which have
 
10311
    switched to glibc-2.1.
 
10312
 
 
10313
 -- Matthias Klose <doko@debian.org>  Wed, 17 Mar 1999 12:55:59 +0100
 
10314
 
 
10315
egcs (1.1.1.63-2.2) unstable; urgency=low
 
10316
 
 
10317
  * Non-maintainer upload.
 
10318
  * Incorporate patch from Joel Klecker to fix snapshot packages
 
10319
    by moving/removing the application of libapi.
 
10320
  * Disable the new libstdc++-dev-config and the postinst message in
 
10321
    glibc 2.1 versions.
 
10322
 
 
10323
 -- Daniel Jacobowitz <dan@debian.org>  Mon, 12 Mar 1999 14:16:02 -0500
 
10324
 
 
10325
egcs (1.1.1.63-2.1) unstable; urgency=low
 
10326
 
 
10327
  * Non-maintainer upload.
 
10328
  * Compile with glibc 2.1 release version.
 
10329
  * New upstream version egcs-1.1.2 pre3.
 
10330
  * Miscellaneous rules updates (see changelog.snapshot).
 
10331
  * New set of powerpc-related patches from Franz Sirl,
 
10332
    <fsirl@kernel.crashing.org>.
 
10333
  * Disable libgcc.dpatch (new solution implemented upstream).  Remove it.
 
10334
  * Also pass $target to config.if.
 
10335
  * Enable Dwarf2 EH for powerpc.  Bump the C++ binary version.  No
 
10336
    loss in -backwards- compatibility as far as I can tell, so add a
 
10337
    compatibility symlink, and add to shlibs file.
 
10338
  * Add --no-backup-if-mismatch to the debian/patches/*.dpatch files,
 
10339
    to prevent bogus .orig's in diffs.
 
10340
  * Merged with (unreleased) 1.1.1.62-1 and 1.1.1.63-{1,2} packages from
 
10341
    Matthias Klose <doko@debian.org>.
 
10342
  * Stop adding a backwards compatibility link for egcs-nof on powerpc.
 
10343
    To my knowledge, nothing uses it.  Do add the libstdc++ API change
 
10344
    link, though.
 
10345
 
 
10346
 -- Daniel Jacobowitz <dan@debian.org>  Mon, 8 Mar 1999 14:24:01 -0500
 
10347
 
 
10348
egcs (1.1.1.63-2) stable; urgency=low
 
10349
 
 
10350
  * Provide a libstdc++ with a shared object name, which is compatible
 
10351
    to other distributions. Documented the change in README.Debian,
 
10352
    the libstdc++-2.9.postinst and the libstdc++-dev-config script.
 
10353
 
 
10354
 -- Matthias Klose <doko@debian.org>  Fri, 12 Mar 1999 00:36:20 +0100
 
10355
 
 
10356
egcs (1.1.1.63-1.1) unstable; urgency=low
 
10357
 
 
10358
  * Non-Maintainer release.
 
10359
  * Build against glibc 2.1.
 
10360
  * Make egcs the primary compiler on i386.
 
10361
  * Also confilct with egcc (<< FIRST_PRIMARY)
 
10362
    if FIRST_PRIMARY is defined.
 
10363
    (this tells dpkg that gcc completely obsoletes egcc)
 
10364
  * Remove hjl-12 patch again, HJL says it should not be
 
10365
    necessary with egcs 1.1.2.
 
10366
    (as per forwarded reply from Christopher Chimelis)
 
10367
  * Apply libapi patch in clean target before regenerating debian/control
 
10368
    and remove the patch afterward. Otherwise, the libstdc++ and libg++
 
10369
    package names are generated wrong on a glibc 2.1 system.
 
10370
 
 
10371
 -- Joel Klecker <espy@debian.org>  Tue,  9 Mar 1999 15:31:02 -0800
 
10372
 
 
10373
egcs (1.1.1.63-1) unstable; urgency=low
 
10374
 
 
10375
  * New upstream version egcs-1.1.1-pre3.
 
10376
  * Applied improved libstdc++ warning patch from Rob Browning.
 
10377
 
 
10378
 -- Matthias Klose <doko@debian.org>  Tue,  9 Mar 1999 16:14:07 +0100
 
10379
 
 
10380
egcs (1.1.1.62-1) unstable; urgency=low
 
10381
 
 
10382
  * New upstream version egcs-1.1.1-pre2.
 
10383
  * New upstream version libg++-2.8.1.3.
 
10384
  * Readded ARM support
 
10385
  * Readded hjl-12 per request from Christopher C Chimelis
 
10386
    <chris@classnet.med.miami.edu>
 
10387
 
 
10388
 -- Matthias Klose <doko@debian.org>  Fri, 26 Feb 1999 09:54:01 +0100
 
10389
 
 
10390
egcs-snapshot (19990224-0.1) experimental; urgency=low
 
10391
 
 
10392
  * New snapshot.
 
10393
  * Add the ability to disable CPPLIB by setting CPPLIB=no in
 
10394
    the environment.
 
10395
  * Disable gpc for powerpc; I spent a long time getting it to
 
10396
    make correctly, and then it goes and ICEs.
 
10397
 
 
10398
 -- Daniel Jacobowitz <dan@debian.org>  Tue, 24 Feb 1999 23:34:12 -0500
 
10399
 
 
10400
egcs (1.1.1.61-1) unstable; urgency=low
 
10401
 
 
10402
  * New upstream version egcs-1.1.1-pre1.
 
10403
  * debian/control.in: Applied patch from bug report #32987.
 
10404
  * Split up H.J.Lu's hjl-19990115-linux patch into several small
 
10405
    chunks: libapi, arm-mips, libgcc, hjl-other. The changelog.Linux
 
10406
    aren't included in the separate chunks. Please refer to the
 
10407
    unmodified hjl-19990115-linux patch file in the egcs source pkg.
 
10408
  * Apply warning patch to fix the annoying spew you get if you try to
 
10409
    use ropes or deques with -Wall (which makes -Wall mostly useless for
 
10410
    spotting errors in your own code). Fixes #32996.
 
10411
  * debian/rules: Unapply patches in the exact reverse order they were
 
10412
    applied.
 
10413
 
 
10414
 -- Matthias Klose <doko@debian.org>  Sat, 20 Feb 1999 22:06:21 +0100
 
10415
 
 
10416
egcs (1.1.1-5) frozen unstable; urgency=medium
 
10417
 
 
10418
  * Move libgcc.map file to g++ package, where gcc is the secondary
 
10419
    compiler (fixes #32329, #32605, #32631).
 
10420
  * Prepare to rename libstdc++2.9 package for glibc-2.1 (fixes #32148).
 
10421
  * Apply NMU patch for arm architecure (fixes #32367).
 
10422
  * Don't apply hjl-12 patch for alpha architectures (requested by the
 
10423
    alpha developers, Christopher C Chimelis <chris@classnet.med.miami.edu>).
 
10424
  * Call makeinfo with --no-validate to fix obscure build failure on alpha.
 
10425
  * Build gpc info files in doc subdirectory.
 
10426
  * Remove c++filt diversion (C++ name demangling patch is now in binutils,
 
10427
    fixes #30820 and #32502).
 
10428
 
 
10429
 -- Matthias Klose <doko@debian.org>  Sun, 31 Jan 1999 23:19:35 +0100
 
10430
 
 
10431
egcs (1.1.1-4.1) unstable; urgency=low
 
10432
 
 
10433
  * Non-maintainer upload.
 
10434
  * Pascal doesn't build for ARM.
 
10435
 
 
10436
 -- Jim Pick <jim@jimpick.com>  Sun, 24 Jan 1999 16:13:34 -0800
 
10437
 
 
10438
egcs (1.1.1-4) frozen unstable; urgency=high
 
10439
 
 
10440
  * Don't strip compiler libraries libgcc.a libobjc.a libg2c.a libgpc.a
 
10441
  * Move Pascal examples to the right place (fixes #32149, part 1).
 
10442
  * Add dependencies for switching from secondary to primary compiler,
 
10443
    if FIRST_PRIMARY is defined (fixes #32149, part 2).
 
10444
 
 
10445
 -- Matthias Klose <doko@debian.org>  Wed, 20 Jan 1999 16:51:30 +0100
 
10446
 
 
10447
egcs (1.1.1-3) frozen unstable; urgency=low
 
10448
 
 
10449
  * Updated with the H.J.Lu's hjl-19990115-linux patch (fixes the
 
10450
    __register_frame_info problems, mips and arm port included).
 
10451
  * Update gpc to 19990118 (beta release candidate).
 
10452
  * Strip static libraries (fixes #31247 and #31248).
 
10453
  * Changed maintainer address.
 
10454
 
 
10455
 -- Matthias Klose <doko@debian.org>  Tue, 19 Jan 1999 16:34:28 +0100
 
10456
 
 
10457
egcs (1.1.1-2) frozen unstable; urgency=low
 
10458
 
 
10459
  * Moved egcs-docs, g77-doc and gpc-doc packages to doc section.
 
10460
  * Downgraded Recommends: egcs-docs to Suggests: egcs-docs dependencies
 
10461
    (for archs, where egcs is the primary compiler).
 
10462
  * Add 'Suggests: stl-manual' dependency to libstdc++2.9-dev.
 
10463
  * Applied one more alpha patch:
 
10464
    ftp://ftp.yggdrasil.com/private/hjl/egcs/1.1.1/egcs-1.1.1.diff.12.gz
 
10465
  * Applied PPro optimization patch.
 
10466
  * Apply emit-rtl-nan patch.
 
10467
  * Upgraded to libg++-2.8.1.2a-19981218.tar.gz.
 
10468
  * Upgraded to gpc-19981218.
 
10469
  * Make symlinks for gobjc, libstdc++2.9-dev and libg++2.8.2 doc directories.
 
10470
 
 
10471
 -- Matthias Klose <doko@debian.org>  Wed, 23 Dec 1998 18:04:53 +0200
 
10472
 
 
10473
egcs-snapshot (19981211-1) experimental; urgency=low
 
10474
 
 
10475
  * New snapshot.
 
10476
  * Adapted gpc to egcs-2.92.x (BOOT_CFLAGS must include -g).
 
10477
  * New libg++-2.8.1.2a-19981209.tar.gz.
 
10478
  * debian/rules: new target mail-summary.
 
10479
 
 
10480
 -- Matthias Klose <doko@debian.org>  Fri, 11 Dec 1998 18:14:53 +0200
 
10481
 
 
10482
egcs (1.1.1-1) frozen unstable; urgency=high
 
10483
 
 
10484
  * Final egcs-1.1.1 release.
 
10485
  * The last version depended on a versioned libc6 again.
 
10486
  * Add lost dependency for libg++ on libstdc++.
 
10487
  * Added debian-libstdc++.sh script to generate a libstdc++ on a Linux
 
10488
    system, which doesn't use the libapi patch.
 
10489
 
 
10490
 -- Matthias Klose <doko@cs.tu-berlin.de>  Wed,  2 Dec 1998 12:06:15 +0200
 
10491
 
 
10492
egcs (1.1.0.91.59-2) frozen unstable; urgency=high
 
10493
 
 
10494
  * Fixes bugs from libc6 2.0.7u-6 upload without dependency line
 
10495
    Conflicts: libstdc++-2.9 (<< 2.91.59): #30019, #30066, #30078.
 
10496
  * debian/copyright: Updated URLs.
 
10497
  * gcc --help now mentions /usr/doc/debian/bug-reporting.txt.
 
10498
  * Install README.Debian and include information about patches applied.
 
10499
  * Depend on unversioned libc6 on i386, such that libstdc++2.9 can be used
 
10500
    on a hamm system.
 
10501
 
 
10502
 -- Matthias Klose <doko@cs.tu-berlin.de>  Fri, 27 Nov 1998 18:32:02 +0200
 
10503
 
 
10504
egcs (1.1.0.91.59-1) frozen unstable; urgency=low
 
10505
 
 
10506
  * This is egcs-1.1.1 prerelease #3, compiled with libc6 2.0.7u-6.
 
10507
  * Added dependency for libstdc++2.9-dev on g++ (fixes #29631).
 
10508
  * Package g77 provides f77 (fixes #29817).
 
10509
  * Already fixed in earlier egcs-1.1 releases: #2493, #25271, #10620.
 
10510
  * Bugs reported for gcc-2.7.x and fixed in the egcs version of gcc:
 
10511
    #2493, #4430, #4954, #5367, #6047, #10612, #12375, #20606, #24788, #26100.
 
10512
  * Upgraded libg++ to libg++-2.8.1.2a-19981114.
 
10513
  * Upgraded gpc to gpc-19981124.
 
10514
  * Close #25869: egcs and splay maintainers are unable to reproduce this
 
10515
    bug with the current Debian packages. Bug submitter doesn't respond.
 
10516
  * Close #25407: egcs maintainer cannot reproduce this bug with the current
 
10517
    Debian compiler. Bug submitter doesn't respond.
 
10518
  * Use debhelper 1.2.7 for building.
 
10519
  * Replace the libstdc++ and libg++ compatibility links with fake libraries.
 
10520
 
 
10521
 -- Matthias Klose <doko@cs.tu-berlin.de>  Wed, 25 Nov 1998 12:11:42 +0200
 
10522
 
 
10523
egcs (1.1.0.91.58-5) frozen unstable; urgency=low
 
10524
 
 
10525
  * Applied patch to build on the m68060.
 
10526
  * Added c++filt and c++filt.1 to the g++ package.
 
10527
  * Updated gpc to gpc-981105; fixes some regressions compared to egcs-1.1.
 
10528
  * Separated out g77 and gpc doumentation to new packages g77-doc and gpc-doc.
 
10529
  * Closed bugs (#22158).
 
10530
  * Close #20248; on platforms where gas and gld are the default versions,
 
10531
    it makes no difference to configure with or without enable-ld.
 
10532
  * Close #24349. The bugs are in the amulet source.
 
10533
    See http://www.cs.cmu.edu/afs/cs/project/amulet/www/FAQ.html#GCC28x
 
10534
  * Rename gcc.info* files to egcs.info* (fixes #24088).
 
10535
  * Documented known bugs (and workarounds) in BUGS.Debian.
 
10536
  * Fixed demangling of C++ names (fixes #28787).
 
10537
  * Applied patch form aspell to libstdc++/stl/stl_rope.h.
 
10538
  * Updated from cvs 16 Nov 1998.
 
10539
 
 
10540
 -- Matthias Klose <doko@cs.tu-berlin.de>  Tue, 17 Nov 1998 09:41:24 +0200
 
10541
 
 
10542
egcs-snapshot (19981115-2) experimental; urgency=low
 
10543
 
 
10544
  * New snapshot. Disabled gpc.
 
10545
  * New packages g77-doc and gpc-doc.
 
10546
 
 
10547
 -- Matthias Klose <doko@debian.org>  Mon, 16 Nov 1998 12:48:09 +0200
 
10548
 
 
10549
egcs (1.1.0.91.58-3) frozen unstable; urgency=low
 
10550
 
 
10551
  * Previous version installed in potato, not slink.
 
10552
  * Updated from cvs 3 Nov 1998.
 
10553
 
 
10554
 -- Matthias Klose <doko@cs.tu-berlin.de>  Tue, 3 Nov 1998 18:34:44 +0200
 
10555
 
 
10556
egcs (1.1.0.91.58-2) unstable; urgency=low
 
10557
 
 
10558
  * [debian/rules]: added targets to apply and unapply patches.
 
10559
  * [debian/README.patches]: New file.
 
10560
  * Moved patches dir to debian/patches. debian/rules has to select
 
10561
    the patches to apply.
 
10562
  * Manual pages for genclass and gcov (fixes #5995, #20950, #22196).
 
10563
  * Apply egcs-1.1-reload patch needed for powerpc architecture.
 
10564
  * Fixed bugs (#17768, #20252, #25508, #27788).
 
10565
  * Reapplied alpha patch (#20875).
 
10566
  * Fixes first part of #22513, extended README.Debian (combining C & C++).
 
10567
  * Already fixed in earlier egcs-1.1 releases: #17963, #20252, #20524,
 
10568
    #20640, #22450, #24244, #24288, #28520.
 
10569
 
 
10570
 -- Matthias Klose <doko@cs.tu-berlin.de>  Fri, 30 Oct 1998 13:41:45 +0200
 
10571
 
 
10572
egcs (1.1.0.91.58-1) experimental; urgency=low
 
10573
 
 
10574
  * New upstream version. That's the egcs-1.1.1 prerelease plus patches from
 
10575
    the cvs archive upto 29 Oct 1998.
 
10576
  * Merged files from the egcs and snapshot packages.
 
10577
  * Updated libg++ to libg++-2.8.1.2 (although the Debian package name is still
 
10578
    2.8.2).
 
10579
  * Moved patches dir to patches-1.1.
 
10580
  * Dan Jacobowitz:
 
10581
    * This is a snapshot from the egcs_1_1_branch, with
 
10582
      libapi, reload, builtin-apply, and egcs patches from
 
10583
      the debian/patches/ dir applied, along with the egcs-gpc-patches
 
10584
      and gcc/p/diffs/gcc-egcs-2.91.55.diff.
 
10585
    * Conditionalize gcj and chill (since they aren't in this branch).
 
10586
    * Fake snapshots drop the -snap-main.
 
10587
 
 
10588
 -- Matthias Klose <doko@cs.tu-berlin.de>  Thu, 29 Oct 1998 15:15:19 +0200
 
10589
 
 
10590
egcs-snapshot (1.1-19981019-5.1) experimental; urgency=low
 
10591
 
 
10592
  * This is a snapshot from the egcs_1_1_branch, with
 
10593
    libapi, reload, builtin-apply, and egcs patches from
 
10594
    the debian/patches/ dir applied, along with the egcs-gpc-patches
 
10595
    and gcc/p/diffs/gcc-egcs-2.91.55.diff.
 
10596
  * Conditionalize gcj and chill (since they aren't in this
 
10597
    branch).
 
10598
  * Fake snapshots drop the -snap-main.
 
10599
 
 
10600
 -- Daniel Jacobowitz <dan@debian.org>  Mon, 19 Oct 1998 22:19:23 -0400
 
10601
 
 
10602
egcs (1.1b-5) unstable; urgency=low
 
10603
 
 
10604
  * [debian/control.in] Fixed typo in dependencies (#28076, #28087, #28092).
 
10605
 
 
10606
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sun, 18 Oct 1998 22:56:51 +0200
 
10607
 
 
10608
egcs (1.1b-4) unstable; urgency=low
 
10609
 
 
10610
  * Strengthened g++ dependency on libstdc++_LIB_SO_-dev from
 
10611
    `Recommends' to `Depends'.
 
10612
  * Updated README.Debian for egcs-1.1.
 
10613
  * Updated TODO.
 
10614
 
 
10615
 -- Matthias Klose <doko@cs.tu-berlin.de>  Thu, 15 Oct 1998 12:38:47 +0200
 
10616
 
 
10617
egcs-snapshot (19981005-0.1) experimental; urgency=low
 
10618
 
 
10619
  * Make libstdc++2.9-snap-main and libg++-snap-main provide
 
10620
    their mainstream equivalents and put those equivalents into
 
10621
    their shlibs file.
 
10622
  * Package gcj, the GNU Compiler for Java(TM).
 
10623
 
 
10624
  * New upstream version of egcs (The -regcs_latest_snapshot branch).
 
10625
  * Build without libg++ entirely.
 
10626
  * Leave out gpc for now - the internals are sufficiently different
 
10627
    that it does not trivially compile.
 
10628
  * Include an experimental reload patch for powerpc - this is,
 
10629
    in the words of its author, not release quality, but it allows
 
10630
    powerpc linuxthreads to function.
 
10631
  * On architectures where we are the primary compiler, let snapshots
 
10632
    build with --prefix=/usr and conflict with the stable versions.
 
10633
  * Package chill, a front end for the language Chill.
 
10634
  * Other applied patches from debian/patches/: egcs-patches and
 
10635
    builtin-apply-patch.
 
10636
  * Use reload.c revision 1.43 to avoid a nasty bug.
 
10637
 
 
10638
 -- Daniel Jacobowitz <dan@debian.org>  Wed,  7 Oct 1998 00:27:42 -0400
 
10639
 
 
10640
egcs (1.1b-3.1) unstable; urgency=low
 
10641
 
 
10642
  * NMU to fix the egcc -> gcc link once and for all
 
10643
 
 
10644
 -- Christopher C. Chimelis <chris@classnet.med.miami.edu>  Tue, 22 Sep 1998 16:11:19 -0500
 
10645
 
 
10646
egcs (1.1b-3) unstable; urgency=low
 
10647
 
 
10648
  * Oops. The egcc -> gcc link on archs where gcc is egcc was broken.
 
10649
    Thanks to Chris Chimelis for pointing this out.
 
10650
 
 
10651
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Mon, 21 Sep 1998 20:51:35 +0200
 
10652
 
 
10653
egcs (1.1b-2) unstable; urgency=low
 
10654
 
 
10655
  * New upstream spellfix release (Debian revision is 2 as the internal
 
10656
    version numbers didn't change).
 
10657
  * Added egcc -> gcc symlink on architectures where egcc is the primary C
 
10658
    compiler. Thus, maintainers of packages that require egcc, can now
 
10659
    simply use "egcc" without conditionals.
 
10660
  * Porters: we hope/plan to make egcs's gcc the default C compiler on all
 
10661
    platforms once the 2.2.x kernels are available. Please test this version
 
10662
    thoroughly, and give us a GO / NO GO for your architecture.
 
10663
  * Some symbols cpp used to predefine were removed upstream in order to clean
 
10664
    up the cpp namespace, but imake requires them for determining the proper
 
10665
    settings for LinuxMachineDefines (see /usr/X11R6/lib/X11/{Imake,linux}.cf),
 
10666
    thus we put them back. Thanks to Paul Slootman for reporting his imake
 
10667
    problems on Alpha.
 
10668
    * [gcc/config/alpha/linux.h] Added -D__alpha to CPP_PREDEFINES .
 
10669
      Thanks to Chris Chimelis for the alpha-only 1.1a-1.1 NMU which fixed
 
10670
      this already.
 
10671
    * [gcc/config/i386/linux.h] Added -D__i386__ to CPP_PREDEFINES .
 
10672
    * [gcc/config/sparc/linux.h] Has -Dsparc in CPP_PREDEFINES .
 
10673
    * [gcc/config/sparc/linux64.h] Has -Dsparc in CPP_PREDEFINES .
 
10674
    * [gcc/config/m68k/linux.h] Has -Dmc68000 in CPP_PREDEFINES .
 
10675
    * [gcc/config/rs6000/linux.h] Has -Dpowerpc in CPP_PREDEFINES .
 
10676
    * [gcc/config/arm/linux.h] Has -Darm in CPP_PREDEFINES .
 
10677
    * [gcc/config/i386/gnu.h] Has -Di386 in CPP_PREDEFINES .
 
10678
  * Small fixes and updates in README.
 
10679
  * Changes affecting the source package only:
 
10680
    * [gcc/Makefile.in, gcc/cp/Make-lang.in, gcc/p/Make-lang.in]
 
10681
      Daniel Jacobowitz: Ugly hacks of various kinds to make cplib2.txt get
 
10682
      properly regenerated with multilib.
 
10683
    * [debian/TODO] Created.
 
10684
    * [INSTALL/index.html] Fixed broken link.
 
10685
 
 
10686
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sun, 20 Sep 1998 14:05:15 +0200
 
10687
 
 
10688
egcs (1.1a-1) unstable; urgency=low
 
10689
 
 
10690
  * New upstream release.
 
10691
  * Added README.libstdc++ .
 
10692
  * Updated Standards-Version.
 
10693
  * Matthias:
 
10694
    * Downgraded gobjc dependency on egcs-docs from Recommends: to Suggests: .
 
10695
    * [libg++/Makefile.in] Patched not to rely on a `-f' flag of `ln'.
 
10696
 
 
10697
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Wed,  2 Sep 1998 19:57:43 +0200
 
10698
 
 
10699
egcs (1.1-1) unstable; urgency=low
 
10700
 
 
10701
  * egcs-1.1 prerelease (from the last Debian package only the version file
 
10702
    changed).
 
10703
  * "Final" gpc Beta 2.1 gpc-19980830.
 
10704
  * Included libg++ and gpc in the .orig tarball. so that diffs are getting
 
10705
    smaller.
 
10706
  * debian/control.in: Changed maintainer address to galenh-egcs@debian.org.
 
10707
  * debian/copyright: Updated URLs.
 
10708
 
 
10709
 -- Matthias Klose <doko@cs.tu-berlin.de>  Mon, 31 Aug 1998 12:43:13 +0200
 
10710
 
 
10711
egcs (1.0.99.56-0.1) unstable; urgency=low
 
10712
 
 
10713
  * New upstream snapshot 19980830 from CVS (called egcs-1.1 19980830).
 
10714
  * New libg++ snapshot 980828.
 
10715
  * Put all patches patches subdirectory; see patches/README in the source.
 
10716
  * debian/control.in: readded for libg++2.8.2-dev:
 
10717
    Replaces: libstdc++2.8-dev (<= 2.90.29-0.5)
 
10718
  * Renamed libg++2.9 package to libg++2.8.2.
 
10719
  * gcc/p/gpc-decl.c: Fix from Peter@Gerwinski.de; fixes optimization errors.
 
10720
  * patches/gpc-patch2: Fix from Peter@Gerwinski.de; fixes alpha errors.
 
10721
  * debian/rules: New configuration flag for building with and without
 
10722
    libstdc++api patch; untested without ...
 
10723
 
 
10724
 -- Matthias Klose <doko@cs.tu-berlin.de>  Sun, 30 Aug 1998 12:04:22 +0200
 
10725
 
 
10726
egcs (1.0.99-0.6) unstable; urgency=low
 
10727
 
 
10728
  * PowerPC fixes.
 
10729
  * On powerpc, generate the -msoft-float libs and package them
 
10730
    as egcs-nof.
 
10731
  * Fix signed char error in gpc.
 
10732
  * Create a libg++.so.2.9 compatibility symlink.
 
10733
 
 
10734
 -- Daniel Jacobowitz <dan@debian.org>  Tue, 25 Aug 1998 11:44:09 -0400
 
10735
 
 
10736
egcs (1.0.99-0.5) unstable; urgency=low
 
10737
 
 
10738
  * New upstream snapshot 19980824.
 
10739
  * New gpc snapshot gpc-980822; reenabled gpc for alpha.
 
10740
 
 
10741
 -- Matthias Klose <doko@cs.tu-berlin.de>  Tue, 25 Aug 1998 01:21:08 +0200
 
10742
 
 
10743
egcs (1.0.99-0.4) unstable; urgency=low
 
10744
 
 
10745
  * New upstream snapshot 19980819. Should build glibc 2.0.9x on PPC.
 
10746
 
 
10747
 -- Matthias Klose <doko@cs.tu-berlin.de>  Wed, 19 Aug 1998 14:18:07 +0200
 
10748
 
 
10749
egcs (1.0.99-0.3) unstable; urgency=low
 
10750
 
 
10751
  * New upstream snapshot 19980816.
 
10752
  * debian/rules: build correct debian/control and debian/*.shlibs
 
10753
  * Enabled Haifa scheduler for ix86.
 
10754
 
 
10755
 -- Matthias Klose <doko@cs.tu-berlin.de>  Mon, 17 Aug 1998 16:29:35 +0200
 
10756
 
 
10757
egcs (1.0.99-0.2) unstable; urgency=low
 
10758
 
 
10759
  * New upstream snapshot: egcs-19980812, minor changes only.
 
10760
  * Fixes for building on `primary' targets.
 
10761
  * Disabled gpc on `alpha' architecture.
 
10762
  * Uses debhelper 1.1.6
 
10763
  * debian/control.in: Replace older snapshot versions in favor of newer
 
10764
    normal versions.
 
10765
  * debian/rules: Fixes building of binary-arch target only.
 
10766
 
 
10767
 -- Matthias Klose <doko@cs.tu-berlin.de>  Thu, 13 Aug 1998 11:59:41 +0200
 
10768
 
 
10769
egcs (1.0.99-0.1) unstable; urgency=low
 
10770
 
 
10771
  * New upstream version: pre egcs-1.1 version.
 
10772
  * Many changes ... for details see debian/changelog.snapshot in the
 
10773
    source package.
 
10774
  * New packages libstdc++2.9 and libstdc++2.9-dev.
 
10775
  * New libg++ snapshot 980731: new packages libg++2.9 and libg++2.9-dev.
 
10776
  * New gpc snapshot gpc-980729: new package gpc.
 
10777
  * Uses debhelper 1.1
 
10778
 
 
10779
 -- Matthias Klose <doko@cs.tu-berlin.de>  Mon, 10 Aug 1998 13:00:27 +0200
 
10780
 
 
10781
egcs-snapshot (19980803-4) experimental; urgency=low
 
10782
 
 
10783
  * rebuilt debian/control.
 
10784
 
 
10785
 -- Matthias Klose <doko@debian.org>  Wed,  5 Aug 1998 08:51:47 +0200
 
10786
 
 
10787
egcs-snapshot (19980803-3) experimental; urgency=low
 
10788
 
 
10789
  * debian/rules: fix installation locations of NEWS, header and
 
10790
    `undocumented' files.
 
10791
  * man pages aren't compressed for the snapshot package.
 
10792
 
 
10793
 -- Matthias Klose <doko@debian.org>  Tue,  4 Aug 1998 17:34:31 +0200
 
10794
 
 
10795
egcs-snapshot (19980803-2) experimental; urgency=low
 
10796
 
 
10797
  * debian/rules: Uses debhelper. Old in debian/rules.old.
 
10798
    renamed postinst, prerm files for use with debhelper.
 
10799
  * debian/{libg++2.9,libstdc++2.9}/postinst: call ldconfig only,
 
10800
    when called for configure.
 
10801
  * egcs-docs is architecture independent package.
 
10802
  * new libg++ snapshot 980731.
 
10803
  * installed libstdc++ api patch (still buggy).
 
10804
 
 
10805
 -- Matthias Klose <doko@debian.org>  Mon,  3 Aug 1998 13:20:59 +0200
 
10806
 
 
10807
egcs-snapshot (19980729-1) experimental; urgency=low
 
10808
 
 
10809
  * New snapshot version 19980729 from CVS archive.
 
10810
  * New gpc snapshot gpc-980729.
 
10811
  * Let gcc/configure decide about using the Haifa scheduler.
 
10812
  * Remove -DDEBIAN. That was needed for the security improvements with
 
10813
    regard to the /tmp problem. egcs-1.1 chooses another approach.
 
10814
  * Save test-protocol and extract gpc errors to gpc-test-summary.
 
10815
  * Tighten binutils dependency to 2.9.1.
 
10816
  * debian/rules: new build-info target
 
10817
  * debian/{control.in,rules}: _SO_ and BINUTILSV substitution.
 
10818
  * debian/rules: add dependency for debian/control.
 
10819
  * debian/rules: remove bin/c++filt
 
10820
  * TODO: next version will use debhelper; the unorganized moving of
 
10821
    files becomes unmanageable ...
 
10822
  * TODO: g++ headers in stdc++ package? check!
 
10823
 
 
10824
 -- Matthias Klose <doko@debian.org>  Thu, 30 Jul 1998 12:10:20 +0200
 
10825
 
 
10826
egcs-snapshot (19980721-1) experimental; urgency=low
 
10827
 
 
10828
  * Unreleased. Infinite loops in executables made by gpc.
 
10829
 
 
10830
 -- Matthias Klose <doko@debian.org>  Wed, 22 Jul 1998 18:07:20 +0200
 
10831
 
 
10832
egcs-snapshot (19980715-1) experimental; urgency=low
 
10833
 
 
10834
  * New snapshot version from CVS archive.
 
10835
  * New gpc snapshot gpc-980715.
 
10836
  * New libg++ version libg++-2.8.2-980708. Changed versioning
 
10837
    schema for library. The major versions of libc, libstdc++ and the
 
10838
    g++ interface are coded in the library name. Use this new schema,
 
10839
    but provide a symlink to our previous schema, since the library
 
10840
    seems to be binary compatible.
 
10841
  * [debian/rules]: Fixed bug in build target, when bootstrap returns
 
10842
    with an error
 
10843
 
 
10844
 -- Matthias Klose <doko@debian.org>  Wed, 15 Jul 1998 10:55:05 +0200
 
10845
 
 
10846
egcs-snapshot (19980701-1) experimental; urgency=low
 
10847
 
 
10848
  * New snapshot version from CVS archive.
 
10849
    Two check programs in libg++ had to be manually killed to finish the
 
10850
    testsuite (tBag and tSet).
 
10851
  * New gpc snapshot gpc-980629.
 
10852
  * Incorporated debian/rules changes from egcs-1.0.3a-0.5 (but don't remove
 
10853
    gcc/cp/parse.c gcc/c-parse.c gcc/c-parse.y gcc/objc/objc-parse.c
 
10854
    gcc/objc/objc-parse.y, since these files are part of the release).
 
10855
  * Disable the -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP -DDEBIAN flags for the
 
10856
    snapshot. egcs-1.1 will have another solution.
 
10857
  * Don't bootstrap the snapshot with -fno-force-mem. Internal compiler
 
10858
    error :-(
 
10859
  * libf2c.a and f2c.h have changed names to libg2c.a and g2c.h and
 
10860
    have moved again into the gcc-lib dir. They are installed under
 
10861
    libg2c.a and g2c.h. Is it necessary to provide links f2c -> g2c ?
 
10862
  * debian/rules: reflect change of build dir of libraries.
 
10863
 
 
10864
 -- Matthias Klose <doko@debian.org>  Wed,  2 Jul 1998 13:15:28 +0200
 
10865
 
 
10866
egcs-snapshot (19980628-0.1) experimental; urgency=low
 
10867
 
 
10868
  * New upstream snapshot version.
 
10869
  * Non-maintainer upload; Matthias appears to be absent currently.
 
10870
  * Updated shlibs.
 
10871
  * Merged changes from regular egcs:
 
10872
    * [debian/control] Tightened dependency on binutils to 2.8.1.0.23 or
 
10873
      newer, as according to INSTALL/SPECIFIC PowerPC (and possibly Sparc)
 
10874
      need this.
 
10875
    * [debian/rules] Clean up some generated files outside builddir,
 
10876
      so the .diff.gz becomes smaller.
 
10877
    * [debian/rules] Partial sync/update with the one for the regular egcs
 
10878
      version.
 
10879
  * [debian/rules] Make gcc/p/configure executable.
 
10880
 
 
10881
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Wed,  1 Jul 1998 07:12:15 +0200
 
10882
 
 
10883
egcs (1.0.3a-0.6) frozen unstable; urgency=low
 
10884
 
 
10885
  * Some libg++ development files were in libstdc++2.8-dev rather than
 
10886
    libg++2.8-dev. Fixed this and dealt with upgrading from the earlier
 
10887
    versions (fixes #23908; this bug is not marked release-critical, but
 
10888
    is annoying and can be quite confusing for users. Therefore, I think
 
10889
    this fix should go in 2.0).
 
10890
 
 
10891
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 30 Jun 1998 11:10:14 +0200
 
10892
 
 
10893
egcs (1.0.3a-0.5) frozen unstable; urgency=low
 
10894
 
 
10895
  * Fixed location of .hP files (Fixes #23448).
 
10896
  * [debian/rules] simplified extraction of the files for libg++2.8-dev.
 
10897
 
 
10898
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Wed, 17 Jun 1998 09:33:41 +0200
 
10899
 
 
10900
egcs (1.0.3a-0.4) frozen unstable; urgency=low
 
10901
 
 
10902
  * [gcc/gcc.c] There is one call to choose_temp_base for determining the
 
10903
    tempdir to be used only; #ifdef HAVE_MKSTEMP delete the tempfile created
 
10904
    as a side effect. (fixes #23123 for egcs).
 
10905
  * [gcc/collect2.c] There's still a vulnerability here; I don't see how
 
10906
    I can fix it without leaving behind tempfiles though.
 
10907
  * [debian/control] Tightened dependency on binutils to 2.8.1.0.23 or
 
10908
    newer, as according to INSTALL/SPECIFIC PowerPC (and possibly Sparc)
 
10909
    need this.
 
10910
  * [debian/rules] Clean up some generated files outside builddir, so the
 
10911
    .diff.gz becomes smaller.
 
10912
 
 
10913
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 13 Jun 1998 09:06:52 +0200
 
10914
 
 
10915
egcs-snapshot (19980608-1) experimental; urgency=low
 
10916
 
 
10917
  * New snapshot version.
 
10918
 
 
10919
 -- Matthias Klose <doko@debian.org>  Tue,  9 Jun 1998 14:07:44 +0200
 
10920
 
 
10921
egcs (1.0.3a-0.3) frozen unstable; urgency=high (security fixes)
 
10922
 
 
10923
  * [gcc/toplev.c] set flag_force_mem to 1 at optimisation level 3 or higher.
 
10924
    This works around #17768 which is considered release-critical.
 
10925
  * Changes by Matthias:
 
10926
    * [debian/README] Documentation of the compiler situation for Objective C.
 
10927
    * [debian/rules, debian/control.*] Generate control file from a master
 
10928
      file.
 
10929
    * [debian/rules] Updates for Pascal and Fortran parts; brings it in sync
 
10930
      with the one for the egcs snapshots.
 
10931
  * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.
 
10932
  * Really compile -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP (really fixes #19453
 
10933
    for egcs).
 
10934
  * [gcc/gcc.c] A couple of temp files weren't marked for deletion.
 
10935
 
 
10936
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sun, 31 May 1998 22:56:22 +0200
 
10937
 
 
10938
egcs (1.0.3a-0.2) frozen unstable; urgency=high (security fixes)
 
10939
 
 
10940
  * Security improvements with regard to the /tmp problem
 
10941
    (gcc opens predictably named files in TMPDIR which can be abused via
 
10942
    symlinks)  (Fixes #19453 for egcs).
 
10943
    * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
 
10944
      every time; affects gcc/gcc.c .
 
10945
    * [gcc/choose-temp.c, libiberty/choose-temp.c]: use mktemp(3) if compiled
 
10946
      -DUSE_MKSTEMP .
 
10947
    * Security improvements: don't use the result of choose_temp_base in a
 
10948
      predictable fashion.
 
10949
      [gcc/gcc.c]:
 
10950
      * @c, @objective-c: use random name rather then tempbasename.i for
 
10951
        intermediate preprocessor output (%g.i -> %d%u).
 
10952
      * @c, @objective-c: use random name rather then tempbasename.s for
 
10953
        intermediate compiler output (%g.s -> %d%u).
 
10954
      * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
 
10955
        "as [-o output file] <input file>" to
 
10956
        "as <input file> [-o output file]".
 
10957
      * @c, @objective-c, @assembler-with-cpp: use previous random name
 
10958
        (cc1|cpp output) rather then tempbasename.s for intermediate assembler
 
10959
        input (%g.s -> %U)
 
10960
      [gcc/f/lang-specs.h]:
 
10961
      * @f77-cpp-input: use random name rather then tempbasename.i for
 
10962
        intermediate cpp output (%g.i -> %d%u).
 
10963
      * @f77-cpp-input: use previous random name (cpp output) rather than
 
10964
        tempbasename.i for f771 input (%g.i -> %U).
 
10965
      * @f77-cpp-input: switched
 
10966
        "as [-o output file] <input file>" to
 
10967
        "as <input file> [-o output file]".
 
10968
      * @f77-cpp-input: use random name rather then tempbasename.s for
 
10969
        intermediate compiler output (%g.s -> %d%u).
 
10970
      * @ratfor: use random name rather then tempbasename.i for
 
10971
        intermediate ratfor output (%g.f -> %d%u).
 
10972
      * @ratfor: use previous random name (ratfor output) rather than
 
10973
        tempbasename.i for f771 input (%g.f -> %U).
 
10974
      * @ratfor: use random name rather then tempbasename.s for
 
10975
        intermediate compiler output (%g.s -> %d%u).
 
10976
      * @ratfor: switched
 
10977
        "as [-o output file] <input file>" to
 
10978
        "as <input file> [-o output file]".
 
10979
      * @ratfor: use previous random name
 
10980
        (ratfor output) rather then tempbasename.s for intermediate assembler
 
10981
        input (%g.s -> %U).
 
10982
      * @f77: use random name rather then tempbasename.s for
 
10983
        intermediate ratfor output (%g.f -> %d%u).
 
10984
      * @ratfor: use previous random name (ratfor output) rather than
 
10985
        tempbasename.i for f771 input (%g.f -> %U).
 
10986
      * @ratfor: use random name rather then tempbasename.s for
 
10987
        intermediate compiler output (%g.s -> %d%u).
 
10988
      * @ratfor: switched
 
10989
        "as [-o output file] <input file>" to
 
10990
        "as <input file> [-o output file]".
 
10991
      * @ratfor: use previous random name
 
10992
        (ratfor output) rather then tempbasename.s for intermediate assembler
 
10993
        input (%g.s -> %U).
 
10994
      * @f77: use random name rather then tempbasename.s for
 
10995
        intermediate compiler output (%g.s -> %d%u).
 
10996
      * @f77: switched
 
10997
        "as [-o output file] <input file>" to
 
10998
        "as <input file> [-o output file]".
 
10999
      * @ratfor: use random name rather then tempbasename.s for
 
11000
        intermediate compiler output (%g.s -> %U).
 
11001
  * Run the testsuite (this requires the dejagnu package in experimental;
 
11002
    unfortunately, it is difficult to distinguish this version from the one
 
11003
    in frozen).
 
11004
    if possible, and log the results in warn_summary and bootstrap-summary.
 
11005
  * [gcc/choose-temp.c, libiberty/choose-temp.c]: s|returh|return| in
 
11006
    comment.
 
11007
  * Added notes on the Debian compiler setup [debian/README] to the
 
11008
    development packages.
 
11009
  * Matthias:
 
11010
    * [libg++/etc/lf/Makefile.in] Replaced "-ltermcap" by "-lncurses".
 
11011
    * [debian/rules] Updated so it can be used for both egcs releases and
 
11012
      snapshots easily; added support for the GNU Pascal Compiler gpc.
 
11013
    * [contrib/test_summary, contrib/warn_summary] Added from CVS.
 
11014
    * Run compiler checks and include results in /usr/doc/<package>.
 
11015
    * Updates to the README.
 
11016
    * [debian/rules] Use assignments to speed up startup.
 
11017
  * [debian/rules] Show the important variables at the start of the build
 
11018
    process.
 
11019
  * [debian/control.secondary] Added a dependency of gobjc on egcc on
 
11020
    architectures where egcs provides the secondary compiler, as
 
11021
    /usr/bin/egcc is the compiler driver for gobjc. (Fixes #22829).
 
11022
  * [debian/control.*] Bumped Standards-Version; used shorter version
 
11023
    numbers in the dependency relationships (esthetic difference only);
 
11024
    fixed typo.
 
11025
 
 
11026
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 26 May 1998 21:47:41 +0200
 
11027
 
 
11028
egcs-snapshot (19980525-1) experimental; urgency=low
 
11029
 
 
11030
  * New snapshot version.
 
11031
 
 
11032
 -- Matthias Klose <doko@debian.org>  Tue, 26 May 1998 18:04:06 +0200
 
11033
 
 
11034
egcs-snapshot (19980517-1) experimental; urgency=low
 
11035
 
 
11036
  * "Initial" release of the egcs-snapshot package; many debian/* files
 
11037
    derived from the egcs-1.0.3a-0.1 package (maintained by Galen Hazelwood
 
11038
    <galenh@micron.net>, NMU's by J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>)
 
11039
  * The egcs-snapshot packages can coexist with the packages of the
 
11040
    egcs release. Package names have a '-ss' appended.
 
11041
  * All packages are installed in a separate tree (/usr/lib/egcs-ss following
 
11042
    the FHSS).
 
11043
  * Made all snapshot packages extra, all snapshot packages conflict
 
11044
    with correspondent egcs packages, which are newer than the snapshot.
 
11045
  * Included libg++-2.8.1-980505.
 
11046
  * Included GNU Pascal (gpc-980511).
 
11047
  * Haifa scheduler enabled for all snapshot packages.
 
11048
  * Run compiler checks and include results in /usr/doc/<package>.
 
11049
  * Further information in /usr/doc/<package>/README.snapshot.
 
11050
 
 
11051
 -- Matthias Klose <doko@debian.org>  Wed, 20 May 1998 11:14:06 +0200
 
11052
 
 
11053
egcs (1.0.3a-0.1) frozen unstable; urgency=low
 
11054
 
 
11055
  * New upstream release egcs-2.90.29 980515 (egcs-1.0.3 release)
 
11056
    (we were using 1.0.3-prerelease).  This includes the Haifa patches
 
11057
    we had since 1.0.3-0.2 and the gcc/objc/thr-posix.c patch we had
 
11058
    since 1.0.3-0.1; the differences with 1.0.3-prerelease + patches
 
11059
    we had is negligable.
 
11060
  * iostream info documentation was in the wrong package (libg++2.8-dev).
 
11061
    Now it's in libstdc++2.8-dev. (Thanks to Jens Rosenboom for bringing
 
11062
    this to my attention). As 1.0.3-0.3 didn't make it out of Incoming,
 
11063
    I'm not adding "Replaces:" for this; folks who had 1.0.3-0.3 installed
 
11064
    already know enough to use --force-overwrite.
 
11065
  * [gcc/objc/objc-act.c] Applied patch Matthias Klose supplied me with that
 
11066
    demangles Objective C method names in gcc error messages.
 
11067
  * Explicitly disable Haifa scheduling on Alpha, to make it easier to use
 
11068
    this package's diff with egcs snapshots, which may turn on Haifa
 
11069
    scheduling even though it is still unstable. (Requested by Chris Chimelis)
 
11070
  * Don't run "configure" again if builddir already exists (makes it faster
 
11071
    to restart builds in case one is hacking internals). Requested by
 
11072
    Johnnie Ingram.
 
11073
  * [gcc/gbl-ctors.h] Don't use extern declaration for atexit on glibc 2.1
 
11074
    and higher (the prototype has probably changed; having the declaration
 
11075
    broke Sparc compiles).
 
11076
  * [debian/rules] Determine all version number automatically (from the
 
11077
    version string in gcc/version.c).
 
11078
  * [debian/copyright] Updated FTP locations; added text about libg++ (fixes
 
11079
    #22465).
 
11080
 
 
11081
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 16 May 1998 17:41:44 +0200
 
11082
 
 
11083
egcs (1.0.3-0.3) frozen unstable; urgency=low
 
11084
 
 
11085
  * Made an "egcs-doc" package containing documentation for egcs (e)gcc,
 
11086
    g++, gobjc, so that administrators can choose whether to have this
 
11087
    documenation or the documentation that comes with the GNU gcc package.
 
11088
    Dependency on this is Recommends: on architectures where egcs provides
 
11089
    the primary C compiler; Suggests: on the others (where GNU gcc is still
 
11090
    the primary C compiler).
 
11091
  * Use the g++ FAQ from gcc/cp rather than libg++, as that version is more
 
11092
    up to date.
 
11093
  * Added iostream info documentation to libstdc++2.8-dev.
 
11094
 
 
11095
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Wed, 13 May 1998 08:46:10 +0200
 
11096
 
 
11097
egcs (1.0.3-0.2) frozen unstable; urgency=low
 
11098
 
 
11099
  * Added libg++ that works with egcs, found at
 
11100
    ftp://ftp.yggdrasil.com/private/hjl/libg++-2.8.1-980505.tar.gz
 
11101
    (fixes #20587 (Severity: important)).
 
11102
  * The "libg++" and "libg++-dev" virtual packages now refer to the GNU
 
11103
    extensions.
 
11104
  * Added the g++ FAQ that comes with libg++ to the g++ package.
 
11105
  * libg++/Makefile.in: added $(srcdir) to rule for g++FAQ.info so that it
 
11106
    builds OK in builddir.
 
11107
  * Added -D__i386__ to the cpp predefines on intel.
 
11108
  * Patches Matthias supplied me with:
 
11109
    * Further 1.0.3 prerelease patches from CVS.
 
11110
      This includes patches to the Haifa scheduler. Alpha porters, please
 
11111
      check if this makes the Haifa scheduler OK again.
 
11112
    * Objective C patches from CVS.
 
11113
 
 
11114
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Fri,  8 May 1998 14:43:20 +0200
 
11115
 
 
11116
egcs (1.0.3-0.1) frozen unstable; urgency=low (high for maintainers that use objc)
 
11117
 
 
11118
  * bug fixes only in new upstream version
 
11119
  * Applied patches from egcs CVS archive (egcs_1_03_prerelease)
 
11120
    (see gcc/ChangeLog in the egcs source package).
 
11121
  * libstdc++2.8-dev no longer Provides: libg++-dev (fixes #21153).
 
11122
  * libstdc++2.8-dev now Conflicts: libg++27-dev (bo),
 
11123
    libg++272-dev (hamm) [regular packages] rather than
 
11124
    Conflicts: libg++-dev [virtual package] to prepare the way for "libg++"
 
11125
    to be used as a virtual package for a new libg++ package (i.e. an up to
 
11126
    date one, which not longer contains libstdc++, but only the GNU
 
11127
    extensions) that is compatible with the egcs g++ packages. Such a package
 
11128
    isn't available yet. Joel Klecker tried building libg++2.8.1.1a within
 
11129
    egcs's libstdc++ setup, but it appears to need true gcc 2.8.1 .
 
11130
  * Filed Severity: important bugs against wxxt1-dev (#21707) because these
 
11131
    still depend on libg++-dev, which is removed in this version.
 
11132
    A fixed libsidplay1-dev has already been uploaded.
 
11133
  * libstdc++2.8 is now Section: base and Priority: required (as dselect is
 
11134
    linked against it).
 
11135
  * Disabled Haifa scheduling on Alpha again; Chris Chimelis reported
 
11136
    that this caused problems on some machines.
 
11137
  * [gcc/extend.texi]
 
11138
    ftp://maya.idiap.ch/pub/tmb/usenix88-lexic.ps.Z is no longer available;
 
11139
    use http://master.debian.org/~karlheg/Usenix88-lexic.pdf .
 
11140
    (fixes the egcs part of #20002).
 
11141
  * Updated Standards-Version.
 
11142
  * Changed chmod in debian/rules at Johnie Ingram's request.
 
11143
  * Rather than hardwire the Debian part of the packages' version number,
 
11144
    extract it from debian/changelog .
 
11145
  * Use gcc/objc/thr-posix.c from 980418 egcs snapshot to make objc work.
 
11146
    (Fixes #21192).
 
11147
  * Applied workaround for the GNUstep packages on sparc systems.
 
11148
    See README.sparc (on sparc packages only) in the doc directory.
 
11149
    This affects the other compilers as well.
 
11150
  * Already done in 1.0.2-0.7: the gobjc package now provides a virtual
 
11151
    package objc-compiler.
 
11152
 
 
11153
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 28 Apr 1998 12:05:28 +0200
 
11154
 
 
11155
egcs (1.0.2-0.7) frozen unstable; urgency=low
 
11156
 
 
11157
  * Separated out Objective-C compiler.
 
11158
  * Applied patch from http://www.cygnus.com/ml/egcs/1998-Apr/0614.html
 
11159
 
 
11160
 -- Matthias Klose <doko@debian.org>  Fri, 17 Apr 1998 10:25:48 +0200
 
11161
 
 
11162
egcs (1.0.2-0.6) frozen unstable; urgency=low
 
11163
 
 
11164
  * Due to upstream changes (libg++ is now only the GNU specific C++
 
11165
    classes, and is no longer maintained; libstdc++ contains the C++
 
11166
    standard library, including STL), the virtual "libg++-dev"
 
11167
    package's meaning has become confusing. Therefore, new or updated
 
11168
    packages should no longer use the virtual "libg++-dev" package.
 
11169
  * Corrected g++'s Recommends to libstdc++2.8-dev (>=2.90.27-0.1).
 
11170
    The previous version had Recommends: libstdc++-dev (>=2.90.27-0.1)
 
11171
    which doesn't work, as libstc++-dev is a virtual package.
 
11172
  * Bumped Standards-Version.
 
11173
 
 
11174
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 14 Apr 1998 11:52:08 +0200
 
11175
 
 
11176
egcs (1.0.2-0.5) frozen unstable; urgency=low (high for maintainers of packages that use libstdc++)
 
11177
 
 
11178
  * Modified shlibs file for libstdc++ to generate versioned dependencies,
 
11179
    as it is not link compatible with the 1.0.1-x versions in
 
11180
    project/experimental. (Fixes #20247, #20033)
 
11181
    Packages depending on libstd++ should be recompiled to fix their
 
11182
    dependencies.
 
11183
  * Strenghtened g++'s Recommends: libstdc++-dev to the 1.0.2 version or
 
11184
    newer.
 
11185
  * Fixed problems with the unknown(7) symlink for gcov.
 
11186
  * Reordering links now works.
 
11187
 
 
11188
 -- Adam Heath <adam.heath@usa.net>  Sun, 12 Apr 1998 13:09:30 -0400
 
11189
 
 
11190
egcs (1.0.2-0.4) frozen unstable; urgency=low
 
11191
 
 
11192
  * Unreleased. This is the version Adam Heath received from me.
 
11193
  * Replaces: gcc (<= 2.7.2.3-3) so that the overlap with the older gcc
 
11194
    packages (including bo's gcc_2.7.2.1-8) is handled properly
 
11195
    (fixes #19931, #19672, #20217, #20593).
 
11196
  * Alpha architecture (fixes #20875):
 
11197
    * Patched gcc/config/alpha/linux.h for the gmon functions to operate
 
11198
      properly.
 
11199
    * Made egcs the primary C compiler.
 
11200
    * Enabled Hafia scheduling.
 
11201
  * Lintian-detected problems:
 
11202
    * E: libstdc++2.8: ldconfig-symlink-before-shlib-in-deb usr/lib/libstdc++.so.2.8
 
11203
    * E: egcc: binary-without-manpage gcov
 
11204
      Reported as wishlist bug; added link to undocumented(7).
 
11205
    * W: libstdc++2.8: non-standard-executable-perm usr/lib/libstdc++.so.2.8.0 0555
 
11206
    * E: libstdc++2.8: shlib-with-executable-bit usr/lib/libstdc++.so.2.8.0 0555
 
11207
 
 
11208
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Fri, 10 Apr 1998 14:46:46 +0200
 
11209
 
 
11210
egcs (1.0.2-0.3) frozen unstable; urgency=low
 
11211
 
 
11212
  * Really fixed dependencies.
 
11213
 
 
11214
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Mon, 30 Mar 1998 11:30:26 +0200
 
11215
 
 
11216
egcs (1.0.2-0.2) frozen unstable; urgency=low
 
11217
 
 
11218
  * Fixed dependencies.
 
11219
 
 
11220
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 28 Mar 1998 13:58:58 +0100
 
11221
 
 
11222
egcs (1.0.2-0.1) frozen unstable; urgency=low
 
11223
 
 
11224
  * New upstream version; it now has -Di386 in CPP_PREDEFINES.
 
11225
  * Only used the debian/* patches from 1.0.1-2; the rest of it appears
 
11226
    to be in 1.0.2 already.
 
11227
 
 
11228
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Fri, 27 Mar 1998 11:47:14 +0100
 
11229
 
 
11230
egcs (1.0.1-2) unstable; urgency=low
 
11231
 
 
11232
  * Integrated pre-release 1.0.2 patches
 
11233
  * Split out g++
 
11234
  * egcs may now provide either the primary or secondary C compiler
 
11235
 
 
11236
 -- Galen Hazelwood <galenh@micron.net>  Sat, 14 Mar 1998 14:15:32 -0700
 
11237
 
 
11238
egcs (1.0.1-1) unstable; urgency=low
 
11239
 
 
11240
  * New upstream version
 
11241
  * egcs is now the standard Debian gcc!
 
11242
  * gcc now provides c-compiler (#15248 et al.)
 
11243
  * g77 now provides fortran77-compiler
 
11244
  * g77 dependencies now correct (#16991)
 
11245
  * /usr/doc/gcc/changelog.gz now has correct permissions (#16139)
 
11246
 
 
11247
 -- Galen Hazelwood <galenh@micron.net>  Sat,  7 Feb 1998 19:22:30 -0700
 
11248
 
 
11249
egcs (1.0-1) experimental; urgency=low
 
11250
 
 
11251
  * First official release
 
11252
 
 
11253
 -- Galen Hazelwood <galenh@micron.net>  Thu,  4 Dec 1997 16:30:11 -0700
 
11254
 
 
11255
egcs (970917-1) experimental; urgency=low
 
11256
 
 
11257
  * New upstream snapshot (There's a lot of stuff here as well, including
 
11258
    a new libstdc++, but it _still_ won't build...)
 
11259
  * eg77 driver now works properly
 
11260
 
 
11261
 -- Galen Hazelwood <galenh@micron.net>  Wed, 17 Sep 1997 20:44:29 -0600
 
11262
 
 
11263
egcs (970904-1) experimental; urgency=low
 
11264
 
 
11265
  * New upstream snapshot
 
11266
 
 
11267
 -- Galen Hazelwood <galenh@micron.net>  Sun,  7 Sep 1997 18:25:06 -0600
 
11268
 
 
11269
egcs (ss-970814-1) experimental; urgency=low
 
11270
 
 
11271
  * Initial packaging (of initial snapshot!)
 
11272
 
 
11273
 -- Galen Hazelwood <galenh@micron.net>  Wed, 20 Aug 1997 00:36:28 +0000
 
11274
 
 
11275
gcc272 (2.7.2.3-12) unstable; urgency=low
 
11276
 
 
11277
  * Compiled on a glibc-2.0 based system.
 
11278
  * Reflect move of manpage to /usr/share in gcc.postinst as well.
 
11279
  * Moved gcc272-docs to section doc, priority optional.
 
11280
 
 
11281
 -- Matthias Klose <doko@cs.tu-berlin.de>  Sat, 28 Aug 1999 13:42:13 +0200
 
11282
 
 
11283
gcc272 (2.7.2.3-11) unstable; urgency=low
 
11284
 
 
11285
  * Follow Debian policy for GNU system type (fixes #42657).
 
11286
  * config/i386/linux.h: Remove %[cpp_cpu] from CPP_SPEC. Stops gcc-2.95
 
11287
    complaining about obsolete spec operators (using gcc -V 2.7.2.3).
 
11288
    Patch suggested by Zack Weinberg <zack@bitmover.com>.
 
11289
 
 
11290
 -- Matthias Klose <doko@cs.tu-berlin.de>  Sun, 15 Aug 1999 20:12:21 +0200
 
11291
 
 
11292
gcc272 (2.7.2.3-10) unstable; urgency=low
 
11293
 
 
11294
  * Renamed source package to gcc272. The egcs source package is renamed
 
11295
    to gcc, because it's now the "official" GNU C compiler.
 
11296
  * Changed maintainer address to "Debian GCC maintainers".
 
11297
  * Install info and man stuff to /usr/share.
 
11298
 
 
11299
 -- Matthias Klose <doko@cs.tu-berlin.de>  Thu, 27 May 1999 12:29:23 +0200
 
11300
 
 
11301
gcc (2.7.2.3-9) unstable; urgency=low
 
11302
 
 
11303
  * debian/{postinst,prerm}-doc: handle gcc272.info, not gcc.info.
 
11304
    Fixes #36306.
 
11305
 
 
11306
 -- Matthias Klose <doko@cs.tu-berlin.de>  Tue, 20 Apr 1999 07:32:58 +0200
 
11307
 
 
11308
gcc (2.7.2.3-8) unstable; urgency=low
 
11309
 
 
11310
  * Make gcc-2.7 the secondary compiler. Rename gcc package to gcc272.
 
11311
    On i386, sparc and m68k, this package is compiled against glibc2.0.
 
11312
  * The cpp package is built from the egcs source package.
 
11313
 
 
11314
 -- Matthias Klose <doko@cs.tu-berlin.de>  Mon, 29 Mar 1999 22:48:50 +0200
 
11315
 
 
11316
gcc (2.7.2.3-7) frozen unstable; urgency=low
 
11317
 
 
11318
  * Separated out ObjC compiler to gobjc27 package.
 
11319
  * Changed maintainer address.
 
11320
  * Synchronized README.Debian with egcs-1.1.1-3.
 
11321
 
 
11322
 -- Matthias Klose <doko@cs.tu-berlin.de>  Tue, 29 Dec 1998 19:05:26 +0100
 
11323
 
 
11324
gcc (2.7.2.3-6) frozen unstable; urgency=low
 
11325
 
 
11326
  * Link with -lc on i386, m68k, sparc, when building shared libraries
 
11327
    (fixes #25122).
 
11328
 
 
11329
 -- Matthias Klose <doko@cs.tu-berlin.de>  Thu,  3 Dec 1998 12:12:12 +0200
 
11330
 
 
11331
gcc (2.7.2.3-5) frozen unstable; urgency=low
 
11332
 
 
11333
  * Updated maintainer info.
 
11334
  * Updated Standards-Version; made lintian-clean.
 
11335
  * gcc-docs can coexist with the latest egcs-docs, so added (<= version) to
 
11336
    the Conflicts.
 
11337
  * Updated the README and renamed it to README.Debian .
 
11338
  * Put a reference to /usr/doc/gcc/README.Debian in the info docs.
 
11339
  * Updated description of g++272 .
 
11340
  * Clean up generated info files, to keep the diff small.
 
11341
 
 
11342
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 17 Nov 1998 20:05:59 +0100
 
11343
 
 
11344
gcc (2.7.2.3-4.8) frozen unstable; urgency=high
 
11345
 
 
11346
  * Non-maintainer release
 
11347
  * Fix type in extended description
 
11348
  * Removed wrong test in postinst
 
11349
  * Add preinst to clean up some stuff from an older gcc package properly
 
11350
    and stop man complaining about dangling symlinks
 
11351
 
 
11352
 -- Wichert Akkerman <wakkerma@debian.org>  Fri, 17 Jul 1998 18:48:32 +0200
 
11353
 
 
11354
gcc (2.7.2.3-4.7) frozen unstable; urgency=high
 
11355
 
 
11356
  * Really fixed gcc-docs postinst (Fixes #23470), so that `gcc-docs'
 
11357
    becomes installable.
 
11358
 
 
11359
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Mon, 15 Jun 1998 07:53:40 +0200
 
11360
 
 
11361
gcc (2.7.2.3-4.6) frozen unstable; urgency=high
 
11362
 
 
11363
  * [gcc.c] There is one call to choose_temp_base for determining the
 
11364
    tempdir to be used only;
 
11365
    #ifdef HAVE_MKSTEMP delete the tempfile created as a side effect.
 
11366
    (fixes #23123 for gcc).
 
11367
  * gcc-docs postinst was broken (due to a broken line) (fixes #23391, #23401).
 
11368
  * [debian/control] description for gcc-docs said `egcs' where it should have
 
11369
    said `gcc' (fixes #23396).
 
11370
 
 
11371
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Thu, 11 Jun 1998 12:48:50 +0200
 
11372
 
 
11373
gcc (2.7.2.3-4.5) frozen unstable; urgency=high
 
11374
 
 
11375
  * The previous version left temporary files behind, as they were not
 
11376
    marked for deletion afterwards.
 
11377
 
 
11378
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sun, 31 May 1998 22:49:14 +0200
 
11379
 
 
11380
gcc (2.7.2.3-4.4) frozen unstable; urgency=high (security fixes)
 
11381
 
 
11382
  * Security improvements with regard to the /tmp problem
 
11383
    (gcc opens predictably named files in TMPDIR which can be abused via
 
11384
    symlinks)  (Fixes #19453 for gcc):
 
11385
    * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
 
11386
      every time; affects gcc/gcc.c .
 
11387
    * [cp/g++.c, collect2.c, gcc.c] If compiled -DHAVE_MKSTEMP use mkstemp(3)
 
11388
      rather than mktemp(3).
 
11389
    * Security improvements: don't use the result of choose_temp_base in a
 
11390
      predictable fashion.
 
11391
      [gcc.c]:
 
11392
      * @c, @objective-c: use random name rather then tempbasename.i for
 
11393
        intermediate preprocessor output (%g.i -> %d%u).
 
11394
      * @c, @objective-c: use random name rather then tempbasename.s for
 
11395
        intermediate compiler output (%g.s -> %d%u).
 
11396
      * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
 
11397
        "as [-o output file] <input file>" to
 
11398
        "as <input file> [-o output file]".
 
11399
      * @c, @objective-c, @assembler-with-cpp: use previous random name
 
11400
        (cc1|cpp output) rather then tempbasename.s for intermediate assembler
 
11401
        input (%g.s -> %U)
 
11402
      [f/lang-specs.h]:
 
11403
      * @f77-cpp-input: use random name rather then tempbasename.i for
 
11404
        intermediate cpp output (%g.i -> %d%u).
 
11405
      * @f77-cpp-input: use previous random name (cpp output) rather than
 
11406
        tempbasename.i for f771 input (%g.i -> %U).
 
11407
      * @f77-cpp-input: switched
 
11408
        "as [-o output file] <input file>" to
 
11409
        "as <input file> [-o output file]".
 
11410
      * @f77-cpp-input: use random name rather then tempbasename.s for
 
11411
        intermediate compiler output (%g.s -> %d%u).
 
11412
      * @ratfor: use random name rather then tempbasename.i for
 
11413
        intermediate ratfor output (%g.f -> %d%u).
 
11414
      * @ratfor: use previous random name (ratfor output) rather than
 
11415
        tempbasename.i for f771 input (%g.f -> %U).
 
11416
      * @ratfor: use random name rather then tempbasename.s for
 
11417
        intermediate compiler output (%g.s -> %d%u).
 
11418
      * @ratfor: switched
 
11419
        "as [-o output file] <input file>" to
 
11420
        "as <input file> [-o output file]".
 
11421
      * @ratfor: use previous random name
 
11422
        (ratfor output) rather then tempbasename.s for intermediate assembler
 
11423
        input (%g.s -> %U).
 
11424
      * @f77: use random name rather then tempbasename.s for
 
11425
        intermediate ratfor output (%g.f -> %d%u).
 
11426
      * @ratfor: use previous random name (ratfor output) rather than
 
11427
        tempbasename.i for f771 input (%g.f -> %U).
 
11428
      * @ratfor: use random name rather then tempbasename.s for
 
11429
        intermediate compiler output (%g.s -> %d%u).
 
11430
      * @ratfor: switched
 
11431
        "as [-o output file] <input file>" to
 
11432
        "as <input file> [-o output file]".
 
11433
      * @ratfor: use previous random name
 
11434
        (ratfor output) rather then tempbasename.s for intermediate assembler
 
11435
        input (%g.s -> %U).
 
11436
      * @f77: use random name rather then tempbasename.s for
 
11437
        intermediate compiler output (%g.s -> %d%u).
 
11438
      * @f77: switched
 
11439
        "as [-o output file] <input file>" to
 
11440
        "as <input file> [-o output file]".
 
11441
      * @ratfor: use random name rather then tempbasename.s for
 
11442
        intermediate compiler output (%g.s -> %U).
 
11443
 
 
11444
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 30 May 1998 17:27:03 +0200
 
11445
 
 
11446
gcc (2.7.2.3-4.3) frozen unstable; urgency=high
 
11447
 
 
11448
  * The "alpha" patches from -4 affected a lot more than alpha support,
 
11449
    and in all likeliness broke compilation of libc6 2.0.7pre3-1
 
11450
    and 2.0.7pre1-4 . I removed them by selective application of the
 
11451
    diff between -4 and -4. (should fix #22292).
 
11452
  * Fixed reference to the trampolines paper (fixes #20002 for Debian;
 
11453
    this still needs to be forwarded).
 
11454
  * This is for frozen too. (obsoletes #22390 (request to move -4.2 to
 
11455
    frozen)).
 
11456
  * Split of gcc-docs package, so that the gcc can be succesfully installed
 
11457
    on systems that have egcs-docs installed.
 
11458
  * Added the README on the compiler situation that's already in the egcs
 
11459
    packages.
 
11460
  * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.
 
11461
 
 
11462
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Thu, 28 May 1998 20:03:59 +0200
 
11463
 
 
11464
gcc (2.7.2.3-4.2) unstable; urgency=low
 
11465
 
 
11466
  * Still for unstable, as I have received no feedback about the g++272
 
11467
    package yet.
 
11468
  * gcc now Provides: objc-compiler .
 
11469
  * Clean up /etc/alternatives/{g++,g++.1.gz} if they are dangling.
 
11470
    (fixes #19765, #20563)
 
11471
 
 
11472
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Wed, 22 Apr 1998 12:40:45 +0200
 
11473
 
 
11474
gcc (2.7.2.3-4.1) unstable; urgency=low
 
11475
 
 
11476
  * Bumped Standards-Version.
 
11477
  * Forked off a g++272 package (e.g. for code that uses the GNU extensions
 
11478
    in libg++); for now this is in "unstable" only; feedback appreciated.
 
11479
  * Some cleanup (lintian): permissions, absolute link, gzip manpage.
 
11480
 
 
11481
 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Fri, 17 Apr 1998 13:05:25 +0200
 
11482
 
 
11483
gcc (2.7.2.3-4) unstable; urgency=low
 
11484
 
 
11485
  * Added alpha patches
 
11486
  * Only build C and objective-c compilers, split off g++
 
11487
 
 
11488
 -- Galen Hazelwood <galenh@micron.net>  Sun,  8 Mar 1998 21:16:39 -0700
 
11489
 
 
11490
gcc (2.7.2.3-3) unstable; urgency=low
 
11491
 
 
11492
  * Added patches for m68k
 
11493
  * Added patches for sparc (#13968)
 
11494
 
 
11495
 -- Galen Hazelwood <galenh@micron.net>  Fri, 17 Oct 1997 18:25:21 -0600
 
11496
 
 
11497
gcc (2.7.2.3-2) unstable; urgency=low
 
11498
 
 
11499
  * Added g77 support (g77 0.5.21)
 
11500
 
 
11501
 -- Galen Hazelwood <galenh@micron.net>  Wed, 10 Sep 1997 18:44:54 -0600
 
11502
 
 
11503
gcc (2.7.2.3-1) unstable; urgency=low
 
11504
 
 
11505
  * New upstream version
 
11506
  * Now using pristine source
 
11507
  * Removed misplaced paragraph in cpp.texi (#10877)
 
11508
  * Fix security bug for temporary files (#5298)
 
11509
  * Added Suggests: libg++-dev (#12335)
 
11510
  * Patched objc/thr-posix.c to support conditions (#12502)
 
11511
 
 
11512
 -- Galen Hazelwood <galenh@micron.net>  Mon,  8 Sep 1997 12:20:07 -0600
 
11513
 
 
11514
gcc (2.7.2.2-7) unstable; urgency=low
 
11515
 
 
11516
  * Made cc and c++ managed through alternates mechanism (for egcs)
 
11517
 
 
11518
 -- Galen Hazelwood <galenh@micron.net>  Tue, 19 Aug 1997 22:37:03 +0000
 
11519
 
 
11520
gcc (2.7.2.2-6) unstable; urgency=low
 
11521
 
 
11522
  * Tweaked Objective-C thread support (#11069)
 
11523
 
 
11524
 -- Galen Hazelwood <galenh@micron.net>  Wed,  9 Jul 1997 11:56:57 -0600
 
11525
 
 
11526
gcc (2.7.2.2-5) unstable; urgency=low
 
11527
 
 
11528
  * More updated m68k patches
 
11529
  * Now conflicts with libc5-dev (#10006, #10112)
 
11530
  * More strict Depends: cpp, prevents version mismatch (#9954)
 
11531
 
 
11532
 -- Galen Hazelwood <galenh@micron.net>  Thu, 19 Jun 1997 01:29:02 -0600
 
11533
 
 
11534
gcc (2.7.2.2-4) unstable; urgency=low
 
11535
 
 
11536
  * Moved to unstable
 
11537
  * Temporarily removed fortran support (waiting for new g77)
 
11538
  * Updated m68k patches
 
11539
 
 
11540
 -- Galen Hazelwood <galenh@micron.net>  Fri,  9 May 1997 13:35:14 -0600
 
11541
 
 
11542
gcc (2.7.2.2-3) experimental; urgency=low
 
11543
 
 
11544
  * Built against libc6 (fixes bug #8511)
 
11545
 
 
11546
 -- Galen Hazelwood <galenh@micron.net>  Fri, 4 Apr 1997 13:30:10 -0700
 
11547
 
 
11548
gcc (2.7.2.2-2) experimental; urgency=low
 
11549
 
 
11550
  * Fixed configure to build crt{begin,end}S.o on i386
 
11551
 
 
11552
 -- Galen Hazelwood <galenh@micron.net>  Tue, 11 Mar 1997 16:15:02 -0700
 
11553
 
 
11554
gcc (2.7.2.2-1) experimental; urgency=low
 
11555
 
 
11556
  * Built for use with libc6-dev (experimental purposes only!)
 
11557
  * Added m68k patches from Andreas Schwab
 
11558
 
 
11559
 -- Galen Hazelwood <galenh@micron.net>  Fri, 7 Mar 1997 12:44:17 -0700
 
11560
 
 
11561
gcc (2.7.2.1-7) unstable; urgency=low
 
11562
 
 
11563
  * Patched to support g77 0.5.20
 
11564
 
 
11565
 -- Galen Hazelwood <galenh@micron.net>  Thu, 6 Mar 1997 22:20:23 -0700
 
11566
 
 
11567
gcc (2.7.2.1-6) unstable; urgency=low
 
11568
 
 
11569
  * Added (small) manpage for protoize/unprotoize (fixes bug #6904)
 
11570
  * Removed -lieee from specs file (fixes bug #7741)
 
11571
  * No longer builds aout-gcc
 
11572
 
 
11573
 -- Galen Hazelwood <galenh@micron.net>  Mon, 3 Mar 1997 11:10:20 -0700
 
11574
 
 
11575
gcc (2.7.2.1-5) unstable; urgency=low
 
11576
 
 
11577
  * debian/control now lists cpp in section "interpreters"
 
11578
  * Re-added Objective-c patches for unstable
 
11579
 
 
11580
 -- Galen Hazelwood <galenh@micron.net>  Wed, 22 Jan 1997 10:27:52 -0700
 
11581
 
 
11582
gcc (2.7.2.1-4) stable unstable; urgency=low
 
11583
 
 
11584
  * Changed original source file so dpkg-source -x works
 
11585
  * Removed Objective-c patches (unsafe for stable)
 
11586
  * Built against rex's libc, so fixes placed in -3 are available to
 
11587
    those still using rex
 
11588
 
 
11589
 -- Galen Hazelwood <galenh@micron.net>  Tue, 21 Jan 1997 11:11:53 -0700
 
11590
 
 
11591
gcc (2.7.2.1-3) unstable; urgency=low
 
11592
 
 
11593
  * New (temporary) maintainer
 
11594
  * Updated to new standards and source format
 
11595
  * Integrated aout-gcc into gcc source package
 
11596
  * Demoted aout-gcc to Priority "extra"
 
11597
  * cpp package description more clear (fixes bug #5428)
 
11598
  * Removed cpp "Replaces: gcc" (fixes bug #5762)
 
11599
  * Minor fix to invoke.texi (fixes bug #2909)
 
11600
  * Added latest Objective-C patches for GNUstep people (fixes bug #4657)
 
11601
 
 
11602
 -- Galen Hazelwood <galenh@micron.net>  Sun, 5 Jan 1997 09:57:36 -0700