Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
pub
frama-c
Commits
5fca2cd7
Commit
5fca2cd7
authored
2 years ago
by
Virgile Prevosto
Committed by
Andre Maroneze
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[userman] document new machdep usage
parent
44664ea2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/userman/user-changes.tex
+1
-0
1 addition, 0 deletions
doc/userman/user-changes.tex
doc/userman/user-sources.tex
+5
-2
5 additions, 2 deletions
doc/userman/user-sources.tex
with
6 additions
and
2 deletions
doc/userman/user-changes.tex
+
1
−
0
View file @
5fca2cd7
...
@@ -5,6 +5,7 @@ release. First we list changes of the last release.
...
@@ -5,6 +5,7 @@ release. First we list changes of the last release.
\section*
{
Frama-C+dev
}
\section*
{
Frama-C+dev
}
\begin{itemize}
\begin{itemize}
\item
\textbf
{
Normalizing the Source Code:
}
new usage of
\texttt
{
-machdep
}
\item
\textbf
{
Normalizing the Source Code:
}
deprecated option
\texttt
{
-c11
}
\item
\textbf
{
Normalizing the Source Code:
}
deprecated option
\texttt
{
-c11
}
(enabled by default).
(enabled by default).
\end{itemize}
\end{itemize}
...
...
This diff is collapsed.
Click to expand it.
doc/userman/user-sources.tex
+
5
−
2
View file @
5fca2cd7
...
@@ -296,8 +296,11 @@ The list of supported platforms can be obtained by typing:
...
@@ -296,8 +296,11 @@ The list of supported platforms can be obtained by typing:
\$
frama-c -machdep help
\$
frama-c -machdep help
\end{frama-c-commands}
\end{frama-c-commands}
The process for adding a new platform is described in the Plug-in
Apart from these default platforms, it is possible to give as argument
Development Guide~
\cite
{
plugin-dev-guide
}
.
to
\texttt
{
-machdep
}
option the path of a YAML file containing the information
needed by
\FramaC
. The Plug-in Development Guide~
\cite
{
plugin-dev-guide
}
describes
this format in more detail, as well as the use of the
\texttt
{
make
\_
machdep.py
}
script to automatically generate it.
\item
\optiondef
{
-
}{
simplify-cfg
}
allows
\FramaC
to remove break, continue and
\item
\optiondef
{
-
}{
simplify-cfg
}
allows
\FramaC
to remove break, continue and
switch statements. This option is automatically set by some plug-ins that
switch statements. This option is automatically set by some plug-ins that
...
...
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