public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ro at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/33100] [4.3 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0
Date: Tue, 04 Sep 2007 18:10:00 -0000	[thread overview]
Message-ID: <20070904181017.12080.qmail@sourceware.org> (raw)
In-Reply-To: <bug-33100-9993@http.gcc.gnu.org/bugzilla/>



------- Comment #1 from ro at gcc dot gnu dot org  2007-09-04 18:10 -------
Confirmed on i386-pc-solaris2.10.  This is a mainline regression.  A reghunt
revealed that this patch

2007-08-06  H.J. Lu  <hongjiu.lu@intel.com>
            Daniel Jacobowitz  <dan@codesourcery.com>

        PR target/31868
        * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to
        tmake_file.
        (x86_64-*-netbsd*): Likewise.
        (x86_64-*-linux*): Likewise.
        (x86_64-*-kfreebsd*-gnu): Likewise.
        (x86_64-*-knetbsd*-gnu): Likewise.
        (i[34567]86-*-solaris2.1[0-9]*): Likewise.

is the culprit: running elfdump on the amd64 crtend.o before and after the
patch, I find (before):

Unwind Section: .eh_frame
CIE: [0x00000000]
 length: 0x00 cieid: 0
 version: 0  augstring: `'
 codealign: 0x0  dataalign: 0  retaddr: 0

vs. (after):

Unwind Section: .eh_frame
 FDE: [0x00000000]
    length: 0x00  cieptr: 0x18
    initloc: 0x00000000  addrrange: 0x0000
   Auxiliary vals:
CIE: [0x00000004]
 length: 0x18 cieid: 0
 version: 1  augstring: `zR'
 codealign: 0x1  dataalign: -8  retaddr: 16

So the linker seems to be right to complain about this.

  Rainer


-- 

ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-04 18:10:17
               date|                            |
            Summary|on bootstrap getting section|[4.3 regression] on
                   |.eh_frame: bad cie version  |bootstrap getting section
                   |0: offset 0x0               |.eh_frame: bad cie version
                   |                            |0: offset 0x0


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


  reply	other threads:[~2007-09-04 18:10 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-17 20:59 [Bug bootstrap/33100] New: " brett dot albertson at stratech dot com
2007-09-04 18:10 ` ro at gcc dot gnu dot org [this message]
2007-09-06  3:21 ` [Bug bootstrap/33100] [4.3 regression] " hjl at lucon dot org
2007-09-06 13:03 ` brett dot albertson at stratech dot com
2007-09-06 13:25 ` ro at techfak dot uni-bielefeld dot de
2007-09-06 17:47 ` hjl at lucon dot org
2007-09-10 14:41 ` ro at techfak dot uni-bielefeld dot de
2007-09-11 11:49 ` jsm28 at gcc dot gnu dot org
2007-09-11 12:24 ` hjl at lucon dot org
2007-09-11 12:46 ` ro at gcc dot gnu dot org
2007-09-11 12:47 ` ro at gcc dot gnu dot org
2007-09-11 12:48 ` ro at techfak dot uni-bielefeld dot de
2007-09-11 13:44 ` hjl at lucon dot org
2007-10-10 17:49 ` mmitchel at gcc dot gnu dot org
2008-03-14 21:28 ` [Bug bootstrap/33100] [4.3/4.4 " jcea at hispasec dot com
2008-03-15  0:43 ` jsm28 at gcc dot gnu dot org
2008-05-22  3:15 ` Daniel dot Davies at xerox dot com
2008-05-29  2:30 ` cnstar9988 at gmail dot com
2008-06-06 14:59 ` rguenth at gcc dot gnu dot org
2008-06-09 16:24 ` bugzilla-gcc at thewrittenword dot com
2008-06-11 14:42 ` hjl dot tools at gmail dot com
2008-07-18  3:38 ` cnstar9988 at gmail dot com
2008-08-27 22:13 ` jsm28 at gcc dot gnu dot org
2008-10-08 17:21 ` ro at techfak dot uni-bielefeld dot de
2008-10-08 17:24 ` ebotcazou at gcc dot gnu dot org
2008-10-09  7:17 ` cnstar9988 at gmail dot com
2008-10-09 11:02 ` cnstar9988 at gmail dot com
2008-10-09 11:24 ` ebotcazou at gcc dot gnu dot org
2008-10-09 17:36 ` ebotcazou at gcc dot gnu dot org
2008-10-10  0:43 ` cnstar9988 at gmail dot com
2008-10-10  5:16 ` ebotcazou at gcc dot gnu dot org
2008-10-10 14:42 ` ro at techfak dot uni-bielefeld dot de
2008-11-06 15:44 ` ro at gcc dot gnu dot org
2008-11-06 15:46 ` ro at gcc dot gnu dot org
2008-11-06 15:46 ` ro at techfak dot uni-bielefeld dot de
2008-11-20 17:12 ` ro at gcc dot gnu dot org
2008-11-20 17:15 ` ro at gcc dot gnu dot org
2008-11-20 17:16 ` ro at techfak dot uni-bielefeld dot de
2008-11-20 17:35 ` ro at gcc dot gnu dot org
2009-02-11 19:03 ` bugzilla-gcc at thewrittenword dot com

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=20070904181017.12080.qmail@sourceware.org \
    --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).