diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-04-10 08:11:59 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-04-10 08:11:59 +0000 |
commit | 5ceb5916f09dc6df236df768667bf63a0cde49ca (patch) | |
tree | d9422fe99e5bbcc8894d6ac56765c7506318c00f | |
parent | c39cd01b14fe5b9f7cf8e5fa6c31cf16bdd9a4e3 (diff) | |
download | gdb-5ceb5916f09dc6df236df768667bf63a0cde49ca.zip gdb-5ceb5916f09dc6df236df768667bf63a0cde49ca.tar.gz gdb-5ceb5916f09dc6df236df768667bf63a0cde49ca.tar.bz2 |
Delete illegal insns.
-rw-r--r-- | gas/testsuite/gas/arc/st.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/testsuite/gas/arc/st.s b/gas/testsuite/gas/arc/st.s index 3e92914..10af198 100644 --- a/gas/testsuite/gas/arc/st.s +++ b/gas/testsuite/gas/arc/st.s @@ -5,8 +5,6 @@ st r7,[r8,-1] st r9,[r10,255] st r11,[r12,-256] - st r13,[r14,256] - st r15,[r16,-257] st r19,[foo] st r20,[foo+4] |