]> Cypherpunks repositories - gostls13.git/commit
debug/elf: rename test .o files to .obj
authorGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 14 Jun 2011 18:06:39 +0000 (15:06 -0300)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 14 Jun 2011 18:06:39 +0000 (15:06 -0300)
commita5c1fa7f02d3c025f8443cadbd3c09ad682b9c2c
tree0a00285db1601cf81fd9132ba3517a7e98e6d7c5
parentc4dfc55be9dd40904c6e77ae4ef932a30c40ab23
debug/elf: rename test .o files to .obj

.o files are commonly found in default ignore lists by
source management tools, including dpkg-source, bzr, etc.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4568078
src/pkg/debug/elf/file_test.go
src/pkg/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj [moved from src/pkg/debug/elf/testdata/go-relocation-test-gcc424-x86-64.o with 100% similarity]
src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj [moved from src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86-64.o with 100% similarity]
src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86.obj [moved from src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86.o with 100% similarity]