diff options
author | Nick Clifton <nickc@redhat.com> | 1999-12-28 18:41:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-12-28 18:41:47 +0000 |
commit | 4fbca4530bf778bcbf3bf179aac5955ce1b96690 (patch) | |
tree | bb3870dc0c39c58940076784db0f0436e3724a18 /include/elf/mips.h | |
parent | 0fc731e447cd01e7fc35197b487ff0e4fd25afca (diff) | |
download | gdb-4fbca4530bf778bcbf3bf179aac5955ce1b96690.zip gdb-4fbca4530bf778bcbf3bf179aac5955ce1b96690.tar.gz gdb-4fbca4530bf778bcbf3bf179aac5955ce1b96690.tar.bz2 |
Redefine STO_* value sin terms of STV_* values
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r-- | include/elf/mips.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index 203acbe..06f836c 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -617,10 +617,10 @@ extern void bfd_mips_elf32_swap_reginfo_out /* Special values for the st_other field in the symbol table. These are used in an Irix 5 dynamic symbol table. */ -#define STO_DEFAULT 0x00 -#define STO_INTERNAL 0x01 -#define STO_HIDDEN 0x02 -#define STO_PROTECTED 0x03 +#define STO_DEFAULT STV_DEFAULT +#define STO_INTERNAL STV_INTERNAL +#define STO_HIDDEN STV_HIDDEN +#define STO_PROTECTED STV_PROTECTED /* This value is used for a mips16 .text symbol. */ #define STO_MIPS16 0xf0 |