* breakpoint.c (breakpoint_address_is_meaningful): New function.
[deliverable/binutils-gdb.git] / ld / ldver.c
index 8ffcfd2eabfa0b81cb361697ca3ab159a60842a1..a50b5480c49441043f310a5a4d1ae67f6871508f 100644 (file)
@@ -1,5 +1,5 @@
 /* ldver.c -- Print linker version.
-   Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 2000
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
    Free Software Foundation, Inc.
 
 This file is part of GLD, the Gnu Linker.
@@ -39,12 +39,12 @@ ldversion (noisy)
   fprintf (stdout, _("GNU ld version %s (with BFD %s)\n"),
           ld_program_version, BFD_VERSION);
 
-  if (noisy) 
+  if (noisy)
     {
       ld_emulation_xfer_type **ptr = ld_emulations;
-    
+
       printf (_("  Supported emulations:\n"));
-      while (*ptr) 
+      while (*ptr)
        {
          printf ("   %s\n", (*ptr)->emulation_name);
          ptr++;
This page took 0.024042 seconds and 4 git commands to generate.