Types table size and format in the .gcc_exception_table

2013-01-04 Thread alam_shahid
As part of my research I am updating the .gcc_exception_table of a binary 64 bit elf file. For small C++ programs that throw exceptions it works OK, but for large benchmark programs it's not working. My question is does GCC stores more than one table inside the .gcc_exception_table section of th

Re: warnings with cvs texinfo version

2013-01-04 Thread Patrice Dumas
Hello, Here is an additional patch that takes care of a new warning: ./gdb.texinfo:31: warning: @syncodeindex leads to a merging of fn in itself, ignoring It simply comments out the line @syncodeindex fn fn which is a bit weird. On Wed, Jun 20, 2012 at 10:37:53PM +0200, Patrice Dumas wrote: