From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 956 invoked by alias); 12 Jul 2002 18:36:29 -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 945 invoked from network); 12 Jul 2002 18:36:27 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 12 Jul 2002 18:36:27 -0000 Received: from romulus.sfbay.redhat.com (IDENT:QZAhy0hNNCFhH0jzb2iNuz1DyMPwqh2/@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6CIbBQ02074 for ; Fri, 12 Jul 2002 11:37:12 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6CIaOq07187 for gdb-patches@sources.redhat.com; Fri, 12 Jul 2002 11:36:24 -0700 Date: Fri, 12 Jul 2002 12:00:00 -0000 From: Kevin Buettner Message-Id: <1020712183623.ZM7186@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: [PATCH] xcoffread.c: Handle variables stored in the TOC MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00277.txt.bz2 I've just committed the patch below. From Nicholas Duffek: * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage csect. Index: xcoffread.c =================================================================== RCS file: /cvs/src/src/gdb/xcoffread.c,v retrieving revision 1.19 diff -u -p -r1.19 xcoffread.c --- xcoffread.c 30 Apr 2002 00:26:44 -0000 1.19 +++ xcoffread.c 12 Jul 2002 18:26:21 -0000 @@ -2277,6 +2277,7 @@ scan_xcoff_symtab (struct objfile *objfi break; case XMC_RW: + case XMC_TD: /* Data variables are recorded in the minimal symbol table, except for section symbols. */ if (*namestring != '.')