diff options
author | Ryan Mansfield <rmansfield@qnx.com> | 2014-05-16 15:49:46 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-05-17 17:48:44 +0100 |
commit | a7c7b2ba6c8a9603ab36293dc74182438ef28b21 (patch) | |
tree | be6cd49b88bef8b6b767e1c7b90ddc8ab745ce49 | |
parent | b3ce5e5f1812cbd40fb817b16c61c2489e16949e (diff) | |
download | gdb-a7c7b2ba6c8a9603ab36293dc74182438ef28b21.zip gdb-a7c7b2ba6c8a9603ab36293dc74182438ef28b21.tar.gz gdb-a7c7b2ba6c8a9603ab36293dc74182438ef28b21.tar.bz2 |
* config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*.
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 30a145d..976e330 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,8 @@ -2014-05-16 Jon Turney <jon.turney@dronecode.org.uk> +2014-05-16 Ryan Mansfield <rmansfield@qnx.com> + + * config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*. + +2014-05-16 Jon Turney <jon.turney@dronecode.org.uk> * peXXigen.c (pe_print_debugdata): Don't interpret debug directory in a section with no contents. diff --git a/bfd/config.bfd b/bfd/config.bfd index 9407e9c..1f822f2 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 |