[Bug gas/25848] cmpi to local label produces wrong code on 68000

2020-04-21 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 --- Comment #4 from Vincent Rivière --- Many thanks, Andreas 😀 I have just tested latest m68k-elf-as from Git, it works well, now. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25848] cmpi to local label produces wrong code on 68000

2020-04-18 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 --- Comment #1 from Vincent Rivière --- Workaround: Make the label weak, so gas is forced to use external, absolute addressing mode. .weak lab lab: cmpi.w #1,lab -- You are receiving this mail because: You are on the CC l

[Bug gas/25848] New: cmpi to local label produces wrong code on 68000

2020-04-18 Thread vincent.riviere at freesbee dot fr
Component: gas Assignee: unassigned at sourceware dot org Reporter: vincent.riviere at freesbee dot fr Target Milestone: --- Target: m68k-elf Tested with gas 2.34.50.20200418 freshly compiled fom Git. Basically, cmpi to local label is optimized by gas to PC

[Bug binutils/17481] addr2line fails on some targets

2014-10-15 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=17481 --- Comment #5 from Vincent Rivière --- Many thanks, Alan. It works fine, now. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug

[Bug binutils/16396] Can't get address、filename、line number on aix 6.1 by addr2line!

2014-10-13 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=16396 Vincent Rivière changed: What|Removed |Added CC||vincent.riviere at freesbe e d

[Bug binutils/17481] addr2line fails on some targets

2014-10-13 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=17481 --- Comment #2 from Vincent Rivière --- Created attachment 7830 --> https://sourceware.org/bugzilla/attachment.cgi?id=7830&action=edit Fix for _bfd_generic_find_nearest_line_discriminator() This patch fixes the problem. -- You a

[Bug binutils/17481] addr2line fails on some targets

2014-10-13 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=17481 --- Comment #1 from Vincent Rivière --- This bug appeared in binutils 2.23. It worked fine in binutils 2.22. I found the cause: binutils/addr2line.c uses the new function bfd_find_nearest_line_discriminator(). But that one is not imple

[Bug binutils/17481] New: addr2line fails on some targets

2014-10-13 Thread vincent.riviere at freesbee dot fr
Assignee: unassigned at sourceware dot org Reporter: vincent.riviere at freesbee dot fr Target: m68k-netbsd Tested with the m68k-netbsd target. addr2line is unable to find the file and line. $ cat a.s nop $ as a.s -o a.o $ addr2line -e a.o 0 ??:0 It should

[Bug gas/13145] movem zero offset not removed on ColdFire

2012-02-05 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=13145 --- Comment #5 from Vincent Rivière 2012-02-05 20:24:26 UTC --- A regression was reported there: http://sourceware.org/ml/binutils/2011-10/msg00143.html Unfortunately, the problem is present in the 2.22 release. So the official binutils 2.22

[Bug gas/13145] movem zero offset not removed on ColdFire

2012-02-05 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=13145 --- Comment #4 from Vincent Rivière 2012-02-05 19:19:20 UTC --- I finally tested this in the binutils 2.22 release. Many thanks, Andreas, it works fine. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You

[Bug gas/13145] New: movem zero offset not removed on ColdFire

2011-08-31 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=13145 Bug #: 13145 Summary: movem zero offset not removed on ColdFire Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ga

[Bug gas/13050] move.b (2,a0,d0.l),1(%a1) should fail for all ColdFire targets

2011-08-01 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=13050 Vincent Rivière changed: What|Removed |Added Component|binutils|gas -- Configure bugmail: http://so

[Bug binutils/13050] New: move.b (2,a0,d0.l),1(%a1) should fail for all ColdFire targets

2011-08-01 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=13050 Summary: move.b (2,a0,d0.l),1(%a1) should fail for all ColdFire targets Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug gprof/12468] Missing functions and call counts

2011-02-10 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=12468 --- Comment #5 from Vincent Rivière 2011-02-09 20:19:04 UTC --- Thanks, it works :-) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for

[Bug gprof/12468] Missing functions and call counts

2011-02-05 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=12468 --- Comment #1 from Vincent Rivière 2011-02-05 14:58:23 UTC --- This bug comes from gprof/corefile.c, in the function core_create_function_syms(). Old code was: symtab.limit->is_func = TRUE; But the new code is: symtab.limit->is_func = (core

[Bug gprof/12468] New: Missing functions and call counts

2011-02-05 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=12468 Summary: Missing functions and call counts Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gprof AssignedTo: unassig...

[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd

2010-11-21 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=3041 --- Comment #24 from Vincent Rivière 2010-11-21 19:36:15 UTC --- Created attachment 5133 --> http://sourceware.org/bugzilla/attachment.cgi?id=5133 Patch for pc-relative weak references In reference to this commit: http://sourceware.org/ml/bi