Skip to content

Commit 0e71ba9

Browse files
author
Damian Rouson
committed
Merge remote-tracking branch 'upstream/master' into scrasmussen/teams-number
2 parents 4a1fac0 + 201084a commit 0e71ba9

File tree

18,940 files changed

+323002
-229220
lines changed

Some content is hidden

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

18,940 files changed

+323002
-229220
lines changed

ChangeLog

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2018-01-03 Jakub Jelinek <[email protected]>
2+
3+
Update copyright years.
4+
5+
2018-01-03 Ben Elliston <[email protected]>
6+
7+
* config.guess: Import latest version.
8+
* config.sub: Likewise.
9+
10+
2017-12-12 Stafford Horne <[email protected]>
11+
12+
* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
13+
* configure: Regenerate.
14+
15+
2017-11-29 Qing Zhao <[email protected]>
16+
17+
* MAINTAINERS (Write After Approval): Add myself.
18+
19+
2017-11-28 Julia Koval <[email protected]>
20+
Sebastian Peryt <[email protected]>
21+
22+
* Makefile.def (target_modules): Remove libcilkrts.
23+
* Makefile.in: Ditto.
24+
* configure: Ditto.
25+
* configure.ac: Ditto.
26+
27+
2017-11-28 Julia Koval <[email protected]>
28+
29+
* MAINTAINERS (Write After Approval): Add myself.
30+
131
2017-11-22 Sudakshina Das <[email protected]>
232

333
* MAINTAINERS (Write After Approval): Add myself.
@@ -19,7 +49,7 @@
1949

2050
2017-10-16 Igor Tsimbalist <[email protected]>
2151

22-
* MAINTAINERS (write after approval): Add myself.
52+
* MAINTAINERS (write after approval): Add myself.
2353

2454
2017-10-01 Gerald Pfeifer <[email protected]>
2555

@@ -53,7 +83,7 @@
5383

5484
2017-07-31 Robin Dapp <[email protected]>
5585

56-
* MAINTAINERS (write after approval): Add myself.
86+
* MAINTAINERS (write after approval): Add myself.
5787

5888
2017-07-28 Tony Reix <[email protected]>
5989

@@ -93,7 +123,7 @@
93123

94124
2017-06-26 Maxim Ostapenko <[email protected]>
95125

96-
* MAINTAINERS: Add myself to Write After Approval
126+
* MAINTAINERS: Add myself to Write After Approval
97127

98128
2017-06-21 Andrew Jenner <[email protected]>
99129

@@ -295,9 +325,9 @@
295325

296326
2017-02-03 John David Anglin <[email protected]>
297327

298-
* configure.ac: Add gcc/function-tests.o to compare_exclusions for
328+
* configure.ac: Add gcc/function-tests.o to compare_exclusions for
299329
32-bit hppa*-*-hpux*.
300-
* configure: Regenerate.
330+
* configure: Regenerate.
301331

302332
2017-01-27 Pekka Jääskeläinen <[email protected]>
303333

MAINTAINERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ Michael Koch <[email protected]>
455455
Nicolas Koenig <[email protected]>
456456
Kaz Kojima <[email protected]>
457457
Dave Korn <[email protected]>
458+
Julia Koval <[email protected]>
458459
Matt Kraai <[email protected]>
459460
Jan Kratochvil <[email protected]>
460461
Louis Krupp <[email protected]>
@@ -514,7 +515,7 @@ James A. Morrison <[email protected]>
514515
Brooks Moses <[email protected]>
515516
Dirk Mueller <[email protected]>
516517
Phil Muldoon <[email protected]>
517-
Steven Munroe <[email protected].com>
518+
Steven Munroe <munroesj52@gmail.com>
518519
Szabolcs Nagy <[email protected]>
519520
Quentin Neill <[email protected]>
520521
Adam Nemet <[email protected]>
@@ -643,6 +644,7 @@ David Yuste <[email protected]>
643644
Kirill Yukhin <[email protected]>
644645
Adhemerval Zanella <[email protected]>
645646
Yufeng Zhang <[email protected]>
647+
Qing Zhao <[email protected]>
646648
Shujing Zhao <[email protected]>
647649
Jon Ziegler <[email protected]>
648650
Roman Zippel <[email protected]>

Makefile.def

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ target_modules = { module= libvtv;
144144
bootstrap=true;
145145
lib_path=.libs;
146146
raw_cxx=true; };
147-
target_modules = { module= libcilkrts;
148-
lib_path=.libs; };
149147
target_modules = { module= liboffloadmic;
150148
lib_path=.libs;
151149
extra_configure_flags='@extra_liboffloadmic_configure_flags@'; };
@@ -533,7 +531,6 @@ dependencies = { module=all-m4; on=all-build-texinfo; };
533531
// on libgcc and newlib/libgloss.
534532
lang_env_dependencies = { module=libitm; cxx=true; };
535533
lang_env_dependencies = { module=libffi; cxx=true; };
536-
lang_env_dependencies = { module=libcilkrts; cxx=true; };
537534
lang_env_dependencies = { module=liboffloadmic; cxx=true; };
538535
lang_env_dependencies = { module=newlib; no_c=true; };
539536
lang_env_dependencies = { module=libgloss; no_c=true; };
@@ -567,8 +564,6 @@ dependencies = { module=install-target-libsanitizer; on=install-target-libstdc++
567564
dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; };
568565
dependencies = { module=install-target-libvtv; on=install-target-libstdc++-v3; };
569566
dependencies = { module=install-target-libvtv; on=install-target-libgcc; };
570-
dependencies = { module=install-target-libcilkrts; on=install-target-libstdc++-v3; };
571-
dependencies = { module=install-target-libcilkrts; on=install-target-libgcc; };
572567
dependencies = { module=install-target-liboffloadmic; on=install-target-libstdc++-v3; };
573568
dependencies = { module=install-target-liboffloadmic; on=install-target-libgcc; };
574569
dependencies = { module=install-target-libitm; on=install-target-libgcc; };

0 commit comments

Comments
 (0)