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
609380f6
Commit
609380f6
authored
Feb 27, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_OUTPUT_DEF): Delete definition.
From-SVN: r6664
parent
650f773a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
14 deletions
+1
-14
gcc/dwarfout.c
+1
-14
No files found.
gcc/dwarfout.c
View file @
609380f6
...
@@ -561,10 +561,7 @@ static unsigned lookup_filename ();
...
@@ -561,10 +561,7 @@ static unsigned lookup_filename ();
output operations.
output operations.
If necessary, these may be overridden from within your tm.h file,
If necessary, these may be overridden from within your tm.h file,
but typically, you shouldn't need to override these. One known
but typically, you shouldn't need to override these. */
exception is ASM_OUTPUT_DEF which has to be different for stock
sparc/svr4 assemblers.
*/
#ifndef ASM_OUTPUT_PUSH_SECTION
#ifndef ASM_OUTPUT_PUSH_SECTION
#define ASM_OUTPUT_PUSH_SECTION(FILE, SECTION) \
#define ASM_OUTPUT_PUSH_SECTION(FILE, SECTION) \
...
@@ -584,16 +581,6 @@ static unsigned lookup_filename ();
...
@@ -584,16 +581,6 @@ static unsigned lookup_filename ();
} while (0)
} while (0)
#endif
#endif
#ifndef ASM_OUTPUT_DEF
#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \
do { fprintf ((FILE), "\t%s\t", SET_ASM_OP); \
assemble_name (FILE, LABEL1); \
fprintf (FILE, ","); \
assemble_name (FILE, LABEL2); \
fprintf (FILE, "\n"); \
} while (0)
#endif
#ifndef ASM_OUTPUT_DWARF_DELTA2
#ifndef ASM_OUTPUT_DWARF_DELTA2
#define ASM_OUTPUT_DWARF_DELTA2(FILE,LABEL1,LABEL2) \
#define ASM_OUTPUT_DWARF_DELTA2(FILE,LABEL1,LABEL2) \
do { fprintf ((FILE), "\t%s\t", UNALIGNED_SHORT_ASM_OP); \
do { fprintf ((FILE), "\t%s\t", UNALIGNED_SHORT_ASM_OP); \
...
...
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