[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2018-07-12 Thread devurandom at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 Dennis Schridde changed: What|Removed |Added CC||devurandom at gmx dot net -- You a

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-09-15 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #16 from Stas Sergeev --- (In reply to Cary Coutant from comment #14) > The original report was about accepting hex numbers without the 0x, and had > nothing to do with what you're talking about. Note that the original report was e

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-09-15 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #15 from Stas Sergeev --- (In reply to Cary Coutant from comment #14) > I don't see why we should leave this bug unfixed just because we don't match > Gnu ld's behavior for -Ttext. > > The original report was about accepting hex n

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-09-14 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #14 from Cary Coutant --- (In reply to Stas Sergeev from comment #13) > (In reply to Cary Coutant from comment #11) > > Created attachment 8557 [details] > > Patch to fix gold to parse -Ttext, etc., options as hex numbers > > The a

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-28 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #13 from Stas Sergeev --- (In reply to Cary Coutant from comment #11) > Created attachment 8557 [details] > Patch to fix gold to parse -Ttext, etc., options as hex numbers > The attached patch changes gold to parse the -Ttext, etc.

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-27 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #12 from Cary Coutant --- > sure, it was first released in binutils-2.19 which was ~Oct 2008 (3 years > before the grub report), but i don't think people generally started using it > until later: it required distros to update, and

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-27 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|ian at air

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread vapier at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #10 from Mike Frysinger --- (In reply to Ian Lance Taylor from comment #9) sure, it was first released in binutils-2.19 which was ~Oct 2008 (3 years before the grub report), but i don't think people generally started using it unti

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #9 from Ian Lance Taylor --- Not that it matters much, but gold was first released in 2008, so when I say "nobody noticed" I meant for those first four or so years. -- You are receiving this mail because: You are on the CC list f

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread vapier at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 Mike Frysinger changed: What|Removed |Added See Also||https://bugs.gentoo.org/sho

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #7 from Stas Sergeev --- (In reply to Ian Lance Taylor from comment #6) > The difference in -Ttext behaviour between gold and GNU ld is intentional. > The -Ttext option in GNU ld is nearly meaningless when using ELF. Gold's > -Tt

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #6 from Ian Lance Taylor --- The difference in -Ttext behaviour between gold and GNU ld is intentional. The -Ttext option in GNU ld is nearly meaningless when using ELF. Gold's -Ttext option corresponds to GNU ld's -Ttext-segment

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #5 from Stas Sergeev --- (In reply to Cary Coutant from comment #3) > The bottom line is that I don't have a good idea for how to fix this to > match the Gnu ld documentation without breaking something. You had to add an option for

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-25 Thread vapier at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #4 from Mike Frysinger --- (In reply to Cary Coutant from comment #3) if something has to break, why not just break gold users ? the bfd behavior has been around way longer than gold. -- You are receiving this mail because: You

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-25 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #3 from Cary Coutant --- We've discussed fixing this before, but we now have legacy scripts that invoke gold with decimal values, and changing it would break them. We could certainly peek at the number and treat it as hex if it has

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-24 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 Stas Sergeev changed: What|Removed |Added CC||stsp at users dot sourceforge.net ---

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2012-08-08 Thread heiko at shruuf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14187 Heiko Becker changed: What|Removed |Added CC||heiko at shruuf dot de -- Configure bu

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2012-07-27 Thread jeffall at cisco dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14187 jeffall at cisco dot com changed: What|Removed |Added CC||jeffall at cisco dot com ---