[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] Re: Removing old ld emulations from avr-binutils
From: |
Denis Chertykov |
Subject: |
[avr-gcc-list] Re: Removing old ld emulations from avr-binutils |
Date: |
18 Oct 2003 10:30:49 +0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Marek Michalkiewicz <address@hidden> writes:
> Hi,
>
> I'd like to commit the following patch to binutils CVS (mainline
> only, which will be 2.15 - not to the 2.14 branch), removing the
> old ld emulations necessary for old versions of GCC. I cheated
> a little by just patching Makefile.in instead of regenerating it,
> because I never have the correct versions of the required tools...
>
> Denis - do you have any objections?
No.
> + 2003-10-17 Marek Michalkiewicz <address@hidden>
> +
> + * Makefile.am: Remove old (before GCC 3.3) emulations for AVR
> + target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
> + avrmega161, avrmega603. Default to avr2.
> + * Makefile.in: Regenerate.
> + * configure.tgt: Likewise.
> + * emulparams/avr1200.sh: Remove.
> + * emulparams/avr23xx.sh: Remove.
> + * emulparams/avr4433.sh: Remove.
> + * emulparams/avr44x4.sh: Remove.
> + * emulparams/avr85xx.sh: Remove.
> + * emulparams/avrmega103.sh: Remove.
> + * emulparams/avrmega161.sh: Remove.
> + * emulparams/avrmega603.sh: Remove.
> + * scripttempl/elf32avr.sc: Remove.
> +
Marek !
The ChangeLog entry must be a raw text not a patch.
IE:
2003-10-17 Marek Michalkiewicz <address@hidden>
* Makefile.am: Remove old (before GCC 3.3) emulations for AVR
target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
avrmega161, avrmega603. Default to avr2.
* Makefile.in: Regenerate.
* configure.tgt: Likewise.
* emulparams/avr1200.sh: Remove.
* emulparams/avr23xx.sh: Remove.
* emulparams/avr4433.sh: Remove.
* emulparams/avr44x4.sh: Remove.
* emulparams/avr85xx.sh: Remove.
* emulparams/avrmega103.sh: Remove.
* emulparams/avrmega161.sh: Remove.
* emulparams/avrmega603.sh: Remove.
* scripttempl/elf32avr.sc: Remove.
Denis.