Module Name:    src
Committed By:   martin
Date:           Wed May 11 11:08:14 UTC 2016

Modified Files:
        src/external/gpl3/gcc/dist/gcc [netbsd-7]: config.gcc

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1160):
        external/gpl3/gcc.old/dist/gcc/config.gcc: revision 1.5
Re-order includes so that ARM_TARGET2_DWARF_FORMAT takes effect
Fixes PR/51066: C++ text relocations


To generate a diff of this commit:
cvs rdiff -u -r1.26.2.4 -r1.26.2.5 src/external/gpl3/gcc/dist/gcc/config.gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config.gcc
diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.26.2.4 src/external/gpl3/gcc/dist/gcc/config.gcc:1.26.2.5
--- src/external/gpl3/gcc/dist/gcc/config.gcc:1.26.2.4	Sat Oct 31 21:35:15 2015
+++ src/external/gpl3/gcc/dist/gcc/config.gcc	Wed May 11 11:08:14 2016
@@ -889,7 +889,7 @@ arm-wrs-vxworks)
 	;;
 arm*-*-netbsdelf*)
 	tmake_file="${tmake_file} arm/t-arm"
-	tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h arm/aout.h arm/arm.h"
+	tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h"
 	extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
 	case ${target} in
 	arm*eb-*) tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1" ;;
@@ -910,6 +910,7 @@ arm*-*-netbsdelf*)
 	    tmake_file="$tmake_file arm/t-netbsd"
 	    ;;
 	esac
+	tm_file="${tm_file} arm/aout.h arm/arm.h"
 	case ${target} in
 	arm*-*-netbsdelf-*eabihf*)
 	    tm_defines="${tm_defines} TARGET_DEFAULT_FLOAT_ABI=ARM_FLOAT_ABI_HARD"

Reply via email to