This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [patch/rfc] align_up, align_down
- From: Jim Blandy <jimb at redhat dot com>
- To: Andrew Cagney <ac131313 at redhat dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: 14 Sep 2003 22:19:40 -0500
- Subject: Re: [patch/rfc] align_up, align_down
- References: <3F6227D6.3040300@redhat.com>
Absolutely.
Andrew Cagney <ac131313@redhat.com> writes:
> 2003-09-12 Andrew Cagney <cagney@redhat.com>
>
> * 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.