* arlex.l: Use #include "" instead of <> for local header files.
authorAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 12:51:38 +0000 (12:51 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 12:51:38 +0000 (12:51 +0000)
* 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.

12 files changed:
binutils/ChangeLog
binutils/arlex.l
binutils/coffdump.c
binutils/coffgrok.c
binutils/nlmconv.c
binutils/nlmheader.y
binutils/srconv.c
binutils/strings.c
binutils/sysdump.c
binutils/unwind-ia64.h
binutils/windres.h
binutils/winduni.h

index c144d23b459dd316f98fe5902f6aad14959fa9d3..fcee558fb56ffb5f47a53b8c8a5a432812adf9e6 100644 (file)
@@ -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>
 
        * MAINTAINERS: Add self as the d10v maintainer.
index 381b177cc0224534c5b70cef13e2aa6676669201..c1771a55840b122cb2b5d9de2eddb2219a7dc2e8 100644 (file)
@@ -1,7 +1,7 @@
 %{
 /* 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.
 
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 */
 #define DONTDECLARE_MALLOC
-#include <ansidecl.h>
+#include "ansidecl.h"
 #include "libiberty.h"
 #include "arparse.h"
 
index 34ae161e3e6108df8b20fa63bea8c92554c9be29..8f538e892797a6ded0d8eaf92af2407ab6340512 100644 (file)
@@ -23,8 +23,8 @@
    This module reads a type tree generated by coffgrok and prints
    it out so we can test the grokker.  */
 
-#include <bfd.h>
-#include <libiberty.h>
+#include "bfd.h"
+#include "libiberty.h"
 
 #include "coffgrok.h"
 #include "bucomm.h"
index b439cdfd2aacd72590684fbce92b0981ce63d428..8cab8d57eb19c828caa34c31af6f009ac145d6d9 100644 (file)
@@ -1,5 +1,6 @@
 /* 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.
 
@@ -25,8 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 */
 
-#include <bfd.h>
-#include <libiberty.h>
+#include "bfd.h"
+#include "libiberty.h"
 #include "bucomm.h"
 
 #include "coff/internal.h"
index 74e08044ce7feec92959b5a459bf20f114835f29..376292fd34bafbb07129013f2a7d0e453ae070a4 100644 (file)
 #include "bucomm.h"
 #include "safe-ctype.h"
 
-#include <ansidecl.h>
+#include "ansidecl.h"
 #include <time.h>
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <assert.h>
-#include <getopt.h>
+#include "getopt.h"
 
 /* Internal BFD NLM header.  */
 #include "libnlm.h"
index 3df603d009850cf107ce56578b3ff7a728902028..01bb5e8ea5015987802ec6278f9cc26369278bd6 100644 (file)
@@ -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
    Maker Specification manual, edition 1.0.  */
 
-#include <ansidecl.h>
+#include "ansidecl.h"
 #include <stdio.h>
 #include "safe-ctype.h"
 #include "bfd.h"
index 8d1c00de349a271376817fbe7c8f4aae51c45cca..a45437fd534e8b9065ece3484fb6c644d5d00109 100644 (file)
 
    All debugging information is preserved */
 
-#include <bfd.h>
+#include "bfd.h"
 #include "bucomm.h"
 #include "sysroff.h"
 #include "coffgrok.h"
-#include <libiberty.h>
-#include <getopt.h>
+#include "libiberty.h"
+#include "getopt.h"
 
 #include "coff/internal.h"
 #include "../bfd/libcoff.h"
index 3507831617024f1ab9a7e6efba1bd8aaa3e4e06c..dade2444182464803aa1cbe2cc90736e9b272f80 100644 (file)
@@ -61,7 +61,7 @@
 #endif
 #include "bfd.h"
 #include <stdio.h>
-#include <getopt.h>
+#include "getopt.h"
 #include <errno.h>
 #include "bucomm.h"
 #include "libiberty.h"
index 1dc01e0ede701719b86ae61573a457927e8d2a1c..2d0362bcf7a60779c8b87595ebc954f46c94b9b1 100644 (file)
@@ -30,8 +30,8 @@
 #include "safe-ctype.h"
 
 #include <stdio.h>
-#include <libiberty.h>
-#include <getopt.h>
+#include "libiberty.h"
+#include "getopt.h"
 #include "sysroff.h"
 
 static int dump = 1;
index d80e46a02581fccfa09208d43d82bc9bd64dd03e..7d5033d8eb149c0f7eae08c504d086a242fa6cd5 100644 (file)
@@ -1,5 +1,5 @@
 /* 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>
 
 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
 Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include <elf/ia64.h>
-#include <ansidecl.h>
+#include "elf/ia64.h"
+#include "ansidecl.h"
 
 #define UNW_VER(x)             ((x) >> 48)
 #define UNW_FLAG_MASK          0x0000ffff00000000
index 64b6050430a2e5c3da8212102a13beaff64a1d2d..177b1eecdeb8f686f7587a5f4bd933a049850d9b 100644 (file)
@@ -19,7 +19,7 @@
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.  */
 
-#include <ansidecl.h>
+#include "ansidecl.h"
 
 /* This is the header file for the windres program.  It defines
    structures and declares functions used within the program.  */
index 13a9af2e73642f420c8dc2b6634311a7dec85e96..c55189c273a651ec4cbe77df8e41a867d927fc33 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
    This file is part of GNU Binutils.
@@ -19,7 +19,7 @@
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.  */
 
-#include <ansidecl.h>
+#include "ansidecl.h"
 
 /* This header file declares the types and functions we use for
    unicode support in windres.  Our unicode support is very limited at
This page took 0.04048 seconds and 4 git commands to generate.