This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC 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: Results for 3.4-bi 20021213 (experimental) testsuite on


> "John David Anglin" <dave@hiauly1.hia.nrc.ca> writes:
> 
> >
> > No.  The above will work under hppa-linux.  The g++ failures are execute
> > fails.  I see one problem, the function pointer canonicalization patch
> > for hppa-linux is not in the bib.  This is probably the cause of the
> > failures on hppa-linux.  The libc that I am using depends on it.
> 
> Is that patch on the mainline?  If so, please post the change log
> entry and/or gcc-cvs commit email url.

These patches don't appear in bib:

2002-12-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>

        * pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits.
	(MAX_PARM_BOUNDARY, STACK_BOUNDARY): Express in terms of
	BIGGEST_ALIGNMENT.
	(PREFERRED_STACK_BOUNDARY): Express in terms of STACK_BOUNDARY.
	(FUNCTION_BOUNDARY): Express in terms of BITS_PER_WORD.

2002-12-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>

        * pa/fptr.c (__canonicalize_funcptr_for_compare): Don't canonicalize
	function pointers in page 0.

2002-12-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>

        * pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): Move define.
	* pa.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): To here.

2002-12-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>

        * pa/fptr.c (__canonicalize_funcptr_for_compare): New file and function.
	* pa.md (canonicalize_funcptr_for_compare): Output library call to
	canonicalize_funcptr_for_compare_libfunc on TARGET_ELF32.
	* pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL,
	CTOR_LIST_BEGIN): New defines.
	* pa/t-linux (LIB2FUNCS_EXTRA): New define.
	(fptr.c): Add make rules.

The URLs are:

http://gcc.gnu.org/ml/gcc-cvs/2002-12/msg00365.html
http://gcc.gnu.org/ml/gcc-cvs/2002-12/msg00277.html
http://gcc.gnu.org/ml/gcc-cvs/2002-12/msg00195.html
http://gcc.gnu.org/ml/gcc-cvs/2002-12/msg00157.html

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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