* ld-cris: New testsuite directory.
[deliverable/binutils-gdb.git] / ld / ldfile.h
index 5e73f03be8eea1ed2984f7080d9fc7822887f79f..ce822e7dee7b76e39285e81602fae7b3e24dced1 100644 (file)
@@ -1,5 +1,6 @@
 /* ldfile.h -
-   Copyright 1991, 92, 93, 94, 95, 2000 Free Software Foundation, Inc.
+   Copyright 1991, 1992, 1993, 1994, 1995, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GLD, the Gnu Linker.
 
@@ -29,8 +30,7 @@ extern const char *ldfile_output_machine_name;
 /* Structure used to hold the list of directories to search for
    libraries.  */
 
-typedef struct search_dirs 
-{
+typedef struct search_dirs {
   /* Next directory on list.  */
   struct search_dirs *next;
   /* Name of directory.  */
This page took 0.023097 seconds and 4 git commands to generate.