diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-02 23:36:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-02 23:36:56 +0000 |
commit | 46ab34a185464c85305d574178958f6de9b04d2b (patch) | |
tree | 241267ec59709943357b7fb51eb54d849ccf8a5c /include | |
parent | bc2574a9ddd068e19eb5fd81ca552c2d3015f8e4 (diff) | |
download | gdb-46ab34a185464c85305d574178958f6de9b04d2b.zip gdb-46ab34a185464c85305d574178958f6de9b04d2b.tar.gz gdb-46ab34a185464c85305d574178958f6de9b04d2b.tar.bz2 |
Add more LL_* options from Irix 6.5.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/mips.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index a099f65..58f7ae8 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -344,6 +344,19 @@ typedef struct /* Ignore version incompatibilities at runtime. */ #define LL_IGNORE_INT_VER 0x00000002 +/* Require matching minor version number. */ +#define LL_REQUIRE_MINOR 0x00000004 + +/* ??? */ +#define LL_EXPORTS 0x00000008 + +/* Delay loading of this library until really needed. */ +#define LL_DELAY_LOAD 0x00000010 + +/* ??? Delta C++ stuff ??? */ +#define LL_DELTA 0x00000020 + + /* A section of type SHT_MIPS_CONFLICT is an array of indices into the .dynsym section. Each element has the following type. */ typedef unsigned long Elf32_Conflict; |