diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/pr23633.s')
-rw-r--r-- | binutils/testsuite/binutils-all/pr23633.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/pr23633.s b/binutils/testsuite/binutils-all/pr23633.s new file mode 100644 index 0000000..f4c8af6 --- /dev/null +++ b/binutils/testsuite/binutils-all/pr23633.s @@ -0,0 +1,4 @@ + .text + .global _start +_start: + .long 0 |