strip.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1991-2021 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3
  6. or any later version published by the Free Software Foundation;
  7. with no Invariant Sections, with no Front-Cover Texts, and with no
  8. Back-Cover Texts. A copy of the license is included in the
  9. section entitled "GNU Free Documentation License".
  10. -->
  11. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  12. <head>
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14. <title>strip (GNU Binary Utilities)</title>
  15. <meta name="description" content="strip (GNU Binary Utilities)">
  16. <meta name="keywords" content="strip (GNU Binary Utilities)">
  17. <meta name="resource-type" content="document">
  18. <meta name="distribution" content="global">
  19. <meta name="Generator" content="makeinfo">
  20. <link href="index.html#Top" rel="start" title="Top">
  21. <link href="Binutils-Index.html#Binutils-Index" rel="index" title="Binutils Index">
  22. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  23. <link href="index.html#Top" rel="up" title="Top">
  24. <link href="c_002b_002bfilt.html#c_002b_002bfilt" rel="next" title="c++filt">
  25. <link href="strings.html#strings" rel="prev" title="strings">
  26. <style type="text/css">
  27. <!--
  28. a.summary-letter {text-decoration: none}
  29. blockquote.indentedblock {margin-right: 0em}
  30. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  31. blockquote.smallquotation {font-size: smaller}
  32. div.display {margin-left: 3.2em}
  33. div.example {margin-left: 3.2em}
  34. div.lisp {margin-left: 3.2em}
  35. div.smalldisplay {margin-left: 3.2em}
  36. div.smallexample {margin-left: 3.2em}
  37. div.smalllisp {margin-left: 3.2em}
  38. kbd {font-style: oblique}
  39. pre.display {font-family: inherit}
  40. pre.format {font-family: inherit}
  41. pre.menu-comment {font-family: serif}
  42. pre.menu-preformatted {font-family: serif}
  43. pre.smalldisplay {font-family: inherit; font-size: smaller}
  44. pre.smallexample {font-size: smaller}
  45. pre.smallformat {font-family: inherit; font-size: smaller}
  46. pre.smalllisp {font-size: smaller}
  47. span.nolinebreak {white-space: nowrap}
  48. span.roman {font-family: initial; font-weight: normal}
  49. span.sansserif {font-family: sans-serif; font-weight: normal}
  50. ul.no-bullet {list-style: none}
  51. -->
  52. </style>
  53. </head>
  54. <body lang="en">
  55. <a name="strip"></a>
  56. <div class="header">
  57. <p>
  58. Next: <a href="c_002b_002bfilt.html#c_002b_002bfilt" accesskey="n" rel="next">c++filt</a>, Previous: <a href="strings.html#strings" accesskey="p" rel="prev">strings</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Binutils-Index.html#Binutils-Index" title="Index" rel="index">Index</a>]</p>
  59. </div>
  60. <hr>
  61. <a name="strip-1"></a>
  62. <h2 class="chapter">8 strip</h2>
  63. <a name="index-strip"></a>
  64. <a name="index-removing-symbols"></a>
  65. <a name="index-discarding-symbols"></a>
  66. <a name="index-symbols_002c-discarding"></a>
  67. <div class="smallexample">
  68. <pre class="smallexample">strip [<samp>-F</samp> <var>bfdname</var> |<samp>--target=</samp><var>bfdname</var>]
  69. [<samp>-I</samp> <var>bfdname</var> |<samp>--input-target=</samp><var>bfdname</var>]
  70. [<samp>-O</samp> <var>bfdname</var> |<samp>--output-target=</samp><var>bfdname</var>]
  71. [<samp>-s</samp>|<samp>--strip-all</samp>]
  72. [<samp>-S</samp>|<samp>-g</samp>|<samp>-d</samp>|<samp>--strip-debug</samp>]
  73. [<samp>--strip-dwo</samp>]
  74. [<samp>-K</samp> <var>symbolname</var>|<samp>--keep-symbol=</samp><var>symbolname</var>]
  75. [<samp>-M</samp>|<samp>--merge-notes</samp>][<samp>--no-merge-notes</samp>]
  76. [<samp>-N</samp> <var>symbolname</var> |<samp>--strip-symbol=</samp><var>symbolname</var>]
  77. [<samp>-w</samp>|<samp>--wildcard</samp>]
  78. [<samp>-x</samp>|<samp>--discard-all</samp>] [<samp>-X</samp> |<samp>--discard-locals</samp>]
  79. [<samp>-R</samp> <var>sectionname</var> |<samp>--remove-section=</samp><var>sectionname</var>]
  80. [<samp>--keep-section=</samp><var>sectionpattern</var>]
  81. [<samp>--remove-relocations=</samp><var>sectionpattern</var>]
  82. [<samp>-o</samp> <var>file</var>] [<samp>-p</samp>|<samp>--preserve-dates</samp>]
  83. [<samp>-D</samp>|<samp>--enable-deterministic-archives</samp>]
  84. [<samp>-U</samp>|<samp>--disable-deterministic-archives</samp>]
  85. [<samp>--keep-file-symbols</samp>]
  86. [<samp>--only-keep-debug</samp>]
  87. [<samp>-v</samp> |<samp>--verbose</samp>] [<samp>-V</samp>|<samp>--version</samp>]
  88. [<samp>--help</samp>] [<samp>--info</samp>]
  89. <var>objfile</var>&hellip;
  90. </pre></div>
  91. <p><small>GNU</small> <code>strip</code> discards all symbols from object files
  92. <var>objfile</var>. The list of object files may include archives.
  93. At least one object file must be given.
  94. </p>
  95. <p><code>strip</code> modifies the files named in its argument,
  96. rather than writing modified copies under different names.
  97. </p>
  98. <dl compact="compact">
  99. <dt><code>-F <var>bfdname</var></code></dt>
  100. <dt><code>--target=<var>bfdname</var></code></dt>
  101. <dd><p>Treat the original <var>objfile</var> as a file with the object
  102. code format <var>bfdname</var>, and rewrite it in the same format.
  103. See <a href="Target-Selection.html#Target-Selection">Target Selection</a>, for more information.
  104. </p>
  105. </dd>
  106. <dt><code>--help</code></dt>
  107. <dd><p>Show a summary of the options to <code>strip</code> and exit.
  108. </p>
  109. </dd>
  110. <dt><code>--info</code></dt>
  111. <dd><p>Display a list showing all architectures and object formats available.
  112. </p>
  113. </dd>
  114. <dt><code>-I <var>bfdname</var></code></dt>
  115. <dt><code>--input-target=<var>bfdname</var></code></dt>
  116. <dd><p>Treat the original <var>objfile</var> as a file with the object
  117. code format <var>bfdname</var>.
  118. See <a href="Target-Selection.html#Target-Selection">Target Selection</a>, for more information.
  119. </p>
  120. </dd>
  121. <dt><code>-O <var>bfdname</var></code></dt>
  122. <dt><code>--output-target=<var>bfdname</var></code></dt>
  123. <dd><p>Replace <var>objfile</var> with a file in the output format <var>bfdname</var>.
  124. See <a href="Target-Selection.html#Target-Selection">Target Selection</a>, for more information.
  125. </p>
  126. </dd>
  127. <dt><code>-R <var>sectionname</var></code></dt>
  128. <dt><code>--remove-section=<var>sectionname</var></code></dt>
  129. <dd><p>Remove any section named <var>sectionname</var> from the output file, in
  130. addition to whatever sections would otherwise be removed. This
  131. option may be given more than once. Note that using this option
  132. inappropriately may make the output file unusable. The wildcard
  133. character &lsquo;<samp>*</samp>&rsquo; may be given at the end of <var>sectionname</var>. If
  134. so, then any section starting with <var>sectionname</var> will be removed.
  135. </p>
  136. <p>If the first character of <var>sectionpattern</var> is the exclamation
  137. point (!) then matching sections will not be removed even if an
  138. earlier use of <samp>--remove-section</samp> on the same command line
  139. would otherwise remove it. For example:
  140. </p>
  141. <div class="smallexample">
  142. <pre class="smallexample"> --remove-section=.text.* --remove-section=!.text.foo
  143. </pre></div>
  144. <p>will remove all sections matching the pattern &rsquo;.text.*&rsquo;, but will not
  145. remove the section &rsquo;.text.foo&rsquo;.
  146. </p>
  147. </dd>
  148. <dt><code>--keep-section=<var>sectionpattern</var></code></dt>
  149. <dd><p>When removing sections from the output file, keep sections that match
  150. <var>sectionpattern</var>.
  151. </p>
  152. </dd>
  153. <dt><code>--remove-relocations=<var>sectionpattern</var></code></dt>
  154. <dd><p>Remove relocations from the output file for any section matching
  155. <var>sectionpattern</var>. This option may be given more than once. Note
  156. that using this option inappropriately may make the output file
  157. unusable. Wildcard characters are accepted in <var>sectionpattern</var>.
  158. For example:
  159. </p>
  160. <div class="smallexample">
  161. <pre class="smallexample"> --remove-relocations=.text.*
  162. </pre></div>
  163. <p>will remove the relocations for all sections matching the patter
  164. &rsquo;.text.*&rsquo;.
  165. </p>
  166. <p>If the first character of <var>sectionpattern</var> is the exclamation
  167. point (!) then matching sections will not have their relocation
  168. removed even if an earlier use of <samp>--remove-relocations</samp> on the
  169. same command line would otherwise cause the relocations to be removed.
  170. For example:
  171. </p>
  172. <div class="smallexample">
  173. <pre class="smallexample"> --remove-relocations=.text.* --remove-relocations=!.text.foo
  174. </pre></div>
  175. <p>will remove all relocations for sections matching the pattern
  176. &rsquo;.text.*&rsquo;, but will not remove relocations for the section
  177. &rsquo;.text.foo&rsquo;.
  178. </p>
  179. </dd>
  180. <dt><code>-s</code></dt>
  181. <dt><code>--strip-all</code></dt>
  182. <dd><p>Remove all symbols.
  183. </p>
  184. </dd>
  185. <dt><code>-g</code></dt>
  186. <dt><code>-S</code></dt>
  187. <dt><code>-d</code></dt>
  188. <dt><code>--strip-debug</code></dt>
  189. <dd><p>Remove debugging symbols only.
  190. </p>
  191. </dd>
  192. <dt><code>--strip-dwo</code></dt>
  193. <dd><p>Remove the contents of all DWARF .dwo sections, leaving the
  194. remaining debugging sections and all symbols intact.
  195. See the description of this option in the <code>objcopy</code> section
  196. for more information.
  197. </p>
  198. </dd>
  199. <dt><code>--strip-unneeded</code></dt>
  200. <dd><p>Remove all symbols that are not needed for relocation processing in
  201. addition to debugging symbols and sections stripped by
  202. <samp>--strip-debug</samp>.
  203. </p>
  204. </dd>
  205. <dt><code>-K <var>symbolname</var></code></dt>
  206. <dt><code>--keep-symbol=<var>symbolname</var></code></dt>
  207. <dd><p>When stripping symbols, keep symbol <var>symbolname</var> even if it would
  208. normally be stripped. This option may be given more than once.
  209. </p>
  210. </dd>
  211. <dt><code>-M</code></dt>
  212. <dt><code>--merge-notes</code></dt>
  213. <dt><code>--no-merge-notes</code></dt>
  214. <dd><p>For ELF files, attempt (or do not attempt) to reduce the size of any
  215. SHT_NOTE type sections by removing duplicate notes. The default is to
  216. attempt this reduction unless stripping debug or DWO information.
  217. </p>
  218. </dd>
  219. <dt><code>-N <var>symbolname</var></code></dt>
  220. <dt><code>--strip-symbol=<var>symbolname</var></code></dt>
  221. <dd><p>Remove symbol <var>symbolname</var> from the source file. This option may be
  222. given more than once, and may be combined with strip options other than
  223. <samp>-K</samp>.
  224. </p>
  225. </dd>
  226. <dt><code>-o <var>file</var></code></dt>
  227. <dd><p>Put the stripped output in <var>file</var>, rather than replacing the
  228. existing file. When this argument is used, only one <var>objfile</var>
  229. argument may be specified.
  230. </p>
  231. </dd>
  232. <dt><code>-p</code></dt>
  233. <dt><code>--preserve-dates</code></dt>
  234. <dd><p>Preserve the access and modification dates of the file.
  235. </p>
  236. </dd>
  237. <dt><code>-D</code></dt>
  238. <dt><code>--enable-deterministic-archives</code></dt>
  239. <dd><a name="index-deterministic-archives-6"></a>
  240. <a name="index-_002d_002denable_002ddeterministic_002darchives-6"></a>
  241. <p>Operate in <em>deterministic</em> mode. When copying archive members
  242. and writing the archive index, use zero for UIDs, GIDs, timestamps,
  243. and use consistent file modes for all files.
  244. </p>
  245. <p>If <samp>binutils</samp> was configured with
  246. <samp>--enable-deterministic-archives</samp>, then this mode is on by default.
  247. It can be disabled with the &lsquo;<samp>-U</samp>&rsquo; option, below.
  248. </p>
  249. </dd>
  250. <dt><code>-U</code></dt>
  251. <dt><code>--disable-deterministic-archives</code></dt>
  252. <dd><a name="index-deterministic-archives-7"></a>
  253. <a name="index-_002d_002denable_002ddeterministic_002darchives-7"></a>
  254. <p>Do <em>not</em> operate in <em>deterministic</em> mode. This is the
  255. inverse of the <samp>-D</samp> option, above: when copying archive members
  256. and writing the archive index, use their actual UID, GID, timestamp,
  257. and file mode values.
  258. </p>
  259. <p>This is the default unless <samp>binutils</samp> was configured with
  260. <samp>--enable-deterministic-archives</samp>.
  261. </p>
  262. </dd>
  263. <dt><code>-w</code></dt>
  264. <dt><code>--wildcard</code></dt>
  265. <dd><p>Permit regular expressions in <var>symbolname</var>s used in other command
  266. line options. The question mark (?), asterisk (*), backslash (\) and
  267. square brackets ([]) operators can be used anywhere in the symbol
  268. name. If the first character of the symbol name is the exclamation
  269. point (!) then the sense of the switch is reversed for that symbol.
  270. For example:
  271. </p>
  272. <div class="smallexample">
  273. <pre class="smallexample"> -w -K !foo -K fo*
  274. </pre></div>
  275. <p>would cause strip to only keep symbols that start with the letters
  276. &ldquo;fo&rdquo;, but to discard the symbol &ldquo;foo&rdquo;.
  277. </p>
  278. </dd>
  279. <dt><code>-x</code></dt>
  280. <dt><code>--discard-all</code></dt>
  281. <dd><p>Remove non-global symbols.
  282. </p>
  283. </dd>
  284. <dt><code>-X</code></dt>
  285. <dt><code>--discard-locals</code></dt>
  286. <dd><p>Remove compiler-generated local symbols.
  287. (These usually start with &lsquo;<samp>L</samp>&rsquo; or &lsquo;<samp>.</samp>&rsquo;.)
  288. </p>
  289. </dd>
  290. <dt><code>--keep-file-symbols</code></dt>
  291. <dd><p>When stripping a file, perhaps with <samp>--strip-debug</samp> or
  292. <samp>--strip-unneeded</samp>, retain any symbols specifying source file names,
  293. which would otherwise get stripped.
  294. </p>
  295. </dd>
  296. <dt><code>--only-keep-debug</code></dt>
  297. <dd><p>Strip a file, emptying the contents of any sections that would not be
  298. stripped by <samp>--strip-debug</samp> and leaving the debugging sections
  299. intact. In ELF files, this preserves all the note sections in the
  300. output as well.
  301. </p>
  302. <p>Note - the section headers of the stripped sections are preserved,
  303. including their sizes, but the contents of the section are discarded.
  304. The section headers are preserved so that other tools can match up the
  305. debuginfo file with the real executable, even if that executable has
  306. been relocated to a different address space.
  307. </p>
  308. <p>The intention is that this option will be used in conjunction with
  309. <samp>--add-gnu-debuglink</samp> to create a two part executable. One a
  310. stripped binary which will occupy less space in RAM and in a
  311. distribution and the second a debugging information file which is only
  312. needed if debugging abilities are required. The suggested procedure
  313. to create these files is as follows:
  314. </p>
  315. <ol>
  316. <li> Link the executable as normal. Assuming that it is called
  317. <code>foo</code> then...
  318. </li><li> Run <code>objcopy --only-keep-debug foo foo.dbg</code> to
  319. create a file containing the debugging info.
  320. </li><li> Run <code>objcopy --strip-debug foo</code> to create a
  321. stripped executable.
  322. </li><li> Run <code>objcopy --add-gnu-debuglink=foo.dbg foo</code>
  323. to add a link to the debugging info into the stripped executable.
  324. </li></ol>
  325. <p>Note&mdash;the choice of <code>.dbg</code> as an extension for the debug info
  326. file is arbitrary. Also the <code>--only-keep-debug</code> step is
  327. optional. You could instead do this:
  328. </p>
  329. <ol>
  330. <li> Link the executable as normal.
  331. </li><li> Copy <code>foo</code> to <code>foo.full</code>
  332. </li><li> Run <code>strip --strip-debug foo</code>
  333. </li><li> Run <code>objcopy --add-gnu-debuglink=foo.full foo</code>
  334. </li></ol>
  335. <p>i.e., the file pointed to by the <samp>--add-gnu-debuglink</samp> can be the
  336. full executable. It does not have to be a file created by the
  337. <samp>--only-keep-debug</samp> switch.
  338. </p>
  339. <p>Note&mdash;this switch is only intended for use on fully linked files. It
  340. does not make sense to use it on object files where the debugging
  341. information may be incomplete. Besides the gnu_debuglink feature
  342. currently only supports the presence of one filename containing
  343. debugging information, not multiple filenames on a one-per-object-file
  344. basis.
  345. </p>
  346. </dd>
  347. <dt><code>-V</code></dt>
  348. <dt><code>--version</code></dt>
  349. <dd><p>Show the version number for <code>strip</code>.
  350. </p>
  351. </dd>
  352. <dt><code>-v</code></dt>
  353. <dt><code>--verbose</code></dt>
  354. <dd><p>Verbose output: list all object files modified. In the case of
  355. archives, &lsquo;<samp>strip -v</samp>&rsquo; lists all members of the archive.
  356. </p></dd>
  357. </dl>
  358. <hr>
  359. <div class="header">
  360. <p>
  361. Next: <a href="c_002b_002bfilt.html#c_002b_002bfilt" accesskey="n" rel="next">c++filt</a>, Previous: <a href="strings.html#strings" accesskey="p" rel="prev">strings</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Binutils-Index.html#Binutils-Index" title="Index" rel="index">Index</a>]</p>
  362. </div>
  363. </body>
  364. </html>