summaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-08-12 05:01:17 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-08-12 05:01:17 +0000
commit5eed280b6a268c9b0c6257bf3e3be4d645de907e (patch)
tree53339d58562f878082f054f4b0ba0da98b01a4eb /gdb/config/powerpc
parent6e3ae454d8cce92e84927c805f802b3dfef3da11 (diff)
downloadgdb-5eed280b6a268c9b0c6257bf3e3be4d645de907e.tar.gz
* config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/xm-aix.h6
1 files changed, 0 insertions, 6 deletions
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 <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