public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/13914] [3.4 only] dwarf2 frame unwinding broken.
Date: Sat, 27 Mar 2004 16:07:00 -0000	[thread overview]
Message-ID: <20040327160722.25644.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040129040736.13914.amodra@bigpond.net.au>


------- 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


      parent reply	other threads:[~2004-03-27 16:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-29  4:07 [Bug target/13914] New: " amodra at bigpond dot net dot au
2004-01-29  4:12 ` [Bug target/13914] " pinskia at gcc dot gnu dot org
2004-01-29  4:23 ` amodra at bigpond dot net dot au
2004-02-03  0:40 ` cvs-commit at gcc dot gnu dot org
2004-02-03  2:35 ` [Bug target/13914] [3.4 only] " pinskia at gcc dot gnu dot org
2004-02-03  9:03 ` cvs-commit at gcc dot gnu dot org
2004-02-03  9:05 ` amodra at bigpond dot net dot au
2004-02-28 11:28 ` cvs-commit at gcc dot gnu dot org
2004-03-27 16:07 ` cvs-commit at gcc dot gnu dot org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040327160722.25644.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).