From 4896fc2fa4ed9445e38475a8b1abe9676062d664 Mon Sep 17 00:00:00 2001 From: Hiroshi Ioka Date: Thu, 21 Sep 2017 10:53:08 +0900 Subject: debug/macho: parse relocations Fixes #21957 Change-Id: I69ef9e257aa2b7b6c4fc4c115e99f8a7f93d8d9c Reviewed-on: https://go-review.googlesource.com/65150 Reviewed-by: Ian Lance Taylor --- src/debug/macho/testdata/clang-386-darwin.obj | Bin 0 -> 464 bytes src/debug/macho/testdata/clang-amd64-darwin.obj | Bin 0 -> 768 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/debug/macho/testdata/clang-386-darwin.obj create mode 100644 src/debug/macho/testdata/clang-amd64-darwin.obj (limited to 'src/debug/macho/testdata') diff --git a/src/debug/macho/testdata/clang-386-darwin.obj b/src/debug/macho/testdata/clang-386-darwin.obj new file mode 100644 index 0000000000..e79dc57a4b Binary files /dev/null and b/src/debug/macho/testdata/clang-386-darwin.obj differ diff --git a/src/debug/macho/testdata/clang-amd64-darwin.obj b/src/debug/macho/testdata/clang-amd64-darwin.obj new file mode 100644 index 0000000000..23cc3c1bcb Binary files /dev/null and b/src/debug/macho/testdata/clang-amd64-darwin.obj differ -- cgit v1.3-5-g45d5