diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-05-11 12:01:57 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-05-11 12:06:33 -0700 |
commit | 5197d474361b4748e0339ae60e6dc9975f2313df (patch) | |
tree | a86f19e173d2f1b4d1af9d6d6aff8bd624a53352 /gas/configure.tgt | |
parent | 7e0a81123db953de03f6482f7c10f306407d348e (diff) | |
download | gdb-5197d474361b4748e0339ae60e6dc9975f2313df.zip gdb-5197d474361b4748e0339ae60e6dc9975f2313df.tar.gz gdb-5197d474361b4748e0339ae60e6dc9975f2313df.tar.bz2 |
Default e_machine to EM_IAMCU for i?86-*-elfiamcu
This patch sets the default ELF output format of assembler and linker to
EM_IAMCU when binutils is configured to i?86-*-elfiamcu target.
gas/
* configure.tgt (arch): Set to iamcu for i386-*-elfiamcu target.
* config/tc-i386.c (i386_mach): Support iamcu.
(i386_target_format): Likewise.
ld/
* configure.tgt: Support i[3-7]86-*-elfiamcu target.
ld/testsuite/
* ld-i386/i386.exp (iamcu_tests): Run iamcu-4.
* ld-i386/iamcu-4.d: New file.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 09ee275..d14bcdf 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -215,6 +215,7 @@ case ${generic_target} in i386-*-beospe*) fmt=coff em=pe ;; i386-*-beos*) fmt=elf ;; i386-*-coff) fmt=coff ;; + i386-*-elfiamcu) fmt=elf arch=iamcu ;; i386-*-elf*) fmt=elf ;; i386-*-kaos*) fmt=elf ;; i386-*-bsd*) fmt=aout em=386bsd ;; |