This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make libm-test START and END into ordinary macros


On 05/23/2013 10:51 PM, Joseph S. Myers wrote:
The START and END function-like calls in libm-test.inc no longer do
anything needing special processing by gen-libm-test.pl.  This patch
replaces START by an ordinary macro, and END by macros END and
END_COMPLEX (for the two cases according to whether function ulps are
real or complex).  The END and END_COMPLEX macros do not take any
arguments, so avoiding a duplicate copy of the function name (the
version of the name that appears in test names, e.g. acos_downward)
with the potential to get out of sync with the copy used with START.

Tested x86_64 and x86.

ok, thanks,

Andreas
--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]