Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-12-28 21:41:47 +0300
committerNick Clifton <nickc@redhat.com>1999-12-28 21:41:47 +0300
commit39cf906ea1d902dea55c1e4d3d3fbd727a28f806 (patch)
tree5ce49fdf2d4085d42366dcfd28062e64529e72a3
parent2fda289f858958f3353c136588cd0d4d56c99ab1 (diff)
Redefine STO_* value sin terms of STV_* values
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/mips.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 34ebcc41e..6a2257c96 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+1999-12-28 Nick Clifton <nickc@cygnus.com>
+
+ * mips.h (STO_*): Redefine in terms of STV_* values now in
+ common.h.
+
1999-12-27 Nick Clifton <nickc@cygnus.com>
* common.h: Upgrade to match Oct4, 1999 Draft ELF ABI Spec.
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 203acbed2..06f836ca0 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