arm-linux-gnueabihf-strip.1 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. .\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
  2. .\"
  3. .\" Standard preamble:
  4. .\" ========================================================================
  5. .de Sp \" Vertical space (when we can't use .PP)
  6. .if t .sp .5v
  7. .if n .sp
  8. ..
  9. .de Vb \" Begin verbatim text
  10. .ft CW
  11. .nf
  12. .ne \\$1
  13. ..
  14. .de Ve \" End verbatim text
  15. .ft R
  16. .fi
  17. ..
  18. .\" Set up some character translations and predefined strings. \*(-- will
  19. .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
  20. .\" double quote, and \*(R" will give a right double quote. \*(C+ will
  21. .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
  22. .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
  23. .\" nothing in troff, for use with C<>.
  24. .tr \(*W-
  25. .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
  26. .ie n \{\
  27. . ds -- \(*W-
  28. . ds PI pi
  29. . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
  30. . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
  31. . ds L" ""
  32. . ds R" ""
  33. . ds C` ""
  34. . ds C' ""
  35. 'br\}
  36. .el\{\
  37. . ds -- \|\(em\|
  38. . ds PI \(*p
  39. . ds L" ``
  40. . ds R" ''
  41. . ds C`
  42. . ds C'
  43. 'br\}
  44. .\"
  45. .\" Escape single quotes in literal strings from groff's Unicode transform.
  46. .ie \n(.g .ds Aq \(aq
  47. .el .ds Aq '
  48. .\"
  49. .\" If the F register is turned on, we'll generate index entries on stderr for
  50. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  51. .\" entries marked with X<> in POD. Of course, you'll have to process the
  52. .\" output yourself in some meaningful fashion.
  53. .\"
  54. .\" Avoid warning from groff about undefined register 'F'.
  55. .de IX
  56. ..
  57. .nr rF 0
  58. .if \n(.g .if rF .nr rF 1
  59. .if (\n(rF:(\n(.g==0)) \{
  60. . if \nF \{
  61. . de IX
  62. . tm Index:\\$1\t\\n%\t"\\$2"
  63. ..
  64. . if !\nF==2 \{
  65. . nr % 0
  66. . nr F 2
  67. . \}
  68. . \}
  69. .\}
  70. .rr rF
  71. .\"
  72. .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
  73. .\" Fear. Run. Save yourself. No user-serviceable parts.
  74. . \" fudge factors for nroff and troff
  75. .if n \{\
  76. . ds #H 0
  77. . ds #V .8m
  78. . ds #F .3m
  79. . ds #[ \f1
  80. . ds #] \fP
  81. .\}
  82. .if t \{\
  83. . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
  84. . ds #V .6m
  85. . ds #F 0
  86. . ds #[ \&
  87. . ds #] \&
  88. .\}
  89. . \" simple accents for nroff and troff
  90. .if n \{\
  91. . ds ' \&
  92. . ds ` \&
  93. . ds ^ \&
  94. . ds , \&
  95. . ds ~ ~
  96. . ds /
  97. .\}
  98. .if t \{\
  99. . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
  100. . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
  101. . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
  102. . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
  103. . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
  104. . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
  105. .\}
  106. . \" troff and (daisy-wheel) nroff accents
  107. .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
  108. .ds 8 \h'\*(#H'\(*b\h'-\*(#H'
  109. .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
  110. .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
  111. .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
  112. .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
  113. .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
  114. .ds ae a\h'-(\w'a'u*4/10)'e
  115. .ds Ae A\h'-(\w'A'u*4/10)'E
  116. . \" corrections for vroff
  117. .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
  118. .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
  119. . \" for low resolution devices (crt and lpr)
  120. .if \n(.H>23 .if \n(.V>19 \
  121. \{\
  122. . ds : e
  123. . ds 8 ss
  124. . ds o a
  125. . ds d- d\h'-1'\(ga
  126. . ds D- D\h'-1'\(hy
  127. . ds th \o'bp'
  128. . ds Th \o'LP'
  129. . ds ae ae
  130. . ds Ae AE
  131. .\}
  132. .rm #[ #] #H #V #F C
  133. .\" ========================================================================
  134. .\"
  135. .IX Title "STRIP 1"
  136. .TH STRIP 1 "2017-03-02" "binutils-2.28" "GNU Development Tools"
  137. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  138. .\" way too many mistakes in technical documents.
  139. .if n .ad l
  140. .nh
  141. .SH "NAME"
  142. strip \- Discard symbols from object files.
  143. .SH "SYNOPSIS"
  144. .IX Header "SYNOPSIS"
  145. strip [\fB\-F\fR \fIbfdname\fR |\fB\-\-target=\fR\fIbfdname\fR]
  146. [\fB\-I\fR \fIbfdname\fR |\fB\-\-input\-target=\fR\fIbfdname\fR]
  147. [\fB\-O\fR \fIbfdname\fR |\fB\-\-output\-target=\fR\fIbfdname\fR]
  148. [\fB\-s\fR|\fB\-\-strip\-all\fR]
  149. [\fB\-S\fR|\fB\-g\fR|\fB\-d\fR|\fB\-\-strip\-debug\fR]
  150. [\fB\-\-strip\-dwo\fR]
  151. [\fB\-K\fR \fIsymbolname\fR |\fB\-\-keep\-symbol=\fR\fIsymbolname\fR]
  152. [\fB\-N\fR \fIsymbolname\fR |\fB\-\-strip\-symbol=\fR\fIsymbolname\fR]
  153. [\fB\-w\fR|\fB\-\-wildcard\fR]
  154. [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR]
  155. [\fB\-R\fR \fIsectionname\fR |\fB\-\-remove\-section=\fR\fIsectionname\fR]
  156. [\fB\-\-remove\-relocations=\fR\fIsectionpattern\fR]
  157. [\fB\-o\fR \fIfile\fR] [\fB\-p\fR|\fB\-\-preserve\-dates\fR]
  158. [\fB\-D\fR|\fB\-\-enable\-deterministic\-archives\fR]
  159. [\fB\-U\fR|\fB\-\-disable\-deterministic\-archives\fR]
  160. [\fB\-\-keep\-file\-symbols\fR]
  161. [\fB\-\-only\-keep\-debug\fR]
  162. [\fB\-v\fR |\fB\-\-verbose\fR] [\fB\-V\fR|\fB\-\-version\fR]
  163. [\fB\-\-help\fR] [\fB\-\-info\fR]
  164. \fIobjfile\fR...
  165. .SH "DESCRIPTION"
  166. .IX Header "DESCRIPTION"
  167. \&\s-1GNU \s0\fBstrip\fR discards all symbols from object files
  168. \&\fIobjfile\fR. The list of object files may include archives.
  169. At least one object file must be given.
  170. .PP
  171. \&\fBstrip\fR modifies the files named in its argument,
  172. rather than writing modified copies under different names.
  173. .SH "OPTIONS"
  174. .IX Header "OPTIONS"
  175. .IP "\fB\-F\fR \fIbfdname\fR" 4
  176. .IX Item "-F bfdname"
  177. .PD 0
  178. .IP "\fB\-\-target=\fR\fIbfdname\fR" 4
  179. .IX Item "--target=bfdname"
  180. .PD
  181. Treat the original \fIobjfile\fR as a file with the object
  182. code format \fIbfdname\fR, and rewrite it in the same format.
  183. .IP "\fB\-\-help\fR" 4
  184. .IX Item "--help"
  185. Show a summary of the options to \fBstrip\fR and exit.
  186. .IP "\fB\-\-info\fR" 4
  187. .IX Item "--info"
  188. Display a list showing all architectures and object formats available.
  189. .IP "\fB\-I\fR \fIbfdname\fR" 4
  190. .IX Item "-I bfdname"
  191. .PD 0
  192. .IP "\fB\-\-input\-target=\fR\fIbfdname\fR" 4
  193. .IX Item "--input-target=bfdname"
  194. .PD
  195. Treat the original \fIobjfile\fR as a file with the object
  196. code format \fIbfdname\fR.
  197. .IP "\fB\-O\fR \fIbfdname\fR" 4
  198. .IX Item "-O bfdname"
  199. .PD 0
  200. .IP "\fB\-\-output\-target=\fR\fIbfdname\fR" 4
  201. .IX Item "--output-target=bfdname"
  202. .PD
  203. Replace \fIobjfile\fR with a file in the output format \fIbfdname\fR.
  204. .IP "\fB\-R\fR \fIsectionname\fR" 4
  205. .IX Item "-R sectionname"
  206. .PD 0
  207. .IP "\fB\-\-remove\-section=\fR\fIsectionname\fR" 4
  208. .IX Item "--remove-section=sectionname"
  209. .PD
  210. Remove any section named \fIsectionname\fR from the output file, in
  211. addition to whatever sections would otherwise be removed. This
  212. option may be given more than once. Note that using this option
  213. inappropriately may make the output file unusable. The wildcard
  214. character \fB*\fR may be given at the end of \fIsectionname\fR. If
  215. so, then any section starting with \fIsectionname\fR will be removed.
  216. .Sp
  217. If the first character of \fIsectionpattern\fR is the exclamation
  218. point (!) then matching sections will not be removed even if an
  219. earlier use of \fB\-\-remove\-section\fR on the same command line
  220. would otherwise remove it. For example:
  221. .Sp
  222. .Vb 1
  223. \& \-\-remove\-section=.text.* \-\-remove\-section=!.text.foo
  224. .Ve
  225. .Sp
  226. will remove all sections matching the pattern '.text.*', but will not
  227. remove the section '.text.foo'.
  228. .IP "\fB\-\-remove\-relocations=\fR\fIsectionpattern\fR" 4
  229. .IX Item "--remove-relocations=sectionpattern"
  230. Remove relocations from the output file for any section matching
  231. \&\fIsectionpattern\fR. This option may be given more than once. Note
  232. that using this option inappropriately may make the output file
  233. unusable. Wildcard characters are accepted in \fIsectionpattern\fR.
  234. For example:
  235. .Sp
  236. .Vb 1
  237. \& \-\-remove\-relocations=.text.*
  238. .Ve
  239. .Sp
  240. will remove the relocations for all sections matching the patter
  241. \&'.text.*'.
  242. .Sp
  243. If the first character of \fIsectionpattern\fR is the exclamation
  244. point (!) then matching sections will not have their relocation
  245. removed even if an earlier use of \fB\-\-remove\-relocations\fR on the
  246. same command line would otherwise cause the relocations to be removed.
  247. For example:
  248. .Sp
  249. .Vb 1
  250. \& \-\-remove\-relocations=.text.* \-\-remove\-relocations=!.text.foo
  251. .Ve
  252. .Sp
  253. will remove all relocations for sections matching the pattern
  254. \&'.text.*', but will not remove relocations for the section
  255. \&'.text.foo'.
  256. .IP "\fB\-s\fR" 4
  257. .IX Item "-s"
  258. .PD 0
  259. .IP "\fB\-\-strip\-all\fR" 4
  260. .IX Item "--strip-all"
  261. .PD
  262. Remove all symbols.
  263. .IP "\fB\-g\fR" 4
  264. .IX Item "-g"
  265. .PD 0
  266. .IP "\fB\-S\fR" 4
  267. .IX Item "-S"
  268. .IP "\fB\-d\fR" 4
  269. .IX Item "-d"
  270. .IP "\fB\-\-strip\-debug\fR" 4
  271. .IX Item "--strip-debug"
  272. .PD
  273. Remove debugging symbols only.
  274. .IP "\fB\-\-strip\-dwo\fR" 4
  275. .IX Item "--strip-dwo"
  276. Remove the contents of all \s-1DWARF \s0.dwo sections, leaving the
  277. remaining debugging sections and all symbols intact.
  278. See the description of this option in the \fBobjcopy\fR section
  279. for more information.
  280. .IP "\fB\-\-strip\-unneeded\fR" 4
  281. .IX Item "--strip-unneeded"
  282. Remove all symbols that are not needed for relocation processing.
  283. .IP "\fB\-K\fR \fIsymbolname\fR" 4
  284. .IX Item "-K symbolname"
  285. .PD 0
  286. .IP "\fB\-\-keep\-symbol=\fR\fIsymbolname\fR" 4
  287. .IX Item "--keep-symbol=symbolname"
  288. .PD
  289. When stripping symbols, keep symbol \fIsymbolname\fR even if it would
  290. normally be stripped. This option may be given more than once.
  291. .IP "\fB\-N\fR \fIsymbolname\fR" 4
  292. .IX Item "-N symbolname"
  293. .PD 0
  294. .IP "\fB\-\-strip\-symbol=\fR\fIsymbolname\fR" 4
  295. .IX Item "--strip-symbol=symbolname"
  296. .PD
  297. Remove symbol \fIsymbolname\fR from the source file. This option may be
  298. given more than once, and may be combined with strip options other than
  299. \&\fB\-K\fR.
  300. .IP "\fB\-o\fR \fIfile\fR" 4
  301. .IX Item "-o file"
  302. Put the stripped output in \fIfile\fR, rather than replacing the
  303. existing file. When this argument is used, only one \fIobjfile\fR
  304. argument may be specified.
  305. .IP "\fB\-p\fR" 4
  306. .IX Item "-p"
  307. .PD 0
  308. .IP "\fB\-\-preserve\-dates\fR" 4
  309. .IX Item "--preserve-dates"
  310. .PD
  311. Preserve the access and modification dates of the file.
  312. .IP "\fB\-D\fR" 4
  313. .IX Item "-D"
  314. .PD 0
  315. .IP "\fB\-\-enable\-deterministic\-archives\fR" 4
  316. .IX Item "--enable-deterministic-archives"
  317. .PD
  318. Operate in \fIdeterministic\fR mode. When copying archive members
  319. and writing the archive index, use zero for UIDs, GIDs, timestamps,
  320. and use consistent file modes for all files.
  321. .Sp
  322. If \fIbinutils\fR was configured with
  323. \&\fB\-\-enable\-deterministic\-archives\fR, then this mode is on by default.
  324. It can be disabled with the \fB\-U\fR option, below.
  325. .IP "\fB\-U\fR" 4
  326. .IX Item "-U"
  327. .PD 0
  328. .IP "\fB\-\-disable\-deterministic\-archives\fR" 4
  329. .IX Item "--disable-deterministic-archives"
  330. .PD
  331. Do \fInot\fR operate in \fIdeterministic\fR mode. This is the
  332. inverse of the \fB\-D\fR option, above: when copying archive members
  333. and writing the archive index, use their actual \s-1UID, GID,\s0 timestamp,
  334. and file mode values.
  335. .Sp
  336. This is the default unless \fIbinutils\fR was configured with
  337. \&\fB\-\-enable\-deterministic\-archives\fR.
  338. .IP "\fB\-w\fR" 4
  339. .IX Item "-w"
  340. .PD 0
  341. .IP "\fB\-\-wildcard\fR" 4
  342. .IX Item "--wildcard"
  343. .PD
  344. Permit regular expressions in \fIsymbolname\fRs used in other command
  345. line options. The question mark (?), asterisk (*), backslash (\e) and
  346. square brackets ([]) operators can be used anywhere in the symbol
  347. name. If the first character of the symbol name is the exclamation
  348. point (!) then the sense of the switch is reversed for that symbol.
  349. For example:
  350. .Sp
  351. .Vb 1
  352. \& \-w \-K !foo \-K fo*
  353. .Ve
  354. .Sp
  355. would cause strip to only keep symbols that start with the letters
  356. \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R".
  357. .IP "\fB\-x\fR" 4
  358. .IX Item "-x"
  359. .PD 0
  360. .IP "\fB\-\-discard\-all\fR" 4
  361. .IX Item "--discard-all"
  362. .PD
  363. Remove non-global symbols.
  364. .IP "\fB\-X\fR" 4
  365. .IX Item "-X"
  366. .PD 0
  367. .IP "\fB\-\-discard\-locals\fR" 4
  368. .IX Item "--discard-locals"
  369. .PD
  370. Remove compiler-generated local symbols.
  371. (These usually start with \fBL\fR or \fB.\fR.)
  372. .IP "\fB\-\-keep\-file\-symbols\fR" 4
  373. .IX Item "--keep-file-symbols"
  374. When stripping a file, perhaps with \fB\-\-strip\-debug\fR or
  375. \&\fB\-\-strip\-unneeded\fR, retain any symbols specifying source file names,
  376. which would otherwise get stripped.
  377. .IP "\fB\-\-only\-keep\-debug\fR" 4
  378. .IX Item "--only-keep-debug"
  379. Strip a file, emptying the contents of any sections that would not be
  380. stripped by \fB\-\-strip\-debug\fR and leaving the debugging sections
  381. intact. In \s-1ELF\s0 files, this preserves all the note sections in the
  382. output as well.
  383. .Sp
  384. Note \- the section headers of the stripped sections are preserved,
  385. including their sizes, but the contents of the section are discarded.
  386. The section headers are preserved so that other tools can match up the
  387. debuginfo file with the real executable, even if that executable has
  388. been relocated to a different address space.
  389. .Sp
  390. The intention is that this option will be used in conjunction with
  391. \&\fB\-\-add\-gnu\-debuglink\fR to create a two part executable. One a
  392. stripped binary which will occupy less space in \s-1RAM\s0 and in a
  393. distribution and the second a debugging information file which is only
  394. needed if debugging abilities are required. The suggested procedure
  395. to create these files is as follows:
  396. .RS 4
  397. .IP "1.<Link the executable as normal. Assuming that is is called>" 4
  398. .IX Item "1.<Link the executable as normal. Assuming that is is called>"
  399. \&\f(CW\*(C`foo\*(C'\fR then...
  400. .ie n .IP "1.<Run ""objcopy \-\-only\-keep\-debug foo foo.dbg"" to>" 4
  401. .el .IP "1.<Run \f(CWobjcopy \-\-only\-keep\-debug foo foo.dbg\fR to>" 4
  402. .IX Item "1.<Run objcopy --only-keep-debug foo foo.dbg to>"
  403. create a file containing the debugging info.
  404. .ie n .IP "1.<Run ""objcopy \-\-strip\-debug foo"" to create a>" 4
  405. .el .IP "1.<Run \f(CWobjcopy \-\-strip\-debug foo\fR to create a>" 4
  406. .IX Item "1.<Run objcopy --strip-debug foo to create a>"
  407. stripped executable.
  408. .ie n .IP "1.<Run ""objcopy \-\-add\-gnu\-debuglink=foo.dbg foo"">" 4
  409. .el .IP "1.<Run \f(CWobjcopy \-\-add\-gnu\-debuglink=foo.dbg foo\fR>" 4
  410. .IX Item "1.<Run objcopy --add-gnu-debuglink=foo.dbg foo>"
  411. to add a link to the debugging info into the stripped executable.
  412. .RE
  413. .RS 4
  414. .Sp
  415. Note\-\-\-the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
  416. file is arbitrary. Also the \f(CW\*(C`\-\-only\-keep\-debug\*(C'\fR step is
  417. optional. You could instead do this:
  418. .IP "1.<Link the executable as normal.>" 4
  419. .IX Item "1.<Link the executable as normal.>"
  420. .PD 0
  421. .ie n .IP "1.<Copy ""foo"" to ""foo.full"">" 4
  422. .el .IP "1.<Copy \f(CWfoo\fR to \f(CWfoo.full\fR>" 4
  423. .IX Item "1.<Copy foo to foo.full>"
  424. .ie n .IP "1.<Run ""strip \-\-strip\-debug foo"">" 4
  425. .el .IP "1.<Run \f(CWstrip \-\-strip\-debug foo\fR>" 4
  426. .IX Item "1.<Run strip --strip-debug foo>"
  427. .ie n .IP "1.<Run ""objcopy \-\-add\-gnu\-debuglink=foo.full foo"">" 4
  428. .el .IP "1.<Run \f(CWobjcopy \-\-add\-gnu\-debuglink=foo.full foo\fR>" 4
  429. .IX Item "1.<Run objcopy --add-gnu-debuglink=foo.full foo>"
  430. .RE
  431. .RS 4
  432. .PD
  433. .Sp
  434. i.e., the file pointed to by the \fB\-\-add\-gnu\-debuglink\fR can be the
  435. full executable. It does not have to be a file created by the
  436. \&\fB\-\-only\-keep\-debug\fR switch.
  437. .Sp
  438. Note\-\-\-this switch is only intended for use on fully linked files. It
  439. does not make sense to use it on object files where the debugging
  440. information may be incomplete. Besides the gnu_debuglink feature
  441. currently only supports the presence of one filename containing
  442. debugging information, not multiple filenames on a one-per-object-file
  443. basis.
  444. .RE
  445. .IP "\fB\-V\fR" 4
  446. .IX Item "-V"
  447. .PD 0
  448. .IP "\fB\-\-version\fR" 4
  449. .IX Item "--version"
  450. .PD
  451. Show the version number for \fBstrip\fR.
  452. .IP "\fB\-v\fR" 4
  453. .IX Item "-v"
  454. .PD 0
  455. .IP "\fB\-\-verbose\fR" 4
  456. .IX Item "--verbose"
  457. .PD
  458. Verbose output: list all object files modified. In the case of
  459. archives, \fBstrip \-v\fR lists all members of the archive.
  460. .IP "\fB@\fR\fIfile\fR" 4
  461. .IX Item "@file"
  462. Read command-line options from \fIfile\fR. The options read are
  463. inserted in place of the original @\fIfile\fR option. If \fIfile\fR
  464. does not exist, or cannot be read, then the option will be treated
  465. literally, and not removed.
  466. .Sp
  467. Options in \fIfile\fR are separated by whitespace. A whitespace
  468. character may be included in an option by surrounding the entire
  469. option in either single or double quotes. Any character (including a
  470. backslash) may be included by prefixing the character to be included
  471. with a backslash. The \fIfile\fR may itself contain additional
  472. @\fIfile\fR options; any such options will be processed recursively.
  473. .SH "SEE ALSO"
  474. .IX Header "SEE ALSO"
  475. the Info entries for \fIbinutils\fR.
  476. .SH "COPYRIGHT"
  477. .IX Header "COPYRIGHT"
  478. Copyright (c) 1991\-2017 Free Software Foundation, Inc.
  479. .PP
  480. Permission is granted to copy, distribute and/or modify this document
  481. under the terms of the \s-1GNU\s0 Free Documentation License, Version 1.3
  482. or any later version published by the Free Software Foundation;
  483. with no Invariant Sections, with no Front-Cover Texts, and with no
  484. Back-Cover Texts. A copy of the license is included in the
  485. section entitled \*(L"\s-1GNU\s0 Free Documentation License\*(R".