File cross-epiphany-gcc7-bootstrap.changes of Package gcc7 (Revision 187734aa35da961c8887dfcfbf97c713)
Currently displaying revision 187734aa35da961c8887dfcfbf97c713 , Show latest
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
3
4
- Adjust some ambiguous SPDX license specifications to prevent
5
spec-cleaner from messing up.
6
7
-------------------------------------------------------------------
8
Mon Oct 25 11:40:00 UTC 2021 - Lukas Lansky <lukas.lansky@suse.com>
9
10
- Add gcc7-pr55917.patch to do not handle exceptions in std::thread
11
(jsc#CAR-1182)
12
13
-------------------------------------------------------------------
14
Wed Oct 20 16:52:20 UTC 2021 - Giuliano Belinassi <giuliano.belinassi@suse.com>
15
16
- - Add gcc7-pfe-0001-Backport-Add-entry-for-patchable_function_entry.patch
17
gcc7-pfe-0002-Backport-Skip-fpatchable-function-entry-tests-for-nv.patch
18
gcc7-pfe-0003-Backport-Error-out-on-nvptx-for-fpatchable-function-.patch
19
gcc7-pfe-0004-Backport-Adapt-scan-assembler-times-for-alpha.patch
20
gcc7-pfe-0005-Backport-patchable_function_entry-decl.c-Use-3-NOPs-.patch
21
gcc7-pfe-0006-Backport-IBM-Z-Use-the-dedicated-NOP-instructions-fo.patch
22
gcc7-pfe-0007-Backport-Add-regex-to-search-for-uppercase-NOP-instr.patch
23
gcc7-pfe-0008-Backport-ICE-segmentation-fault-with-patchable_funct.patch
24
gcc7-pfe-0009-Backport-patchable_function_entry-decl.c-Pass-mcpu-g.patch
25
gcc7-pfe-0010-Backport-patchable_function_entry-decl.c-Do-not-run-.patch
26
gcc7-pfe-0011-Backport-patchable_function_entry-decl.c-Add-fno-pie.patch
27
gcc7-pfe-0012-Backport-PR-c-89946-ICE-in-assemble_start_function-a.patch
28
gcc7-pfe-0013-Backport-targhooks.c-default_print_patchable_functio.patch
29
gcc7-pfe-0014-Backport-Align-__patchable_function_entries-to-POINT.patch
30
gcc7-pfe-0015-Backport-Fix-PR-93242-patchable-function-entry-broke.patch
31
gcc7-pfe-0016-Backport-AArch64-PR92424-Fix-fpatchable-function-ent.patch
32
gcc7-pfe-0017-Backport-Fix-patchable-function-entry-on-arc.patch
33
gcc7-pfe-0018-Backport-Add-patch_area_size-and-patch_area_entry-to.patch
34
gcc7-pfe-0019-Backport-testsuite-Adjust-patchable_function-tests-f.patch
35
gcc7-pfe-0020-Backport-Use-the-section-flag-o-for-__patchable_func.patch
36
gcc7-pfe-0021-Backport-varasm-Fix-up-__patchable_function_entries-.patch
37
gcc7-pfe-0022-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
38
gcc7-pfe-0023-Fix-unwinding-issues-when-pfe-is-enabled.patch
39
to add -fpatchable-function-entry feature to gcc-7.
40
41
-------------------------------------------------------------------
42
Mon Sep 27 07:35:46 UTC 2021 - Richard Biener <rguenther@suse.com>
43
44
- Add gcc7-ada-MINSTKSZ.patch to fix build with glibc 2.34.
45
- Add bits/unistd_ext.h to the list of removed fixed includes.
46
47
-------------------------------------------------------------------
48
Wed Jul 21 06:27:06 UTC 2021 - Richard Biener <rguenther@suse.com>
49
50
- Add gcc7-sanitizer-cyclades.patch to remove cyclades.h use from
51
libsanitizer fixing builds with recent kernels.
52
53
-------------------------------------------------------------------
54
Wed Feb 3 09:31:02 UTC 2021 - Richard Biener <rguenther@suse.com>
55
56
- Remove include-fixed/pthread.h
57
- Change GCC exception licenses to SPDX format
58
59
-------------------------------------------------------------------
60
Sun Jan 31 16:41:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
61
62
- add gcc7-pr81942.patch [bsc#1181618]
63
64
-------------------------------------------------------------------
65
Mon Jan 4 09:29:07 UTC 2021 - Richard Biener <rguenther@suse.com>
66
67
- Amend gcc7-aarch64-moutline-atomics.patch for glibc namespace
68
violation with getauxval. [bsc#1167939]
69
70
-------------------------------------------------------------------
71
Thu Nov 26 17:17:44 UTC 2020 - Michael Matz <matz@suse.com>
72
73
- Add gcc7-aarch64-sls-miti-1.patch, gcc7-aarch64-sls-miti-2.patch,
74
gcc7-aarch64-sls-miti-3.patch to backport aarch64 Straight Line
75
Speculation mitigation [bsc#1172798, CVE-2020-13844]
76
- Add gcc7-fix-retrieval-of-testnames.patch to support usage in
77
testcases added by the above.
78
79
-------------------------------------------------------------------
80
Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
81
82
- Enable fortran for the nvptx offload compiler.
83
- Do not specify alternate offload compiler location at
84
configure time.
85
- Update README.First-for.SuSE.packagers
86
87
-------------------------------------------------------------------
88
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>
89
90
- Add gcc7-pr88522.patch to avoid assembler errors with AVX512
91
gather and scatter instructions when using -masm=intel.
92
- Amend gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to
93
reflect changes in option handling in the testsuite.
94
- Add gcc7-testsuite-fixes.patch to fix PR98001 and PR98002 which
95
are broken testcases showing with malloc debugging enabled.
96
97
-------------------------------------------------------------------
98
Thu Nov 19 08:22:09 UTC 2020 - Richard Biener <rguenther@suse.com>
99
100
- Add gcc7-aarch64-moutline-atomics.patch to backport the aarch64
101
-moutline-atomics feature and accumulated fixes but not its
102
default enabling. [jsc#SLE-12209, bsc#1167939]
103
- Order gcc7-pr92692.patch after gcc7-aarch64-moutline-atomics.patch
104
and refresh.
105
106
-------------------------------------------------------------------
107
Mon Nov 16 07:45:55 UTC 2020 - Richard Biener <rguenther@suse.com>
108
109
- Revert gcc7-pr97774.patch as it causes gdb to crash.
110
111
-------------------------------------------------------------------
112
Thu Nov 12 13:51:26 UTC 2020 - Richard Biener <rguenther@suse.com>
113
114
- Fix 32bit libgnat.so link. [bsc#1178675]
115
- Quote %{cross_arch} consistently when comparing expansion
116
against string in RPM %if condition.
117
118
-------------------------------------------------------------------
119
Tue Nov 10 15:24:57 UTC 2020 - Richard Biener <rguenther@suse.com>
120
121
- Add gcc7-pr97535.patch to fix memcpy miscompilation on aarch64.
122
[bsc#1178624, bsc#1178577]
123
124
-------------------------------------------------------------------
125
Tue Nov 10 10:11:33 UTC 2020 - Richard Biener <rguenther@suse.com>
126
127
- Add gcc7-pr97774.patch to fix debug line info for try/catch.
128
[bsc#1178614]
129
130
-------------------------------------------------------------------
131
Fri Sep 18 07:25:53 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
132
133
- Remove -mbranch-protection=standard (aarch64 flag) when gcc7 is
134
used to build gcc7 (ie when ada is enabled)
135
136
-------------------------------------------------------------------
137
Mon Mar 16 07:20:32 UTC 2020 - Richard Biener <rguenther@suse.com>
138
139
- Add gcc7-pr94148.patch to fix corruption of pass private ->aux
140
via DF. [gcc#94148]
141
142
-------------------------------------------------------------------
143
Wed Mar 4 12:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>
144
145
- Add gcc7-pr93888.patch to fix debug information issue with
146
inlined functions and passed by reference arguments. [gcc#93888]
147
148
-------------------------------------------------------------------
149
Fri Feb 28 16:59:30 UTC 2020 - Martin Liška <mliska@suse.cz>
150
151
- Add gcc7-pr93965.patch in order to fix binutils release
152
date detection issue.
153
154
-------------------------------------------------------------------
155
Wed Jan 29 09:56:19 UTC 2020 - Richard Biener <rguenther@suse.com>
156
157
- Add gcc48-bsc1161913.patch to fix register allocation issue with
158
exception handling code on s390x. [bsc#1161913]
159
160
-------------------------------------------------------------------
161
Wed Jan 22 17:25:50 UTC 2020 - matz@suse.com
162
163
- Add gcc7-pr92692.patch: Backport PR target/92692 to fix
164
miscompilation of some atomic code on aarch64. [bsc#1150164]
165
166
-------------------------------------------------------------------
167
Mon Jan 20 12:04:04 UTC 2020 - Richard Biener <rguenther@suse.com>
168
169
- Add gcc7-pr93246.patch: Backport PR middle-end/93246
170
171
-------------------------------------------------------------------
172
Thu Jan 9 14:26:17 UTC 2020 - Andreas Schwab <schwab@suse.de>
173
174
- gcc7-pr92154.patch: Backport PR sanitizer/92154
175
176
-------------------------------------------------------------------
177
Tue Jan 7 08:38:25 UTC 2020 - Richard Biener <rguenther@suse.com>
178
179
- Add gcc7-bsc1160086.patch to fix miscompilation in vectorized code
180
for s390x. [bsc#1160086] [gcc#92950]
181
182
-------------------------------------------------------------------
183
Thu Nov 14 09:29:39 UTC 2019 - Richard Biener <rguenther@suse.com>
184
185
- Update to GCC 7.5.0 release.
186
- Add gcc7-pr85887.patch to fix miscompilation with thread-safe local
187
static initialization. [gcc#85887]
188
189
-------------------------------------------------------------------
190
Wed Oct 2 07:46:40 UTC 2019 - Richard Biener <rguenther@suse.com>
191
192
- Add gcc7-bsc1146475.patch to fix debug info created for array
193
definitions that complete an earlier declaration. [bsc#1146475]
194
195
-------------------------------------------------------------------
196
Mon Sep 9 07:33:54 UTC 2019 - Richard Biener <rguenther@suse.com>
197
198
- Rework shared spec file parts to allow custom Summary and
199
Description for cross compilers. Clarify their Summary
200
and Description. [bsc#1148517]
201
- Reorder things in cross.spec.in so the Version define comes before
202
the first use of %version.
203
204
-------------------------------------------------------------------
205
Thu Sep 5 13:29:56 UTC 2019 - Richard Biener <rguenther@suse.com>
206
207
- Update to gcc-7-branch head (r275405).
208
* Pulls fix for POWER9 DARN miscompilation.
209
(bsc#1149145, CVE-2019-15847)
210
* Includes gcc8-pr89752.patch
211
212
-------------------------------------------------------------------
213
Fri Aug 16 09:51:33 UTC 2019 - Richard Biener <rguenther@suse.com>
214
215
- Remove bogus fixed include bits/statx.h from glibc 2.30. [gcc#91085]
216
217
-------------------------------------------------------------------
218
Thu Jul 25 10:51:53 UTC 2019 - rguenther@suse.com
219
220
- Update to gcc-7-branch head (r273795).
221
* Includes fix for LTO linker plugin heap overflow.
222
(bsc#1142649, CVE-2019-14250)
223
224
-------------------------------------------------------------------
225
Mon Jul 22 09:47:10 UTC 2019 - rguenther@suse.com
226
227
- Update to gcc-7-branch head (r273666).
228
* Fixes build with -Werror=return-type.
229
230
-------------------------------------------------------------------
231
Thu Jul 18 07:10:26 UTC 2019 - rguenther@suse.com
232
233
- Update to gcc-7-branch head (r273559).
234
* Includes fix for vector shift miscompilation on s390. [bsc#1141897]
235
236
-------------------------------------------------------------------
237
Wed Jun 12 10:37:51 UTC 2019 - Martin Liška <mliska@suse.cz>
238
239
- Add gcc7-flive-patching.patch patch. [bsc#1071995, fate#323487]
240
241
-------------------------------------------------------------------
242
Wed May 22 12:56:05 UTC 2019 - Martin Liška <mliska@suse.cz>
243
244
- Strip -flto from $optflags.
245
246
-------------------------------------------------------------------
247
Wed Apr 24 09:52:10 UTC 2019 - rguenther@suse.com
248
249
- Update to gcc-7-branch head (r270528).
250
* Disables switch jump-tables when retpolines are used.
251
[bsc#1131264, jsc#SLE-6738]
252
253
-------------------------------------------------------------------
254
Thu Mar 28 08:21:08 UTC 2019 - rguenther@suse.com
255
256
- Add gcc8-pr89752.patch to fix ICE compiling tensorflow on aarch64.
257
[bsc#1129389]
258
259
-------------------------------------------------------------------
260
Thu Mar 14 09:19:08 UTC 2019 - rguenther@suse.com
261
262
- Update to gcc-7-branch head (r269676).
263
* Pulls fix for aarch64 FMA steering pass use-after-free. [bsc#1128794]
264
* Fixes ICE compiling tensorflow. [bsc#1129389]
265
- Change URLs to use https.
266
267
-------------------------------------------------------------------
268
Fri Feb 8 07:50:27 UTC 2019 - rguenther@suse.com
269
270
- Update to gcc-7-branch head (r268660).
271
* Pulls fix for s390x FP load-and-test issue. [bnc#1124644]
272
- Improve build reproducability by disabling address-space randomization
273
during build.
274
275
-------------------------------------------------------------------
276
Mon Jan 7 08:35:49 UTC 2019 - rguenther@suse.com
277
278
- Update gcc44-rename-info-files.patch to adjust gnat manual
279
entries in the info directory. [bnc#1114592]
280
281
-------------------------------------------------------------------
282
Thu Dec 6 12:07:47 UTC 2018 - rguenther@suse.com
283
284
- Update to GCC 7.4 release.
285
- Fix AVR configuration to not use __cxa_atexit or libstdc++ headers.
286
Point to /usr/avr/sys-root/include as system header include directory.
287
288
-------------------------------------------------------------------
289
Fri Aug 17 08:36:04 UTC 2018 - rguenther@suse.com
290
291
- Update to gcc-7-branch head (r263609).
292
* Includes fix for build with ISL 0.20.
293
* Includes fix to no longer try linking -lieee with -mieee-fp.
294
[bnc#1084842]
295
296
-------------------------------------------------------------------
297
Fri Jun 29 10:25:01 UTC 2018 - rguenther@suse.com
298
299
- Update to gcc-7-branch head (r262243).
300
* Pulls fix for libcpp lexing bug on ppc64le manifesting during
301
build with gcc8. [bnc#1099119]
302
* Pulls fix for forcing compile-time tuning even when building
303
with -march=z13 on s390x. [bnc#1099192]
304
305
-------------------------------------------------------------------
306
Thu Jun 7 10:20:14 UTC 2018 - rguenther@suse.com
307
308
- Update to gcc-7-branch head (r261272).
309
* Fixes support for 32bit ASAN with glibc 2.27+
310
* Includes gcc7-bnc1087550.diff
311
312
-------------------------------------------------------------------
313
Wed Apr 18 14:02:32 UTC 2018 - rguenther@suse.com
314
315
- Update gcc7-bnc1087550.diff with latest changes. [bnc#1087550]
316
317
-------------------------------------------------------------------
318
Wed Apr 11 07:35:40 UTC 2018 - rguenther@suse.com
319
320
- Update gcc7-bnc1087550.diff with fix from upstream that supports
321
both ABIs for ios_base::failure. [bnc#1087550]
322
323
-------------------------------------------------------------------
324
Mon Apr 9 13:51:55 UTC 2018 - rguenther@suse.com
325
326
- Set SUSE_ASNEEDED to zero during %install so libasan keeps its
327
NEEDED entry for libstdc++.so. [GCC#84428]
328
329
-------------------------------------------------------------------
330
Fri Apr 6 09:05:43 UTC 2018 - rguenther@suse.com
331
332
- Enable --enable-fix-cortex-a53-835769 for aarch64.
333
- Add gcc7-bnc1087550.diff to revert the ios_base::failure ABI
334
back to compatible behavior with the default ABI. [bnc#1087550]
335
336
-------------------------------------------------------------------
337
Tue Apr 3 12:54:54 UTC 2018 - rguenther@suse.com
338
339
- Update to gcc-7-branch head (r258812).
340
* Picks fix to no longer enable -mpc-relative-literal-loads by default
341
with --enable-fix-cortex-a53-843419.
342
- Enable --enable-fix-cortex-a53-843419 on aarch64. [bnc#1084812]
343
[bnc#1087930]
344
345
-------------------------------------------------------------------
346
Wed Mar 7 08:59:22 UTC 2018 - rguenther@suse.com
347
348
- Update to gcc-7-branch head (r258313).
349
* includes spectre V2 mitigation patch for s390x. [bnc#1083946]
350
351
-------------------------------------------------------------------
352
Thu Mar 1 13:03:25 UTC 2018 - rguenther@suse.com
353
354
- Fix nvptx offload target compiler install so GCC can pick up
355
required files. Split out the newlib part into cross-nvptx-newlib7-devel
356
and avoid conflicts with GCC 8 variant via Provides/Conflicts
357
of cross-nvptx-newlib-devel.
358
359
-------------------------------------------------------------------
360
Tue Feb 27 08:37:14 UTC 2018 - mliska@suse.cz
361
362
- Update to gcc-7-branch head (r258025).
363
* includes fix for chromium build failure. [bnc#1083290]
364
365
-------------------------------------------------------------------
366
Mon Feb 26 09:02:16 UTC 2018 - rguenther@suse.com
367
368
- Update to gcc-7-branch head (r257981).
369
- Add conflicts to non-bootstrap variant for cross packages to silence
370
repo-checker.
371
- Amend gcc48-remove-mpfr-2.4.0-requirement.patch to fix build on SLE11.
372
373
-------------------------------------------------------------------
374
Thu Feb 1 09:26:51 UTC 2018 - rguenther@suse.com
375
376
- Use %{?_smp_mflags} everywhere.
377
- Update _constraints to bump physicalmemory and general simplification.
378
379
-------------------------------------------------------------------
380
Thu Jan 25 09:46:10 UTC 2018 - rguenther@suse.com
381
382
- Update to GCC 7.3 release.
383
384
-------------------------------------------------------------------
385
Mon Jan 22 11:29:58 UTC 2018 - schwab@suse.de
386
387
- Move misplaced %endif
388
389
-------------------------------------------------------------------
390
Wed Jan 17 13:13:12 UTC 2018 - rguenther@suse.com
391
392
- Update to GCC 7.3.0 RC1 (r256792).
393
394
-------------------------------------------------------------------
395
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
396
397
- Update to gcc-7-branch head (r256737)
398
* Includes gcc7-pr81481.diff
399
* Adds backport of retpoline support via -mindirect-branch=,
400
-mfunction-return= and friends. [bnc#1074621]
401
402
-------------------------------------------------------------------
403
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
404
405
- Handle new debug sources filelist variant debugsourcefiles.list.
406
- Prune libstdc++ includes for crosses.
407
408
-------------------------------------------------------------------
409
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
410
411
- Do not install target parts of cross compilers into the sysroot
412
but instead fixup manually (once required).
413
414
-------------------------------------------------------------------
415
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com
416
417
- Update to gcc-7-branch head (r256067).
418
- Deal with C++ being disabled for crosses.
419
- For crosses that have a target triplet not matching that of binutils
420
create symlinks to as and ld in the GCC private directory.
421
422
-------------------------------------------------------------------
423
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
424
425
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
426
integration.
427
428
-------------------------------------------------------------------
429
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
430
431
- Add gcc7-avoid-fixinc-error.diff to avoid install-host aborting
432
on non-existing target include directory. Remove --with-build-sysroot=/
433
hack from icecream cross configs, no longer prune include-fixed for
434
them to retain a GCC provided limits.h. Remove installed install-tools.
435
436
-------------------------------------------------------------------
437
Thu Nov 23 09:30:47 UTC 2017 - rguenther@suse.com
438
439
- Add gcc7-pr82248.diff to fix bogus stack probe instruction on ARM.
440
[bnc#1068967]
441
442
-------------------------------------------------------------------
443
Fri Oct 20 11:12:53 UTC 2017 - rguenther@suse.com
444
445
- Update to gcc-7-branch head (r253932).
446
* contains fix for PR82445 which is about a RPI1 bootloader
447
miscompile. [bnc#1061667]
448
449
-------------------------------------------------------------------
450
Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com
451
452
- Update to gcc-7-branch head (r253435). [fate#321452, fate#321496]
453
[fate#323972]
454
* contains fix for PR82406 which blocks chromium build.
455
- Add gcc7-pr81481.diff to fix a register allocation issue.
456
[bnc#1048861]
457
458
-------------------------------------------------------------------
459
Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com
460
461
- Update to gcc-7-branch head (r253221).
462
* Includes similar fix to gcc41-ppc32-retaddr.patch, disable the
463
patch but keep the testcase.
464
465
-------------------------------------------------------------------
466
Mon Sep 25 20:22:09 UTC 2017 - matz@suse.de
467
468
- Add support for zero-sized VLAs and allocas with
469
-fstack-clash-protection. [bnc #1059075]
470
Changes gcc7-stack-probe.diff.
471
472
-------------------------------------------------------------------
473
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
474
475
- Update to gcc-7-branch head (r251579).
476
* Includes GCC 7.2 release.
477
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
478
479
-------------------------------------------------------------------
480
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
481
482
- Sort tar file list to make cross-* packages build reproducibly
483
(boo#1041090)
484
485
-------------------------------------------------------------------
486
Tue Aug 8 12:38:37 UTC 2017 - rguenther@suse.com
487
488
- Add gcc7-pr81766.diff to fix grub2 build.
489
490
-------------------------------------------------------------------
491
Fri Aug 4 11:41:36 UTC 2017 - rguenther@suse.com
492
493
- Update to gcc-7-branch head (r250819).
494
* Includes GCC 7.2 RC1.
495
* Includes fix for gcov crash. [bnc#1050487]
496
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
497
[bnc#1039513].
498
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.
499
500
-------------------------------------------------------------------
501
Thu Jun 29 08:54:57 UTC 2017 - rguenther@suse.com
502
503
- Update to gcc-7-branch head (r249772).
504
* Includes patch for PR81080. [bnc#1044016]
505
* Includes patch for PR81204. [bnc#1045732]
506
* Includes patch for PR81112. [bnc#1043966]
507
508
-------------------------------------------------------------------
509
Tue Jun 13 08:42:45 UTC 2017 - rguenther@suse.com
510
511
- Fix cross compiler update-alternatives machinery to make rpmlint
512
happy.
513
514
-------------------------------------------------------------------
515
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
516
517
- Update plugin enablement guard to use %sle_version. [bnc#1043590]
518
519
-------------------------------------------------------------------
520
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com
521
522
- Update to gcc-7-branch head (r248970).
523
* Includes gcc7-pr80593.patch.
524
525
-------------------------------------------------------------------
526
Tue May 30 07:39:56 UTC 2017 - rguenther@suse.com
527
528
- Update to gcc-7-branch head (r248590).
529
- Add #!BuildIgnore: gcc-PIE also to cross compiler builds.
530
531
-------------------------------------------------------------------
532
Wed May 17 12:09:04 UTC 2017 - rguenther@suse.com
533
534
- Update to gcc-7-branch head (r248152)
535
- Drop not working SLE-10 build support.
536
- For SLE-15 make the i586 compiler generate code for architecture
537
level of x86_64.
538
- Add gcc7-pr80593.patch to fix ceph build. [bnc#1025891]
539
540
-------------------------------------------------------------------
541
Thu May 4 10:12:09 UTC 2017 - rguenther@suse.com
542
543
- Update to gcc-7-branch head (r247545)
544
* Includes GCC 7.1 release
545
- For SLE15 change ppc64le tuning to power9. [fate#322728]
546
- Change tarball compression to xz, BuildRequire xz.
547
548
-------------------------------------------------------------------
549
Fri Apr 28 12:26:08 UTC 2017 - rguenther@suse.com
550
551
- Update to gcc-7-branch head (r247368)
552
* Includes GCC 7.1 RC2
553
* Includes ARM ABI fix for PR77728, fixing ABI incompatibility
554
with GCC 4.8.
555
556
-------------------------------------------------------------------
557
Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
558
559
- Update to gcc-7-branch head (r247019).
560
- Always create nvptx offloading cross spec file.
561
- Fix libada provides/conflicts.
562
- Package gcov.h.
563
- Add #!BuildIgnore: gcc-PIE.
564
- Fix update-alternatives.
565
566
-------------------------------------------------------------------
567
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
568
569
- Add update-alternatives for binaries produces by cross compilers.
570
- Add nospeccleaner comment, remove legacy norootforbuild and
571
icecream.
572
573
-------------------------------------------------------------------
574
Fri Mar 31 08:51:09 UTC 2017 - rguenther@suse.com
575
576
- Update to gcc trunk head (r246609).
577
- Add cross-binutils Requires to cross-gcc packages.
578
579
-------------------------------------------------------------------
580
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
581
582
- Really fix libtsan requirement on ppc. [boo#1030623]
583
- Also fix liblsan requirement on pcc.
584
585
-------------------------------------------------------------------
586
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com
587
588
- Update to gcc trunk head (r246414).
589
- Package gcov-dump.
590
- Remove gcc7-debug-dwarf2out-ice.patch.
591
- Add gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to remove
592
useless warning from Wextra that causes build fails due to excessive
593
log file size.
594
- Remove libtsan Requires from the gcc7-32bit package, tsan doesn't have
595
a 32bit multilib on any arch. [boo#1030623]
596
597
-------------------------------------------------------------------
598
Mon Mar 13 10:56:29 UTC 2017 - rguenther@suse.com
599
600
- Update to gcc trunk head (r246083).
601
602
-------------------------------------------------------------------
603
Wed Mar 8 14:10:58 UTC 2017 - rguenther@suse.com
604
605
- Update to gcc trunk head (r245976).
606
- BuildRequire at least gcc-4.8 Ada.
607
- Enable asan and ubsan for s390.
608
- Also require gcc-c++ of the host compiler version used when that
609
is changed due to Ada requirements.
610
611
-------------------------------------------------------------------
612
Tue Feb 14 08:00:25 UTC 2017 - rguenther@suse.com
613
614
- Update to gcc trunk head (r245417).
615
- Enable profiledbootstrap for %ix86, build with release checking.
616
- Build stage1 with -O2 -g.
617
- Enable Ada for s390x.
618
- Enable asan and ubsan for s390x.
619
- Refresh gcc44-rename-info-files.patch.
620
621
-------------------------------------------------------------------
622
Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com
623
624
- Fix up nvptx offloading so that it actually works.
625
626
-------------------------------------------------------------------
627
Tue Jan 31 12:25:34 UTC 2017 - rguenther@suse.com
628
629
- Update to gcc trunk head (r245052).
630
- Use plain avr as gcc target for AVR to match what binutils does.
631
[bnc#1022404]
632
- Cleanup spec file and gcc7-rpmlintrc a bit.
633
634
-------------------------------------------------------------------
635
Thu Jan 26 15:10:21 UTC 2017 - rguenther@suse.com
636
637
- Update to gcc trunk head (r244934).
638
- Add accelerator offloading cross to nvptx-none, for this also
639
add nvptx-newlib.tar.bz2.
640
641
-------------------------------------------------------------------
642
Tue Jan 24 12:56:39 UTC 2017 - rguenther@suse.com
643
644
- Update to gcc trunk head (r244867).
645
- Bump libgo SO version to 11.
646
- PowerPC now supports lsan and tsan.
647
- Correct lsan/tsan packaging who are 64bits only.
648
649
-------------------------------------------------------------------
650
Fri Jan 20 08:36:18 UTC 2017 - rguenther@suse.com
651
652
- Update to gcc trunk head (r244684).
653
- Use --with-gcc-major-version-only and drop gcc-dir-version.patch.
654
- Enable offloading for nvptx-none on the host (offload compiler still
655
missing). Re-enable HSA offloading.
656
- Re-add missing cross.spec.in and enable crosses.
657
658
-------------------------------------------------------------------
659
Thu Jan 12 12:01:01 UTC 2017 - rguenther@suse.com
660
661
- Update to gcc trunk head (r244350).
662
- Package avx512vpopcntdqintrin.h and sgxintrin.h on x86_64/i?86.
663
664
-------------------------------------------------------------------
665
Wed Dec 14 14:34:22 UTC 2016 - rguenther@suse.com
666
667
- Update to gcc trunk head (r243648).
668
- Package {arm,aarch64}/arm_fp16.h and arm/arm_cmse.h.
669
670
-------------------------------------------------------------------
671
Mon Nov 28 10:43:45 UTC 2016 - rguenther@suse.com
672
673
- Remove broken libffi build support.
674
- Remove more Java remanents.
675
676
-------------------------------------------------------------------
677
Fri Nov 25 08:30:28 UTC 2016 - mliska@suse.cz
678
679
- Update to gcc trunk (r242874).
680
- Add avx5124fmapsintrin.h and avx5124vnniwintrin.h header files.
681
682
-------------------------------------------------------------------
683
Wed Nov 23 15:36:06 UTC 2016 - mliska@suse.cz
684
685
- New package, inherits from gcc6
686
* gcc-dir-version.patch, drop patchlevel from install directory names
687
* gcc-add-defaultsspec.diff, add the ability to provide a specs file
688
that is read by default
689
* tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
690
Xen
691
* gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
692
* gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc
693
* gcc44-textdomain.patch, make translation files version specific and
694
adjust textdomain to find them
695
* gcc44-rename-info-files.patch, fix cross-references in info files when
696
renaming them to be version specific
697
* gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
698
html documentation
699
* gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
700
mpfr versions on old products
701
* gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
702
- Drops
703
* libjava-no-multilib.diff, gcc41-java-slow_pthread_self.patch
704
and all Java related hunks in included patches
705
because Java is no longer included in GCC 7.
706
* gcc6-hsa-enablement.patch as it's part of trunk
707
* gcc6-libsanitizer-aarch64-vma48.patch as it's part of trunk
708
* gcc6-SOURCE_DATE_EPOCH.patch as it's part of trunk
709