public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dave Korn <dave.korn.cygwin@googlemail.com>
To: "gcc@gcc.gnu.org" <gcc@gcc.gnu.org>
Subject: Dw2 CIE no longer contains personality routine augmentation?
Date: Thu, 01 Oct 2009 00:33:00 -0000	[thread overview]
Message-ID: <4AC3FC1B.4080805@gmail.com> (raw)


    Hi everyone,

  I'm using g++.old-deja/g++.brendan/new3.C as a testcase to investigate a
problem with dllimport at the moment, and noticed something a bit unusual:

  Here is the CIE data from new3.C as compiled with gcc-4.3.4

> 	.section	.eh_frame,"w"
> Lframe1:
> 	.long	LECIE1-LSCIE1
> LSCIE1:
> 	.long	0x0
> 	.byte	0x1
> 	.def	___gxx_personality_v0;	.scl	2;	.type	32;	.endef
> 	.ascii "zP\0"
> 	.uleb128 0x1
> 	.sleb128 -4
> 	.byte	0x8
> 	.uleb128 0x5
> 	.byte	0x0
> 	.long	___gxx_personality_v0
> 	.byte	0xc
> 	.uleb128 0x4
> 	.uleb128 0x4
> 	.byte	0x88
> 	.uleb128 0x1
> 	.align 4
> LECIE1:

  And now with gcc trunk@152230, I see that the generated CIE no longer has
any augmentation, particularly it doesn't point to the personality routine any
more:

> LFE21:
> 	.section	.eh_frame,"w"
> Lframe1:
> 	.long	LECIE1-LSCIE1
> LSCIE1:
> 	.long	0x0
> 	.byte	0x1
> 	.ascii "\0"
> 	.uleb128 0x1
> 	.sleb128 -4
> 	.byte	0x8
> 	.byte	0xc
> 	.uleb128 0x4
> 	.uleb128 0x4
> 	.byte	0x88
> 	.uleb128 0x1
> 	.align 4
> LECIE1:

  Is this intentional?

    cheers,
      DaveK

             reply	other threads:[~2009-10-01  0:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-01  0:33 Dave Korn [this message]
2009-10-01  8:38 ` Richard Guenther
2009-10-01 12:40   ` Dave Korn

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=4AC3FC1B.4080805@gmail.com \
    --to=dave.korn.cygwin@googlemail.com \
    --cc=gcc@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).