Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2014 22:44:24 +0000
From:      "emaste (Ed Maste)" <phabric-noreply@FreeBSD.org>
To:        freebsd-toolchain@freebsd.org
Subject:   [Differential] [Request, 3 lines] D1327: Do not strip all when stripping an explicit symbol
Message-ID:  <differential-rev-PHID-DREV-rxiaf7hbowmq5ibxcmcn-req@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?differential-rev-PHID-DREV-rxiaf7hbowmq5ibxcmcn-req>