https://sourceware.org/bugzilla/show_bug.cgi?id=19600
--- Comment #9 from louis.granboulan.developer at gmail dot com ---
(In reply to H.J. Lu from comment #8)
> Please open new bug report with testcases.
Done.
https://sourceware.org/bugzilla/show_bug.cgi?id=20127
Thank you!
--
You
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: louis.granboulan.developer at gmail dot com
Target Milestone: ---
Input is a.s
.globl main
.text
main:
movl$E, %eax
movl$E+1, %eax
movl$E@PLT, %eax
movl
https://sourceware.org/bugzilla/show_bug.cgi?id=20117
louis.granboulan.developer at gmail dot com changed:
What|Removed |Added
Status|NEW |RESOLVED
https://sourceware.org/bugzilla/show_bug.cgi?id=19600
louis.granboulan.developer at gmail dot com changed:
What|Removed |Added
Status|RESOLVED|REOPENED
https://sourceware.org/bugzilla/show_bug.cgi?id=20117
--- Comment #3 from louis.granboulan.developer at gmail dot com ---
Thank you, I looked at the patch and it avoids the bug.
However, in the code with your corrections, there is still this comment:
/* Convert "mov fo
https://sourceware.org/bugzilla/show_bug.cgi?id=19600
--- Comment #4 from louis.granboulan.developer at gmail dot com ---
Thank you for having solved the other bug I reported.
Do you plan to solve this one, or is it something that will never work?
--
You are receiving this mail because:
You are
: ld
Assignee: unassigned at sourceware dot org
Reporter: louis.granboulan.developer at gmail dot com
Target Milestone: ---
Created attachment 9278
--> https://sourceware.org/bugzilla/attachment.cgi?id=9278&action=edit
Almost minimal example that triggers the bug
Us
https://sourceware.org/bugzilla/show_bug.cgi?id=19600
--- Comment #3 from louis.granboulan.developer at gmail dot com ---
Note that
movl$E@GOTOFF+1, %eax
behaves as expected, even if it is probably never generated by any compiler.
I did not check the behaviour for all relocation
https://sourceware.org/bugzilla/show_bug.cgi?id=19600
--- Comment #2 from louis.granboulan.developer at gmail dot com ---
(In reply to H.J. Lu from comment #1)
> What are
>
> movl$E@GOT, %eax
> movl$E@GOT+1, %eax
>
> used for?
For the fun!
Yo
Assignee: unassigned at sourceware dot org
Reporter: louis.granboulan.developer at gmail dot com
Target Milestone: ---
Input is a.s
.globl main
.text
main:
movl$E, %eax
movl$E+1, %eax
movl$E@GOT, %eax
movl$E@GOT+1, %eax
https://sourceware.org/bugzilla/show_bug.cgi?id=15393
louis.granboulan.developer at gmail dot com changed:
What|Removed |Added
Status|NEW |RESOLVED
http://sourceware.org/bugzilla/show_bug.cgi?id=15393
Bug #: 15393
Summary: .string with hex should be parsed differently
Product: binutils
Version: 2.22
Status: NEW
Severity: minor
Priority: P2
Component: gas
12 matches
Mail list logo