skip stdio_va_list fix if __DJ_va_list found in a header
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2000 06:11:40 +0000 (06:11 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2000 06:11:40 +0000 (06:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38242 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def

index 1cb2445..0208053 100644 (file)
@@ -1,3 +1,9 @@
+2000-12-13  Laurynas Biveinis  <lauras@softhome.net>
+
+        * fixinc/inclhack.def: skip stdio_va_list fix if __DJ_va_list
+        found in a header.
+        * fixinc/fixincl.x: regenerated.
+
 2000-12-13  DJ Delorie  <dj@redhat.com>
 
        * config.gcc (cygwin, win32, mingw32): Use float-i386.h.
index 3203b67..f64d29e 100644 (file)
@@ -3679,7 +3679,7 @@ tSCC zStdio_Va_ListList[] =
  *  content bypass pattern - skip fix if pattern found
  */
 tSCC zStdio_Va_ListBypass0[] =
-       "__gnuc_va_list|_BSD_VA_LIST_";
+       "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list";
 
 #define    STDIO_VA_LIST_TEST_CT  1
 static tTestDesc aStdio_Va_ListTests[] = {
index 41ee2cd..1c128a9 100644 (file)
@@ -2011,7 +2011,7 @@ fix = {
 fix = {
     hackname = stdio_va_list;
     files    = stdio.h;
-    bypass   = '__gnuc_va_list|_BSD_VA_LIST_';
+    bypass   = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list';
 
     /*
      * Use __gnuc_va_list in arg types in place of va_list.