Update e_machine registry address
Joseph S. Myers
joseph@codesourcery.com
Mon Jun 9 14:39:00 GMT 2008
More information about the Binutils mailing list
Mon Jun 9 14:39:00 GMT 2008
- Previous message (by thread): [patch ld]: Increase stack size to be 10 MB by default
- Next message (by thread): Fix an arm-eabi FAIL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dave Prosser (who runs the e_machine registry) says that it's better to list the e_machine registry address as registry@sco.com rather than registry@caldera.com, and it's been reported that registry@caldera.com has started bouncing. I've applied this patch as obvious to update the address in two places in include/elf/common.h. Index: ChangeLog =================================================================== RCS file: /cvs/src/src/include/elf/ChangeLog,v retrieving revision 1.324 diff -u -r1.324 ChangeLog --- ChangeLog 21 May 2008 14:50:07 -0000 1.324 +++ ChangeLog 9 Jun 2008 14:06:36 -0000 @@ -1,3 +1,7 @@ +2008-06-09 Joseph Myers <joseph@codesourcery.com> + + * common.h: Change registry@caldera.com to registry@sco.com. + 2008-05-21 Nick Clifton <nickc@redhat.com> * reloc-macros.h: Add a comment about the use of the Index: common.h =================================================================== RCS file: /cvs/src/src/include/elf/common.h,v retrieving revision 1.93 diff -u -r1.93 common.h --- common.h 25 Mar 2008 04:58:21 -0000 1.93 +++ common.h 9 Jun 2008 14:06:36 -0000 @@ -95,7 +95,7 @@ #define ET_HIPROC 0xFFFF /* Processor-specific */ /* Values for e_machine, which identifies the architecture. These numbers - are officially assigned by registry@caldera.com. See below for a list of + are officially assigned by registry@sco.com. See below for a list of ad-hoc numbers used during initial development. */ #define EM_NONE 0 /* No machine */ @@ -198,7 +198,7 @@ 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@caldera.com for + unofficial e_machine number should eventually ask registry@sco.com for an officially blessed number to be added to the list above. */ /* Old version of Sparc v9, from before the ABI; -- Joseph S. Myers joseph@codesourcery.com
- Previous message (by thread): [patch ld]: Increase stack size to be 10 MB by default
- Next message (by thread): Fix an arm-eabi FAIL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list