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
b5204884
Commit
b5204884
authored
Oct 07, 2011
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Oct 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* generic-morestack-thread.c: #include <errno.h>.
From-SVN: r179703
parent
91a639a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libgcc/ChangeLog
+4
-0
libgcc/generic-morestack-thread.c
+2
-1
No files found.
libgcc/ChangeLog
View file @
b5204884
2011-10-07 Ian Lance Taylor <iant@google.com>
2011-10-07 Ian Lance Taylor <iant@google.com>
* generic-morestack-thread.c: #include <errno.h>.
2011-10-07 Ian Lance Taylor <iant@google.com>
PR target/46093
PR target/46093
* generic-morestack.c (__generic_morestack): Make sure the segment
* generic-morestack.c (__generic_morestack): Make sure the segment
is large enough for both the stack frame and the copied
is large enough for both the stack frame and the copied
...
...
libgcc/generic-morestack-thread.c
View file @
b5204884
/* Thread library support for -fsplit-stack. */
/* Thread library support for -fsplit-stack. */
/* Copyright (C) 2009, 2010 Free Software Foundation, Inc.
/* Copyright (C) 2009, 2010
, 2011
Free Software Foundation, Inc.
Contributed by Ian Lance Taylor <iant@google.com>.
Contributed by Ian Lance Taylor <iant@google.com>.
This file is part of GCC.
This file is part of GCC.
...
@@ -36,6 +36,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
...
@@ -36,6 +36,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#ifndef inhibit_libc
#ifndef inhibit_libc
#include <errno.h>
#include <pthread.h>
#include <pthread.h>
#include "generic-morestack.h"
#include "generic-morestack.h"
...
...
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