Skip to content

Commit 62bf309

Browse files
author
Damian Rouson
committed
Merge branch 'master' into teams
2 parents b894ff3 + 3b81eed commit 62bf309

File tree

788 files changed

+28864
-8646
lines changed

Some content is hidden

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

788 files changed

+28864
-8646
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-10-01 Gerald Pfeifer <[email protected]>
2+
3+
* MAINTAINERS: Add a note that maintainership also includes web
4+
pages, docs, and testsuite related to that area.
5+
6+
2017-09-25 Tom de Vries <[email protected]>
7+
8+
* MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
9+
110
2017-09-18 Pierre-Marie de Rodat <[email protected]>
211

312
* MAINTAINERS: Add myself as a maintainer for the Ada front end.

MAINTAINERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Note that while global reviewers can approve changes to any part of
3737
the compiler or associated libraries, they still need approval for
3838
their own patches from other maintainers or reviewers.
3939

40+
Also note that maintainership of any area covers changes to web pages,
41+
docs, and the testsuite related to that.
42+
4043
CPU Port Maintainers (CPU alphabetical order)
4144

4245
aarch64 port Richard Earnshaw <[email protected]>
@@ -85,6 +88,7 @@ nds32 port Chung-Ju Wu <[email protected]>
8588
nds32 port Shiva Chen <[email protected]>
8689
nios2 port Chung-Lin Tang <[email protected]>
8790
nios2 port Sandra Loosemore <[email protected]>
91+
nvptx port Tom de Vries <[email protected]>
8892
pdp11 port Paul Koning <[email protected]>
8993
picochip port Daniel Towner <[email protected]>
9094
powerpcspe port Andrew Jenner <[email protected]>

contrib/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-10-02 Thomas Schwinge <[email protected]>
2+
3+
* gcc_update (files_and_dependencies): Handle libbacktrace.
4+
15
2017-09-18 Richard Biener <[email protected]>
26

37
* download_prerequisites (isl): Bump version to 0.18.

contrib/gcc_update

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ liboffloadmic/configure: liboffloadmic/configure.ac
168168
liboffloadmic/plugin/aclocal.m4: liboffloadmic/plugin/configure.ac
169169
liboffloadmic/plugin/Makefile.in: liboffloadmic/plugin/Makefile.am
170170
liboffloadmic/plugin/configure: liboffloadmic/plugin/configure.ac
171+
libbacktrace/aclocal.m4: libbacktrace/configure.ac
172+
libbacktrace/Makefile.in: libbacktrace/Makefile.am libbacktrace/aclocal.m4
173+
libbacktrace/configure: libbacktrace/configure.ac libbacktrace/aclocal.m4
174+
libbacktrace/config.h.in: libbacktrace/configure.ac libbacktrace/aclocal.m4
171175
# Top level
172176
Makefile.in: Makefile.tpl Makefile.def
173177
configure: configure.ac config/acx.m4

0 commit comments

Comments
 (0)