OSDN Git Service

* config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for
authordenisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 May 2006 20:49:20 +0000 (20:49 +0000)
committerdenisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 May 2006 20:49:20 +0000 (20:49 +0000)
atmega645 device.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113585 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/avr/avr.h

index bae2982..910e36e 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-29 Anatoly Sokolov <aesok@post.ru>
+
+        * config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name
+       for atmeg a645 device.
+
 2006-05-06   Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/27151
index 39b4d21..404b3d1 100644 (file)
@@ -782,7 +782,7 @@ extern int avr_case_values_threshold;
 %{mmcu=atmega325:crtm325.o%s} \
 %{mmcu=atmega3250:crtm3250.o%s} \
 %{mmcu=atmega64:crtm64.o%s} \
-%{mmcu=atmega645:crtm6450.o%s} \
+%{mmcu=atmega645:crtm645.o%s} \
 %{mmcu=atmega6450:crtm6450.o%s} \
 %{mmcu=atmega128:crtm128.o%s} \
 %{mmcu=at90can128:crtcan128.o%s} \