[FFmpeg-cvslog] r11202 - trunk/configure

Rich Felker dalias
Wed Dec 12 02:31:57 CET 2007


On Tue, Dec 11, 2007 at 09:02:09PM +0100, mru wrote:
> Author: mru
> Date: Tue Dec 11 21:02:09 2007
> New Revision: 11202
> 
> Log:
> do not create copy relocations when linking to shared libs
> 
> 
> Modified:
>    trunk/configure
> 
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	(original)
> +++ trunk/configure	Tue Dec 11 21:02:09 2007
> @@ -1737,6 +1737,7 @@ enabled extra_warnings && check_cflags -
>  check_ldflags -Wl,--warn-common
>  check_ldflags $LDLATEFLAGS
>  check_ldflags -Wl,-Bsymbolic
> +check_ldflags -Wl,-z,nocopyreloc

IMO this is a bad commit message. It does not tell the reason why the
change was made, which I'm actually very curious about. Did this fix
the weird bug after -Bsymbolic was added, and if so, how/why? I assume
it must be working around some strange binutils bug...

Rich




More information about the ffmpeg-cvslog mailing list