From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5925 invoked by alias); 15 Sep 2003 03:21:54 -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 5916 invoked from network); 15 Sep 2003 03:21:53 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 15 Sep 2003 03:21:53 -0000 Received: by zenia.home (Postfix, from userid 5433) id A995920758; Sun, 14 Sep 2003 22:19:40 -0500 (EST) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] align_up, align_down References: <3F6227D6.3040300@redhat.com> From: Jim Blandy Date: Mon, 15 Sep 2003 03:21:00 -0000 In-Reply-To: <3F6227D6.3040300@redhat.com> 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: 2003-09/txt/msg00322.txt.bz2 Absolutely. Andrew Cagney writes: > 2003-09-12 Andrew Cagney > > * utils.c (align_up, align_down): New functions. > * defs.h (align_up, align_down): Declare. > * ppc-sysv-tdep.c (align_up, align_down): Delete functions. > * s390-tdep.c: Replace "round_up" and "round_down" with "align_up" > and "align_down". > (round_up, round_down): Delete functions. > * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and > "align_down". > (ROUND_DOWN, ROUND_UP): Delete macros. > (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN". > * h8300-tdep.c: Replace "round_up" and "round_down" with > "align_up" and "align_down". > (round_up, round_down): Delete macros. > * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and > "align_down". > (ROUND_UP, ROUND_DOWN): Delete macros.