bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/22967] nm should distinguish in between local and global i


From: nickc at redhat dot com
Subject: [Bug binutils/22967] nm should distinguish in between local and global ifunc
Date: Thu, 05 Nov 2020 13:58:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22967

--- Comment #8 from Nick Clifton <nickc at redhat dot com> ---
Created attachment 12942
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12942&action=edit
Proposed patch

Hi Martin,

  Please could you try out this patch and let me know what you think.

  The patch makes two changes.  Firstly it adds a new configure time
  option --enable-f-for-ifunc-symbols, which if used makes nm display
  f for local ifuncs and F for global ifuncs.  By default however this
  feature is not enabled.

  The second change is to add a new command line option to nm 
  --ifunc-chars=CHARS.  If used then nm with display CHARS[0] for global
  ifunc symbols and CHARS[1] for local ifunc symbols.  (The local symbol
  can be left unspecified, in which case 'i' will be used).

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]