public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch]: Move QNX specific target_cflags to arm-nto config
@ 2014-05-05 18:14 Ryan Mansfield
  2014-05-05 18:15 ` Ryan Mansfield
  2014-05-16 14:50 ` Nicholas Clifton
  0 siblings, 2 replies; 3+ messages in thread
From: Ryan Mansfield @ 2014-05-05 18:14 UTC (permalink / raw)
  To: binutils

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

I noticed an QNX specific target_cflags somehow ended up in the netbsd 
config.

2014-05-05  Ryan Mansfield <rmansfield@qnx.com>

         * config.bfd: Move QNX target_cflags from arm-*-netbsd* to 
arm-*-nto*.

If OK, could someone please apply? Thanks.

Regards,

Ryan Mansfield

[-- Attachment #2: config.bfd.diff --]
[-- Type: text/x-diff, Size: 870 bytes --]

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index db4c6fb..1698790 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-05  Ryan Mansfield <rmansfield@qnx.com>
+
+        * config.bfd: Move QNX target_cflags from arm-*netbsd* to arm-.
+
+
 2014-05-02  Alan Modra  <amodra@gmail.com>
 
 	* targets.c: Sort bfd_target vectors somewhat alphabetically.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index b58d54f..d536a48 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -286,11 +286,11 @@ case "${targ}" in
     targ_defvec=arm_aout_nbsd_vec
     targ_selvecs="arm_elf32_le_vec arm_elf32_be_vec"
     targ_underscore=yes
-    targ_cflags=-D__QNXTARGET__
     ;;
   arm-*-nto* | nto*arm*)
     targ_defvec=arm_elf32_le_vec
     targ_selvecs=arm_elf32_be_vec
+    targ_cflags=-D__QNXTARGET__
     ;;
   arm-*-riscix*)
     targ_defvec=arm_aout_riscix_vec

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

* Re: [Patch]: Move QNX specific target_cflags to arm-nto config
  2014-05-05 18:14 [Patch]: Move QNX specific target_cflags to arm-nto config Ryan Mansfield
@ 2014-05-05 18:15 ` Ryan Mansfield
  2014-05-16 14:50 ` Nicholas Clifton
  1 sibling, 0 replies; 3+ messages in thread
From: Ryan Mansfield @ 2014-05-05 18:15 UTC (permalink / raw)
  To: binutils

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

On 14-05-05 02:13 PM, Ryan Mansfield wrote:
> I noticed an QNX specific target_cflags somehow ended up in the netbsd
> config.
>
> 2014-05-05  Ryan Mansfield <rmansfield@qnx.com>
>
>          * config.bfd: Move QNX target_cflags from arm-*-netbsd* to
> arm-*-nto*.
>
> If OK, could someone please apply? Thanks.

Sorry, didn't meant to add the Changelog as part of the diff.

Regards,

Ryan Mansfield


[-- Attachment #2: config.bfd.diff --]
[-- Type: text/x-diff, Size: 503 bytes --]

diff --git a/bfd/config.bfd b/bfd/config.bfd
index b58d54f..d536a48 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -286,11 +286,11 @@ case "${targ}" in
     targ_defvec=arm_aout_nbsd_vec
     targ_selvecs="arm_elf32_le_vec arm_elf32_be_vec"
     targ_underscore=yes
-    targ_cflags=-D__QNXTARGET__
     ;;
   arm-*-nto* | nto*arm*)
     targ_defvec=arm_elf32_le_vec
     targ_selvecs=arm_elf32_be_vec
+    targ_cflags=-D__QNXTARGET__
     ;;
   arm-*-riscix*)
     targ_defvec=arm_aout_riscix_vec

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

* Re: [Patch]: Move QNX specific target_cflags to arm-nto config
  2014-05-05 18:14 [Patch]: Move QNX specific target_cflags to arm-nto config Ryan Mansfield
  2014-05-05 18:15 ` Ryan Mansfield
@ 2014-05-16 14:50 ` Nicholas Clifton
  1 sibling, 0 replies; 3+ messages in thread
From: Nicholas Clifton @ 2014-05-16 14:50 UTC (permalink / raw)
  To: Ryan Mansfield, binutils

Hi Ryan,

>          * config.bfd: Move QNX target_cflags from arm-*-netbsd* to
> arm-*-nto*.

Approved and applied.

Cheers
   Nick

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

end of thread, other threads:[~2014-05-16 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-05 18:14 [Patch]: Move QNX specific target_cflags to arm-nto config Ryan Mansfield
2014-05-05 18:15 ` Ryan Mansfield
2014-05-16 14:50 ` Nicholas Clifton

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).