summaryrefslogtreecommitdiff
path: root/bfd/libhppa.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-08-05 03:50:28 +0000
committerJeff Law <law@redhat.com>1999-08-05 03:50:28 +0000
commit5b5afbab3059ad3c859edd9d3ab26aab7a04f078 (patch)
tree3c487384798d0f1df9b906f5bb246db9dc31dc90 /bfd/libhppa.h
parentab412f7c6cc93cf019732217b807cb3e9791781d (diff)
downloadbinutils-redhat-5b5afbab3059ad3c859edd9d3ab26aab7a04f078.tar.gz
* libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectors
(e_ltpsel, e_rtpsel): Similarly.
Diffstat (limited to 'bfd/libhppa.h')
-rw-r--r--bfd/libhppa.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/bfd/libhppa.h b/bfd/libhppa.h
index 60270947be..4ce82ea4e2 100644
--- a/bfd/libhppa.h
+++ b/bfd/libhppa.h
@@ -100,7 +100,9 @@ enum hppa_reloc_field_selector_type
R_HPPA_RPSEL = 0xe,
R_HPPA_TSEL = 0xf,
R_HPPA_LTSEL = 0x10,
- R_HPPA_RTSEL = 0x11
+ R_HPPA_RTSEL = 0x11,
+ R_HPPA_LTPSEL = 0x12,
+ R_HPPA_RTPSEL = 0x13
};
/* /usr/include/reloc.h defines these to constants. We want to use
@@ -153,7 +155,9 @@ enum hppa_reloc_field_selector_type_alt
e_rpsel = R_HPPA_RPSEL,
e_tsel = R_HPPA_TSEL,
e_ltsel = R_HPPA_LTSEL,
- e_rtsel = R_HPPA_RTSEL
+ e_rtsel = R_HPPA_RTSEL,
+ e_ltpsel = R_HPPA_LTPSEL,
+ e_rtpsel = R_HPPA_RTPSEL
};
enum hppa_reloc_expr_type