diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-09 07:23:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-09 07:23:07 +0000 |
commit | edd21acadce8f7371b03653a60b6a01caaea87f4 (patch) | |
tree | a8de787fd14cbab7516c34817c3979e32a1fb118 /bfd/hppa_stubs.h | |
parent | 63ac3005ce93e195643a80fca2c051cbd08fc491 (diff) | |
download | gdb-edd21acadce8f7371b03653a60b6a01caaea87f4.zip gdb-edd21acadce8f7371b03653a60b6a01caaea87f4.tar.gz gdb-edd21acadce8f7371b03653a60b6a01caaea87f4.tar.bz2 |
Restore hppa-elf32 to working order.
Diffstat (limited to 'bfd/hppa_stubs.h')
-rw-r--r-- | bfd/hppa_stubs.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bfd/hppa_stubs.h b/bfd/hppa_stubs.h deleted file mode 100644 index ee893e8..0000000 --- a/bfd/hppa_stubs.h +++ /dev/null @@ -1,23 +0,0 @@ -/* HPPA linker stub instructions */ - -/* These are the instructions which the linker may insert into the - code stream when building final executables to handle out-of-range - calls and argument relocations. */ - -#define LDO_M4_R31_R31 0x37ff3ff9 /* ldo -4(%r31),%r31 */ -#define LDIL_R1 0x20200000 /* ldil XXX,%r1 */ -#define BE_SR4_R1 0xe0202000 /* be XXX(%sr4,%r1) */ -#define COPY_R31_R2 0x081f0242 /* copy %r31,%r2 */ -#define BLE_SR4_R0 0xe4002000 /* ble XXX(%sr4,%r0) */ -#define BLE_SR4_R1 0xe4202000 /* ble XXX(%sr4,%r1) */ -#define BV_N_0_R31 0xebe0c002 /* bv,n 0(%r31) */ -#define STW_R31_M8R30 0x6bdf3ff1 /* stw %r31,-8(%r30) */ -#define LDW_M8R30_R31 0x4bdf3ff1 /* ldw -8(%r30),%r31 */ -#define STW_ARG_M16R30 0x6bc03fe1 /* stw %argX,-16(%r30) */ -#define LDW_M16R30_ARG 0x4bc03fe1 /* ldw -12(%r30),%argX */ -#define STW_ARG_M12R30 0x6bc03fe9 /* stw %argX,-16(%r30) */ -#define LDW_M12R30_ARG 0x4bc03fe9 /* ldw -12(%r30),%argX */ -#define FSTW_FARG_M16R30 0x27c11200 /* fstws %fargX,-16(%r30) */ -#define FLDW_M16R30_FARG 0x27c11000 /* fldws -16(%r30),%fargX */ -#define FSTD_FARG_M16R30 0x2fc11200 /* fstds %fargX,-16(%r30) */ -#define FLDD_M16R30_FARG 0x2fc11000 /* fldds -16(%r30),%fargX */ |