This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: GCC mainline failures with ld testsuite


Andreas Schwab <schwab@suse.de> writes:

> Andreas Jaeger <aj@suse.de> writes:
>
> |> Ok to commit?
> |> Andreas
> |> 
> |> 2002-03-09  Andreas Jaeger  <aj@suse.de>
> |> 
> |> 	* ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that
> |> 	places zero initialized data in the bss.
> |> 	* ld-elfweak/lddsodata.dsym: Likewise.
> |> 
> |> ============================================================
> |> Index: src/ld/testsuite/ld-elfweak/strongdata.sym
> |> --- testsuite/ld-elfweak/strongdata.sym	25 Sep 2001 20:24:00 -0000	1.2
> |> +++ testsuite/ld-elfweak/strongdata.sym	9 Mar 2002 16:49:45 -0000
> |> @@ -1,2 +1,2 @@
> |> -[0-9a-f]*[ 	]+g[ 	]+O[ 	]+.(s|)data[	]+[0-9a-f]*[ 	]+deallocate_foo
> |> +[0-9a-f]*[ 	]+g[ 	]+O[ 	]+.((s|)data|bss)[	]+[0-9a-f]*[ 	]+deallocate_foo
>
> You should also match .sbss.

That means moving the braces around.

Ok to commit with that change (I'll test it later but expect that it
works)?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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