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: [patch] Add printing of .gdb_index section to readelf


On Fri, 15 Apr 2011 00:35:44 +0200, Mark Wielaard wrote:
> +  if (vers != 4)
> +    {
> +      printf (gettext ("  unknown version, cannot parse section\n"));
> +      return;
> +    }

Please support version 4 and 5 now when it gets checked in.
	http://sourceware.org/ml/gdb-cvs/2011-04/msg00179.html
	http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.826&r2=1.827

Only the hashing function has changed so it should not matter to eu-readelf.


Thanks,
Jan

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