diff options
author | Andy Hutchinson <hutchinsonandy@gcc.gnu.org> | 2010-01-11 23:12:14 +0000 |
---|---|---|
committer | Andy Hutchinson <hutchinsonandy@gcc.gnu.org> | 2010-01-11 23:12:14 +0000 |
commit | 2685baa15f8ede99893fa40734c2c0f1d86872f2 (patch) | |
tree | 6849bc6a82b8ec36ad8242fd5641b8f44649e818 /gcc | |
parent | 42138585a42edd80d2b04422744d8ed37c12a969 (diff) | |
download | gcc-2685baa15f8ede99893fa40734c2c0f1d86872f2.zip gcc-2685baa15f8ede99893fa40734c2c0f1d86872f2.tar.gz gcc-2685baa15f8ede99893fa40734c2c0f1d86872f2.tar.bz2 |
avr.h (LINKER_NAME): Remove.
2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* config/avr/avr.h (LINKER_NAME): Remove.
From-SVN: r155819
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/config/avr/avr.h | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c59ab1..cba70de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 @@ -118,7 +122,7 @@ 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. @@ -128,8 +132,8 @@ (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> diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 9bd955a..522f00f 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) |