Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Feb 2017 21:51:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 216878] BSD readelf -d output is slightly incompatible with GNU readelf
Message-ID:  <bug-216878-29464-Sx88TJ98YI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216878-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216878-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216878

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Added ELF Tool Chain ticket:
https://sourceforge.net/p/elftoolchain/tickets/544/

Note that elfutils eu-readelf does not include parentheses:
% eu-readelf -d /bin/ls

Dynamic segment contains 28 entries:
 Addr: 0x0000000000607028  Offset: 0x007028  Link to section: [ 6] '.dynstr'
  Type              Value
  NEEDED            Shared library: [libutil.so.9]
  NEEDED            Shared library: [libncurses.so.8]
  NEEDED            Shared library: [libc.so.7]
  INIT              0x00000000004018c8
  FINI              0x0000000000405dd8
...
so there's some argument that scripts parsing readelf output should be tole=
rant
of different formats, looking for just NEEDED

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216878-29464-Sx88TJ98YI>