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
bc3c01c5
Commit
bc3c01c5
authored
Aug 04, 1999
by
Mark Elbrecht
Committed by
Jeff Law
Aug 04, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc/config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
From-SVN: r28493
parent
1fe65930
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/djgpp.h
+10
-0
No files found.
gcc/ChangeLog
View file @
bc3c01c5
1999
-
08
-
04
Mark
Elbrecht
<
snowball3
@bigfoot
.
com
>
*
config
/
i386
/
djgpp
.
h
(
BSS_SECTION_ASM_OP
)
:
Define
.
Wed
Aug
4
02
:
15
:
32
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
jump
.
c
(
delete_insn
)
:
Delete
the
addr_vec
when
deleting
a
tablejump
.
...
...
gcc/config/i386/djgpp.h
View file @
bc3c01c5
...
...
@@ -33,6 +33,16 @@ Boston, MA 02111-1307, USA. */
#include "i386/gas.h"
/* If defined, a C expression whose value is a string containing the
assembler operation to identify the following data as
uninitialized global data. If not defined, and neither
`ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
uninitialized global data will be output in the data section if
`-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be
used. */
#undef BSS_SECTION_ASM_OP
#define BSS_SECTION_ASM_OP "\t.section\t.bss"
/* Enable alias attribute support. */
#ifndef SET_ASM_OP
#define SET_ASM_OP "\t.set"
...
...
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