file(1) no longer tells if a file is stripped (www/faq/ports/guide.html patch)

2015-11-10 Thread Adam Wolk
Hi tech@ http://www.openbsd.org/faq/ports/guide.html still suggests that file(1) can be used to determine whether a file was stripped or not: > Install the application with make fake. Libraries should never be > stripped. Executables are stripped by default; this is governed by >

Re: file(1) no longer tells if a file is stripped (www/faq/ports/guide.html patch)

2015-11-10 Thread Stuart Henderson
On 2015/11/10 21:23, Adam Wolk wrote: > Hence I rewrote the docs to use objdump(1) with the --syms flag which > reports if the provided input binary was stripped of symbols like > initially intended. Thanks, diff applied.