From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3861 invoked by alias); 9 Mar 2009 18:54:08 -0000 Received: (qmail 3806 invoked by alias); 9 Mar 2009 18:54:07 -0000 Date: Mon, 09 Mar 2009 18:54:00 -0000 Message-ID: <20090309185407.3805.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20090219213624.9873.jan.kratochvil@redhat.com> References: <20090219213624.9873.jan.kratochvil@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug macros/9873] DWARF command-line defined macros get ignored X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00335.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-09 18:54 ------- Subject: Bug 9873 CVSROOT: /cvs/src Module name: src Changes by: jkratoch@sourceware.org 2009-03-09 18:53:48 Modified files: gdb : ChangeLog dwarf2read.c Log message: PR gdb/9873: * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'. Move the variable `macinfo_type' out of the loop. Create a new processing pass before the current one to pre-create `current_file'. New complaint on misplaced zero/non-zero definitions/includes. Skip first DW_MACINFO_start_file with `at_commandline' set. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10233&r2=1.10234 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.295&r2=1.296 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9873 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.