head 1.3; access; symbols pkgsrc-2016Q3:1.2.0.6 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.4 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.2 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2016.10.19.12.44.44; author ryoon; state dead; branches; next 1.2; commitid EKUIElaRh0YGNKqz; 1.2 date 2016.01.30.22.20.51; author ryoon; state Exp; branches; next 1.1; commitid L0Ty0z0kjVnsr0Ty; 1.1 date 2015.10.11.01.14.27; author ryoon; state Exp; branches; next ; commitid 0BUSEE1v0nBf0DEy; desc @@ 1.3 log @Update to 2.27 * Update to the latest release * Remove merged patches @ text @$NetBSD: patch-gas_configure,v 1.2 2016/01/30 22:20:51 ryoon Exp $ https://sourceware.org/bugzilla/show_bug.cgi?id=18994 --- gas/configure.orig 2016-01-25 08:54:08.000000000 +0000 +++ gas/configure @@@@ -12505,7 +12505,7 @@@@ _ACEOF done -if test x$ac_default_compressed_debug_sections == xyes ; then +if test x$ac_default_compressed_debug_sections = xyes ; then $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h @ 1.2 log @Update to 2.26 Changelog: Changes in 2.26: * Add option to objcopy to insert new symbols into a file: --add-symbol =[
:][,] * Add support for the ARC EM/HS, and ARC600/700 architectures. * Extend objcopy --compress-debug-sections option to support --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF targets. * Add --update-section option to objcopy. * Add --output-separator option to strings. @ text @d1 1 a1 1 $NetBSD: patch-gas_configure,v 1.1 2015/10/11 01:14:27 ryoon Exp $ @ 1.1 log @Import cross-arm-none-eabi-binutils-2.25.1 as cross/arm-none-eabi-binutils. Cross binutils for bare metal ARM EABI environment. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- gas/configure.orig 2015-07-21 13:42:55.000000000 +0000 d7 1 a7 6 @@@@ -12331,7 +12331,7 @@@@ $as_echo "$with_arch" >&6; } # Decide features one by one. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; } - if test "x${enable_dx_regs}" == xyes; then + if test "x${enable_dx_regs}" = xyes; then d9 1 a9 1 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h d11 2 a12 1 @@@@ -12345,7 +12345,7 @@@@ $as_echo "$enable_dx_regs" >&6; } d14 1 a14 33 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; } - if test "x${enable_perf_ext}" == xno; then + if test "x${enable_perf_ext}" = xno; then $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h @@@@ -12359,7 +12359,7 @@@@ $as_echo "$enable_perf_ext" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; } - if test "x${enable_perf_ext2}" == xno; then + if test "x${enable_perf_ext2}" = xno; then $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h @@@@ -12373,7 +12373,7 @@@@ $as_echo "$enable_perf_ext2" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; } - if test "x${enable_string_ext}" == xno; then + if test "x${enable_string_ext}" = xno; then $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h @@@@ -12387,7 +12387,7 @@@@ $as_echo "$enable_string_ext" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; } - if test "x${enable_audio_ext}" == xno; then + if test "x${enable_audio_ext}" = xno; then $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h @