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
eead42e0
Commit
eead42e0
authored
Sep 03, 2009
by
Kai Tietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert revision 151379 for linux bootstrap failure for gstdint.h
From-SVN: r151382
parent
9840d30a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
9 deletions
+0
-9
gcc/Makefile.in
+0
-1
gcc/aclocal.m4
+0
-1
gcc/config.in
+0
-3
gcc/configure
+0
-0
gcc/configure.ac
+0
-2
gcc/system.h
+0
-2
No files found.
gcc/Makefile.in
View file @
eead42e0
...
...
@@ -1621,7 +1621,6 @@ aclocal_deps = \
$(srcdir)
/../config/lib-prefix.m4
\
$(srcdir)
/../config/override.m4
\
$(srcdir)
/../config/progtest.m4
\
$(srcdir)
/../config/stdint.m4
\
$(srcdir)
/../config/unwind_ipinfo.m4
\
$(srcdir)
/../config/warnings.m4
\
$(srcdir)
/acinclude.m4
...
...
gcc/aclocal.m4
View file @
eead42e0
...
...
@@ -114,7 +114,6 @@ m4_include([../config/lib-link.m4])
m4_include([../config/lib-prefix.m4])
m4_include([../config/override.m4])
m4_include([../config/progtest.m4])
m4_include([../config/stdint.m4])
m4_include([../config/unwind_ipinfo.m4])
m4_include([../config/warnings.m4])
m4_include([acinclude.m4])
gcc/config.in
View file @
eead42e0
...
...
@@ -1144,9 +1144,6 @@
#undef HAVE_MALLOC_H
#endif
#ifndef USED_FOR_TARGET
#undef HAVE_STDINT_H
#endif
/* Define to 1 if you have the `mbstowcs' function. */
#ifndef USED_FOR_TARGET
...
...
gcc/configure
View file @
eead42e0
This diff is collapsed.
Click to expand it.
gcc/configure.ac
View file @
eead42e0
...
...
@@ -939,8 +939,6 @@ AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h iconv.h \
AC_CHECK_HEADER(thread.h, [have_thread_h=yes], [have_thread_h=])
AC_CHECK_HEADER(pthread.h, [have_pthread_h=yes], [have_pthread_h=])
GCC_HEADER_STDINT(gstdint.h)
# These tests can't be done till we know if we have limits.h.
gcc_AC_C_CHAR_BIT
AC_C_BIGENDIAN
...
...
gcc/system.h
View file @
eead42e0
...
...
@@ -414,8 +414,6 @@ extern void *calloc (size_t, size_t);
extern
void
*
realloc
(
void
*
,
size_t
);
#endif
#include "gstdint.h"
/* If the system doesn't provide strsignal, we get it defined in
libiberty but no declaration is supplied. */
#if !defined (HAVE_STRSIGNAL) \
...
...
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