diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-06 09:58:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-06 09:58:57 +0000 |
commit | abd4c6a26dfa9ad81f4e569f33d0891e69716b66 (patch) | |
tree | b8d83cf2203b98c66547834ff8274a6474e66514 /bfd | |
parent | 644c4c80f9dd4e06eb9cae2ae391e2b4f2b36fff (diff) | |
download | fsf-binutils-gdb-abd4c6a26dfa9ad81f4e569f33d0891e69716b66.zip fsf-binutils-gdb-abd4c6a26dfa9ad81f4e569f33d0891e69716b66.tar.gz fsf-binutils-gdb-abd4c6a26dfa9ad81f4e569f33d0891e69716b66.tar.bz2 |
* bfdint.texi: Change registry@sco.com to registry@caldera.com.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/doc/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/bfdint.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 6534d9e..8bf5acd 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-06 Lars Brinkhoff <lars@nocrew.org> + + * bfdint.texi: Change registry@sco.com to registry@caldera.com. + 2002-06-05 Alan Modra <amodra@bigpond.net.au> * Makefile.am (libbfd.h): Add "Extracted from.." comment. diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index 76fd832..d2996dc 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -1545,9 +1545,9 @@ Define @samp{ELF_ARCH} to the BFD architecture (an element of the @item Define @samp{ELF_MACHINE_CODE} to the magic number which should appear in the @samp{e_machine} field of the ELF header. As of this writing, -these magic numbers are assigned by SCO; if you want to get a magic +these magic numbers are assigned by Caldera; if you want to get a magic number for a particular processor, try sending a note to -@email{registry@@sco.com}. In the BFD sources, the magic numbers are +@email{registry@@caldera.com}. In the BFD sources, the magic numbers are found in @file{include/elf/common.h}; they have names beginning with @samp{EM_}. @item |