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 | 302cb8165e957ac12528c221f263b358c859c831 (patch) | |
tree | 063fa0c15e945d22d7c2d737545068b93fb99254 /include/elf | |
parent | 98854988296f67186dac563cf114239e3feb8455 (diff) | |
download | cygnal-302cb8165e957ac12528c221f263b358c859c831.tar.gz cygnal-302cb8165e957ac12528c221f263b358c859c831.tar.bz2 cygnal-302cb8165e957ac12528c221f263b358c859c831.zip |
* alpha.h (LITUSE_ALPHA_JSRDIRECT): New.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/alpha.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 6d46df58d..87f6419b7 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2005-05-31 Richard Henderson <rth@redhat.com> + + * alpha.h (LITUSE_ALPHA_JSRDIRECT): New. + 2005-05-29 Richard Henderson <rth@redhat.com> * alpha.h (DT_ALPHA_PLTRO): New. diff --git a/include/elf/alpha.h b/include/elf/alpha.h index 7d82fa12a..e53202c6e 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 */ |