summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorcltang <cltang@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-25 08:32:17 +0000
committercltang <cltang@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-25 08:32:17 +0000
commit7ca58a654e13790704318ba40c7c1e9bdaebb9a6 (patch)
treef34bcfb3422d110f897f7c8e5c9674ae4e488b71 /libgcc
parentb958105ba5e9ee550fab121244d0916041a8d32d (diff)
downloadgcc-7ca58a654e13790704318ba40c7c1e9bdaebb9a6.tar.gz
2015-03-25 Chung-Lin Tang <cltang@codesourcery.com>
libgcc/ * config.host (nios2-*-linux*): Remove 'extra_parts' setting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221653 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog6
-rw-r--r--libgcc/config.host1
2 files changed, 5 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 49eee7a24a4..959b36e0f61 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,5 +1,9 @@
+2015-03-25 Chung-Lin Tang <cltang@codesourcery.com>
+
+ * config.host (nios2-*-linux*): Remove 'extra_parts' setting.
+
2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
-
+
Implement call0 ABI for xtensa
* config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
__xtensa_nonlocal_goto): Don't compile for call0 ABI.
diff --git a/libgcc/config.host b/libgcc/config.host
index 5baeae54e6c..4b158958faf 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -943,7 +943,6 @@ nds32*-elf*)
;;
nios2-*-linux*)
tmake_file="$tmake_file nios2/t-nios2 nios2/t-linux t-libgcc-pic t-slibgcc-libgcc"
- extra_parts="$extra_parts crti.o crtn.o"
md_unwind_header=nios2/linux-unwind.h
;;
nios2-*-*)