Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
zeta
binutils
Commits
6fe0ca72597a
Commit
6fe0ca72597a
authored
19 years ago
by
Thomas Capricelli
Browse files
Options
Downloads
Patches
Plain Diff
fix include deps on some hosts
parent
5d6f217bf5d0
No related branches found
Branches containing commit
Tags
ZETA_RELEASE_0_3
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/opcode/zeta.h
+3
-0
3 additions, 0 deletions
include/opcode/zeta.h
opcodes/zeta-opc.c
+5
-0
5 additions, 0 deletions
opcodes/zeta-opc.c
with
8 additions
and
0 deletions
include/opcode/zeta.h
+
3
−
0
View file @
6fe0ca72
...
...
@@ -15,6 +15,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef PARAMS
#define PARAMS(x) x
#endif
/* patterned after the PPC opcode table written by Ian Lance Taylor. */
...
...
This diff is collapsed.
Click to expand it.
opcodes/zeta-opc.c
+
5
−
0
View file @
6fe0ca72
...
...
@@ -22,6 +22,11 @@
/* #include "opintl.h" */
#ifndef PARAMS
#define PARAMS(x) x
#endif
/* The operands table.
The fields are bits, shift, insert, extract, flags.
...
...
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