|
|
@ -156,7 +156,7 @@ enum hppa_reloc_expr_type_alt |
|
|
#define HPPA_R_ARG_RELOC(a) \ |
|
|
#define HPPA_R_ARG_RELOC(a) \ |
|
|
(((a) >> 22) & 0x3ff) |
|
|
(((a) >> 22) & 0x3ff) |
|
|
#define HPPA_R_CONSTANT(a) \ |
|
|
#define HPPA_R_CONSTANT(a) \ |
|
|
((((int)(a)) << (BFD_ARCH_SIZE-22)) >> (BFD_ARCH_SIZE-22)) |
|
|
((((bfd_signed_vma)(a)) << (BFD_ARCH_SIZE-22)) >> (BFD_ARCH_SIZE-22)) |
|
|
#define HPPA_R_ADDEND(r, c) \ |
|
|
#define HPPA_R_ADDEND(r, c) \ |
|
|
(((r) << 22) + ((c) & 0x3fffff)) |
|
|
(((r) << 22) + ((c) & 0x3fffff)) |
|
|
#define HPPA_WIDE (0) /* PSW W-bit, need to check! FIXME */ |
|
|
#define HPPA_WIDE (0) /* PSW W-bit, need to check! FIXME */ |
|
|
|