[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2021-10-01 Thread seocontent01 at yandex dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=6019 Yzzy changed: What|Removed |Added CC||seocontent01 at yandex dot com --- Comment #13

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2021-09-22 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=6019 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org -- You are

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2021-09-22 Thread mervegunesli at aol dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=6019 Merve Gunesli changed: What|Removed |Added CC||mervegunesli at aol dot com ---

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2014-05-28 Thread schwab at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=6019 Andreas Schwab schwab at sourceware dot org changed: What|Removed |Added CC|jackie.rosen at hushmail dot com |

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2014-02-16 Thread jackie.rosen at hushmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=6019 Jackie Rosen jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-06-04 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-06-04 09:59 --- Hi Guys, Great - I have applied the patch along with the changelog entry below. Cheers Nick bfd/ChangeLog PR ld/6019 * elf32-avr.c (elf32_avr_relax_section): Handle the case where

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-06-02 Thread eric dot weddington at atmel dot com
--- Additional Comments From eric dot weddington at atmel dot com 2008-06-02 16:37 --- Patch fixes bug on real-world application. Thanks, Nick! -- What|Removed |Added

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-05-30 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-05-30 15:37 --- Created an attachment (id=2768) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2768action=view) Add test for no local symbols -- http://sourceware.org/bugzilla/show_bug.cgi?id=6019 --- You are

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-05-30 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-05-30 15:38 --- Hi Eric, Hi Jevin, Please could you try out the uploaded patch and let me know if it works for you ? (I am especially interested to know if it works on the real programs where you encountered this bug, not

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-05-29 Thread jevinsweval at gmail dot com
--- Additional Comments From jevinsweval at gmail dot com 2008-05-29 21:42 --- I've attached a reduced test case made with multidelta. It got minimized to 11 meaningful lines. It was run through the preprocessor before minimization so the actual code is hard to read but I doubt that

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-05-25 Thread eric dot weddington at atmel dot com
--- Additional Comments From eric dot weddington at atmel dot com 2008-05-25 20:14 --- Created an attachment (id=2756) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2756action=view) Test case. This zip file contains the source code of a project that exhibits the bug, and it

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-05-25 Thread eric dot weddington at atmel dot com
--- Additional Comments From eric dot weddington at atmel dot com 2008-05-25 20:15 --- Unfortunately this is all I have in the way of test case. I know that it is too large, but I haven't had time to investigate into a smaller test case. -- What|Removed

[Bug ld/6019] [avr] avr-ld --relax requires --gc-sections

2008-05-25 Thread eric dot weddington at atmel dot com
--- Additional Comments From eric dot weddington at atmel dot com 2008-05-25 20:17 --- Note that in the build script, using -Wl,--relax causes ld to fail. Using -Wl,--relax,--gc-sections causes the link to be successful. This is with a host=mingw toolchain. I have not verified the bug