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/2] Was: Re: Support archives with 64-bit symbol table


Petr Machata (2):
  Implement support for archives with 64-bit symbol table
  Test case for handling archives with 64-bit symbol table

 libdwfl/ChangeLog           |    4 ++
 libdwfl/offline.c           |    5 +-
 libelf/ChangeLog            |    8 +++
 libelf/elf_begin.c          |    6 ++-
 libelf/elf_getarsym.c       |  127 +++++++++++++++++++++++++++++--------------
 tests/ChangeLog             |    7 +++
 tests/Makefile.am           |    6 ++-
 tests/archive64.a.bz2       |  Bin 0 -> 834 bytes
 tests/run-test-archive64.sh |   43 +++++++++++++++
 9 files changed, 159 insertions(+), 47 deletions(-)
 create mode 100644 tests/archive64.a.bz2
 create mode 100755 tests/run-test-archive64.sh

These patches differ from the previous bunch by addressing the following
points:

Mark Wielaard <mjw@redhat.com> writes:

> On Fri, 2012-08-03 at 01:50 +0200, Petr Machata wrote:
>> Mark Wielaard <mjw@redhat.com> writes:
>> 
>> >> -   Copyright (C) 1998, 1999, 2000, 2002, 2005 Red Hat, Inc.
>> >> +   Copyright (C) 1998-2012 Red Hat, Inc.
>> >
>> > This should be 1998-2000, 2002, 2005, 2012. Only the first is a full
>> > range. Similarly in some other places. (Yes, I did ask a lawyer.)

>> >> +testfiles archive64.a
>> >
>> > Please document here how archive64.a was created.

PM

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