Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
f4grx
NuttX RTOS
Commits
444bc06e
Commit
444bc06e
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Updated IEEE 695 header file
parent
95637e34
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/nuttx/binfmt/ieee695.h
+14
-0
14 additions, 0 deletions
include/nuttx/binfmt/ieee695.h
with
14 additions
and
0 deletions
include/nuttx/binfmt/ieee695.h
+
14
−
0
View file @
444bc06e
...
...
@@ -271,6 +271,20 @@
#define IEEE695_EXTCMD_INBLOCK {0x04, 0xb9}
#define IEEE695_EXTCMD_CALLOPT {0x05, 0xb9}
/* Attribute Definitions */
#define IEEE695_ATTR_VERSION 37
/* Object format version number, 2 bytes follow */
#define IEEE695_ATTR_OBJFORMT 38
/* Object format type, 1 byte follows */
#define IEEE695_ATTR_CASESENSITIVE 39
/* Case sensitivity, 1 byte follows */
#define IEEE695_OBJFORMT_ABSOLUTE 1
/* Absolute (not relinkable) */
#define IEEE695_OBJFORMT_RELOCATABLE 2
/* Relocatable */
#define IEEE695_OBJFORMT_LOADABLE 3
/* Loadable */
#define IEEE695_OBJFORMT_LIBRARY 4
/* Library */
#define IEEE695_CASE_SENSITIVE 1
/* Treat all symbols as if they were upper case */
#define IEEE695_CASE_INSENSITIVE 2
/* Do not change the case of symbols */
/* Helper Macros ********************************************************************/
/* These macros extract un-aligned, little-endian values from the object file */
...
...
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