[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 on

[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:14 --- Created an attachment (id=2756) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2756&action=view) Test case. This zip file contains the source code of a project that exhibits the bug, and it co