[Differential] [Request, 3 lines] D1327: Do not strip all when stripping an explicit symbol

emaste (Ed Maste) phabric-noreply at FreeBSD.org
Tue Dec 16 22:44:24 UTC 2014


emaste created this revision.
emaste added a subscriber: freebsd-toolchain.

REVISION SUMMARY
  When asked to strip a specific symbol (-N) strip still defaulted to STRIP_ALL. In this case binutils defaults to stripping nothing (other than the requested symbol(s), of course), which makes a lot more sense.
  
  PR 196038
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196038

TEST PLAN
    - reduced test case from PR
    - build ffmpeg port

REVISION DETAIL
  https://reviews.freebsd.org/D1327

AFFECTED FILES
  contrib/elftoolchain/elfcopy/main.c

To: emaste
Cc: freebsd-toolchain


More information about the freebsd-toolchain mailing list