fix spelling of Motorola
authorNick Clifton <nickc@redhat.com>
Thu, 20 Jan 2000 19:08:43 +0000 (19:08 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 20 Jan 2000 19:08:43 +0000 (19:08 +0000)
bfd/coff-mcore.c
bfd/cpu-mcore.c
include/coff/ChangeLog
include/coff/mcore.h
include/elf/ChangeLog
include/elf/common.h
include/elf/mcore.h
opcodes/mcore-dis.c
opcodes/mcore-opc.h

index e815600..90b7667 100644 (file)
@@ -1,4 +1,4 @@
-/* BFD back-end for Motorolla MCore COFF/PE
+/* BFD back-end for Motorola MCore COFF/PE
    Copyright (C) 1999 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index 0e3af1f..760bcde 100644 (file)
@@ -1,4 +1,4 @@
-/* BFD library support routines for Motorolla's MCore architecture
+/* BFD library support routines for Motorola's MCore architecture
    Copyright (C) 1993, 1999 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index a3f090e..7d5b236 100644 (file)
@@ -68,7 +68,7 @@ Mon May 17 13:35:35 1999  Stan Cox  <scox@cygnus.com>
 
 1999-04-08  Nick Clifton  <nickc@cygnus.com>
 
-       * mcore.h: New header file.  Defines for Motorolla's MCore
+       * mcore.h: New header file.  Defines for Motorola's MCore
        processor. 
 
 Sun Dec  6 21:36:37 1998  Mark Elbrecht  <snowball3@usa.net>
index f318947..0fa319c 100644 (file)
@@ -1,4 +1,4 @@
-/* Motorolla MCore support for BFD.
+/* Motorola MCore support for BFD.
    Copyright (C) 1999 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index e8a66e3..d3d7dc0 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-20  Nick Clifton  <nickc@cygnus.com>
+
+       * common.h (EM_MCORE): Fix spelling of Motorola.
+       * mcore.h (EM_MCORE): Fix spelling of Motorola.
+
 2000-01-13  Nick Clifton  <nickc@cygnus.com>
 
        * common.h (EM_S370): Change comment - this is now the IBM
@@ -204,7 +209,7 @@ Wed Jun  9 15:16:34 1999  Jeffrey A Law  (law@cygnus.com)
 
 1999-04-08  Nick Clifton  <nickc@cygnus.com>
 
-       * mcore.h: New header file.  Defines for Motorolla's MCore
+       * mcore.h: New header file.  Defines for Motorola's MCore
        processor.
 
 1999-04-08  Nick Clifton  <nickc@cygnus.com>
index 3ebf605..8b976cc 100644 (file)
@@ -105,7 +105,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define EM_V800        36      /* NEC V800 series */
 #define EM_FR20               37       /* Fujitsu FR20 */
 #define EM_RH32               38       /* TRW RH32 */
-#define EM_MCORE       39       /* Motorolla MCore */ /* May also be taken by Fujitsu MMA */
+#define EM_MCORE       39       /* Motorola M*Core */ /* May also be taken by Fujitsu MMA */
 #define EM_RCE         39       /* Old name for MCore */
 #define EM_ARM        40       /* ARM */
 #define EM_OLD_ALPHA   41      /* Digital Alpha */
index 068a93a..62a88c9 100644 (file)
@@ -1,4 +1,4 @@
-/* Motorolla MCore support for BFD.
+/* Motorola MCore support for BFD.
    Copyright (C) 1995, 1999 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index 793de68..518ef5b 100644 (file)
@@ -1,4 +1,4 @@
-/* Disassemble Motorolla M*Core instructions.
+/* Disassemble Motorola M*Core instructions.
    Copyright (C) 1993, 1999 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
index 606ba84..0980412 100644 (file)
@@ -1,4 +1,4 @@
-/* Assembler instructions for Motorolla's Mcore processor
+/* Assembler instructions for Motorola's Mcore processor
    Copyright (C) 1999 Free Software Foundation, Inc.