Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
d8b2b7a5
Commit
d8b2b7a5
authored
20 years ago
by
Nick Clifton
Browse files
Options
Downloads
Patches
Plain Diff
Add checks for other variants of the sr and st instruction.
parent
3eda52aa
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gas/testsuite/ChangeLog
+6
-0
6 additions, 0 deletions
gas/testsuite/ChangeLog
gas/testsuite/gas/arc/st.d
+9
-0
9 additions, 0 deletions
gas/testsuite/gas/arc/st.d
gas/testsuite/gas/arc/st.s
+5
-0
5 additions, 0 deletions
gas/testsuite/gas/arc/st.s
with
20 additions
and
0 deletions
gas/testsuite/ChangeLog
+
6
−
0
View file @
d8b2b7a5
2004-11-24 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
* gas/arc/st.s: Add checks for other variants of the sr and st
instruction.
* gas/arc/st.d: Update the expected disassembly.
2004-11-23 Nick Clifton <nickc@redhat.com>
* gas/mn10300/relax.s: Add further tests of the relaxing of branch
...
...
This diff is collapsed.
Click to expand it.
gas/testsuite/gas/arc/st.d
+
9
−
0
View file @
d8b2b7a5
...
...
@@ -31,3 +31,12 @@ Disassembly of section .text:
4
c
:
R_ARC_B26
.
text
50
:
00
02
01
12
12010200
sr
r1
,
\
[
r2
\
]
54
:
0
e
82
1
f
12
121
f820e
sr
r1
,
\
[
0xe
\
]
58
:
00
fc
00
12
1200
fc00
sr
0x3e8
,
\
[
r1
\
]
5
c
:
e8
03
00
00
60
:
64
7
e
01
12
12017e64
sr
100
,
\
[
r2
\
]
64
:
00
02
1
f
12
121
f0200
sr
r1
,
\
[
0x2710
\
]
68
:
10
27
00
00
6
c
:
64
7
e
1
f
12
121
f7e64
sr
100
,
\
[
0x2710
\
]
70
:
10
27
00
00
74
:
64
fc
1
f
12
121
ffc64
sr
0x2710
,
\
[
0x64
\
]
78
:
10
27
00
00
This diff is collapsed.
Click to expand it.
gas/testsuite/gas/arc/st.s
+
5
−
0
View file @
d8b2b7a5
...
...
@@ -20,3 +20,8 @@
sr
r1
,[
r2
]
sr
r1
,[
14
]
sr
1000
,
[
r1
]
sr
100
,
[
r2
]
sr
r1
,[
10000
]
sr
100
,[
10000
]
sr
10000
,[
100
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment