[Bug gas/28149] debug info with wrong file association

2021-09-17 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=28149 --- Comment #6 from Bernd Edlinger --- Note: latest gcc master has meanwhile a work around for this: The work around for this issue is to emit a dummy .file directive before the first function is compiled, unless another .file directive was

[Bug gas/28149] debug info with wrong file association

2021-07-30 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=28149 --- Comment #3 from Bernd Edlinger --- another test case I just discovered: $ cat test1.c asm("nop"); int main () { return 0; } $ gcc -g test1.c $ readelf --debug-dump=decodedline a.out Contents of the .debug_line section: CU:

[Bug gas/28149] New: debug info with wrong file association

2021-07-28 Thread bernd.edlinger at hotmail dot de
Component: gas Assignee: unassigned at sourceware dot org Reporter: bernd.edlinger at hotmail dot de Target Milestone: --- This was reported as gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101575 but can also be seen as a gas bug, which means, that the test-case defs.adb

[Bug binutils/17817] New: binutils 2.25 no longer builds without makeinfo

2015-01-08 Thread bernd.edlinger at hotmail dot de
: binutils Assignee: unassigned at sourceware dot org Reporter: bernd.edlinger at hotmail dot de I want to build a released binutils tar ball on an embedded linux system. Without makeinfo, flex, bison etc. Oreviously this was possible with some hickups. with 2.24 it was possible

[Bug gas/16858] weak external reference has wrong value

2014-05-16 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #15 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Nick Clifton from comment #14) Hi Bernd, Actually here is a better patch. The previous one also affected non-code weak symbols which was the wrong

[Bug gas/16858] weak external reference has wrong value

2014-05-16 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #17 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Nick Clifton from comment #16) Hi Nick, yes, now it works for me. Thanks. Maybe you should also add a test case for this mess. -- You are receiving

[Bug gas/16858] weak external reference has wrong value

2014-04-29 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Status|RESOLVED

[Bug gas/16858] New: weak external

2014-04-21 Thread bernd.edlinger at hotmail dot de
at sourceware dot org Reporter: bernd.edlinger at hotmail dot de -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug gas/16858] weak external

2014-04-21 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #1 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Hi, this is an issue which makes GCC4.9-RC1 not bootstrap correctly in certain configurations. See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 the root cause seems

[Bug gas/16858] weak external reference has wrong value

2014-04-21 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Target||i686

[Bug gas/16858] weak external reference has wrong value

2014-04-21 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #2 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Created attachment 7557 -- https://sourceware.org/bugzilla/attachment.cgi?id=7557action=edit Assembler-Source where the bug was discovered with objdump -d -r crtbegin.o