Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into teams
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Jan 8, 2018
2 parents 97c0650 + 46231b9 commit e71c089
Show file tree
Hide file tree
Showing 15,196 changed files with 189,155 additions and 195,371 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
40 changes: 35 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
2018-01-03 Jakub Jelinek <[email protected]>

Update copyright years.

2018-01-03 Ben Elliston <[email protected]>

* config.guess: Import latest version.
* config.sub: Likewise.

2017-12-12 Stafford Horne <[email protected]>

* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
* configure: Regenerate.

2017-11-29 Qing Zhao <[email protected]>

* MAINTAINERS (Write After Approval): Add myself.

2017-11-28 Julia Koval <[email protected]>
Sebastian Peryt <[email protected]>

* Makefile.def (target_modules): Remove libcilkrts.
* Makefile.in: Ditto.
* configure: Ditto.
* configure.ac: Ditto.

2017-11-28 Julia Koval <[email protected]>

* MAINTAINERS (Write After Approval): Add myself.

2017-11-22 Sudakshina Das <[email protected]>

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

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

* MAINTAINERS (write after approval): Add myself.
* MAINTAINERS (write after approval): Add myself.

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

Expand Down Expand Up @@ -53,7 +83,7 @@

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

* MAINTAINERS (write after approval): Add myself.
* MAINTAINERS (write after approval): Add myself.

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

Expand Down Expand Up @@ -93,7 +123,7 @@

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

* MAINTAINERS: Add myself to Write After Approval
* MAINTAINERS: Add myself to Write After Approval

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

Expand Down Expand Up @@ -295,9 +325,9 @@

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

* configure.ac: Add gcc/function-tests.o to compare_exclusions for
* configure.ac: Add gcc/function-tests.o to compare_exclusions for
32-bit hppa*-*-hpux*.
* configure: Regenerate.
* configure: Regenerate.

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

Expand Down
4 changes: 3 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ Michael Koch <[email protected]>
Nicolas Koenig <[email protected]>
Kaz Kojima <[email protected]>
Dave Korn <[email protected]>
Julia Koval <[email protected]>
Matt Kraai <[email protected]>
Jan Kratochvil <[email protected]>
Louis Krupp <[email protected]>
Expand Down Expand Up @@ -514,7 +515,7 @@ James A. Morrison <[email protected]>
Brooks Moses <[email protected]>
Dirk Mueller <[email protected]>
Phil Muldoon <[email protected]>
Steven Munroe <[email protected].com>
Steven Munroe <munroesj52@gmail.com>
Szabolcs Nagy <[email protected]>
Quentin Neill <[email protected]>
Adam Nemet <[email protected]>
Expand Down Expand Up @@ -643,6 +644,7 @@ David Yuste <[email protected]>
Kirill Yukhin <[email protected]>
Adhemerval Zanella <[email protected]>
Yufeng Zhang <[email protected]>
Qing Zhao <[email protected]>
Shujing Zhao <[email protected]>
Jon Ziegler <[email protected]>
Roman Zippel <[email protected]>
Expand Down
5 changes: 0 additions & 5 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ target_modules = { module= libvtv;
bootstrap=true;
lib_path=.libs;
raw_cxx=true; };
target_modules = { module= libcilkrts;
lib_path=.libs; };
target_modules = { module= liboffloadmic;
lib_path=.libs;
extra_configure_flags='@extra_liboffloadmic_configure_flags@'; };
Expand Down Expand Up @@ -533,7 +531,6 @@ dependencies = { module=all-m4; on=all-build-texinfo; };
// on libgcc and newlib/libgloss.
lang_env_dependencies = { module=libitm; cxx=true; };
lang_env_dependencies = { module=libffi; cxx=true; };
lang_env_dependencies = { module=libcilkrts; cxx=true; };
lang_env_dependencies = { module=liboffloadmic; cxx=true; };
lang_env_dependencies = { module=newlib; no_c=true; };
lang_env_dependencies = { module=libgloss; no_c=true; };
Expand Down Expand Up @@ -567,8 +564,6 @@ dependencies = { module=install-target-libsanitizer; on=install-target-libstdc++
dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; };
dependencies = { module=install-target-libvtv; on=install-target-libstdc++-v3; };
dependencies = { module=install-target-libvtv; on=install-target-libgcc; };
dependencies = { module=install-target-libcilkrts; on=install-target-libstdc++-v3; };
dependencies = { module=install-target-libcilkrts; on=install-target-libgcc; };
dependencies = { module=install-target-liboffloadmic; on=install-target-libstdc++-v3; };
dependencies = { module=install-target-liboffloadmic; on=install-target-libgcc; };
dependencies = { module=install-target-libitm; on=install-target-libgcc; };
Expand Down
Loading

0 comments on commit e71c089

Please sign in to comment.