2013-07-08 Tristan Gingold <gingold@adacore.com>
* ia64.h (STB_VMS_WEAK, STB_VMS_SYSTEM): Add.
This commit is contained in:
parent
57e9250aa2
commit
10c64dd4da
@ -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>
|
2013-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
* s390.h: Add new relocs R_390_PC12DBL, R_390_PLT12DBL,
|
* s390.h: Add new relocs R_390_PC12DBL, R_390_PLT12DBL,
|
||||||
|
@ -209,6 +209,10 @@
|
|||||||
# define VMS_STL_STD 2 /* Standard linkage with return value. */
|
# define VMS_STL_STD 2 /* Standard linkage with return value. */
|
||||||
# define VMS_STL_LNK 3 /* Explicit represented in .vms_linkages. */
|
# 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. */
|
/* OpenVMS specific fixup and relocation structures. */
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user