Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 934149 | Differences between
and this patch

Collapse All | Expand All

(-)a/ld/testsuite/ld-elf/dwarf.exp (-1 / +1 lines)
Lines 50-56 set build_tests { Link Here
50
   "-s -shared" "-fPIC -g -feliminate-dwarf2-dups"
50
   "-s -shared" "-fPIC -g -feliminate-dwarf2-dups"
51
   {dwarf1.c} {} "libdwarf1.so"}
51
   {dwarf1.c} {} "libdwarf1.so"}
52
  {"DWARF parse during linker error"
52
  {"DWARF parse during linker error"
53
   "" "-fno-toplevel-reorder"
53
   "" "-g" "-fno-toplevel-reorder"
54
   {dwarf2a.c dwarf2b.c} {{error_output "dwarf2.err"}} "dwarf2.x"}
54
   {dwarf2a.c dwarf2b.c} {{error_output "dwarf2.err"}} "dwarf2.x"}
55
}
55
}
56
56
(-)a/ld/testsuite/ld-elf/shared.exp (-1 / +1 lines)
Lines 552-558 set build_tests { Link Here
552
   "-shared" "-fPIC"
552
   "-shared" "-fPIC"
553
   {begin.c end.c} {} "libbar.so"}
553
   {begin.c end.c} {} "libbar.so"}
554
  {"Build warn libbar.so"
554
  {"Build warn libbar.so"
555
   "-shared" "-fPIC"
555
   "-g" "-shared" "-fPIC"
556
  {beginwarn.c end.c}
556
  {beginwarn.c end.c}
557
  {{readelf {-S --wide} libbarw.rd}
557
  {{readelf {-S --wide} libbarw.rd}
558
   {warning {^.*beginwarn.c:7:\(.*\): warning: function foo is deprecated\n?$}}}
558
   {warning {^.*beginwarn.c:7:\(.*\): warning: function foo is deprecated\n?$}}}

Return to bug 934149