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
7ce82023
Commit
7ce82023
authored
Apr 17, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(DECL_PRINT_NAME): Deleted.
(struct tree_decl): Field print_name deleted. From-SVN: r7059
parent
90194d09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
gcc/tree.h
+0
-4
No files found.
gcc/tree.h
View file @
7ce82023
...
...
@@ -720,8 +720,6 @@ struct tree_type
/* This is the name of the object as written by the user.
It is an IDENTIFIER_NODE. */
#define DECL_NAME(NODE) ((NODE)->decl.name)
/* This macro is marked for death. */
#define DECL_PRINT_NAME(NODE) ((NODE)->decl.print_name)
/* This is the name of the object as the assembler will see it
(but before any translations made by ASM_OUTPUT_LABELREF).
Often this is the same as DECL_NAME.
...
...
@@ -944,8 +942,6 @@ struct tree_decl
union
tree_node
*
result
;
union
tree_node
*
initial
;
union
tree_node
*
abstract_origin
;
/* The PRINT_NAME field is marked for death. */
char
*
print_name
;
union
tree_node
*
assembler_name
;
union
tree_node
*
section_name
;
struct
rtx_def
*
rtl
;
/* acts as link to register transfer language
...
...
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