This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- arch-test-0.20.orig/arch-test
+++ arch-test-0.20/arch-test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Near-misses fail with SIGILL or SIGSEGV, we don't want core dumps.
 ulimit -c 0
--- arch-test-0.20.orig/armhf.s
+++ arch-test-0.20/armhf.s
@@ -3,8 +3,6 @@
 msg:	.ascii "ok\n"
 .text
 _start:
-	dmb	// SIGILL on CPUs below ARMv7
-
 	mov	r0, #1
 	ldr	r1, =msg
 	mov	r2, #3
