X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=BaseTinyFirmware%2FGCC%2FChangeLog;h=9c5d2d5abfb5b77fc4b9b2920636cd1082a19055;hb=7997f136b12114035265bd082c854bff95fd73dc;hp=07131e92ca0cd2929212cc6bec9f4a7edc667f98;hpb=e69ce471b5201b021291e8a406d371fc451a2ace;p=avr_bc100.git diff --git a/BaseTinyFirmware/GCC/ChangeLog b/BaseTinyFirmware/GCC/ChangeLog index 07131e9..9c5d2d5 100644 --- a/BaseTinyFirmware/GCC/ChangeLog +++ b/BaseTinyFirmware/GCC/ChangeLog @@ -1,8 +1,14 @@ -2008-03-12 Kevin Rosenberg +2008-03-30 Kevin Rosenberg + * GCC Makefile's improved with more listing output as well as + added -Wl,-gc-sections option which stops crashes using linker + relaxation [thanks to Eric Weddington] + +2008-03-28 Kevin Rosenberg * BaseTinyFirmware/GCC/avr463/Makefile: Added -Wl,-relax to linker flags. On my system this crashes avr-ld.exe, but others have reported a large reduction in firmware size with this option. I added this option for others to try. + * BaseTinyFirmware/GCC/avr458/Makefile: Added missing file 2008-03-14 Martin Thomas * added "volatile" to structure object and array declarations for