From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26814 invoked by alias); 22 Jun 2004 17:48:34 -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 26802 invoked from network); 22 Jun 2004 17:48:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Jun 2004 17:48:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5MHmYe1018672 for ; Tue, 22 Jun 2004 13:48:34 -0400 Received: from zenia.home.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5MHmX005486; Tue, 22 Jun 2004 13:48:33 -0400 To: gdb-patches@sources.redhat.com Subject: PATCH: gdbarch.sh doc fix From: Jim Blandy Date: Tue, 22 Jun 2004 17:48: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: 2004-06/txt/msg00493.txt.bz2 Committed as obvious. 2004-06-22 Jim Blandy * gdbarch.sh: Doc fix. Index: gdb/gdbarch.sh =================================================================== RCS file: /cvs/src/src/gdb/gdbarch.sh,v retrieving revision 1.334 diff -c -p -r1.334 gdbarch.sh *** gdb/gdbarch.sh 21 Jun 2004 19:54:50 -0000 1.334 --- gdb/gdbarch.sh 22 Jun 2004 17:46:19 -0000 *************** do *** 250,256 **** macro ) : ;; # The name of the legacy C macro by which this method can be ! # accessed. If empty, no macro is defined. If "-", a macro # formed from the upper-case function name is used. returntype ) : ;; --- 250,256 ---- macro ) : ;; # The name of the legacy C macro by which this method can be ! # accessed. If empty, no macro is defined. If "=", a macro # formed from the upper-case function name is used. returntype ) : ;;