diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-06-09 14:07:18 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-06-09 14:07:18 +0000 |
commit | f4b88184269cf289f09839ed23366306b28376a9 (patch) | |
tree | e492f5487fd67ff32eded5c2f7d65e184fc1cab3 /include | |
parent | 0498e171a582da0c78559a700c52f9a580af65c2 (diff) | |
download | cygnal-f4b88184269cf289f09839ed23366306b28376a9.tar.gz cygnal-f4b88184269cf289f09839ed23366306b28376a9.tar.bz2 cygnal-f4b88184269cf289f09839ed23366306b28376a9.zip |
* common.h: Change registry@caldera.com to registry@sco.com.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 81f5478bc..b436c6253 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -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 diff --git a/include/elf/common.h b/include/elf/common.h index 7a9f725cf..c3d7d01ed 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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; |