* ppc-linux-tdep.c: "Linux" -> "GNU/Linux"

This commit is contained in:
Jim Blandy 2003-06-17 16:06:18 +00:00
parent 1cf1f67042
commit 1a38736e6c
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2003-06-17 Jim Blandy <jimb@redhat.com>
* ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
2003-06-16 Theodore A. Roth <troth@openavr.org> 2003-06-16 Theodore A. Roth <troth@openavr.org>
* avr-tdep.c (avr_extract_return_value): New function. * avr-tdep.c (avr_extract_return_value): New function.

View file

@ -770,12 +770,12 @@ static struct insn_pattern ppc64_standard_linkage[] =
(sizeof (ppc64_standard_linkage) / sizeof (ppc64_standard_linkage[0])) (sizeof (ppc64_standard_linkage) / sizeof (ppc64_standard_linkage[0]))
/* Recognize a 64-bit PowerPC Linux linkage function --- what GDB /* Recognize a 64-bit PowerPC GNU/Linux linkage function --- what GDB
calls a "solib trampoline". */ calls a "solib trampoline". */
static int static int
ppc64_in_solib_call_trampoline (CORE_ADDR pc, char *name) ppc64_in_solib_call_trampoline (CORE_ADDR pc, char *name)
{ {
/* Detecting solib call trampolines on PPC64 Linux is a pain. /* Detecting solib call trampolines on PPC64 GNU/Linux is a pain.
It's not specifically solib call trampolines that are the issue. It's not specifically solib call trampolines that are the issue.
Any call from one function to another function that uses a Any call from one function to another function that uses a
@ -787,7 +787,7 @@ ppc64_in_solib_call_trampoline (CORE_ADDR pc, char *name)
also an inter-TOC call, and requires a trampoline --- so "solib also an inter-TOC call, and requires a trampoline --- so "solib
call trampolines" are just a special case. call trampolines" are just a special case.
The 64-bit PowerPC Linux ABI calls these call trampolines The 64-bit PowerPC GNU/Linux ABI calls these call trampolines
"linkage functions". Since they need to be near the functions "linkage functions". Since they need to be near the functions
that call them, they all appear in .text, not in any special that call them, they all appear in .text, not in any special
section. The .plt section just contains an array of function section. The .plt section just contains an array of function