This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: [patch] readelf.c - dump .eh_frame sections



I will make the changes you recommended and check it in.  Thanks!

> : + 	      /* printf ("Invalid CIE pointer %08x in FDE at %08x\n", cie_id, saved_start); */
> 
> Why is this statement commented out ?  Also why a printf() rather than
> a warn() ?

Hmmm... I suppose a warn() would make sense there.  The current code
handles the exception gracefully, by using the new FDE as the CIE as
well (i.e. it assumes an empty CIE, sort of).

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