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
12c731a5
Commit
12c731a5
authored
Jul 29, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_OUTPUT_CONSTRUCTOR): Add FILE arg to assemble_name.
From-SVN: r10195
parent
a63c3ebc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/1750a/1750a.h
+4
-4
No files found.
gcc/config/1750a/1750a.h
View file @
12c731a5
...
@@ -1247,12 +1247,12 @@ enum reg_class { NO_REGS, INDEX_REGS, BASE_REGS, ALL_REGS, LIM_REG_CLASSES };
...
@@ -1247,12 +1247,12 @@ enum reg_class { NO_REGS, INDEX_REGS, BASE_REGS, ALL_REGS, LIM_REG_CLASSES };
sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
#define ASM_OUTPUT_CONSTRUCTOR(FILE, NAME) do { \
#define ASM_OUTPUT_CONSTRUCTOR(FILE, NAME) do { \
fprintf(FILE, "\tinit\n\t"); assemble_name(NAME); \
fprintf(FILE, "\tinit\n\t"); assemble_name(
FILE,
NAME); \
fprintf(FILE," ;constructor
"); } while (0)
fprintf(FILE," ;constructor\n
"); } while (0)
#define ASM_OUTPUT_DESTRUCTOR(FILE, NAME) do { \
#define ASM_OUTPUT_DESTRUCTOR(FILE, NAME) do { \
fprintf(FILE, "\t
init\n\t"); assemble_name(NAME
); \
fprintf(FILE, "\t
; ASM_OUTPUT_DESTRUCTOR called for "
); \
fprintf(FILE," ;destructor"
); } while (0)
assemble_name(FILE, NAME
); } while (0)
/* Define the parentheses used to group arithmetic operations
/* Define the parentheses used to group arithmetic operations
in assembler code. */
in assembler code. */
...
...
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