Re: binutils 2.16.1: objcopy broken on solaris x86?

2005-07-29 Thread Nick Clifton
Hi Andrew, < LOAD off0x vaddr 0x paddr 0x align 2**16 > LOAD off0x vaddr 0x paddr 0x align 2**12 According to the solaris linker and library guide http://docs.sun.com/app/docs/doc/817-1984/6mhm7pl2a?a=view#chapter6-34713 p_align should

Re: Misinterpretation of PE export address table entries

2005-07-29 Thread Nick Clifton
Hi Pavel, pe_print_edata() thinks the RVA is a forwarder when it points between the start of export tables (from the data dictionary) and the end of the *whole section* containing the tables. This is wrong. It should use the length in the data directory to determine the end of area occupied by