Commit 9deb7b7c by Ian Lance Taylor

Do not preserve _HIDDEN_VA_LIST in <stdio.h>

From-SVN: r6245
parent 2c0d84d6
...@@ -1049,10 +1049,8 @@ if [ -r ${LIB}/$file ]; then ...@@ -1049,10 +1049,8 @@ if [ -r ${LIB}/$file ]; then
-e 's@\*va_list@*__va_list__@' \ -e 's@\*va_list@*__va_list__@' \
-e 's@ __va_list)@ __gnuc_va_list)@' \ -e 's@ __va_list)@ __gnuc_va_list)@' \
-e 's@_NEED___VA_LIST@_NEED___Va_LIST@' \ -e 's@_NEED___VA_LIST@_NEED___Va_LIST@' \
-e 's@_HIDDEN_VA_LIST@_HIDDEN_Va_LIST@' \
-e 's@VA_LIST@DUMMY_VA_LIST@' \ -e 's@VA_LIST@DUMMY_VA_LIST@' \
-e 's@_NEED___Va_LIST@_NEED___VA_LIST@' \ -e 's@_NEED___Va_LIST@_NEED___VA_LIST@' \
-e 's@_HIDDEN_Va_LIST@_HIDDEN_VA_LIST@' \
${LIB}/$file >> ${LIB}/${file}.sed ${LIB}/$file >> ${LIB}/${file}.sed
rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment