Fix spelling of Red Hat
authorNick Clifton <nickc@redhat.com>
Mon, 18 Jul 2005 14:16:51 +0000 (14:16 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 18 Jul 2005 14:16:51 +0000 (14:16 +0000)
binutils/binemul.c
binutils/binemul.h
binutils/emul_aix.c
binutils/emul_vanilla.c

index cbe21a8..7dac32d 100644 (file)
@@ -1,6 +1,6 @@
 /* Binutils emulation layer.
    Copyright 2002, 2003 Free Software Foundation, Inc.
-   Written by Tom Rix, Redhat.
+   Written by Tom Rix, Red Hat Inc.
 
    This file is part of GNU Binutils.
 
index c03cff0..53bbbd2 100644 (file)
@@ -1,6 +1,6 @@
 /* Binutils emulation layer.
    Copyright 2002, 2003 Free Software Foundation, Inc.
-   Written by Tom Rix, Redhat.
+   Written by Tom Rix, Red Hat Inc.
 
    This file is part of GNU Binutils.
 
@@ -40,7 +40,7 @@ extern bfd_boolean ar_emul_default_parse_arg (char *);
   fprintf (fp, _(" emulation options: \n"))
 
 #define AR_EMUL_ELEMENT_CHECK(abfd, file_name) \
-  do { if ((abfd) == (bfd *) NULL) bfd_fatal (file_name); } while (0)
+  do { if ((abfd) == NULL) bfd_fatal (file_name); } while (0)
 
 #define AR_EMUL_APPEND_PRINT_VERBOSE(verbose, file_name) \
   do { if (verbose) printf ("a - %s\n", file_name); } while (0)
index 40590cc..8161a86 100644 (file)
@@ -1,6 +1,6 @@
 /* Binutils emulation layer.
    Copyright 2002, 2003 Free Software Foundation, Inc.
-   Written by Tom Rix, Redhat.
+   Written by Tom Rix, Red Hat Inc.
 
    This file is part of GNU Binutils.
 
index 400f532..2f34f9d 100644 (file)
@@ -1,6 +1,6 @@
 /* Binutils emulation layer.
    Copyright (C) 2002 Free Software Foundation, Inc.
-   Written by Tom Rix, Redhat.
+   Written by Tom Rix, Red Hat Inc.
 
    This file is part of GNU Binutils.