avr.h (LINKER_NAME): Remove.
authorAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Mon, 11 Jan 2010 23:12:14 +0000 (23:12 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Mon, 11 Jan 2010 23:12:14 +0000 (23:12 +0000)
2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>

* config/avr/avr.h (LINKER_NAME): Remove.

From-SVN: r155819

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

index 3c59ab1f86b5ff9ae4a96be08db3eeb0b33eb036..cba70de47d8e50fb11758e979e1238ffba6263ce 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
+
+       * config/avr/avr.h (LINKER_NAME): Remove. 
+
 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
 
        PR target/42416
 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
 
        PR target/41885
-       * avr.md (rotlqi3): Add CONST_INT_P check.
+       * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
        (rotlhi3): Delete.
        (rotlhi3_8): Delete.
        (rotlsi3): Delete.
        (rotl<mode>3): New.
        (*rotw<mode>3): New.
        (*rotb<mode>3): New.
-       * avr.c (avr_rotate_bytes): New function.
-       * avr-proto.h (avr_rotate_bytes): New function. 
+       * config/avr/avr.c (avr_rotate_bytes): New function.
+       * config/avr/avr-proto.h (avr_rotate_bytes): New function. 
 
 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
 
index 9bd955afcc4186d2211a8863f794e4ad3c238d67..522f00f45617bfa39e536bcc2b0ec0249adf83a1 100644 (file)
@@ -795,9 +795,6 @@ mmcu=*:-mmcu=%*}"
 /* This is the default without any -mmcu=* option (AT90S*).  */
 #define MULTILIB_DEFAULTS { "mmcu=avr2" }
 
-/* This is undefined macro for collect2 disabling */
-#define LINKER_NAME "ld"
-
 #define TEST_HARD_REG_CLASS(CLASS, REGNO) \
   TEST_HARD_REG_BIT (reg_class_contents[ (int) (CLASS)], REGNO)