diff --git a/binutils/binemul.c b/binutils/binemul.c index cbe21a8a9a5f51ef3c58a4fb26a3c0d9bd41fc9c..7dac32dd11536d78e005b7742b814b8316515272 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 c03cff0c4cd1d0093ee06b5ef29633c58d41a7f4..53bbbd2de2041d566c4f8696ec27754bb553eeae 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 40590cc3e90c3556b069faa885d1930a31f137fc..8161a86822bb16f6d7de8ca590a74e20d6ff96f6 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 400f532e4fdba99e64638b96a08d0475b85669f5..2f34f9d5c2f81f8418673355ddde852ab9e8a902 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.