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
786b0d35
Commit
786b0d35
authored
Mar 08, 2001
by
Rainer Orth
Committed by
Bruce Korb
Mar 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTML typos and avoid standards.h breakage
From-SVN: r40327
parent
b7460f24
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
gcc/ChangeLog
+12
-0
gcc/fixinc/fixincl.x
+0
-0
gcc/fixinc/inclhack.def
+14
-2
No files found.
gcc/ChangeLog
View file @
786b0d35
Thu Mar 8 21:09:10 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* fixinc/inclhack.def (AAB_dgux_int_varargs): Don't use HTML
entities.
* fixinc/fixincl.x: Regenerate.
Thu Mar 8 21:09:10 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* fixinc/inclhack.def (AAA_standards): Undo <standards.h> breakage
on Tru64 UNIX.
* fixinc/fixincl.x: Regenerate.
2001-03-08 Richard Henderson <rth@redhat.com>
2001-03-08 Richard Henderson <rth@redhat.com>
* configure.in (HAVE_AS_LEB128): New assembler check.
* configure.in (HAVE_AS_LEB128): New assembler check.
...
...
gcc/fixinc/fixincl.x
View file @
786b0d35
This diff is collapsed.
Click to expand it.
gcc/fixinc/inclhack.def
View file @
786b0d35
...
@@ -60,6 +60,18 @@ fix = {
...
@@ -60,6 +60,18 @@ fix = {
/*
/*
* Tru64 UNIX V4.0F/V5.1 <standards.h> defines _NO_PROTO and _NONSTD_TYPES
* correctly for GCC, but strict_ansi_not breaks it.
*/
fix = {
hackname = AAA_standards;
files = standards.h;
select = 'GNU and MIPS C compilers define __STDC__ differently';
replace; /* empty replacement -> no fixing the file */
};
/*
* This file on SunOS 4 has a very large macro. When the sed loop
* This file on SunOS 4 has a very large macro. When the sed loop
* tries pull it in, it overflows the pattern space size of the SunOS
* tries pull it in, it overflows the pattern space size of the SunOS
* sed (GNU sed does not have this problem). Since the file does not
* sed (GNU sed does not have this problem). Since the file does not
...
@@ -86,7 +98,7 @@ fix = {
...
@@ -86,7 +98,7 @@ fix = {
/* And now, the real fixes, replacement text fixes first: */
/* And now, the real fixes, replacement text fixes first: */
/*
/*
* Completely replace
<_int_varargs.h>
with a file that includes gcc's
* Completely replace
<_int_varargs.h>
with a file that includes gcc's
* stdarg.h or varargs.h files as appropriate on DG/UX
* stdarg.h or varargs.h files as appropriate on DG/UX
*/
*/
fix = {
fix = {
...
@@ -105,7 +117,7 @@ fix = {
...
@@ -105,7 +117,7 @@ fix = {
*/
*/
\#ifndef ___int_features_h
\#ifndef ___int_features_h
\#include
<sys/_int_features.h>
\#include
<sys/_int_features.h>
\#endif
\#endif
\#if !(defined(_VA_LIST) || defined(_VA_LIST_))
\#if !(defined(_VA_LIST) || defined(_VA_LIST_))
...
...
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