This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PATCH: Update longlong.h from GCC 4.7.0
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 16 Mar 2012 11:00:15 -0700 (PDT)
- Subject: Re: PATCH: Update longlong.h from GCC 4.7.0
- References: <20120316174415.GA7577@intel.com>
> This patch updates longlong.h from GCC 4.7.0 so that we always use
> __builtin_clzll and __builtin_ctzll for x86-64 DImode to support x32.
> OK to install?
Do all supported GCC versions have the ll variants of the builtins?
If so, then the right thing to do is just to update longlong.h wholesale to
the GCC trunk version verbatim. For that, the log entry doesn't need to
list the individual changes, just "Update from GCC."
Thanks,
Roland