Skip to content

Commit 03a56dc

Browse files
gcc-5646
Imported from gcc-5646.tar.gz
1 parent 88e40d3 commit 03a56dc

File tree

2,710 files changed

+32564
-85369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,710 files changed

+32564
-85369
lines changed

ChangeLog.apple

+31-81
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,34 @@
1-
2009-05-27 Bob Wilson <[email protected]>
2-
3-
Radar 6915254
4-
* build_gcc: When the Legacy PDK (or whatever B&I uses) is not
5-
available, fall back to use the internal iPhone SDK with the tools
6-
from the iPhone platform directory.
7-
8-
2009-02-25 Jim Grosbach <[email protected]>
9-
10-
Radar 6611402
11-
* build_gcc (ARM_MAKEFLAGS, ARM_MULTILIB_ARCHS): New.
12-
* build_libgcc (ARM_MAKEFLAGS, ARM_MULTILIB_ARCHS): New.
13-
14-
2008-09-22 Jon Ziegler <[email protected]>
15-
16-
Bring in Eugene's fix from the SnowLeopard compiler.
17-
2008-08-06 Eugene Marinelli <[email protected]>
18-
Radar 6123671
19-
* driverdriver.c (main): Instead of aborting, print a fatal error when
20-
there is no argument after -o.
21-
22-
2008-08-26 Josh Conner <[email protected]>
23-
24-
Radar 6162685
25-
* build_libgcc: Strip libgcc.
26-
27-
Radar 6175043
28-
* build_libgcc: Disable bootstrap if BOOTSTRAP is empty.
29-
30-
2008-08-07 Jim Grosbach <[email protected]>
31-
32-
* build_libgcc: enable building fat for v4/v6/v7
33-
34-
2008-06-27 Josh Conner <[email protected]>
35-
36-
* build_libgcc: s/[^-]-enable-werror/--enable-werror/
37-
Also, strip out --enable-werror for ARM builds.
38-
39-
2008-06-19 Josh Conner <[email protected]>
40-
41-
* build_gcc: s/[^-]-enable-werror/--enable-werror/g
42-
43-
2008-06-19 Jim Grosbach <[email protected]>
44-
* build_gcc: Merge to 4_2-opal r147018
45-
* gcc/doc/invoke.texi: Likewise
46-
* gcc/gcc.h: ...
47-
* gcc/testsuite/ChangeLog.apple: ...
48-
* gcc/testsuite/gcc.apple/utf-1.c: ...
49-
* gcc/testsuite/gcc.apple/5799099.c: ...
50-
* gcc/testsuite/gcc.apple/5774356.c: ...
51-
* gcc/testsuite/objc.dg/property-id-proto-getter.m: ...
52-
* gcc/testsuite/objc.dg/5938756.m: ...
53-
* gcc/testsuite/objc.dg/newproperty-neg-ivar-check-1.m: ...
54-
* gcc/testsuite/obj-c++.dg/property-id-proto-getter.mm: ...
55-
* gcc/testsuite/obj-c++.dg/newproperty-neg-ivar-check-1.mm: ...
56-
* gcc/testsuite/g++.apple/thunks4.C: ...
57-
* gcc/testsuite/g++.apple/thunks1.C: ...
58-
* gcc/testsuite/g++.apple/thunks2.C: ...
59-
* gcc/testsuite/g++.apple/thunks3.C: ...
60-
* gcc/cp/optimize.c: ...
61-
* gcc/cp/ChangeLog.apple: ...
62-
* gcc/dwarf2out.c: ...
63-
* gcc/ChangeLog.apple: ...
64-
* gcc/c.opt: ...
65-
* gcc/c-opts.c: ...
66-
* gcc/version.c: ...
67-
* gcc/tree-ssa.c: ...
68-
* gcc/combine.c: ...
69-
* gcc/config/darwin-c.c: ...
70-
* gcc/config/rs6000/rs6000.c: ...
71-
* gcc/config/arm/t-darwin: ...
72-
* gcc/config/arm/arm.c: ...
73-
* gcc/config/arm/arm.h: ...
74-
* gcc/config/arm/darwin.h: ...
75-
* gcc/config/arm/arm.md: ...
76-
* gcc/config/arm/cirrus.md: ...
77-
* more-hdrs/stdint.h: ...
78-
* build_libgcc: ...
79-
* ChangeLog.apple: ...
80-
* libcpp/ChangeLog.apple: ...
81-
* libcpp/charset.c: ...
1+
2008-10-09 Devang Patel <[email protected]>
2+
3+
Radar 6184418
4+
* driverdriver.c (get_arch_name): Enable 64 bit by default in x86.
5+
(main): Check -m32 and -m64 on command line. Select default -arch.
6+
7+
2008-09-05 Josh Conner <[email protected]>
8+
9+
Radar 6177003
10+
* build_gcc: Add support for LANGUAGES.
11+
12+
2008-09-03 Josh Conner <[email protected]>
13+
14+
Radar 6156214
15+
* build_gcc (ARM_CONFIGFLAGS): On ARM, Configure
16+
--with-build-sysroot instead of --with-sysroot.
17+
* build_libgcc (ARM_CONFIGFLAGS): Likewise.
18+
19+
2008-08-25 Josh Conner <[email protected]>
20+
21+
Radar 6162685
22+
* build_libgcc: Strip libgcc.
23+
24+
Radar 6175043
25+
* build_libgcc: Disable bootstrap if BOOTSTRAP is empty.
26+
27+
2008-08-06 Eugene Marinelli <[email protected]>
28+
29+
Radar 6123671
30+
* driverdriver.c (main): Instead of aborting, print a fatal error when
31+
there is no argument after -o.
8232

8333
2008-06-04 Josh Conner <[email protected]>
8434

0 commit comments

Comments
 (0)