From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28227 invoked by alias); 16 Jan 2004 20:17:39 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28187 invoked from network); 16 Jan 2004 20:17:38 -0000 Received: from unknown (HELO frothingslosh.sfbay.redhat.com) (66.187.237.200) by sources.redhat.com with SMTP; 16 Jan 2004 20:17:38 -0000 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id i0GKHYOG027238; Fri, 16 Jan 2004 12:17:34 -0800 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8/Submit) id i0GKHYpC027236; Fri, 16 Jan 2004 12:17:34 -0800 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 16 Jan 2004 20:17:00 -0000 From: Richard Henderson To: gcc-patches@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: RFA: Add locators to reloads Message-ID: <20040116201734.GE26740@redhat.com> Mail-Followup-To: Richard Henderson , gcc-patches@gcc.gnu.org, gdb@sources.redhat.com References: <20040116154314.GA30064@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040116154314.GA30064@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-01/txt/msg00213.txt.bz2 On Fri, Jan 16, 2004 at 10:43:14AM -0500, Daniel Jacobowitz wrote: > * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc) > (emit_call_insn_before_sameloc, emit_insn_after_sameloc) > (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New > macros. > * reload1.c (emit_reload_insns): Use them. > * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc) > (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check > for NULL PATTERN. Ok. r~