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
1e9b6647
Commit
1e9b6647
authored
Sep 14, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CHECK_STACK_LIMIT): Make consistent with MD file.
From-SVN: r12711
parent
8c9be447
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
gcc/config/i386/cygwin32.h
+6
-11
No files found.
gcc/config/i386/cygwin32.h
View file @
1e9b6647
/* Operating system specific defines to be used when targeting GCC for
hosting on Windows NT 3.x, using a unix style C library and tools.
This is different to the winnt.h file, since that is used
to build GCC for use with a windows style library and tool
set, winnt.h uses the Microsoft tools to do that.
Copyright (C) 1995 Free Software Foundation, Inc.
hosting on Windows NT 3.x, using a Unix style C library and tools,
as distinct from winnt.h, which is used to build GCC for use with a
windows style library and tool set and uses the Microsoft tools.
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -147,12 +144,10 @@ do \
while (0)
#endif
/* Emit code to check the stack when allocating more that
2
0
/* Emit code to check the stack when allocating more that
400
0
bytes in one go. */
#define CHECK_STACK_LIMIT 20
#define CHECK_STACK_LIMIT 4000
/* By default, target has a 80387, uses IEEE compatible arithmetic,
and returns float values in the 387 and needs stack probes */
...
...
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