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
0951904f
Commit
0951904f
authored
Dec 01, 2017
by
Jason Merrill
Committed by
Jason Merrill
Dec 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (TAGS): Add c-family/*.cc.
From-SVN: r255334
parent
d6591257
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-1
No files found.
gcc/ChangeLog
View file @
0951904f
2017
-
12
-
01
Jason
Merrill
<
jason
@
redhat
.
com
>
*
Makefile
.
in
(
TAGS
):
Add
c
-
family
/*.
cc
.
2017
-
12
-
01
Wilco
Dijkstra
<
wdijkstr
@
arm
.
com
>
2017
-
12
-
01
Wilco
Dijkstra
<
wdijkstr
@
arm
.
com
>
*
config
/
aarch64
/
aarch64
.
md
(
call_insn
):
Use
%
c
rather
than
%
a
.
*
config
/
aarch64
/
aarch64
.
md
(
call_insn
):
Use
%
c
rather
than
%
a
.
gcc/Makefile.in
View file @
0951904f
...
@@ -4147,7 +4147,8 @@ TAGS: lang.tags
...
@@ -4147,7 +4147,8 @@ TAGS: lang.tags
incs
=
"
$$
incs --include
$$
dir/TAGS.sub"
;
\
incs
=
"
$$
incs --include
$$
dir/TAGS.sub"
;
\
fi
;
\
fi
;
\
done
;
\
done
;
\
etags
-o
TAGS.sub c-family/
*
.h c-family/
*
.c
*
.h
*
.c
*
.cc
\
etags
-o
TAGS.sub c-family/
*
.h c-family/
*
.c c-family/
*
.cc
\
*
.h
*
.c
*
.cc
\
../include/
*
.h ../libiberty/
*
.c
\
../include/
*
.h ../libiberty/
*
.c
\
../libcpp/
*
.c ../libcpp/include/
*
.h
\
../libcpp/
*
.c ../libcpp/include/
*
.h
\
--language
=
none
--regex
=
"/
\(
char
\|
unsigned int
\|
int
\|
bool
\|
void
\|
HOST_WIDE_INT
\|
enum [A-Za-z_0-9]+
\)
[*]?
\(
[A-Za-z_0-9]+
\)
/
\2
/"
common.opt
\
--language
=
none
--regex
=
"/
\(
char
\|
unsigned int
\|
int
\|
bool
\|
void
\|
HOST_WIDE_INT
\|
enum [A-Za-z_0-9]+
\)
[*]?
\(
[A-Za-z_0-9]+
\)
/
\2
/"
common.opt
\
...
...
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