Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Open Source Software
Zipr Toolchain
Commits
44cc99f1
Commit
44cc99f1
authored
12 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
fixes for spasm with libstrata.so
Former-commit-id: 64d7ff62daa16e006fe1d3cda9993eab6eb543af
parent
86661d3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/ps_analyze.sh
+10
-1
10 additions, 1 deletion
tools/ps_analyze.sh
with
10 additions
and
1 deletion
tools/ps_analyze.sh
+
10
−
1
View file @
44cc99f1
...
...
@@ -10,6 +10,7 @@
# default watchdog value is 30 seconds
watchdog_val
=
30
errors
=
0
# alarm handler
THIS_PID
=
$$
...
...
@@ -241,6 +242,7 @@ perform_step()
echo
The
$step
step is necessary, but failed. Exiting ps_analyze early.
exit
-1
;
fi
errors
=
1
else
echo
Done. Successful.
fi
...
...
@@ -569,7 +571,7 @@ if [ -f $newname.ncexe.annot -a $varid -gt 0 ]; then
# generate aspri, and assemble it to bspri
perform_step generate_spri
$SECURITY_TRANSFORMS_HOME
/libIRDB/test/generate_spri.exe
$cloneid
a.irdb.aspri
perform_step spasm
$SECURITY_TRANSFORMS_HOME
/tools/spasm/spasm a.irdb.aspri a.irdb.bspri stratafier.o.exe
perform_step spasm
$SECURITY_TRANSFORMS_HOME
/tools/spasm/spasm a.irdb.aspri a.irdb.bspri stratafier.o.exe
libstrata.so.symbols
perform_step fast_spri
$PEASOUP_HOME
/tools/fast_spri.sh a.irdb.bspri a.irdb.fbspri
fi
fi
...
...
@@ -592,6 +594,13 @@ fi
# return success if we created a script to invoke the pgm.
if
[
-f
$stratafied_exe
]
;
then
if
[
$errors
=
1
]
;
then
echo
echo
echo
"*****************************"
echo
"*Warning: Some steps failed!*"
echo
"*****************************"
fi
exit
0
;
else
exit
255
;
...
...
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