summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-01-20 19:08:43 +0000
committerNick Clifton <nickc@redhat.com>2000-01-20 19:08:43 +0000
commit6c4bb3c76b9a99f0c959bf90b8b7b5a43b07d1e0 (patch)
treedb10f2a794567a490d8c39f7926fca9012b8196a /include
parent3737fc11419f15ae6e62cc9bfbc045e70b6b4e4d (diff)
downloadgdb-6c4bb3c76b9a99f0c959bf90b8b7b5a43b07d1e0.tar.gz
fix spelling of Motorola
Diffstat (limited to 'include')
-rw-r--r--include/coff/ChangeLog2
-rw-r--r--include/coff/mcore.h2
-rw-r--r--include/elf/ChangeLog7
-rw-r--r--include/elf/common.h2
-rw-r--r--include/elf/mcore.h2
5 files changed, 10 insertions, 5 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index a3f090e5980..7d5b236dac4 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -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>
diff --git a/include/coff/mcore.h b/include/coff/mcore.h
index f31894796d3..0fa319c977f 100644
--- a/include/coff/mcore.h
+++ b/include/coff/mcore.h
@@ -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.
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index e8a66e37fc8..d3d7dc04260 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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>
diff --git a/include/elf/common.h b/include/elf/common.h
index 3ebf605b8b7..8b976cc8218 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -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 */
diff --git a/include/elf/mcore.h b/include/elf/mcore.h
index 068a93a5dd4..62a88c9093e 100644
--- a/include/elf/mcore.h
+++ b/include/elf/mcore.h
@@ -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.