aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2013-01-26 16:39:10 +0000
committerMichael Eager <eager@eagercon.com>2013-01-26 16:39:10 +0000
commit6f51a57f5367fc9b3cca203b8f25a591242a9199 (patch)
tree44ebfc296e54b0314d54c6a483d9d0ba98cc0edf
parente7718a8f338da903c6ca6e9a14e81bcb1ac7e98b (diff)
gcc/config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file.
libgcc/config.host (microblaze*-*-*): Rename microblaze*-*-elf, update extra_parts. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@195487 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc6
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host6
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 <edgar.iglesias@gmail.com>
+
+ * config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update
+ tm_file.
+
2013-01-25 Michael Haubenwallner <michael.haubenwallner@salomon.at>
* 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 <edgar.iglesias@gmail.com>
+
+ * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
+ extra_parts.
+
2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
* 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.
;;