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
b67b29f6
Commit
b67b29f6
authored
Sep 04, 2014
by
Aldy Hernandez
Committed by
Aldy Hernandez
Sep 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (TAGS): Handle constructs in timevar.def.
From-SVN: r214918
parent
09f2f0aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-0
No files found.
gcc/ChangeLog
View file @
b67b29f6
2014
-
09
-
04
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
*
Makefile
.
in
(
TAGS
):
Handle
constructs
in
timevar
.
def
.
2014
-
09
-
04
Guozhi
Wei
<
carrot
@
google
.
com
>
2014
-
09
-
04
Guozhi
Wei
<
carrot
@
google
.
com
>
PR
target
/
62040
PR
target
/
62040
gcc/Makefile.in
View file @
b67b29f6
...
@@ -3806,6 +3806,7 @@ TAGS: lang.tags
...
@@ -3806,6 +3806,7 @@ TAGS: lang.tags
etags
-o
TAGS.sub c-family/
*
.h c-family/
*
.c
*
.h
*
.c
*
.cc
\
etags
-o
TAGS.sub c-family/
*
.h c-family/
*
.c
*
.h
*
.c
*
.cc
\
--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
\
--language
=
none
--regex
=
"/
\(
DEF_RTL_EXPR
\|
DEFTREECODE
\|
DEFGSCODE
\)
.*(
\(
[A-Za-z_0-9]+
\)
/
\2
/"
rtl.def tree.def gimple.def
\
--language
=
none
--regex
=
"/
\(
DEF_RTL_EXPR
\|
DEFTREECODE
\|
DEFGSCODE
\)
.*(
\(
[A-Za-z_0-9]+
\)
/
\2
/"
rtl.def tree.def gimple.def
\
--language
=
none
--regex
=
"/DEFTIMEVAR (
\(
[A-Za-z_0-9]+
\)
/
\1
/"
timevar.def
\
;
\
;
\
etags
--include
TAGS.sub
$$
incs
)
etags
--include
TAGS.sub
$$
incs
)
...
...
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