From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2475 invoked by alias); 17 Jun 2003 16:06:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2467 invoked from network); 17 Jun 2003 16:06:48 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 17 Jun 2003 16:06:48 -0000 Received: by zenia.home (Postfix, from userid 5433) id A1912207BC; Tue, 17 Jun 2003 11:07:43 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: [obvious] Linux -> GNU/Linux From: Jim Blandy Date: Tue, 17 Jun 2003 16:06:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00565.txt.bz2 2003-06-17 Jim Blandy * ppc-linux-tdep.c: "Linux" -> "GNU/Linux" *** ppc-linux-tdep.c.~1.32.~ 2003-06-17 11:03:03.000000000 -0500 --- ppc-linux-tdep.c 2003-06-17 11:03:20.000000000 -0500 *************** *** 770,781 **** (sizeof (ppc64_standard_linkage) / sizeof (ppc64_standard_linkage[0])) ! /* Recognize a 64-bit PowerPC Linux linkage function --- what GDB calls a "solib trampoline". */ static int ppc64_in_solib_call_trampoline (CORE_ADDR pc, char *name) { ! /* Detecting solib call trampolines on PPC64 Linux is a pain. It's not specifically solib call trampolines that are the issue. Any call from one function to another function that uses a --- 770,781 ---- (sizeof (ppc64_standard_linkage) / sizeof (ppc64_standard_linkage[0])) ! /* Recognize a 64-bit PowerPC GNU/Linux linkage function --- what GDB calls a "solib trampoline". */ static int ppc64_in_solib_call_trampoline (CORE_ADDR pc, char *name) { ! /* Detecting solib call trampolines on PPC64 GNU/Linux is a pain. It's not specifically solib call trampolines that are the issue. Any call from one function to another function that uses a *************** *** 787,793 **** also an inter-TOC call, and requires a trampoline --- so "solib call trampolines" are just a special case. ! The 64-bit PowerPC Linux ABI calls these call trampolines "linkage functions". Since they need to be near the functions that call them, they all appear in .text, not in any special section. The .plt section just contains an array of function --- 787,793 ---- also an inter-TOC call, and requires a trampoline --- so "solib call trampolines" are just a special case. ! The 64-bit PowerPC GNU/Linux ABI calls these call trampolines "linkage functions". Since they need to be near the functions that call them, they all appear in .text, not in any special section. The .plt section just contains an array of function