[Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option

2010-04-19 Thread dzidzitop at lavabit dot com
-- What|Removed |Added GCC host triplet||WinXP 32bit GCC target triplet||WinXP 32bit PE

[Bug binutils/11513] Garbage is loaded into asection#lineno

2010-04-19 Thread dzidzitop at lavabit dot com
-- What|Removed |Added GCC host triplet||WinXP 32bit GCC target triplet||WinXP 32bit PE

[Bug gas/11509] Strange evaluation of symbol containing register

2010-04-19 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-19 14:37 --- I don't think we should support .eqv param, ebp-4 since it is evaluated and fully resolved at the first use. We got .eqv param, -4 starting from the second use. -- What|Removed

[Bug gas/11516] New: Fatal error assembling jsr for Alpha ECOFF

2010-04-19 Thread ro at TechFak dot Uni-Bielefeld dot DE
Current gas fails to assemble the following trivial testcase: $ cat jsr.s jsr $26,getpagesize $ gas -o jsr.o jsr.s jsr.s: Assembler messages: jsr.s:1: Fatal error: unhandled relocation type (null) -- Summary: Fatal error assembling jsr for Alpha ECOFF Product:

[Bug gas/11517] New: Fatal error assembling ldgp for Alpha ECOFF

2010-04-19 Thread ro at TechFak dot Uni-Bielefeld dot DE
The following trivial testcase fails to assemble: $ cat ldgp.s ldgp $29,0($27) $ gas -o ldgp.o ldgp.s ldgp.s: Assembler messages: ldgp.s:1: Fatal error: internal error? cannot generate `BFD_RELOC_ALPHA_GPDISP_HI16' relocation -- Summary: Fatal error assembling ldgp for Alpha

[Bug gas/11518] New: Support explicit relocations for Alpha ECOFF

2010-04-19 Thread ro at TechFak dot Uni-Bielefeld dot DE
Prompted by PRs gas/11516 and gas/11517, I tried to enable explicit relocations for Alpha ECOFF, too, to see if I get further along with gas and gcc on Tru64 UNIX with this combination. At least the trivial change of defining RELOC_OP_P in config/tc-alpha.h is not enough: trying to assemble the