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
d6f7c0fe
Commit
d6f7c0fe
authored
Sep 09, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add #undef for everything we define; a few were missing.
From-SVN: r8054
parent
5c73e847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gcc/config/netbsd.h
+8
-0
No files found.
gcc/config/netbsd.h
View file @
d6f7c0fe
...
@@ -73,6 +73,9 @@
...
@@ -73,6 +73,9 @@
different pseudo-op names for these, they may be overridden in the
different pseudo-op names for these, they may be overridden in the
file which includes this one. */
file which includes this one. */
#undef TYPE_ASM_OP
#undef SIZE_ASM_OP
#undef WEAK_ASM_OP
#define TYPE_ASM_OP ".type"
#define TYPE_ASM_OP ".type"
#define SIZE_ASM_OP ".size"
#define SIZE_ASM_OP ".size"
#define WEAK_ASM_OP ".weak"
#define WEAK_ASM_OP ".weak"
...
@@ -83,6 +86,7 @@
...
@@ -83,6 +86,7 @@
is just a default. You may need to override it in your machine-
is just a default. You may need to override it in your machine-
specific tm.h file (depending upon the particulars of your assembler). */
specific tm.h file (depending upon the particulars of your assembler). */
#undef TYPE_OPERAND_FMT
#define TYPE_OPERAND_FMT "@%s"
#define TYPE_OPERAND_FMT "@%s"
/* Write the extra assembler code needed to declare a function's result.
/* Write the extra assembler code needed to declare a function's result.
...
@@ -102,6 +106,7 @@
...
@@ -102,6 +106,7 @@
Some svr4 assemblers need to also have something extra said about the
Some svr4 assemblers need to also have something extra said about the
function's return value. We allow for that here. */
function's return value. We allow for that here. */
#undef ASM_DECLARE_FUNCTION_NAME
#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
do { \
do { \
fprintf (FILE, "\t%s\t ", TYPE_ASM_OP); \
fprintf (FILE, "\t%s\t ", TYPE_ASM_OP); \
...
@@ -115,6 +120,7 @@
...
@@ -115,6 +120,7 @@
/* Write the extra assembler code needed to declare an object properly. */
/* Write the extra assembler code needed to declare an object properly. */
#undef ASM_DECLARE_OBJECT_NAME
#define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
#define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
do { \
do { \
fprintf (FILE, "\t%s\t ", TYPE_ASM_OP); \
fprintf (FILE, "\t%s\t ", TYPE_ASM_OP); \
...
@@ -139,6 +145,7 @@
...
@@ -139,6 +145,7 @@
size_directive_output was set
size_directive_output was set
by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. */
by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. */
#undef ASM_FINISH_DECLARE_OBJECT
#define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END) \
#define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END) \
do { \
do { \
char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
...
@@ -156,6 +163,7 @@ do { \
...
@@ -156,6 +163,7 @@ do { \
/* This is how to declare the size of a function. */
/* This is how to declare the size of a function. */
#undef ASM_DECLARE_FUNCTION_SIZE
#define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
#define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
do { \
do { \
if (!flag_inhibit_size_directive) \
if (!flag_inhibit_size_directive) \
...
...
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