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
caaf56fb
Commit
caaf56fb
authored
15 years ago
by
Doug Evans
Browse files
Options
Downloads
Patches
Plain Diff
* m32c.opc (parse_signed16): Fix typo.
parent
9b565742
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpu/ChangeLog
+4
-0
4 additions, 0 deletions
cpu/ChangeLog
cpu/m32c.opc
+2
-2
2 additions, 2 deletions
cpu/m32c.opc
with
6 additions
and
2 deletions
cpu/ChangeLog
+
4
−
0
View file @
caaf56fb
2010-01-02 Doug Evans <dje@sebabeach.org>
* m32c.opc (parse_signed16): Fix typo.
2009-12-11 Nick Clifton <nickc@redhat.com>
2009-12-11 Nick Clifton <nickc@redhat.com>
* frv.opc: Fix shadowed variable warnings.
* frv.opc: Fix shadowed variable warnings.
...
...
This diff is collapsed.
Click to expand it.
cpu/m32c.opc
+
2
−
2
View file @
caaf56fb
/* m32c opcode support. -*- C -*-
/* m32c opcode support. -*- C -*-
Copyright 2005, 2007, 2009 Free Software Foundation, Inc.
Copyright 2005, 2007, 2009
, 2010
Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Renesas
Contributed by Red Hat Inc; developed under contract from Renesas
...
@@ -367,7 +367,7 @@ parse_signed16 (CGEN_CPU_DESC cd, const char **strp,
...
@@ -367,7 +367,7 @@ parse_signed16 (CGEN_CPU_DESC cd, const char **strp,
if (errmsg == NULL
if (errmsg == NULL
&& result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
&& result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
val
ue
&= 0xffff;
val &= 0xffff;
value = val;
value = val;
*valuep = value;
*valuep = value;
...
...
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