This is the mail archive of the gcc-bugs@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]

[Bug target/13914] [3.4 only] dwarf2 frame unwinding broken.


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-27 16:07 -------
Subject: Bug 13914

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-rhl-branch
Changes by:	jakub@gcc.gnu.org	2004-03-27 16:07:13

Modified files:
	gcc            : ChangeLog 
	libffi         : ChangeLog 
	libjava        : ChangeLog 
	libffi/src     : types.c 
	libjava/include: powerpc-signal.h 
	libjava        : configure.in configure 
	gcc/config/rs6000: linux64.h 

Log message:
	2004-02-10  Alan Modra  <amodra@bigpond.net.au>
	
	* config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't
	bump retaddr here.
	
	2004-02-03  Alan Modra  <amodra@bigpond.net.au>
	
	PR target/13914
	* config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Use ap
	for retaddr_column.
	
	2004-01-21  Jakub Jelinek  <jakub@redhat.com>
	
	* config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
	[!__powerpc64__]: Corrected to handle kernels with changed ucontext.
	
	libffi/
	2004-02-09  Alan Modra  <amodra@bigpond.net.au>
	
	* src/types.c (pointer): POWERPC64 has 8 byte pointers.
	
	libjava/
	2004-02-10  Alan Modra  <amodra@bigpond.net.au>
	
	* include/powerpc-signal.h: Revert 2004-01-21 change.
	(INIT_SEGV, INIT_FPE): Provide powerpc64 versions.  Check return
	from syscall for ppc32 versions.
	
	2004-01-21  Jakub Jelinek  <jakub@redhat.com>
	
	* include/powerpc-signal.h: Add #ifndef __powerpc64__ around the
	header.  For __powerpc64__ provide the default-signal.h definitions
	for now.
	* configure.in: Use powerpc-signal.h on powerpc64 as well.
	* configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.16114.2.523.2.93&r2=1.16114.2.523.2.94
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.85.2.16.2.8&r2=1.85.2.16.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.1594.2.137.2.12&r2=1.1594.2.137.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/src/types.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.8&r2=1.8.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/powerpc-signal.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.2.2.1&r2=1.2.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.142.4.7.4.1&r2=1.142.4.7.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.159.2.7.4.2&r2=1.159.2.7.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/linux64.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.31.8.10&r2=1.31.8.11



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13914


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