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
5da07ba3
Commit
5da07ba3
authored
Oct 30, 1997
by
Jason Merrill
Committed by
Jeff Law
Oct 29, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gen-params: Override NULL.
From-SVN: r16232
parent
70f89f0d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
libio/ChangeLog
+4
-0
libio/gen-params
+7
-0
No files found.
libio/ChangeLog
View file @
5da07ba3
Wed Oct 29 23:01:47 1997 Jason Merrill <jason@yorick.cygnus.com>
* gen-params: Override NULL.
Wed Oct 22 19:19:32 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
Wed Oct 22 19:19:32 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
* libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
* libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
...
...
libio/gen-params
View file @
5da07ba3
...
@@ -711,6 +711,13 @@ fi
...
@@ -711,6 +711,13 @@ fi
# Uncomment the following line if you don't have working templates.
# Uncomment the following line if you don't have working templates.
# echo "#define ${macro_prefix}NO_TEMPLATES"
# echo "#define ${macro_prefix}NO_TEMPLATES"
# Override bogus definitions of NULL in system headers.
cat
<<
EOF
#undef NULL
#define __need_NULL
#include <stddef.h>
EOF
rm
-f
dummy.C dummy.o dummy.c dummy.out TMP core a.out
rm
-f
dummy.C dummy.o dummy.c dummy.out TMP core a.out
echo
"#endif /* !
${
macro_prefix
}
config_h */"
echo
"#endif /* !
${
macro_prefix
}
config_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