GNU Binutils with patches for OS216
修訂 | 0ccba9d8472dd50767e62f5094961a40f3e851d2 (tree) |
---|---|
時間 | 2003-06-11 01:36:55 |
作者 | Jim Blandy <jimb@code...> |
Commiter | Jim Blandy |
Revert changes for revision.
@@ -5,13 +5,6 @@ | ||
5 | 5 | |
6 | 6 | 2003-06-06 Jim Blandy <jimb@redhat.com> |
7 | 7 | |
8 | - * ppc-linux-tdep.c (ppc64_call_dummy_address): New function. | |
9 | - (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address | |
10 | - method. | |
11 | - | |
12 | - * ppc-linux-tdep.c (ppc64_desc_entry_point): New function. | |
13 | - (ppc64_standard_linkage_target): Use it. | |
14 | - | |
15 | 8 | Merged from trunk: |
16 | 9 | |
17 | 10 | 2003-05-29 Kevin Buettner <kevinb@redhat.com> |
@@ -21,17 +14,6 @@ | ||
21 | 14 | |
22 | 15 | 2003-06-05 Jim Blandy <jimb@redhat.com> |
23 | 16 | |
24 | - Recognize and skip 64-bit PowerPC Linux linkage functions. | |
25 | - * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct | |
26 | - insn_pattern, insns_match_pattern, d_field, ds_field): New | |
27 | - functions, macros, and types for working with PPC instructions. | |
28 | - (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN, | |
29 | - ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target, | |
30 | - ppc64_skip_trampoline_code): New functions, variables, and macros | |
31 | - for recognizing and skipping linkage functions. | |
32 | - (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and | |
33 | - ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI. | |
34 | - | |
35 | 17 | Use gdbarch methods for solib stuff on PowerPC Linux. |
36 | 18 | * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, |
37 | 19 | SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will |