Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ada38d5f
Commit
ada38d5f
authored
Jan 03, 2018
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jan 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
From-SVN: r256168
parent
99504686
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
contrib/ChangeLog
+4
-0
contrib/update-copyright.py
+2
-0
No files found.
contrib/ChangeLog
View file @
ada38d5f
2018
-
01
-
03
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
update
-
copyright
.
py
:
Skip
pdt
-
5
.
f03
in
gfortran
.
dg
subdir
.
2017
-
11
-
28
Julia
Koval
<
julia
.
koval
@intel
.
com
>
Sebastian
Peryt
<
sebastian
.
peryt
@intel
.
com
>
...
...
contrib/update-copyright.py
View file @
ada38d5f
...
...
@@ -591,6 +591,8 @@ class TestsuiteFilter (GenericFilter):
# Similarly params/README.
if
filename
==
'README'
and
os
.
path
.
basename
(
dir
)
==
'params'
:
return
True
if
filename
==
'pdt_5.f03'
and
os
.
path
.
basename
(
dir
)
==
'gfortran.dg'
:
return
True
return
GenericFilter
.
skip_file
(
self
,
dir
,
filename
)
class
LibCppFilter
(
GenericFilter
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment