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
18205693
Commit
18205693
authored
Nov 08, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sdbout_init) [RMS_QUICK_HACK_1]: Call sdbout_symbol for __vtbl_ptr_type.
From-SVN: r6040
parent
840f571b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gcc/sdbout.c
+8
-0
No files found.
gcc/sdbout.c
View file @
18205693
...
@@ -285,6 +285,14 @@ sdbout_init (asm_file, input_file_name, syms)
...
@@ -285,6 +285,14 @@ sdbout_init (asm_file, input_file_name, syms)
char
*
input_file_name
;
char
*
input_file_name
;
tree
syms
;
tree
syms
;
{
{
#ifdef RMS_QUICK_HACK_1
tree
t
;
for
(
t
=
syms
;
t
;
t
=
TREE_CHAIN
(
t
))
if
(
DECL_NAME
(
t
)
&&
IDENTIFIER_POINTER
(
DECL_NAME
(
t
))
!=
0
&&
!
strcmp
(
IDENTIFIER_POINTER
(
DECL_NAME
(
t
)),
"__vtbl_ptr_type"
))
sdbout_symbol
(
t
,
0
);
#endif
#if 0 /* Nothing need be output for the predefined types. */
#if 0 /* Nothing need be output for the predefined types. */
/* Get all permanent types that have typedef names,
/* Get all permanent types that have typedef names,
and output them all, except for those already output. */
and output them all, except for those already output. */
...
...
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