[Bug ld/4515] bad definition of start address in ldscripts for OMAGIC

2007-08-07 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-08-07 18:35 --- In binutils 2.17 sources, What I see in emulparams/i386linux.sh is : >OUTPUT_FORMAT="a.out-i386-linux" >TARGET_PAGE_SIZE=0x1000 >TEXT_START_ADDR=0x1020 >NONPAGED_TEXT_STA

[Bug ld/4515] New: bad definition of start address in ldscripts for OMAGIC

2007-05-16 Thread Quentin dot Godfroy at ens dot fr
dot redhat dot com ReportedBy: Quentin dot Godfroy at ens dot fr CC: bug-binutils at gnu dot org GCC build triplet: i486-linux GCC host triplet: i486-linux GCC target triplet: i486-linuxaout http://sourceware.org/bugzilla/show_bug.cgi?id=4515 --- You are recei

[Bug binutils/4499] assign file positions assumes segment offsets increasing

2007-05-13 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-05-13 18:01 --- >The basic problem here is that bfd can't cope with load segments that don't >have > increasing file offset. I had to trick the linux kernel which also has problems to handle PT_P

[Bug gas/4303] gas 2.14 and over make a stabs symbol ABS while gas 2.13 makes it UND

2007-03-31 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-03-31 17:29 --- (In reply to comment #3) > On looking into this a little, I believe your testcase is invalid. The .stab > directives should only be used to create stab syms. With a type of zero, ie. > N_UNDF

[Bug gas/4303] gas 2.14 and over make a stabs symbol ABS while gas 2.13 makes it UND

2007-03-30 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-03-31 01:01 --- % objdump -t foo-2002-08-08.o foo-2002-08-09.o foo-2002-08-08.o: file format a.out-i386-linux SYMBOL TABLE: *UND* 00 01 foo foo-2002-08-09.o: file format a.out-i386

[Bug gas/4303] New: gas 2.14 and over make a stabs symbol ABS while gas 2.13 makes it UND

2007-03-30 Thread Quentin dot Godfroy at ens dot fr
makes it UND Product: binutils Version: 2.14 Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: Quentin dot Godfroy at ens dot fr

[Bug binutils/4292] nm and objdump show addresses on 64 bits for 32bit a.out files

2007-03-30 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-03-30 20:38 --- (In reply to comment #10) > Subject: Re: nm and objdump show addresses on 64 bits > for 32bit a.out files > > Objdump already does the correct thing when displaying symbols from ELF &g

[Bug binutils/4292] nm and objdump show addresses on 64 bits for 32bit a.out files

2007-03-29 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-03-29 19:35 --- (In reply to comment #7) > Subject: Re: nm and objdump show addresses on 64 bits > for 32bit a.out files > > > target=i486-linuxaout. > > The problem here is that the aout

[Bug binutils/4292] nm and objdump show addresses on 64 bits for 32bit a.out files

2007-03-29 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-03-29 17:17 --- Created an attachment (id=1656) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1656&action=view) QMAGIC sample This sample was created with as and ld configured with host=x86_64-linux and

[Bug binutils/4292] New: nm and objdump show addresses on 64 bits for 32bit a.out files

2007-03-27 Thread Quentin dot Godfroy at ens dot fr
Severity: minor Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: Quentin dot Godfroy at ens dot fr CC: bug-binutils at gnu dot org GCC build triplet: i486-linux-gnu GCC host triplet: i486