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
04e91ffb
Commit
04e91ffb
authored
Jan 21, 2001
by
Michael Sokolov
Committed by
Michael Sokolov
Jan 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sdbout.c (PUT_SDB_DEF): Fix after last bogus change.
From-SVN: r39162
parent
3943e756
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/ChangeLog
+4
-0
gcc/sdbout.c
+0
-5
No files found.
gcc/ChangeLog
View file @
04e91ffb
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* sdbout.c (PUT_SDB_DEF): Fix after last bogus change.
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
...
...
gcc/sdbout.c
View file @
04e91ffb
...
...
@@ -161,14 +161,9 @@ static void sdbout_reg_parms PARAMS ((tree));
#ifndef PUT_SDB_DEF
#define PUT_SDB_DEF(a) \
#undef PUT_SDB_DEF
PUT_SDB_DEF
(
a
)
\
char
*
a
;
{
do { fprintf (asm_out_file, "\t.def\t"); \
assemble_name (asm_out_file, a); \
fprintf (asm_out_file, SDB_DELIM); } while (0)
;
}
#endif
#ifndef PUT_SDB_PLAIN_DEF
...
...
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