From 6f14eef2c56a1be17ff06efa35fc384b2d964418 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Sat, 26 Jan 2013 16:39:10 +0000 Subject: [PATCH] gcc/config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file. libgcc/config.host (microblaze*-*-*): Rename microblaze*-*-elf, update extra_parts. From-SVN: r195487 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 6 +++--- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2603280672e..cffe46a4719 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-01-26 Edgar E. Iglesias + + * config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update + tm_file. + 2013-01-25 Michael Haubenwallner * configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld. diff --git a/gcc/config.gcc b/gcc/config.gcc index 7deac33fd36..54f49b29d71 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1739,11 +1739,11 @@ microblaze*-*-rtems*) tmake_file="${tmake_file} microblaze/t-microblaze" tmake_file="${tmake_file} t-rtems microblaze/t-rtems" ;; -microblaze*-*-*) - tm_file="${tm_file} dbxelf.h" +microblaze*-*-elf) + tm_file="${tm_file} dbxelf.h newlib-stdint.h" c_target_objs="${c_target_objs} microblaze-c.o" cxx_target_objs="${cxx_target_objs} microblaze-c.o" - tmake_file="${tmake_file} microblaze/t-microblaze" + tmake_file="${tmake_file} microblaze/t-microblaze" ;; mips*-*-netbsd*) # NetBSD/mips, either endian. target_cpu_default="MASK_ABICALLS" diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d47f64ebb5f..1f0651586a3 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2013-01-26 Edgar E. Iglesias + + * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update + extra_parts. + 2013-01-17 Yufeng Zhang * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the diff --git a/libgcc/config.host b/libgcc/config.host index ffd047f201f..ec25eb31257 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -715,9 +715,9 @@ mcore-*-elf) microblaze*-linux*) tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit" ;; -microblaze*-*-*) - tmake_file="microblaze/t-microblaze t-fdpbit" - extra_parts="crtbegin.o crtend.o crti.o crtn.o" +microblaze*-*-elf) + tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit" + extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o" ;; mips*-*-netbsd*) # NetBSD/mips, either endian. ;; -- 2.30.2