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
bd65c564
Commit
bd65c564
authored
Jul 20, 2004
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jul 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dbxout.c (dbxout_type): Fix printf format.
From-SVN: r84955
parent
a182b26d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+2
-1
gcc/dbxout.c
+1
-1
No files found.
gcc/ChangeLog
View file @
bd65c564
2004-07-20 Nathan Sidwell <nathan@codesourcery.com>
2004-07-20 Nathan Sidwell <nathan@codesourcery.com>
* dbxout.c (dbxout_type): Fix printf format.
* tree.h (binfo_member): Remove.
* tree.h (binfo_member): Remove.
* tree.c (binfo_member): Remove.
* tree.c (binfo_member): Remove.
...
@@ -4367,5 +4369,4 @@
...
@@ -4367,5 +4369,4 @@
* libfuncs.h (LTI_gcov_init, gcov_init_libfunc): Remove.
* libfuncs.h (LTI_gcov_init, gcov_init_libfunc): Remove.
* optabs.c (init_optabs): Don't set gcov_init_libfunc.
* optabs.c (init_optabs): Don't set gcov_init_libfunc.
VERSION_IDENT="CVS-$Name: $ $Revision: 1.46 $-$Date: 2004/07/08 15:54:45 $-UTC"
See ChangeLog.11 for earlier changes.
See ChangeLog.11 for earlier changes.
gcc/dbxout.c
View file @
bd65c564
...
@@ -1690,7 +1690,7 @@ dbxout_type (tree type, int full)
...
@@ -1690,7 +1690,7 @@ dbxout_type (tree type, int full)
if
(
BINFO_N_BASE_BINFOS
(
binfo
))
if
(
BINFO_N_BASE_BINFOS
(
binfo
))
{
{
have_used_extensions
=
1
;
have_used_extensions
=
1
;
fprintf
(
asmfile
,
"!%
d
,"
,
BINFO_N_BASE_BINFOS
(
binfo
));
fprintf
(
asmfile
,
"!%
u
,"
,
BINFO_N_BASE_BINFOS
(
binfo
));
CHARS
(
8
);
CHARS
(
8
);
}
}
}
}
...
...
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