From: Andy Hutchinson Date: Mon, 11 Jan 2010 23:12:14 +0000 (+0000) Subject: avr.h (LINKER_NAME): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2685baa15f8ede99893fa40734c2c0f1d86872f2;p=gcc.git avr.h (LINKER_NAME): Remove. 2010-01-11 Andy Hutchinson * config/avr/avr.h (LINKER_NAME): Remove. From-SVN: r155819 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c59ab1f86b..cba70de47d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-11 Andy Hutchinson + + * config/avr/avr.h (LINKER_NAME): Remove. + 2010-01-11 Janis Johnson PR target/42416 @@ -118,7 +122,7 @@ 2010-01-08 Andy Hutchinson 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. @@ -128,8 +132,8 @@ (rotl3): New. (*rotw3): New. (*rotb3): 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 diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 9bd955afcc4..522f00f4561 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -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)