This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: addr2line format specifiers


The older GNU extension is %as or %a[ and %ms/%m[ was added after C99
usurped %a.  Newer GNU implementations support both in that %a is a flag if
followed by s or [ and a specifier otherwise.  Hence the code is correct
for portability to both old and new GNU C libraries.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]