inclhack.def (stdio_va_list): This patch Removes a semicolon from the BSD VA_LIST replacement expression.
* fixinc/inclhack.def(stdio_va_list): This patch Removes a semicolon from the BSD VA_LIST replacement expression. * fixinc/inclhack.sh: regen * fixinc/fixincl.x: regen * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines now use the fixincl program. From-SVN: r27811
This commit is contained in:
parent
44e3d967f7
commit
eca5590fb8
5 changed files with 15 additions and 5 deletions
|
@ -1,3 +1,14 @@
|
|||
1999-06-28 "David O'Brien" <obrien@NUXI.com>
|
||||
|
||||
* fixinc/inclhack.def(stdio_va_list): This patch Removes a
|
||||
semicolon from the BSD VA_LIST replacement expression.
|
||||
|
||||
* fixinc/inclhack.sh: regen
|
||||
* fixinc/fixincl.x: regen
|
||||
|
||||
* fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
|
||||
now use the fixincl program.
|
||||
|
||||
Mon Jun 28 05:28:12 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
|
||||
|
|
|
@ -2412,7 +2412,7 @@ const char* apzStdio_Va_ListPatch[] = { "sh", "-c",
|
|||
\n\
|
||||
sed -e 's@ va_list @ __gnuc_va_list @' \\\n\
|
||||
-e 's@ va_list)@ __gnuc_va_list)@' \\\n\
|
||||
-e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \\\n\
|
||||
-e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \\\n\
|
||||
-e 's@ _VA_LIST_));@ __gnuc_va_list));@' \\\n\
|
||||
-e 's@ va_list@ __va_list__@' \\\n\
|
||||
-e 's@\\*va_list@*__va_list__@' \\\n\
|
||||
|
|
|
@ -1435,7 +1435,7 @@ fix = {
|
|||
|
||||
sed -e 's@ va_list @ __gnuc_va_list @' \\
|
||||
-e 's@ va_list)@ __gnuc_va_list)@' \\
|
||||
-e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \\
|
||||
-e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \\
|
||||
-e 's@ _VA_LIST_));@ __gnuc_va_list));@' \\
|
||||
-e 's@ va_list@ __va_list__@' \\
|
||||
-e 's@\\*va_list@*__va_list__@' \\
|
||||
|
|
|
@ -2042,7 +2042,7 @@ typedef __regmatch_t regmatch_t;
|
|||
|
||||
sed -e 's@ va_list @ __gnuc_va_list @' \
|
||||
-e 's@ va_list)@ __gnuc_va_list)@' \
|
||||
-e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \
|
||||
-e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \
|
||||
-e 's@ _VA_LIST_));@ __gnuc_va_list));@' \
|
||||
-e 's@ va_list@ __va_list__@' \
|
||||
-e 's@\*va_list@*__va_list__@' \
|
||||
|
|
|
@ -40,8 +40,7 @@ case $machine in
|
|||
|
||||
*-*-netbsd* | \
|
||||
alpha*-*-linux-gnulibc1* | \
|
||||
i[34567]86-*-freebsd* | \
|
||||
i[34567]86-*-netbsd* | i[34567]86-*-openbsd* | \
|
||||
i[34567]86-*-openbsd* | \
|
||||
i[34567]86-*-solaris2* | \
|
||||
sparcv9-*-solaris2* | \
|
||||
powerpcle-*-solaris2* | \
|
||||
|
|
Loading…
Add table
Reference in a new issue