OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Thu, 11 Mar 2010 05:50:48 +0000 (05:50 +0000)
committerjkratoch <jkratoch>
Thu, 11 Mar 2010 05:50:48 +0000 (05:50 +0000)
commit7b18e3e025473eed208971caa50a8314181606fa
tree632bb99b3710f297a5823161236c65a0302e13f6
parent136c5c682455cb5e3c17aeb98d688bcbfcdaf9df
gdb/
* solib-svr4.c (read_program_header): Support type == -1 to read
all program headers.
(read_program_headers_from_bfd): New function.
(svr4_static_exec_displacement): Remove and move the comment ...
(svr4_exec_displacement): ... here.  Remove variable found.  New
variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
targets using read_program_headers_from_bfd.  Remove the call of
svr4_static_exec_displacement.
gdb/ChangeLog
gdb/solib-svr4.c