--- libgo/go/debug/elf/file_test.go.orig 2012-12-22 01:15:33 UTC +++ libgo/go/debug/elf/file_test.go @@ -304,7 +304,7 @@ func TestDWARFRelocations(t *testing.T) func TestNoSectionOverlaps(t *testing.T) { // Ensure 6l outputs sections without overlaps. - if runtime.GOOS != "linux" && runtime.GOOS != "freebsd" { + if runtime.GOOS != "linux" && runtime.GOOS != "freebsd" && runtime.GOOS != "bsdsunix" { return // not ELF } _ = net.ResolveIPAddr // force dynamic linkage