* common.h: Change registry@sco.com to registry@caldera.com.
(EM_PDP10, EM_PDP11): Define.
This commit is contained in:
parent
ae1ebb81dc
commit
ea6a35f68a
@ -1,3 +1,8 @@
|
||||
2002-06-06 Lars Brinkhoff <lars@nocrew.org>
|
||||
|
||||
* common.h: Change registry@sco.com to registry@caldera.com.
|
||||
(EM_PDP10, EM_PDP11): Define.
|
||||
|
||||
2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* sh.h (_bfd_sh64_crange_qsort_cmpb, _bfd_sh64_crange_qsort_cmpl)
|
||||
|
@ -92,7 +92,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define ET_HIPROC 0xFFFF /* Processor-specific */
|
||||
|
||||
/* Values for e_machine, which identifies the architecture. These numbers
|
||||
are officially assigned by registry@sco.com. See below for a list of
|
||||
are officially assigned by registry@caldera.com. See below for a list of
|
||||
ad-hoc numbers used during initial development. */
|
||||
|
||||
#define EM_NONE 0 /* No machine */
|
||||
@ -145,6 +145,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define EM_TINYJ 61 /* Advanced Logic Corp. TinyJ embedded processor */
|
||||
#define EM_X86_64 62 /* Advanced Micro Devices X86-64 processor */
|
||||
|
||||
#define EM_PDP10 64 /* Digital Equipment Corp. PDP-10 */
|
||||
#define EM_PDP11 65 /* Digital Equipment Corp. PDP-11 */
|
||||
#define EM_FX66 66 /* Siemens FX66 microcontroller */
|
||||
#define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 bit microcontroller */
|
||||
#define EM_ST7 68 /* STMicroelectronics ST7 8-bit microcontroller */
|
||||
@ -184,7 +186,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
will have a collision. Instead, pick a random number.
|
||||
|
||||
Normally, each entity or maintainer responsible for a machine with an
|
||||
unofficial e_machine number should eventually ask registry@sco.com for
|
||||
unofficial e_machine number should eventually ask registry@caldera.com for
|
||||
an officially blessed number to be added to the list above. */
|
||||
|
||||
#define EM_PJ_OLD 99 /* picoJava */
|
||||
|
Loading…
Reference in New Issue
Block a user