Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Floating-Point-Hardware.html
blob77066e737a5c42c8ac2ed1d2b5de0fa047bdfe44
1 <html lang="en">
2 <head>
3 <title>Debugging with GDB</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="Debugging with GDB">
6 <meta name="generator" content="makeinfo 4.3">
7 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8 </head>
9 <body>
10 <div class="node">
11 <p>
12 Node:<a name="Floating%20Point%20Hardware">Floating Point Hardware</a>,
13 Next:<a rel="next" accesskey="n" href="Memory-Region-Attributes.html#Memory%20Region%20Attributes">Memory Region Attributes</a>,
14 Previous:<a rel="previous" accesskey="p" href="Registers.html#Registers">Registers</a>,
15 Up:<a rel="up" accesskey="u" href="Data.html#Data">Data</a>
16 <hr><br>
17 </div>
19 <h3 class="section">Floating point hardware</h3>
21 <p>Depending on the configuration, GDB may be able to give
22 you more information about the status of the floating point hardware.
24 <dl>
25 <dt><code>info float</code>
26 <dd>Display hardware-dependent information about the floating
27 point unit. The exact contents and layout vary depending on the
28 floating point chip. Currently, <code>info float</code> is supported on
29 the ARM and x86 machines.
30 </dl>
32 </body></html>