OSDN Git Service

2003-09-19 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 19 Sep 2003 16:22:39 +0000 (16:22 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 19 Sep 2003 16:22:39 +0000 (16:22 +0000)
commitbb0ddbd814f626274b20f642dd50c1e87ac60252
treee51e8ae0f2670de0efa22b0bc285b29b1415fd27
parente9c7e6b97baa06086aca732c7f2d00adeac934f3
2003-09-19  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.
gdb/ChangeLog
gdb/defs.h
gdb/frv-tdep.c
gdb/h8300-tdep.c
gdb/mips-tdep.c
gdb/ppc-sysv-tdep.c
gdb/s390-tdep.c
gdb/utils.c