From 702966771d12625216a70220e84c8c703596f654 Mon Sep 17 00:00:00 2001 From: vabr Date: Wed, 3 Feb 2016 02:27:15 -0800 Subject: Revert of [Courgette] Add ELF-ARM test binary. (patchset #5 id:80001 of https://codereview.chromium.org/1662633002/ ) Reason for revert: Broke checkperms, see http://crbug.com/579206#c9. Original issue's description: > [Courgette] Add ELF-ARM test binary. > > Adding ELF ARM (v7) test binary that fails Courgette-dis. The binary > has a non-code .bad section that if parsed, yields an invalid RVA that > fails check latter. The commands to create the file are: > > echo -e 'int main(){return 0;}' | arm-linux-gnueabi-g++ -xc++ -march=armv7-a -mtune=generic-armv7-a - > echo '00 20 00 0A 00 00 00 00' | xxd -r -p - bad_section > arm-linux-gnueabihf-objcopy a.out elf-armv7 --add-section .bad=bad_section > rm a.out bad_section > > The problematic code is > 00000000: 00 20 00 0A => beq loc_00008008 > > The target RVA (00008008) is valid, but the site RVA (00000000) is bad. > > BUG=579206 > NOPRESUBMIT=true > > Committed: https://crrev.com/5dd21d43c6da1cd24f80131811158fada2fc8610 > Cr-Commit-Position: refs/heads/master@{#373162} TBR=wfh@chromium.org,huangs@google.com,huangs@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579206 Review URL: https://codereview.chromium.org/1663033002 Cr-Commit-Position: refs/heads/master@{#373210} --- courgette/testdata/elf-armv7 | Bin 8427 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 courgette/testdata/elf-armv7 (limited to 'courgette') diff --git a/courgette/testdata/elf-armv7 b/courgette/testdata/elf-armv7 deleted file mode 100644 index faa42f3..0000000 Binary files a/courgette/testdata/elf-armv7 and /dev/null differ -- cgit v1.1