[Bug gas/19600] Parsing $E@GOT+1 forgets the offset

2016-05-23 Thread louis.granboulan.developer at gmail dot com
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

[Bug gas/20127] New: Addend not preserved for many X86 relocations

2016-05-20 Thread louis.granboulan.developer at gmail dot com
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

[Bug ld/20117] GOT relocation changes another instruction

2016-05-20 Thread louis.granboulan.developer at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20117 louis.granboulan.developer at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gas/19600] Parsing $E@GOT+1 forgets the offset

2016-05-20 Thread louis.granboulan.developer at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19600 louis.granboulan.developer at gmail dot com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug ld/20117] GOT relocation changes another instruction

2016-05-20 Thread louis.granboulan.developer at gmail dot com
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

[Bug gas/19600] Parsing $E@GOT+1 forgets the offset

2016-05-20 Thread louis.granboulan.developer at gmail dot com
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

[Bug ld/20117] New: GOT relocation changes another instruction

2016-05-19 Thread louis.granboulan.developer at gmail dot com
: 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

[Bug gas/19600] Parsing $E@GOT+1 forgets the offset

2016-02-11 Thread louis.granboulan.developer at gmail dot com
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

[Bug gas/19600] Parsing $E@GOT+1 forgets the offset

2016-02-11 Thread louis.granboulan.developer at gmail dot com
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

[Bug gas/19600] New: Parsing $E@GOT+1 forgets the offset

2016-02-10 Thread louis.granboulan.developer at gmail dot com
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

[Bug gas/15393] .string with hex should be parsed differently

2016-02-10 Thread louis.granboulan.developer at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15393 louis.granboulan.developer at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gas/15393] New: .string with hex should be parsed differently

2013-04-24 Thread louis.granboulan.developer at gmail dot com
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