* config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 12 Aug 2004 05:01:17 +0000 (05:01 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 12 Aug 2004 05:01:17 +0000 (05:01 +0000)
gdb/ChangeLog
gdb/config/powerpc/xm-aix.h

index 8ffeff37a5c34e52347fb23c2d103119e067e550..a0db21269ba6b8f57488887fbd0edd87e1e3256a 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-11  Joel Brobecker  <brobecker@gnat.com>
+
+       * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
+
 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
 
        * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
index 99f0b7379cd63455d9f443be3505efa7a6ab807f..293d7ebbb2190e79e0133164f57ece758160509c 100644 (file)
@@ -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 <sys/limits.h> 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
This page took 0.031531 seconds and 4 git commands to generate.