Allow ARC Linux targets that do not use uclibc.
bfd * config.bfd: Replace -uclibc with *. gas * configure.tgt: Replace -uclibc with *. ld * configure.tgt: Replace -uclibc with *.
This commit is contained in:
parent
3ddf1bdd42
commit
4ad0bb5f3a
@ -1,3 +1,7 @@
|
||||
2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
|
||||
|
||||
* config.bfd: Replace -uclibc with *.
|
||||
|
||||
2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elf64-x86-64.c: Replace data32 with data16 in comments.
|
||||
|
@ -276,7 +276,7 @@ case "${targ}" in
|
||||
targ_defvec=am33_elf32_linux_vec
|
||||
;;
|
||||
|
||||
arc*-*-elf* | arc*-*-linux-uclibc*)
|
||||
arc*-*-elf* | arc*-*-linux*)
|
||||
targ_defvec=arc_elf32_le_vec
|
||||
targ_selvecs=arc_elf32_be_vec
|
||||
;;
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
|
||||
|
||||
* configure.tgt: Replace -uclibc with *.
|
||||
|
||||
2016-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* config/tc-arc.c (parse_opcode_flags): New function.
|
||||
|
@ -131,7 +131,7 @@ case ${generic_target} in
|
||||
alpha-*-openbsd*) fmt=elf em=obsd ;;
|
||||
|
||||
arc-*-elf*) fmt=elf ;;
|
||||
arc*-*-linux-uclibc*) fmt=elf bfd_gas=yes ;;
|
||||
arc*-*-linux*) fmt=elf bfd_gas=yes ;;
|
||||
|
||||
arm-*-aout) fmt=aout ;;
|
||||
arm-*-coff) fmt=coff ;;
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
|
||||
|
||||
* configure.tgt: Replace -uclibc with *.
|
||||
|
||||
2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* testsuite/ld-mips-elf/unaligned-branch.d: New test.
|
||||
|
@ -78,7 +78,7 @@ alpha*-*-*vms*) targ_emul=alphavms
|
||||
arc*-*-elf*) targ_emul=arcelf
|
||||
targ_extra_emuls="arcelf_prof arclinux arclinux_prof arcv2elf arcv2elfx"
|
||||
;;
|
||||
arc*-*-linux-uclibc*) targ_emul=arclinux
|
||||
arc*-*-linux*) targ_emul=arclinux
|
||||
targ_extra_emuls="arclinux_prof arcelf arcelf_prof arcv2elf arcv2elfx"
|
||||
;;
|
||||
arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user