This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix spelling of Motorola.


Hi Guys,

  I have checked in the patch below to fix the spelling of Motorola's
  name.  My apologies to Motorola for this slip up.

Cheers
	Nick

Index: bfd/cpu-mcore.c
===================================================================
RCS file: /cvs/binutils/binutils/bfd/cpu-mcore.c,v
retrieving revision 1.2
diff -p -r1.2 cpu-mcore.c
*** cpu-mcore.c	1999/08/31 15:11:50	1.2
--- cpu-mcore.c	2000/01/20 19:06:49
***************
*** 1,4 ****
! /* BFD library support routines for Motorolla's MCore architecture
     Copyright (C) 1993, 1999 Free Software Foundation, Inc.
  
  This file is part of BFD, the Binary File Descriptor library.
--- 1,4 ----
! /* 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: bfd/coff-mcore.c
===================================================================
RCS file: /cvs/binutils/binutils/bfd/coff-mcore.c,v
retrieving revision 1.12
diff -p -r1.12 coff-mcore.c
*** coff-mcore.c	2000/01/13 20:46:54	1.12
--- coff-mcore.c	2000/01/20 19:06:49
***************
*** 1,4 ****
! /* BFD back-end for Motorolla MCore COFF/PE
     Copyright (C) 1999 Free Software Foundation, Inc.
  
  This file is part of BFD, the Binary File Descriptor library.
--- 1,4 ----
! /* 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: opcodes/mcore-opc.h
===================================================================
RCS file: /cvs/binutils/binutils/opcodes/mcore-opc.h,v
retrieving revision 1.6
diff -p -r1.6 mcore-opc.h
*** mcore-opc.h	1999/10/25 16:29:40	1.6
--- mcore-opc.h	2000/01/20 19:06:49
***************
*** 1,4 ****
! /* Assembler instructions for Motorolla's Mcore processor
     Copyright (C) 1999 Free Software Foundation, Inc.
  
     
--- 1,4 ----
! /* Assembler instructions for Motorola's Mcore processor
     Copyright (C) 1999 Free Software Foundation, Inc.
  
     
Index: opcodes/mcore-dis.c
===================================================================
RCS file: /cvs/binutils/binutils/opcodes/mcore-dis.c,v
retrieving revision 1.9
diff -p -r1.9 mcore-dis.c
*** mcore-dis.c	1999/10/28 09:05:01	1.9
--- mcore-dis.c	2000/01/20 19:06:49
***************
*** 1,4 ****
! /* Disassemble Motorolla M*Core instructions.
     Copyright (C) 1993, 1999 Free Software Foundation, Inc.
  
  This program is free software; you can redistribute it and/or modify
--- 1,4 ----
! /* 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: include/coff/mcore.h
===================================================================
RCS file: /cvs/binutils/binutils/include/coff/mcore.h,v
retrieving revision 1.2
diff -p -r1.2 mcore.h
*** mcore.h	1999/05/15 15:13:16	1.2
--- mcore.h	2000/01/20 19:06:49
***************
*** 1,4 ****
! /* Motorolla MCore support for BFD.
     Copyright (C) 1999 Free Software Foundation, Inc.
  
  This file is part of BFD, the Binary File Descriptor library.
--- 1,4 ----
! /* Motorola MCore support for BFD.
     Copyright (C) 1999 Free Software Foundation, Inc.
  
  This file is part of BFD, the Binary File Descriptor library.

Index: include/elf/common.h
===================================================================
RCS file: /cvs/binutils/binutils/include/elf/common.h,v
retrieving revision 1.10
diff -p -r1.10 common.h
*** common.h	2000/01/13 20:13:13	1.10
--- common.h	2000/01/20 19:06:49
*************** Foundation, Inc., 59 Temple Place - Suit
*** 105,111 ****
  #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_RCE         39       /* Old name for MCore */
  #define EM_ARM	       40	/* ARM */
  #define EM_OLD_ALPHA   41	/* Digital Alpha */
--- 105,111 ----
  #define EM_V800        36	/* NEC V800 series */
  #define EM_FR20	       37	/* Fujitsu FR20 */
  #define EM_RH32	       38       /* TRW RH32 */
! #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: include/elf/mcore.h
===================================================================
RCS file: /cvs/binutils/binutils/include/elf/mcore.h,v
retrieving revision 1.3
diff -p -r1.3 mcore.h
*** mcore.h	1999/05/16 13:57:59	1.3
--- mcore.h	2000/01/20 19:06:49
***************
*** 1,4 ****
! /* Motorolla MCore support for BFD.
     Copyright (C) 1995, 1999 Free Software Foundation, Inc.
  
  This file is part of BFD, the Binary File Descriptor library.
--- 1,4 ----
! /* 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]