2013-07-08 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Mon, 8 Jul 2013 13:16:08 +0000 (13:16 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 8 Jul 2013 13:16:08 +0000 (13:16 +0000)
* ia64.h (STB_VMS_WEAK, STB_VMS_SYSTEM): Add.

include/elf/ChangeLog
include/elf/ia64.h

index f99088649c90ca06f31d7f0ade49737ce256c2a8..2edd1dfcce833e61f3a1c3aded6c1eddcee626a6 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-08  Tristan Gingold  <gingold@adacore.com>
+
+       * ia64.h (STB_VMS_WEAK, STB_VMS_SYSTEM): Add.
+
 2013-07-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * s390.h: Add new relocs R_390_PC12DBL, R_390_PLT12DBL,
index d8f6f5015e8c1e8cac7b6517a31757c039ca2bc7..7f2453d0eaa200d2ae989b34570847ad8cd17dcf 100644 (file)
 # define VMS_STL_STD      2      /* Standard linkage with return value.  */
 # define VMS_STL_LNK      3      /* Explicit represented in .vms_linkages.  */
 
+/* OpenVMS specific symbol binding values.  */
+#define STB_VMS_WEAK   11      /* VMS weak symbol.  */
+#define STB_VMS_SYSTEM 12      /* System symbol.  */
+
 /* OpenVMS specific fixup and relocation structures.  */
 
 typedef struct
This page took 0.027735 seconds and 4 git commands to generate.