Skip to content

Commit 7204ca4

Browse files
author
Damian Rouson
authored
Merge pull request #7 from gcc-mirror/master
Merge upstream gcc-mirror/gcc into sourceryinstitute/gcc
2 parents 3b81eed + 41bce6c commit 7204ca4

File tree

1,122 files changed

+58938
-25620
lines changed

Some content is hidden

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

1,122 files changed

+58938
-25620
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2+
3+
* MAINTAINERS (write after approval): Add myself.
4+
15
2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
26

37
* MAINTAINERS: Add a note that maintainership also includes web

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ Ilya Tocar <tocarip@gmail.com>
603603
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
604604
Konrad Trifunovic <konrad.trifunovic@inria.fr>
605605
Markus Trippelsdorf <markus@trippelsdorf.de>
606+
Igor Tsimbalist <igor.v.tsimbalist@intel.com>
606607
Martin Uecker <uecker@eecs.berkeley.edu>
607608
David Ung <davidu@mips.com>
608609
Neil Vachharajani <nvachhar@gmail.com>

fixincludes/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-10-13 Mike Frysinger <vapier@chromium.org>
2+
3+
* fixinc.in (dirname): Change sed from 's|[^/]*/||' to
4+
's|[^/]*//*||'.
5+
16
2017-06-12 Doug Rupp <rupp@adacore.com>
27

38
* inclhack.def (AAB_vxworks_stdint): Remove hack.

fixincludes/fixinc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ if $LINKS; then
344344
mkdir $component >/dev/null 2>&1
345345
cd $component
346346
dirmade=$dirmade/$component
347-
dirname=`echo $dirname | sed -e 's|[^/]*/||'`
347+
dirname=`echo $dirname | sed -e 's|[^/]*//*||'`
348348
done
349349
fi
350350

0 commit comments

Comments
 (0)