diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-07 09:18:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-07 09:18:52 +0000 |
commit | ae990a1af39e7b6f3f27a988415493bcb187acc5 (patch) | |
tree | 7c11ac44b094ff96f3679360d5a704f1d4ef07c1 /include/elf/external.h | |
parent | 78f4a3f7286e900e75b4170b02fd0599b6fd54a8 (diff) | |
download | ppe42-binutils-ae990a1af39e7b6f3f27a988415493bcb187acc5.tar.gz ppe42-binutils-ae990a1af39e7b6f3f27a988415493bcb187acc5.zip |
* external.h: Fix typo.
* mips.h: Add/Extend many comments with reference to the MIPS ELF64
spec v. 2.4, available at e.g.
ftp://oss.sgi.com/pub/linux/mips/doc/ABI/ELF64.ps.
(EF_MIPS_UCODE): Define.
(EF_MIPS_OPTIONS_FIRST): Define.
(EF_MIPS_ARCH_ASE): Define.
(EF_MIPS_ARCH_ASE_MDMX): Define.
(EF_MIPS_ARCH_ASE_M16): Define.
(SHF_MIPS_ADDR): Renamed SHF_MIPS_ADDR32.
(SHF_MIPS_STRING): Renamed SHF_MIPS_ADDR64.
(SHF_MIPS_NODUPES): Define.
(ELF64_MIPS_R_SSYM): New MIPS ELF 64 relocation info access macro.
(ELF64_MIPS_R_TYPE3): Likewise.
(ELF64_MIPS_R_TYPE2): Likewise.
(ELF64_MIPS_R_TYPE): Likewise.
(OHW_R10KLDL): Define.
Diffstat (limited to 'include/elf/external.h')
-rw-r--r-- | include/elf/external.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/external.h b/include/elf/external.h index fae3381836..38e6596de7 100644 --- a/include/elf/external.h +++ b/include/elf/external.h @@ -1,5 +1,5 @@ /* ELF support for BFD. - Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999 + Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2001 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This file is part of ELF support for BFD, and contains the portions that describe how ELF is represented externally by the BFD library. I.E. it describes the in-file representation of ELF. It requires - the elf-common.h file which contains the portions that are common to + the elf/common.h file which contains the portions that are common to both the internal and external representations. */ /* The 64-bit stuff is kind of random. Perhaps someone will publish a |