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
e3c891c7
Commit
e3c891c7
authored
Oct 13, 2014
by
Aldy Hernandez
Committed by
Aldy Hernandez
Oct 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (TAGS): Tag ../include files.
From-SVN: r216160
parent
3d36d470
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 @
e3c891c7
2014
-
10
-
13
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
*
Makefile
.
in
(
TAGS
):
Tag
../
include
files
.
2014
-
10
-
13
Ulrich
Weigand
<
Ulrich
.
Weigand
@
de
.
ibm
.
com
>
*
config
/
rs6000
/
rs6000
.
h
(
DBX_REGISTER_NUMBER
):
Pass
format
argument
gcc/Makefile.in
View file @
e3c891c7
...
...
@@ -3776,6 +3776,7 @@ TAGS: lang.tags
fi
;
\
done
;
\
etags
-o
TAGS.sub c-family/
*
.h c-family/
*
.c
*
.h
*
.c
*
.cc
\
../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
=
"/
\(
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
\
...
...
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