forked from Imagelibrary/binutils-gdb
* arlex.l: Use #include "" instead of <> for local header files.
* coffdump.c: Likewise. * coffgrok.c: Likewise. * nlmconv.c: Likewise. * nlmheader.y: Likewise. * srconv.c: Likewise. * strings.c: Likewise. * sysdump.c: Likewise. * unwind-ia64.h: Likewise. * windres.h: Likewise. * winduni.h: Likewise.
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
2002-05-25 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* arlex.l: Use #include "" instead of <> for local header files.
|
||||||
|
* coffdump.c: Likewise.
|
||||||
|
* coffgrok.c: Likewise.
|
||||||
|
* nlmconv.c: Likewise.
|
||||||
|
* nlmheader.y: Likewise.
|
||||||
|
* srconv.c: Likewise.
|
||||||
|
* strings.c: Likewise.
|
||||||
|
* sysdump.c: Likewise.
|
||||||
|
* unwind-ia64.h: Likewise.
|
||||||
|
* windres.h: Likewise.
|
||||||
|
* winduni.h: Likewise.
|
||||||
|
|
||||||
2002-05-24 Tom Rix <trix@redhat.com>
|
2002-05-24 Tom Rix <trix@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS: Add self as the d10v maintainer.
|
* MAINTAINERS: Add self as the d10v maintainer.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%{
|
%{
|
||||||
/* arlex.l - Strange script language lexer */
|
/* arlex.l - Strange script language lexer */
|
||||||
|
|
||||||
/* Copyright 1992, 1997, 2000 Free Software Foundation, Inc.
|
/* Copyright 1992, 1997, 2000, 2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Binutils.
|
This file is part of GNU Binutils.
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
#define DONTDECLARE_MALLOC
|
#define DONTDECLARE_MALLOC
|
||||||
#include <ansidecl.h>
|
#include "ansidecl.h"
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
#include "arparse.h"
|
#include "arparse.h"
|
||||||
|
|
||||||
|
|||||||
@@ -23,8 +23,8 @@
|
|||||||
This module reads a type tree generated by coffgrok and prints
|
This module reads a type tree generated by coffgrok and prints
|
||||||
it out so we can test the grokker. */
|
it out so we can test the grokker. */
|
||||||
|
|
||||||
#include <bfd.h>
|
#include "bfd.h"
|
||||||
#include <libiberty.h>
|
#include "libiberty.h"
|
||||||
|
|
||||||
#include "coffgrok.h"
|
#include "coffgrok.h"
|
||||||
#include "bucomm.h"
|
#include "bucomm.h"
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/* coffgrok.c
|
/* coffgrok.c
|
||||||
Copyright 1994, 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
|
Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Binutils.
|
This file is part of GNU Binutils.
|
||||||
|
|
||||||
@@ -25,8 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bfd.h>
|
#include "bfd.h"
|
||||||
#include <libiberty.h>
|
#include "libiberty.h"
|
||||||
#include "bucomm.h"
|
#include "bucomm.h"
|
||||||
|
|
||||||
#include "coff/internal.h"
|
#include "coff/internal.h"
|
||||||
|
|||||||
@@ -37,12 +37,12 @@
|
|||||||
#include "bucomm.h"
|
#include "bucomm.h"
|
||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
|
|
||||||
#include <ansidecl.h>
|
#include "ansidecl.h"
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <getopt.h>
|
#include "getopt.h"
|
||||||
|
|
||||||
/* Internal BFD NLM header. */
|
/* Internal BFD NLM header. */
|
||||||
#include "libnlm.h"
|
#include "libnlm.h"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
This implementation is based on the description in the NetWare Tool
|
This implementation is based on the description in the NetWare Tool
|
||||||
Maker Specification manual, edition 1.0. */
|
Maker Specification manual, edition 1.0. */
|
||||||
|
|
||||||
#include <ansidecl.h>
|
#include "ansidecl.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
|
|||||||
@@ -26,12 +26,12 @@
|
|||||||
|
|
||||||
All debugging information is preserved */
|
All debugging information is preserved */
|
||||||
|
|
||||||
#include <bfd.h>
|
#include "bfd.h"
|
||||||
#include "bucomm.h"
|
#include "bucomm.h"
|
||||||
#include "sysroff.h"
|
#include "sysroff.h"
|
||||||
#include "coffgrok.h"
|
#include "coffgrok.h"
|
||||||
#include <libiberty.h>
|
#include "libiberty.h"
|
||||||
#include <getopt.h>
|
#include "getopt.h"
|
||||||
|
|
||||||
#include "coff/internal.h"
|
#include "coff/internal.h"
|
||||||
#include "../bfd/libcoff.h"
|
#include "../bfd/libcoff.h"
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <getopt.h>
|
#include "getopt.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "bucomm.h"
|
#include "bucomm.h"
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
|
|||||||
@@ -30,8 +30,8 @@
|
|||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <libiberty.h>
|
#include "libiberty.h"
|
||||||
#include <getopt.h>
|
#include "getopt.h"
|
||||||
#include "sysroff.h"
|
#include "sysroff.h"
|
||||||
|
|
||||||
static int dump = 1;
|
static int dump = 1;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* unwind-ia64.h -- dump IA-64 unwind info.
|
/* unwind-ia64.h -- dump IA-64 unwind info.
|
||||||
Copyright 2000, 2001 Free Software Foundation, Inc.
|
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of GNU Binutils.
|
This file is part of GNU Binutils.
|
||||||
@@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <elf/ia64.h>
|
#include "elf/ia64.h"
|
||||||
#include <ansidecl.h>
|
#include "ansidecl.h"
|
||||||
|
|
||||||
#define UNW_VER(x) ((x) >> 48)
|
#define UNW_VER(x) ((x) >> 48)
|
||||||
#define UNW_FLAG_MASK 0x0000ffff00000000
|
#define UNW_FLAG_MASK 0x0000ffff00000000
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
02111-1307, USA. */
|
02111-1307, USA. */
|
||||||
|
|
||||||
#include <ansidecl.h>
|
#include "ansidecl.h"
|
||||||
|
|
||||||
/* This is the header file for the windres program. It defines
|
/* This is the header file for the windres program. It defines
|
||||||
structures and declares functions used within the program. */
|
structures and declares functions used within the program. */
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* winduni.h -- header file for unicode support for windres program.
|
/* winduni.h -- header file for unicode support for windres program.
|
||||||
Copyright 1997, 1998 Free Software Foundation, Inc.
|
Copyright 1997, 1998, 2002 Free Software Foundation, Inc.
|
||||||
Written by Ian Lance Taylor, Cygnus Support.
|
Written by Ian Lance Taylor, Cygnus Support.
|
||||||
|
|
||||||
This file is part of GNU Binutils.
|
This file is part of GNU Binutils.
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
02111-1307, USA. */
|
02111-1307, USA. */
|
||||||
|
|
||||||
#include <ansidecl.h>
|
#include "ansidecl.h"
|
||||||
|
|
||||||
/* This header file declares the types and functions we use for
|
/* This header file declares the types and functions we use for
|
||||||
unicode support in windres. Our unicode support is very limited at
|
unicode support in windres. Our unicode support is very limited at
|
||||||
|
|||||||
Reference in New Issue
Block a user