summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authoreager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-26 16:39:10 +0000
committereager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-26 16:39:10 +0000
commit98f2ac05e3adaf283a55531a3e274e20aad6048d (patch)
tree44ebfc296e54b0314d54c6a483d9d0ba98cc0edf /libgcc
parent82163b8951e340232edd75640eb52b34f5c8887d (diff)
downloadgcc-98f2ac05e3adaf283a55531a3e274e20aad6048d.tar.gz
gcc/config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file.
libgcc/config.host (microblaze*-*-*): Rename microblaze*-*-elf, update extra_parts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host6
2 files changed, 8 insertions, 3 deletions
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.
;;