From b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 30 Oct 2010 23:02:32 +0000 Subject: Import the binutils master branch from the sourceware CVS repository, exactly as it was on Tue, 3 Jul 2007 07:54:19 +0000. Corresponds to git commit 397a64b350470350c8e0adb2af84439ea0f89272, which was the last commit before switching to GPLv3. --- ld/emulparams/avr6.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ld/emulparams/avr6.sh (limited to 'ld/emulparams/avr6.sh') diff --git a/ld/emulparams/avr6.sh b/ld/emulparams/avr6.sh new file mode 100644 index 0000000000000..5326488ec4745 --- /dev/null +++ b/ld/emulparams/avr6.sh @@ -0,0 +1,11 @@ +ARCH=avr:6 +MACHINE= +SCRIPT_NAME=avr +OUTPUT_FORMAT="elf32-avr" +MAXPAGESIZE=1 +EMBEDDED=yes +TEMPLATE_NAME=elf32 + +TEXT_LENGTH=1024K +DATA_LENGTH=0xffa0 +EXTRA_EM_FILE=avrelf -- cgit v1.2.3