Skip to content
Snippets Groups Projects
Commit 5fca2cd7 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[userman] document new machdep usage

parent 44664ea2
No related branches found
No related tags found
No related merge requests found
...@@ -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}
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment