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
0181177d
Commit
0181177d
authored
Aug 11, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
From-SVN: r28667
parent
1bf560bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ChangeLog
+5
-1
gcc/config/i386/cygwin.h
+5
-0
No files found.
gcc/ChangeLog
View file @
0181177d
1999
-
08
-
01
Mark
Elbrecht
<
snowball3
@bigfoot
.
com
>
Wed
Aug
11
02
:
13
:
26
1999
Mumit
Khan
<
khan
@xraylith
.
wisc
.
edu
>
*
i386
/
cygwin
.
h
(
ASM_OUTPUT_ALIGNED_BSS
)
:
Define
.
1999
-
08
-
11
Mark
Elbrecht
<
snowball3
@bigfoot
.
com
>
*
i386
/
djgpp
.
h
(
ASM_OUTPUT_ALIGNED_BSS
)
:
Define
.
...
...
gcc/config/i386/cygwin.h
View file @
0181177d
...
...
@@ -459,6 +459,11 @@ do { \
#define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
i386_pe_declare_function_type (FILE, XSTR (FUN, 0), 1)
/* This says out to put 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))
/* Output function declarations at the end of the file. */
#define ASM_FILE_END(FILE) \
i386_pe_asm_file_end (FILE)
...
...
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