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.
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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=16396
Vincent Rivière changed:
What|Removed |Added
CC||vincent.riviere at freesbe
e d
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
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
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
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
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
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
http://sourceware.org/bugzilla/show_bug.cgi?id=13050
Vincent Rivière changed:
What|Removed |Added
Component|binutils|gas
--
Configure bugmail: http://so
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
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
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
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...
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
17 matches
Mail list logo