From 3c9458e9534287bda2ab643e6c39b0008595a493 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 8 Oct 2004 14:54:04 +0000 Subject: Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nm and objdump to skip the displaying of ARM Mapping symbols unless specifically requested. --- binutils/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/NEWS') diff --git a/binutils/NEWS b/binutils/NEWS index a753312..f7c2dd7 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,11 @@ -*- text -*- +* nm and objdump now have a switch "--special-syms" to enable the displaying of + symbols which the target considers to be special. By default these symbols + are no longer displayed. Currently the only special symbols are the Mapping + symbols used by the ARM port to mark transitions between text and data and + between ARM and THUMB code. + * dlltool has a switch "--ext-prefix-alias " to generate additional import and export symbols with prepended to them. -- cgit v1.1