[BACK]Return to mips.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / include / elf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/include/elf/mips.h between version 1.6 and 1.7

version 1.6, 2020/04/03 17:51:12 version 1.7, 2022/12/23 17:09:24
Line 1 
Line 1 
 /* MIPS ELF support for BFD.  /* MIPS ELF support for BFD.
    Copyright (C) 1993-2018 Free Software Foundation, Inc.     Copyright (C) 1993-2020 Free Software Foundation, Inc.
   
    By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from     By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from
    information in the System V Application Binary Interface, MIPS     information in the System V Application Binary Interface, MIPS
Line 299  END_RELOC_NUMBERS (R_MIPS_maxext)
Line 299  END_RELOC_NUMBERS (R_MIPS_maxext)
 #define E_MIPS_MACH_9000        0x00990000  #define E_MIPS_MACH_9000        0x00990000
 #define E_MIPS_MACH_LS2E        0x00A00000  #define E_MIPS_MACH_LS2E        0x00A00000
 #define E_MIPS_MACH_LS2F        0x00A10000  #define E_MIPS_MACH_LS2F        0x00A10000
 #define E_MIPS_MACH_LS3A        0x00A20000  #define E_MIPS_MACH_GS464       0x00A20000
   #define E_MIPS_MACH_GS464E      0x00A30000
   #define E_MIPS_MACH_GS264E      0x00A40000
   
 /* Processor specific section indices.  These sections do not actually  /* Processor specific section indices.  These sections do not actually
    exist.  Symbols with a st_shndx field corresponding to one of these     exist.  Symbols with a st_shndx field corresponding to one of these
Line 450  END_RELOC_NUMBERS (R_MIPS_maxext)
Line 452  END_RELOC_NUMBERS (R_MIPS_maxext)
 /* ABI related flags section.  */  /* ABI related flags section.  */
 #define SHT_MIPS_ABIFLAGS       0x7000002a  #define SHT_MIPS_ABIFLAGS       0x7000002a
   
   /* GNU style symbol hash table with xlat.  */
   #define SHT_MIPS_XHASH          0x7000002b
   
 /* A section of type SHT_MIPS_LIBLIST contains an array of the  /* A section of type SHT_MIPS_LIBLIST contains an array of the
    following structure.  The sh_link field is the section index of the     following structure.  The sh_link field is the section index of the
    string table.  The sh_info field is the number of entries in the     string table.  The sh_info field is the number of entries in the
Line 757  extern void bfd_mips_elf32_swap_reginfo_
Line 762  extern void bfd_mips_elf32_swap_reginfo_
   
 /* Relative offset of run time loader map, used for debugging.  */  /* Relative offset of run time loader map, used for debugging.  */
 #define DT_MIPS_RLD_MAP_REL    0x70000035  #define DT_MIPS_RLD_MAP_REL    0x70000035
   
   /* Address of .MIPS.xhash section.  */
   #define DT_MIPS_XHASH          0x70000036
   
 /* Flags which may appear in a DT_MIPS_FLAGS entry.  */  /* Flags which may appear in a DT_MIPS_FLAGS entry.  */
   
Line 1238  extern void bfd_mips_elf_swap_abiflags_v
Line 1246  extern void bfd_mips_elf_swap_abiflags_v
 #define AFL_ASE_CRC          0x00008000 /* CRC ASE.  */  #define AFL_ASE_CRC          0x00008000 /* CRC ASE.  */
 #define AFL_ASE_RESERVED1    0x00010000 /* Reserved by MIPS Tech for WIP.  */  #define AFL_ASE_RESERVED1    0x00010000 /* Reserved by MIPS Tech for WIP.  */
 #define AFL_ASE_GINV         0x00020000 /* GINV ASE.  */  #define AFL_ASE_GINV         0x00020000 /* GINV ASE.  */
 #define AFL_ASE_MASK         0x0002ffff /* All ASEs.  */  #define AFL_ASE_LOONGSON_MMI 0x00040000 /* Loongson MMI ASE.  */
   #define AFL_ASE_LOONGSON_CAM 0x00080000 /* Loongson CAM ASE.  */
   #define AFL_ASE_LOONGSON_EXT 0x00100000 /* Loongson EXT instructions.  */
   #define AFL_ASE_LOONGSON_EXT2 0x00200000 /* Loongson EXT2 instructions.  */
   #define AFL_ASE_MASK         0x003effff /* All ASEs.  */
   
 /* Values for the isa_ext word of an ABI flags structure.  */  /* Values for the isa_ext word of an ABI flags structure.  */
   
 #define AFL_EXT_XLR           1  /* RMI Xlr instruction.  */  #define AFL_EXT_XLR           1  /* RMI Xlr instruction.  */
 #define AFL_EXT_OCTEON2       2  /* Cavium Networks Octeon2.  */  #define AFL_EXT_OCTEON2       2  /* Cavium Networks Octeon2.  */
 #define AFL_EXT_OCTEONP       3  /* Cavium Networks OcteonP.  */  #define AFL_EXT_OCTEONP       3  /* Cavium Networks OcteonP.  */
 #define AFL_EXT_LOONGSON_3A   4  /* Loongson 3A.  */  
 #define AFL_EXT_OCTEON        5  /* Cavium Networks Octeon.  */  #define AFL_EXT_OCTEON        5  /* Cavium Networks Octeon.  */
 #define AFL_EXT_5900          6  /* MIPS R5900 instruction.  */  #define AFL_EXT_5900          6  /* MIPS R5900 instruction.  */
 #define AFL_EXT_4650          7  /* MIPS R4650 instruction.  */  #define AFL_EXT_4650          7  /* MIPS R4650 instruction.  */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>