avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for atmega645 device.
authorAnatoly Sokolov <aesok@post.ru>
Sat, 6 May 2006 20:49:20 +0000 (00:49 +0400)
committerDenis Chertykov <denisc@gcc.gnu.org>
Sat, 6 May 2006 20:49:20 +0000 (00:49 +0400)
        * config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for
atmega645 device.

From-SVN: r113585

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

index bae29826db9dda5967e73a41f5e6febdd136a7ea..910e36e68672eec10e3fc6fd63fa889ad7c15b9e 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 39b4d21493af89821d02b553ba6a3e6b6b63e379..404b3d1c13d448d275021bbacf5676e082384500 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} \