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
4b48731a
Commit
4b48731a
authored
Aug 11, 2000
by
Ovidiu Predescu
Committed by
Ovidiu Predescu
Aug 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted the check for <sched.h>.
From-SVN: r35620
parent
be875f80
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
11 deletions
+9
-11
gcc/ChangeLog
+7
-0
gcc/config.in
+0
-3
gcc/configure
+1
-1
gcc/configure.in
+1
-1
gcc/gthr-posix.h
+0
-6
No files found.
gcc/ChangeLog
View file @
4b48731a
Thu Aug 10 22:47:09 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
* configure.in:
* configure:
* gthr-posix.h:
* config.in: Reverted the check for <sched.h>.
2000-08-10 Chris Demetriou <cgd@sibyte.com>
* mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
...
...
gcc/config.in
View file @
4b48731a
...
...
@@ -237,9 +237,6 @@
/* Define if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H
/* Define if you have the <sched.h> header file. */
#undef HAVE_SCHED_H
/* Define if you have the <stab.h> header file. */
#undef HAVE_STAB_H
...
...
gcc/configure
View file @
4b48731a
...
...
@@ -2147,7 +2147,7 @@ fi
for
ac_hdr
in
limits.h stddef.h string.h strings.h stdlib.h time.h
\
fcntl.h unistd.h stab.h sys/file.h sys/time.h
\
sys/resource.h sys/param.h sys/times.h sys/stat.h
\
direct.h malloc.h
sched.h
direct.h malloc.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
...
...
gcc/configure.in
View file @
4b48731a
...
...
@@ -401,7 +401,7 @@ AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h \
fcntl.h unistd.h stab.h sys/file.h sys/time.h \
sys/resource.h sys/param.h sys/times.h sys/stat.h \
direct.h malloc.h
sched.h
)
direct.h malloc.h)
# Check for thread headers.
AC_CHECK_HEADER(thread.h, [have_thread_h=yes], [have_thread_h=])
...
...
gcc/gthr-posix.h
View file @
4b48731a
...
...
@@ -90,12 +90,6 @@ __gthread_active_p (void)
#ifdef _LIBOBJC
#include <auto-host.h>
#ifdef HAVE_SCHED_H
# include <sched.h>
#endif
/* Key structure for maintaining thread specific storage */
static
pthread_key_t
_objc_thread_storage
;
static
pthread_attr_t
_objc_thread_attribs
;
...
...
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