From: Ed M. <em...@fr...> - 2016-05-15 23:24:53
|
On 15 May 2016 at 23:16, <em...@us...> wrote: > Revision: 3470 > http://sourceforge.net/p/elftoolchain/code/3470 > Author: emaste > Date: 2016-05-15 23:16:45 +0000 (Sun, 15 May 2016) > Log Message: > ----------- > elfdump: handle PT_GNU_{EH_FRAME,STACK,RELRO} phdr types Prior to r3464 these segments were incorrectly reported as having a type of e.g PT_NULL or PT_LOAD. As of r3464 they were displayed as Unknown: 0x<hex>, and a number of elfdump tests started failing because the captured output included that bug. The tests are now updated to capture the new output. |