From 0687ccb2441b3382a2e017647bd64ae623265082 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 12 Aug 2004 05:01:17 +0000 Subject: [PATCH] * config/powerpc/xm-aix.h (UINT_MAX): Remove undef. --- gdb/ChangeLog | 4 ++++ gdb/config/powerpc/xm-aix.h | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ffeff37a5c..a0db21269ba 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-08-11 Joel Brobecker + + * config/powerpc/xm-aix.h (UINT_MAX): Remove undef. + 2004-08-11 Joel Brobecker * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include, diff --git a/gdb/config/powerpc/xm-aix.h b/gdb/config/powerpc/xm-aix.h index 99f0b7379cd..293d7ebbb21 100644 --- a/gdb/config/powerpc/xm-aix.h +++ b/gdb/config/powerpc/xm-aix.h @@ -18,9 +18,3 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* UINT_MAX is defined in as a decimal constant (4294967295) - which is too large to fit in a signed int when it is parsed by the - compiler, so it issues a diagnostic. Just undef it here so that we - use gdb's version in defs.h */ -#undef UINT_MAX -- 2.30.2