bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils 2.11.2 on AIX 4.3.2 compile failure


From: Michael Sperber [Mr. Preprocessor]
Subject: binutils 2.11.2 on AIX 4.3.2 compile failure
Date: Mon, 28 Jan 2002 10:27:50 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.5 (asparagus, i386-unknown-freebsd4.3)

bfd/rs6000-core.c has this:

#ifdef AIX_CORE_DUMPX_CORE
# define CNEW_IMPL(c)   (c).c_impl
#else
# define CNEW_IMPL(c)   0
#endif

Now, AIX_CORE_DUMPX_CORE is defined universally across AIX 4.3.x, but
the c_impl field was only introduced in 4.3.3.  Hence, this file fails
to compile on AIX 4.3.2, and probably earlier versions of 4.3.

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla



reply via email to

[Prev in Thread] Current Thread [Next in Thread]