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 <[email protected]>
2+
3+
* MAINTAINERS (write after approval): Add myself.
4+
15
2017-10-01 Gerald Pfeifer <[email protected]>
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 <[email protected]>
603603
Philipp Tomsich <[email protected]>
604604
Konrad Trifunovic <[email protected]>
605605
Markus Trippelsdorf <[email protected]>
606+
Igor Tsimbalist <[email protected]>
606607
Martin Uecker <[email protected]>
607608
David Ung <[email protected]>
608609
Neil Vachharajani <[email protected]>

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 <[email protected]>
2+
3+
* fixinc.in (dirname): Change sed from 's|[^/]*/||' to
4+
's|[^/]*//*||'.
5+
16
2017-06-12 Doug Rupp <[email protected]>
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)