Skip to content

Commit 3a2e318

Browse files
author
jthomo
committed
Merge pull request #1 from gcc-mirror/master
wtf: just merge
2 parents a4712db + e667550 commit 3a2e318

File tree

761 files changed

+24246
-8653
lines changed

Some content is hidden

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

761 files changed

+24246
-8653
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2015-06-30 H.J. Lu <[email protected]>
2+
3+
* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
4+
target.
5+
* configure: Regenerate.
6+
7+
2015-06-23 Ludovic Courtès <[email protected]>
8+
9+
* MAINTAINERS (Write After Approval): Add myself.
10+
11+
2015-06-22 Andreas Tobler <[email protected]>
12+
13+
* MAINTAINERS (OS Port Maintainers): Add myself.
14+
(Various Maintainers): Remove myself from libffi testsuite.
15+
116
2015-06-04 Richard Sandiford <[email protected]>
217

318
* MAINTAINERS (gen* on machine desc): Add self.

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Android sub-port Maxim Kuvyrkov <[email protected]>
125125
darwin port Mike Stump <[email protected]>
126126
darwin port Eric Christopher <[email protected]>
127127
DJGPP DJ Delorie <[email protected]>
128-
freebsd Loren J. Rittle <ljrittle@acm.org>
128+
freebsd Andreas Tobler <[email protected].org>
129129
GNU/Hurd Thomas Schwinge <[email protected]>
130130
hpux John David Anglin <[email protected]>
131131
hpux Steve Ellcey <[email protected]>
@@ -175,7 +175,6 @@ libgomp Jakub Jelinek <[email protected]>
175175
libiberty DJ Delorie <[email protected]>
176176
libiberty Ian Lance Taylor <[email protected]>
177177
libitm Torvald Riegel <[email protected]>
178-
libffi testsuite Andreas Tobler <[email protected]>
179178
libmpx Ilya Enkovich <[email protected]>
180179
libobjc Nicola Pero <[email protected]>
181180
libobjc Andrew Pinski <[email protected]>
@@ -368,6 +367,7 @@ William Cohen <[email protected]>
368367
Josh Conner <[email protected]>
369368
R. Kelley Cook <[email protected]>
370369
Christian Cornelssen <[email protected]>
370+
Ludovic Courtès <[email protected]>
371371
Cary Coutant <[email protected]>
372372
Lawrence Crowl <[email protected]>
373373

config/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-06-30 H.J. Lu <[email protected]>
2+
3+
* dfp.m4 (enable_decimal_float): Also set to yes for
4+
i?86*-*-elfiamcu target.
5+
16
2015-05-27 Jason Merrill <[email protected]>
27

38
PR bootstrap/66304

config/dfp.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
2121
[
2222
case $1 in
2323
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
24-
i?86*-*-gnu* | \
24+
i?86*-*-elfiamcu | i?86*-*-gnu* | \
2525
i?86*-*-mingw* | x86_64*-*-mingw* | \
2626
i?86*-*-cygwin* | x86_64*-*-cygwin*)
2727
enable_decimal_float=yes

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6914,7 +6914,7 @@ case "${enable_target_optspace}:${target}" in
69146914
:d30v-*)
69156915
ospace_frag="config/mt-d30v"
69166916
;;
6917-
:m32r-* | :d10v-* | :fr30-*)
6917+
:m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
69186918
ospace_frag="config/mt-ospace"
69196919
;;
69206920
no:* | :*)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ case "${enable_target_optspace}:${target}" in
25602560
:d30v-*)
25612561
ospace_frag="config/mt-d30v"
25622562
;;
2563-
:m32r-* | :d10v-* | :fr30-*)
2563+
:m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
25642564
ospace_frag="config/mt-ospace"
25652565
;;
25662566
no:* | :*)

0 commit comments

Comments
 (0)