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
51bf846e
Commit
51bf846e
authored
Jun 18, 1999
by
Bruce Korb
Committed by
Bruce Korb
Jun 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts must end with a new-line
From-SVN: r27596
parent
6fd5ec50
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
gcc/ChangeLog
+3
-0
gcc/fixinc/fixincl.x
+1
-1
gcc/fixinc/inclhack.def
+1
-1
gcc/fixinc/inclhack.sh
+3
-3
No files found.
gcc/ChangeLog
View file @
51bf846e
Fri Jun 18 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
* fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
* fixinc/inclhack.def(dgux_int_varargs): script must end with \n
*fixinc/fixincl.x: regen
*fixinc/inclhack.sh: regen
Thu Jun 17 15:06:10 PDT 1999 Don Lindsay <dlindsay@cygnus.com>
...
...
gcc/fixinc/fixincl.x
View file @
51bf846e
...
...
@@ -668,7 +668,7 @@ typedef char * va_list;\n\
#endif /* __LINT__ */\n\
#endif /* !(defined(_VA_LIST) || defined(_VA_LIST_)) */\n\
#endif /* #ifndef __INT_VARARGS_H */\n\
_EOF_",
_EOF_
\n
",
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
...
...
gcc/fixinc/inclhack.def
View file @
51bf846e
...
...
@@ -332,7 +332,7 @@ typedef char * va_list;
\#endif /* __LINT__ */
\#endif /* !(defined(_VA_LIST) || defined(_VA_LIST_)) */
\#endif /* #ifndef __INT_VARARGS_H */
_EOF_";
_EOF_
\n
";
};
...
...
gcc/fixinc/inclhack.sh
View file @
51bf846e
...
...
@@ -817,7 +817,8 @@ typedef char * va_list;
#endif /* __LINT__ */
#endif /* !(defined(_VA_LIST) || defined(_VA_LIST_)) */
#endif /* #ifndef __INT_VARARGS_H */
_EOF_ ) <
$infile
>
${
DESTDIR
}
/fixinc.tmp
_EOF_
)
<
$infile
>
${
DESTDIR
}
/fixinc.tmp
# Shell scripts have the potential of removing the output
# We interpret that to mean the file is not to be altered
...
...
@@ -847,8 +848,7 @@ _EOF_ ) < $infile > ${DESTDIR}/fixinc.tmp
<
$infile
>
${
DESTDIR
}
/fixinc.tmp
rm
-f
${
DESTFILE
}
mv
-f
${
DESTDIR
}
/fixinc.tmp
${
DESTFILE
}
fi # end of selection 'if'
fi
# if test
#
# Fix 19: Ecd_Cursor
...
...
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