From 65dc6e0c88a5eb4fedd10769e2b681e84f71df45 Mon Sep 17 00:00:00 2001 From: danglin Date: Sat, 14 Aug 2004 21:52:08 +0000 Subject: * fixinc/inclhack.def (stdio_va_list): Also fix com_err.h, cps.h, curses.h, krb5.h, lc_core.h, pfmt.h, wchar.h and curses_colr/curses.h. * fixinc/fixincl.x: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86009 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/fixinc/fixincl.x | 6 +++--- gcc/fixinc/inclhack.def | 8 ++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e2402b3fc51..0e731c0bbc1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-08-14 John David Anglin + + * fixinc/inclhack.def (stdio_va_list): Also fix com_err.h, cps.h, + curses.h, krb5.h, lc_core.h, pfmt.h, wchar.h and curses_colr/curses.h. + * fixinc/fixincl.x: Rebuilt. + 2004-08-14 Richard Sandiford * config/mips/mips-protos.h (mips_symbolic_constant_p) diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index b8a2342d430..d309cfa6085 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -2,11 +2,11 @@ * * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been AutoGen-ed Thursday August 12, 2004 at 05:42:28 PM MDT + * It has been AutoGen-ed Saturday August 14, 2004 at 05:48:43 PM EDT * From the definitions inclhack.def * and the template file fixincl */ -/* DO NOT CVS-MERGE THIS FILE, EITHER Thu Aug 12 17:42:28 MDT 2004 +/* DO NOT CVS-MERGE THIS FILE, EITHER Sat Aug 14 17:48:43 EDT 2004 * * You must regenerate it. Use the ./genfixes script. * @@ -4795,7 +4795,7 @@ tSCC zStdio_Va_ListName[] = * File name selection pattern */ tSCC zStdio_Va_ListList[] = - "|stdio.h|internal/stdio_core.h|internal/wchar_core.h|"; + "|stdio.h|internal/stdio_core.h|internal/wchar_core.h|com_err.h|cps.h|curses.h|krb5.h|lc_core.h|pfmt.h|wchar.h|curses_colr/curses.h|"; /* * Machine/OS name selection pattern */ diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 62ad4d5bdc9..b6c9795a8ca 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -2653,6 +2653,14 @@ fix = { files = stdio.h; files = internal/stdio_core.h; files = internal/wchar_core.h; + files = com_err.h; + files = cps.h; + files = curses.h; + files = krb5.h; + files = lc_core.h; + files = pfmt.h; + files = wchar.h; + files = curses_colr/curses.h; bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list'; /* -- cgit v1.2.1