This is the mail archive of the libc-alpha@sources.redhat.com 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: check-textrel


On Mon, Feb 10, 2003 at 09:49:13PM -0800, Ulrich Drepper wrote:
> Alan Modra wrote:
> 
> > Not this file.  The above gcc command line, with the exception of -Wall
> > and -o was taken from my "make check" log.
> 
> Right.  But still, you cannot define the macros in the file.  They have
> to go on the command line.  I've made the changes.

Thanks.  Incidentally, after looking at various specs, I believe that
there isn't a compiler bug.  ie. a long long argument passed in a
function call where there is no prototype in scope, is _not_ passed
as if it were an int or long.  Instead, the argument is assumed to
be a long long.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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