Re: [ANNOUNCEMENT] Updated: binutils-20050520-1

2005-05-25 Thread Lev Bishop
On 25/05/05, Dave Korn wrote: > Original Message > >From: Lev Bishop > >Sent: 25 May 2005 11:54 > Yow. So you copy it from a PE to an ELF, and then back to PE? You very > much need to read the section on canonicalisation in the bfd section of the > ld manual. "info ld" then search for "

RE: [ANNOUNCEMENT] Updated: binutils-20050520-1

2005-05-25 Thread Dave Korn
Original Message >From: Lev Bishop >Sent: 25 May 2005 11:54 > I don't have much clue what I'm doing with binutils, but I've managed > to cause a SEGV in objdump. Here's how: > $ cat > a.c > int main (void) > { > int i=1; > i++; > return i; > } > $ gcc a.c > $ objcop

Re: [ANNOUNCEMENT] Updated: binutils-20050520-1

2005-05-25 Thread Christopher Faylor
On Wed, May 25, 2005 at 06:54:28AM -0400, Lev Bishop wrote: >(What I was actually hoping to do above was to remove/normalize the >time/date header in pei-i386, so that my executables are repeatable >functions of their sources, so I can checksum/fingerprint them in my >build system. Clearly my above

Re: [ANNOUNCEMENT] Updated: binutils-20050520-1

2005-05-25 Thread zzapper
On Wed, 25 May 2005 07:40:17 +0200 (CEST), wrote: >I've made a new version of binutils available for installation. >This version is a refresh from CVS on sources.redhat.com. > >For a brief description of this package, and a listing of the files it >contains, see http://cygwin.com/packages/binuti

Re: [ANNOUNCEMENT] Updated: binutils-20050520-1

2005-05-25 Thread Lev Bishop
I don't have much clue what I'm doing with binutils, but I've managed to cause a SEGV in objdump. Here's how: $ cat > a.c int main (void) { int i=1; i++; return i; } $ gcc a.c $ objcopy -O elf32-i386 a.exe $ objcopy -O pei-i386 a.exe $ objdump -x a.exe a.exe: file format