summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2005-05-05 17:57:31 +0000
committerJim Wilson <wilson@tuliptree.org>2005-05-05 17:57:31 +0000
commit5faa8e3921b9ab6c7cd50930baad1e8665fc8203 (patch)
tree019e882703683ad52b576c2148d68f7f6aa6cf4c /gas
parent6f140a15a35d90cccc485451e2ecda586f23b4eb (diff)
downloadbinutils-gdb-5faa8e3921b9ab6c7cd50930baad1e8665fc8203.tar.gz
Fix ia64-hpux build failure, patch from Steve Ellcey.
* config/tc-ia64.c (MIN): Undef.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-ia64.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1bfb0ea7de9..1c082533570 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-05 Steve Ellcey <sje@cup.hp.com>
+
+ * config/tc-ia64.c (MIN): Undef.
+
2005-05-05 Paul Brook <paul@codesourcery.com>
* config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c
index 31adc3d36f5..729ce27262d 100644
--- a/gas/config/tc-ia64.c
+++ b/gas/config/tc-ia64.c
@@ -56,6 +56,9 @@
#endif
#define NELEMS(a) ((int) (sizeof (a)/sizeof ((a)[0])))
+
+/* Some systems define MIN in, e.g., param.h. */
+#undef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define NUM_SLOTS 4