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]

[PATCH 0/5] A few sparc fixes


Hello.  This small patch series fixes several issues in sparc-*-* and
sparc64-*-* targets.

Jose E. Marchesi (5):
  Use -fPIC instead of -fpic when generating PIC code.
  sparc: support for the check_object_attribute ebl hook.
  sparc: add some missing relocation types.
  sparc: fix the extraction of relocation IDs from r_type fields.
  Use seek+read instead of pread to read from /dev/$$/mem files.

 ChangeLog                 |  5 ++++
 backends/ChangeLog        | 19 ++++++++++++
 backends/Makefile.am      |  2 +-
 backends/common-reloc.c   | 15 +++++++++-
 backends/sparc_attrs.c    | 75 +++++++++++++++++++++++++++++++++++++++++++++++
 backends/sparc_init.c     |  6 ++++
 backends/sparc_reloc.def  |  3 ++
 config/ChangeLog          |  5 ++++
 config/eu.am              |  4 +--
 configure.ac              |  2 +-
 lib/ChangeLog             |  5 ++++
 lib/Makefile.am           |  2 +-
 libcpu/ChangeLog          |  5 ++++
 libcpu/Makefile.am        |  2 +-
 libdw/ChangeLog           |  5 ++++
 libdw/Makefile.am         |  2 +-
 libdwfl/ChangeLog         |  5 ++++
 libdwfl/linux-proc-maps.c | 14 +++++++--
 libebl/ChangeLog          |  5 ++++
 libebl/Makefile.am        |  2 +-
 libelf/ChangeLog          |  5 ++++
 libelf/Makefile.am        |  2 +-
 22 files changed, 178 insertions(+), 12 deletions(-)
 create mode 100644 backends/sparc_attrs.c

-- 
2.3.4


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