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
1bf560bd
Commit
1bf560bd
authored
Aug 11, 1999
by
Mark Elbrecht
Committed by
Jeff Law
Aug 11, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
From-SVN: r28666
parent
0dcda002
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/djgpp.h
+5
-0
No files found.
gcc/ChangeLog
View file @
1bf560bd
1999
-
08
-
01
Mark
Elbrecht
<
snowball3
@bigfoot
.
com
>
*
i386
/
djgpp
.
h
(
ASM_OUTPUT_ALIGNED_BSS
)
:
Define
.
1999
-
08
-
11
Richard
Earnshaw
(
rearnsha
@arm
.
com
)
1999
-
08
-
11
Richard
Earnshaw
(
rearnsha
@arm
.
com
)
*
emit
-
rtl
.
c
(
mark_reg_pointer
)
:
Don
'
t
increase
the
alignment
of
*
emit
-
rtl
.
c
(
mark_reg_pointer
)
:
Don
'
t
increase
the
alignment
of
...
...
gcc/config/i386/djgpp.h
View file @
1bf560bd
...
@@ -162,6 +162,11 @@ dtor_section () \
...
@@ -162,6 +162,11 @@ dtor_section () \
#define ASM_OUTPUT_ALIGN(FILE,LOG) \
#define ASM_OUTPUT_ALIGN(FILE,LOG) \
if ((LOG) != 0) fprintf ((FILE), "\t.p2align %d\n", LOG)
if ((LOG) != 0) fprintf ((FILE), "\t.p2align %d\n", LOG)
/* This is how to output a global symbol in the BSS section. */
#undef ASM_OUTPUT_ALIGNED_BSS
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
/* djgpp has atexit (). */
/* djgpp has atexit (). */
#undef HAVE_ATEXIT
#undef HAVE_ATEXIT
#define HAVE_ATEXIT
#define HAVE_ATEXIT
...
...
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