From e46bd626244880bc21b7a4392b684120a2a172d6 Mon Sep 17 00:00:00 2001 From: nickc Date: Mon, 18 Jul 2005 14:16:51 +0000 Subject: [PATCH] Fix spelling of Red Hat --- binutils/binemul.c | 2 +- binutils/binemul.h | 4 ++-- binutils/emul_aix.c | 2 +- binutils/emul_vanilla.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/binutils/binemul.c b/binutils/binemul.c index cbe21a8a9a..7dac32dd11 100644 --- a/binutils/binemul.c +++ b/binutils/binemul.c @@ -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. diff --git a/binutils/binemul.h b/binutils/binemul.h index c03cff0c4c..53bbbd2de2 100644 --- a/binutils/binemul.h +++ b/binutils/binemul.h @@ -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) diff --git a/binutils/emul_aix.c b/binutils/emul_aix.c index 40590cc3e9..8161a86822 100644 --- a/binutils/emul_aix.c +++ b/binutils/emul_aix.c @@ -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. diff --git a/binutils/emul_vanilla.c b/binutils/emul_vanilla.c index 400f532e4f..2f34f9d5c2 100644 --- a/binutils/emul_vanilla.c +++ b/binutils/emul_vanilla.c @@ -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. -- 2.11.0