public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [ARM] Use standard t-elf libgcc fragment on VxWorks
@ 2013-11-11 11:30 Eric Botcazou
  2013-11-11 11:43 ` Ramana Radhakrishnan
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Botcazou @ 2013-11-11 11:30 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

Hi,

this is something I forgot to submit right after submitting
  http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01906.html
We want to use the standard t-elf fragment on VxWorks as well.

Tested on ARM/VxWorks, OK for the mainline?


2013-11-11  Eric Botcazou  <ebotcazou@adacore.com>

	* config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
	in tmake_file.
	* config/arm/t-vxworks: Delete.


-- 
Eric Botcazou

[-- Attachment #2: libgcc_arm.diff --]
[-- Type: text/x-patch, Size: 909 bytes --]

Index: config.host
===================================================================
--- config.host	(revision 204444)
+++ config.host	(working copy)
@@ -333,7 +333,7 @@ arc*-*-linux-uclibc*)
 	extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o libgmon.a crtg.o crtgend.o"
 	;;
 arm-wrs-vxworks)
-	tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
+	tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
 	extra_parts="$extra_parts crti.o crtn.o"
 	;;
 arm*-*-netbsdelf*)
Index: config/arm/t-vxworks
===================================================================
--- config/arm/t-vxworks	(revision 204444)
+++ config/arm/t-vxworks	(working copy)
@@ -1 +0,0 @@
-LIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX _clzsi2 _clzdi2 _ctzsi2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ARM] Use standard t-elf libgcc fragment on VxWorks
  2013-11-11 11:30 [ARM] Use standard t-elf libgcc fragment on VxWorks Eric Botcazou
@ 2013-11-11 11:43 ` Ramana Radhakrishnan
  0 siblings, 0 replies; 2+ messages in thread
From: Ramana Radhakrishnan @ 2013-11-11 11:43 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: gcc-patches

On 11/11/13 11:11, Eric Botcazou wrote:
> Hi,
>
> this is something I forgot to submit right after submitting
>    http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01906.html
> We want to use the standard t-elf fragment on VxWorks as well.
>
> Tested on ARM/VxWorks, OK for the mainline?

Ok, please apply.

regards
Ramana


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-11 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11 11:30 [ARM] Use standard t-elf libgcc fragment on VxWorks Eric Botcazou
2013-11-11 11:43 ` Ramana Radhakrishnan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).