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
feac22a7
Commit
feac22a7
authored
Dec 18, 2015
by
Eric Botcazou
Committed by
Eric Botcazou
Dec 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/ada-tree.h (TYPE_DEBUG_TYPE): Remove duplicate.
From-SVN: r231823
parent
1e5154e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/ada-tree.h
+4
-11
No files found.
gcc/ada/ChangeLog
View file @
feac22a7
2015
-
12
-
18
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
ada
-
tree
.
h
(
TYPE_DEBUG_TYPE
):
Remove
duplicate
.
2015
-
12
-
17
Pierre
-
Marie
de
Rodat
<
derodat
@
adacore
.
com
>
2015
-
12
-
17
Pierre
-
Marie
de
Rodat
<
derodat
@
adacore
.
com
>
*
gcc
-
interface
/
ada
-
tree
.
h
*
gcc
-
interface
/
ada
-
tree
.
h
...
...
gcc/ada/gcc-interface/ada-tree.h
View file @
feac22a7
...
@@ -369,13 +369,6 @@ do { \
...
@@ -369,13 +369,6 @@ do { \
#define SET_TYPE_ADA_SIZE(NODE, X) \
#define SET_TYPE_ADA_SIZE(NODE, X) \
SET_TYPE_LANG_SPECIFIC (RECORD_OR_UNION_CHECK (NODE), X)
SET_TYPE_LANG_SPECIFIC (RECORD_OR_UNION_CHECK (NODE), X)
/* For types with TYPE_CAN_HAVE_DEBUG_TYPE_P, this is the type to use in
debugging information. */
#define TYPE_DEBUG_TYPE(NODE) \
GET_TYPE_LANG_SPECIFIC2(NODE)
#define SET_TYPE_DEBUG_TYPE(NODE, X) \
SET_TYPE_LANG_SPECIFIC2(NODE, X)
/* For an INTEGER_TYPE with TYPE_IS_FIXED_POINT_P, this is the value of the
/* For an INTEGER_TYPE with TYPE_IS_FIXED_POINT_P, this is the value of the
scale factor. Modular types, index types (sizetype subtypes) and
scale factor. Modular types, index types (sizetype subtypes) and
fixed-point types are totally distinct types, so there is no problem with
fixed-point types are totally distinct types, so there is no problem with
...
@@ -388,17 +381,17 @@ do { \
...
@@ -388,17 +381,17 @@ do { \
/* For types with TYPE_CAN_HAVE_DEBUG_TYPE_P, this is the type to use in
/* For types with TYPE_CAN_HAVE_DEBUG_TYPE_P, this is the type to use in
debugging information. */
debugging information. */
#define TYPE_DEBUG_TYPE(NODE) \
#define TYPE_DEBUG_TYPE(NODE) \
GET_TYPE_LANG_SPECIFIC2(NODE)
GET_TYPE_LANG_SPECIFIC2
(NODE)
#define SET_TYPE_DEBUG_TYPE(NODE, X) \
#define SET_TYPE_DEBUG_TYPE(NODE, X) \
SET_TYPE_LANG_SPECIFIC2(NODE, X)
SET_TYPE_LANG_SPECIFIC2
(NODE, X)
/* For types with TYPE_IMPLEMENTS_PACKED_ARRAY_P, this is the original packed
/* For types with TYPE_IMPLEMENTS_PACKED_ARRAY_P, this is the original packed
array type. Note that this predicate is trou for original packed array
array type. Note that this predicate is trou for original packed array
types, so these cannot have a debug type. */
types, so these cannot have a debug type. */
#define TYPE_ORIGINAL_PACKED_ARRAY(NODE) \
#define TYPE_ORIGINAL_PACKED_ARRAY(NODE) \
GET_TYPE_LANG_SPECIFIC2(NODE)
GET_TYPE_LANG_SPECIFIC2
(NODE)
#define SET_TYPE_ORIGINAL_PACKED_ARRAY(NODE, X) \
#define SET_TYPE_ORIGINAL_PACKED_ARRAY(NODE, X) \
SET_TYPE_LANG_SPECIFIC2(NODE, X)
SET_TYPE_LANG_SPECIFIC2
(NODE, X)
/* Flags added to decl nodes. */
/* Flags added to decl nodes. */
...
...
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