From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15722 invoked by alias); 26 May 2003 19:36:16 -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 15692 invoked from network); 26 May 2003 19:36:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 26 May 2003 19:36:16 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4QJaFH29775 for ; Mon, 26 May 2003 15:36:15 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4QJaFI27030 for ; Mon, 26 May 2003 15:36:15 -0400 Received: from localhost.redhat.com (IDENT:bosELqJn3SuyMJomjUTYWOVMT5cEeNBe@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4QJaEo02084 for ; Mon, 26 May 2003 15:36:14 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id D26202C43E; Mon, 26 May 2003 15:41:45 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16082.28153.683890.134855@localhost.redhat.com> Date: Mon, 26 May 2003 19:36:00 -0000 To: gdb-patches@sources.redhat.com Cc: Subject: Re: [PATCH] some cleanups in stabsread.c In-Reply-To: <16078.39338.150780.376217@localhost.redhat.com> References: <16078.39338.150780.376217@localhost.redhat.com> X-SW-Source: 2003-05/txt/msg00485.txt.bz2 Elena Zannoni writes: > > These functions should be static. > > elena > > 2003-05-23 Elena Zannoni > > * stabsread.c (dbx_lookup_type): Make static. > (read_type): Ditto. > (add_undefined_type): Ditto. > * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): > Do not export. committed elena