Add .reginfo section entry

This commit is contained in:
Oleksandr Tymoshenko 2012-03-26 21:26:23 +00:00
parent 46355096e1
commit b74d1af74e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233523

View File

@ -296,6 +296,7 @@ typedef struct {
#define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */
#define SHT_LOPROC 0x70000000 /* reserved range for processor */
#define SHT_AMD64_UNWIND 0x70000001 /* unwind information */
#define SHT_MIPS_REGINFO 0x70000006
#define SHT_MIPS_OPTIONS 0x7000000d
#define SHT_MIPS_DWARF 0x7000001e /* MIPS gcc uses MIPS_DWARF */
#define SHT_HIPROC 0x7fffffff /* specific section header types */