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
8b8821d5
Commit
8b8821d5
authored
Apr 23, 1996
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(BSS_SECTION_ASM_OP): Use `data' directive.
From-SVN: r11868
parent
3e99621c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
gcc/config/i386/sco5.h
+6
-5
No files found.
gcc/config/i386/sco5.h
View file @
8b8821d5
...
@@ -113,7 +113,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -113,7 +113,7 @@ Boston, MA 02111-1307, USA. */
((TARGET_ELF) ? FINI_SECTION_ASM_OP_ELF : FINI_SECTION_ASM_OP_COFF)
((TARGET_ELF) ? FINI_SECTION_ASM_OP_ELF : FINI_SECTION_ASM_OP_COFF)
#undef BSS_SECTION_ASM_OP
#undef BSS_SECTION_ASM_OP
#define BSS_SECTION_ASM_OP "\t.
bss
"
#define BSS_SECTION_ASM_OP "\t.
data
"
#undef TEXT_SECTION_ASM_OP
#undef TEXT_SECTION_ASM_OP
#define TEXT_SECTION_ASM_OP "\t.text"
#define TEXT_SECTION_ASM_OP "\t.text"
...
@@ -270,8 +270,9 @@ do { \
...
@@ -270,8 +270,9 @@ do { \
else \
else \
bss_section (); \
bss_section (); \
ASM_OUTPUT_ALIGN ((FILE), align == -1 ? 2 : align); \
ASM_OUTPUT_ALIGN ((FILE), align == -1 ? 2 : align); \
ASM_OUTPUT_LABEL ((FILE), (NAME)); \
fprintf ((FILE), "%s\t", "\t.lcomm"); \
fprintf ((FILE), "%s\t.,.+%u\n", SET_ASM_OP, (ALIGN)); \
assemble_name ((FILE), (NAME)); \
fprintf ((FILE), ",%u\n", (SIZE)); \
} \
} \
} while (0)
} while (0)
...
@@ -731,7 +732,7 @@ dtors_section () \
...
@@ -731,7 +732,7 @@ dtors_section () \
&& strcmp (STR, "Tbss"))
&& strcmp (STR, "Tbss"))
#undef TARGET_DEFAULT
#undef TARGET_DEFAULT
#define TARGET_DEFAULT 0
2
01
#define TARGET_DEFAULT 0
3
01
#undef HANDLE_SYSV_PRAGMA
#undef HANDLE_SYSV_PRAGMA
#define HANDLE_SYSV_PRAGMA 1
#define HANDLE_SYSV_PRAGMA 1
...
@@ -817,7 +818,7 @@ dtors_section () \
...
@@ -817,7 +818,7 @@ dtors_section () \
#undef CPP_PREDEFINES
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
#define CPP_PREDEFINES \
"-Asystem(unix) -Asystem(svr3) -Acpu(i386) -Amachine(i386)"
"-
Di386 -
Asystem(unix) -Asystem(svr3) -Acpu(i386) -Amachine(i386)"
/* You are in a maze of GCC specs ... all alike */
/* You are in a maze of GCC specs ... all alike */
...
...
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