From: Jim Wilson Date: Thu, 5 May 2005 17:57:31 +0000 (+0000) Subject: Fix ia64-hpux build failure, patch from Steve Ellcey. X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5faa8e3921b9ab6c7cd50930baad1e8665fc8203;p=external%2Fbinutils.git Fix ia64-hpux build failure, patch from Steve Ellcey. * config/tc-ia64.c (MIN): Undef. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1bfb0ea..1c08253 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-05-05 Steve Ellcey + + * config/tc-ia64.c (MIN): Undef. + 2005-05-05 Paul Brook * 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 31adc3d..729ce27 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