Mark ARM mapping symbols in object files are precious, so that strip will not remove...
authorNick Clifton <nickc@redhat.com>
Tue, 28 Jun 2016 12:22:49 +0000 (13:22 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 28 Jun 2016 12:22:49 +0000 (13:22 +0100)
commitfca2a38fdb391f810e309a12d5279047d4edac34
treed58949ac31814d76712f1b4928493cc4dcca629c
parent8b9a915daf91027050ad7145853ce8874034e60b
Mark ARM mapping symbols in object files are precious, so that strip will not remove them.

* elf32-arm.c (elf32_arm_backend_symbol_processing): New
function.  Marks mapping symbols in object files as precious, so
that strip will not remove them.
(elf_backend_symbol_processing): Define.
bfd/ChangeLog
bfd/elf32-arm.c