From 3f384b5b58b2a9f42f1cc34616a8103b7fcf510b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 8 Jul 2013 13:16:08 +0000 Subject: 2013-07-08 Tristan Gingold * ia64.h (STB_VMS_WEAK, STB_VMS_SYSTEM): Add. --- include/elf/ChangeLog | 4 ++++ include/elf/ia64.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'include') diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index f99088649c9..2edd1dfcce8 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2013-07-08 Tristan Gingold + + * ia64.h (STB_VMS_WEAK, STB_VMS_SYSTEM): Add. + 2013-07-05 Andreas Krebbel * s390.h: Add new relocs R_390_PC12DBL, R_390_PLT12DBL, diff --git a/include/elf/ia64.h b/include/elf/ia64.h index d8f6f5015e8..7f2453d0eaa 100644 --- a/include/elf/ia64.h +++ b/include/elf/ia64.h @@ -209,6 +209,10 @@ # 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 -- cgit v1.2.1