public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/40332]  New: (.eh_frame); no .eh_frame_hdr table will be created.
@ 2009-06-03 17:05 jv244 at cam dot ac dot uk
  2009-06-03 17:09 ` [Bug target/40332] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-06-03 17:05 UTC (permalink / raw)
  To: gcc-bugs

currently building CP2K with 

> gfortran -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /data03/vondele/gcc_trunk/gcc/configure --disable-bootstrap
--prefix=/data03/vondele/gcc_trunk/build --enable-languages=c,c++,fortran
--disable-multilib --with-ppl=/data03/vondele/gcc_trunk/build/
--with-cloog=/data03/vondele/gcc_trunk/build/
Thread model: posix
gcc version 4.5.0 20090603 (experimental) [trunk revision 148132] (GCC)


leads to these errors at link time:

/usr/bin/ld: error in
/data03/vondele/clean/cp2k/src/../lib/Linux-x86-64-gfortran/sdbg/libcp2k_lib.a(force_fields_util.o)(.eh_frame);
no .eh_frame_hdr table will be created.
/usr/bin/ld: error in
/data03/vondele/clean/cp2k/src/../lib/Linux-x86-64-gfortran/sdbg/libcp2k_lib.a(pint_types.o)(.eh_frame);
no .eh_frame_hdr table will be created.
/usr/bin/ld: error in
/data03/vondele/clean/cp2k/src/../lib/Linux-x86-64-gfortran/sdbg/libcp2k_lib.a(qs_force.o)(.eh_frame);
no .eh_frame_hdr table will be created.
/usr/bin/ld: error in
/data03/vondele/clean/cp2k/src/../lib/Linux-x86-64-gfortran/sdbg/libcp2k_lib.a(qs_rho_atom_methods.o)(.eh_frame);
no .eh_frame_hdr table will be created.
/usr/bin/ld: error in
/data03/vondele/clean/cp2k/src/../lib/Linux-x86-64-gfortran/sdbg/libcp2k_lib.a(qs_vxc_atom.o)(.eh_frame);
no .eh_frame_hdr table will be created.
[...]

seemingly these are warnings (and not errors), since an executable is
generated. These warnings do not happen with older versions of gfortran


-- 
           Summary: (.eh_frame); no .eh_frame_hdr table will be created.
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
@ 2009-06-03 17:09 ` pinskia at gcc dot gnu dot org
  2009-06-03 17:14 ` jv244 at cam dot ac dot uk
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-06-03 17:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-06-03 17:09 -------
What binutils version are you using?  do ld --version.  This might be a bug in
binutils really.


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
  2009-06-03 17:09 ` [Bug target/40332] " pinskia at gcc dot gnu dot org
@ 2009-06-03 17:14 ` jv244 at cam dot ac dot uk
  2009-06-09  8:34 ` jv244 at cam dot ac dot uk
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-06-03 17:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jv244 at cam dot ac dot uk  2009-06-03 17:14 -------
(In reply to comment #1)
> What binutils version are you using?  do ld --version.  This might be a bug in
> binutils really.

it is recent, I think:
> ld -v
GNU ld (GNU Binutils; openSUSE 11.0) 2.18.50.20080409-11.1


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
  2009-06-03 17:09 ` [Bug target/40332] " pinskia at gcc dot gnu dot org
  2009-06-03 17:14 ` jv244 at cam dot ac dot uk
@ 2009-06-09  8:34 ` jv244 at cam dot ac dot uk
  2009-06-09  8:38 ` jakub at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-06-09  8:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jv244 at cam dot ac dot uk  2009-06-09 08:34 -------
Jakub,

the error message I get below is new with gcc 4.5, and is still present as of
revision 148276 (20090608). Is there any info I can provide (e.g. attach the
object file?) that could help in getting this resolved as either a gcc or a
binutils issue.

Joost 


-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2009-06-09  8:34 ` jv244 at cam dot ac dot uk
@ 2009-06-09  8:38 ` jakub at gcc dot gnu dot org
  2009-06-09  8:54 ` jv244 at cam dot ac dot uk
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-06-09  8:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2009-06-09 08:38 -------
Start with trying newer binutils.


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (3 preceding siblings ...)
  2009-06-09  8:38 ` jakub at gcc dot gnu dot org
@ 2009-06-09  8:54 ` jv244 at cam dot ac dot uk
  2009-06-09  9:37 ` jakub at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-06-09  8:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jv244 at cam dot ac dot uk  2009-06-09 08:54 -------
(In reply to comment #4)
> Start with trying newer binutils.
same error with :

/data03/vondele/binutils-2.19.1/build/bin/ld: error in
/data03/vondele/clean/cp2k/src/../lib/Linux-x86-64-gfortran/sdbg/libcp2k_lib.a(ep_methods.o)(.eh_frame);
no .eh_frame_hdr table will be created.
make[2]: Leaving directory
`/data03/vondele/clean/cp2k/obj/Linux-x86-64-gfortran/sdbg'
make[1]: Leaving directory `/data03/vondele/clean/cp2k/src'
vondele@pcihopt3:/data03/vondele/clean/cp2k/src> ld -v
GNU ld (GNU Binutils) 2.19.1
vondele@pcihopt3:/data03/vondele/clean/cp2k/src> gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /data03/vondele/gcc_trunk/gcc/configure --disable-bootstrap
--prefix=/data03/vondele/gcc_trunk/build --enable-languages=c,c++,fortran
--disable-multilib --with-ppl=/data03/vondele/gcc_trunk/build/
--with-cloog=/data03/vondele/gcc_trunk/build/
Thread model: posix
gcc version 4.5.0 20090608 (experimental) [trunk revision 148276] (GCC)


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (4 preceding siblings ...)
  2009-06-09  8:54 ` jv244 at cam dot ac dot uk
@ 2009-06-09  9:37 ` jakub at gcc dot gnu dot org
  2009-06-09 10:26 ` jv244 at cam dot ac dot uk
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-06-09  9:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2009-06-09 09:36 -------
Couldn't reproduce (just built cp2k on x86_64-linux with trunk gfortran and
.eh_frame_hdr has been created just fine).  I'm using binutils 2.19.51.0.2.

Anyway, you should probably just tar up the .a library and other things you are
linking together and with that report it in binutils bugzilla.


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (5 preceding siblings ...)
  2009-06-09  9:37 ` jakub at gcc dot gnu dot org
@ 2009-06-09 10:26 ` jv244 at cam dot ac dot uk
  2009-06-09 10:52 ` jv244 at cam dot ac dot uk
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-06-09 10:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jv244 at cam dot ac dot uk  2009-06-09 10:26 -------
(In reply to comment #6)
> Couldn't reproduce (just built cp2k on x86_64-linux with trunk gfortran and
> .eh_frame_hdr has been created just fine).  I'm using binutils 2.19.51.0.2.
> 
> Anyway, you should probably just tar up the .a library and other things you are
> linking together and with that report it in binutils bugzilla.
> 

It seems to depend on the compilation options as well. The sopt compile (in my
case :
FCFLAGS  = -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native
-ffree-form $(DFLAGS) -I$(GFORTRAN_INC)
goes fine, while a -O0 compile (sdbg compile with flags:
-O0 -g -ffree-form $(DFLAGS) -I$(GFORTRAN_INC) -fbounds-check
)
produces warnings. In fact, the number of errors depends on the precise
options. With -fbounds-check present, there are more errors than without the
flag. Any 
chance you could try that ?
make distclean
make ARCH=... VESION=sdbg


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (6 preceding siblings ...)
  2009-06-09 10:26 ` jv244 at cam dot ac dot uk
@ 2009-06-09 10:52 ` jv244 at cam dot ac dot uk
  2009-06-20 17:56 ` jv244 at cam dot ac dot uk
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-06-09 10:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jv244 at cam dot ac dot uk  2009-06-09 10:52 -------
(In reply to comment #6)
> Anyway, you should probably just tar up the .a library and other things you are
> linking together and with that report it in binutils bugzilla.
> 

filed this PR for binutiles, 

http://sourceware.org/bugzilla/show_bug.cgi?id=10255

and made the object files/libraries available (with README)

http://www.pci.uzh.ch/vandevondele/tmp/PR40332.tgz


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (7 preceding siblings ...)
  2009-06-09 10:52 ` jv244 at cam dot ac dot uk
@ 2009-06-20 17:56 ` jv244 at cam dot ac dot uk
  2010-01-17 18:56 ` gary at intrepid dot com
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-06-20 17:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jv244 at cam dot ac dot uk  2009-06-20 17:56 -------
Since the corresponding binutils bug is fixed, should this PR be closed ?


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (8 preceding siblings ...)
  2009-06-20 17:56 ` jv244 at cam dot ac dot uk
@ 2010-01-17 18:56 ` gary at intrepid dot com
  2010-01-18 14:42 ` [Bug target/40332] [4.5 Regression] " jv244 at cam dot ac dot uk
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: gary at intrepid dot com @ 2010-01-17 18:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from gary at intrepid dot com  2010-01-17 18:56 -------
(In reply to comment #9)
> Since the corresponding binutils bug is fixed, should this PR be closed ?

We ran into this bug recently, running tests against a GCC (4.5 precursor)
snapshot.  Discussion here:
http://gcc.gnu.org/ml/gcc/2010-01/msg00332.html


-- 

gary at intrepid dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gary at intrepid dot com


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (9 preceding siblings ...)
  2010-01-17 18:56 ` gary at intrepid dot com
@ 2010-01-18 14:42 ` jv244 at cam dot ac dot uk
  2010-01-20 18:53 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2010-01-18 14:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jv244 at cam dot ac dot uk  2010-01-18 14:41 -------
after the previous comment, marking this as a regression, confirm it, and set
P1 as suggest by Ian on the list. 


-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Priority|P3                          |P1
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-18 14:41:59
               date|                            |
            Summary|(.eh_frame); no             |[4.5 Regression]
                   |.eh_frame_hdr table will be |(.eh_frame); no
                   |created.                    |.eh_frame_hdr table will be
                   |                            |created.
   Target Milestone|---                         |4.5.0


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (10 preceding siblings ...)
  2010-01-18 14:42 ` [Bug target/40332] [4.5 Regression] " jv244 at cam dot ac dot uk
@ 2010-01-20 18:53 ` rguenth at gcc dot gnu dot org
  2010-02-17 17:16 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-20 18:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rguenth at gcc dot gnu dot org  2010-01-20 18:53 -------
Only RMs may change regression priority.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (11 preceding siblings ...)
  2010-01-20 18:53 ` rguenth at gcc dot gnu dot org
@ 2010-02-17 17:16 ` mmitchel at gcc dot gnu dot org
  2010-02-19 15:59 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2010-02-17 17:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from mmitchel at gcc dot gnu dot org  2010-02-17 17:15 -------
I reluctantly agree with Ian's comment in:

http://gcc.gnu.org/ml/gcc/2010-01/msg00332.html

that:

"I think it would be troubling if a gcc release required a very new
binutils release on a popular platform like x86_64."

I actually think we should be unsympathetic to this kind of mixing of
components.  GCC is the only major compiler that does not consider the
compiler, assembler, and linker to be a "single unit".  We've made the problem
harder for ourselves than it needs to be, for the dubious benefit that users
can download a new GCC release without having to get a new assembler and
linker.

However, even though I think our policy is counterproductive, it is in fact our
policy.  We shouldn't change the policy by accident; we should change it
through conscious decision.  Until then, we should indeed to as Ian suggests
and:

"modify
the configure test for gcc_cv_as_cfi_directive to avoid the problem
when using an older binutils"


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (12 preceding siblings ...)
  2010-02-17 17:16 ` mmitchel at gcc dot gnu dot org
@ 2010-02-19 15:59 ` jason at gcc dot gnu dot org
  2010-02-19 18:00 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-02-19 15:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2010-01-18 14:41:59         |2010-02-19 15:58:54
               date|                            |


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (13 preceding siblings ...)
  2010-02-19 15:59 ` jason at gcc dot gnu dot org
@ 2010-02-19 18:00 ` jason at gcc dot gnu dot org
  2010-02-20  3:50 ` jason at gcc dot gnu dot org
  2010-02-20  3:50 ` jason at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-02-19 18:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jason at gcc dot gnu dot org  2010-02-19 18:00 -------
Created an attachment (id=19923)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19923&action=view)
patch


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (15 preceding siblings ...)
  2010-02-20  3:50 ` jason at gcc dot gnu dot org
@ 2010-02-20  3:50 ` jason at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-02-20  3:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from jason at gcc dot gnu dot org  2010-02-20 03:50 -------
Subject: Bug 40332

Author: jason
Date: Sat Feb 20 03:50:13 2010
New Revision: 156918

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156918
Log:
        PR target/40332
        * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
        * configure: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/configure
    trunk/gcc/configure.ac


-- 


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.
  2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
                   ` (14 preceding siblings ...)
  2010-02-19 18:00 ` jason at gcc dot gnu dot org
@ 2010-02-20  3:50 ` jason at gcc dot gnu dot org
  2010-02-20  3:50 ` jason at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-02-20  3:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from jason at gcc dot gnu dot org  2010-02-20 03:50 -------
Fixed.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2010-02-20  3:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03 17:05 [Bug target/40332] New: (.eh_frame); no .eh_frame_hdr table will be created jv244 at cam dot ac dot uk
2009-06-03 17:09 ` [Bug target/40332] " pinskia at gcc dot gnu dot org
2009-06-03 17:14 ` jv244 at cam dot ac dot uk
2009-06-09  8:34 ` jv244 at cam dot ac dot uk
2009-06-09  8:38 ` jakub at gcc dot gnu dot org
2009-06-09  8:54 ` jv244 at cam dot ac dot uk
2009-06-09  9:37 ` jakub at gcc dot gnu dot org
2009-06-09 10:26 ` jv244 at cam dot ac dot uk
2009-06-09 10:52 ` jv244 at cam dot ac dot uk
2009-06-20 17:56 ` jv244 at cam dot ac dot uk
2010-01-17 18:56 ` gary at intrepid dot com
2010-01-18 14:42 ` [Bug target/40332] [4.5 Regression] " jv244 at cam dot ac dot uk
2010-01-20 18:53 ` rguenth at gcc dot gnu dot org
2010-02-17 17:16 ` mmitchel at gcc dot gnu dot org
2010-02-19 15:59 ` jason at gcc dot gnu dot org
2010-02-19 18:00 ` jason at gcc dot gnu dot org
2010-02-20  3:50 ` jason at gcc dot gnu dot org
2010-02-20  3:50 ` jason at gcc dot gnu dot org

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