diff options
author | Richard Henderson <rth@redhat.com> | 2005-05-31 22:52:31 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2005-05-31 22:52:31 +0000 |
commit | 2acf634e2d8e755ab5f4ce769e4180a8f95aae5a (patch) | |
tree | 2e4dbf5d6f2a67d03640baf00a78ceb51f4e0f1a /include/elf/alpha.h | |
parent | f1c71a597bc87527b11b39b7732115a1e751be4e (diff) | |
download | gdb-2acf634e2d8e755ab5f4ce769e4180a8f95aae5a.zip gdb-2acf634e2d8e755ab5f4ce769e4180a8f95aae5a.tar.gz gdb-2acf634e2d8e755ab5f4ce769e4180a8f95aae5a.tar.bz2 |
* alpha.h (LITUSE_ALPHA_JSRDIRECT): New.
Diffstat (limited to 'include/elf/alpha.h')
-rw-r--r-- | include/elf/alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/alpha.h b/include/elf/alpha.h index 7d82fa1..e53202c 100644 --- a/include/elf/alpha.h +++ b/include/elf/alpha.h @@ -125,5 +125,6 @@ END_RELOC_NUMBERS (R_ALPHA_max) #define LITUSE_ALPHA_JSR 3 #define LITUSE_ALPHA_TLSGD 4 #define LITUSE_ALPHA_TLSLDM 5 +#define LITUSE_ALPHA_JSRDIRECT 6 #endif /* _ELF_ALPHA_H */ |