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

Re: [PATCH] Check for binutils .cfi_* advance bug with code alignment factor > 1 (PR target/37610)


> 2008-12-02  Jakub Jelinek  <jakub@redhat.com>
>
> 	PR target/37610
> 	* configure.ac (gcc_cv_readelf): Look for readelf.
> 	(gcc_cv_as_cfi_advance_working): Check for working
> 	cfi advances with code alignment factor > 1.
> 	(HAVE_GAS_CFI_DIRECTIVE): Don't define if cfi advances
> 	don't work properly.
> 	* configure: Regenerated.

That's not sufficient on Solaris because typically

  gcc_cv_readelf=

in config.log.  Any objection to defaulting to no for the new test?

-- 
Eric Botcazou


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