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
b9f8dfba
Commit
b9f8dfba
authored
Apr 27, 2005
by
Devang Patel
Committed by
Devang Patel
Apr 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
From-SVN: r98836
parent
b20f13e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/dbxout.c
+1
-1
No files found.
gcc/ChangeLog
View file @
b9f8dfba
2005-04-27 Devang Patel <dpatel@apple.com>
* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
2005-04-27 Matt Thomas <matt@3am-software.com>
2005-04-27 Matt Thomas <matt@3am-software.com>
Jan-Benedict Glaw <jbglaw@microdata-pos.de>
Jan-Benedict Glaw <jbglaw@microdata-pos.de>
...
...
gcc/dbxout.c
View file @
b9f8dfba
...
@@ -1995,7 +1995,7 @@ dbxout_type (tree type, int full)
...
@@ -1995,7 +1995,7 @@ dbxout_type (tree type, int full)
break
;
break
;
}
}
if
(
vector_type
)
if
(
use_gnu_debug_info_extensions
&&
vector_type
)
{
{
have_used_extensions
=
1
;
have_used_extensions
=
1
;
stabstr_S
(
"@V;"
);
stabstr_S
(
"@V;"
);
...
...
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