remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh patches...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 28 Jun 2007 07:20:42 +0000 (07:20 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 28 Jun 2007 07:20:42 +0000 (07:20 +0000)
SVN-Revision: 7752

15 files changed:
toolchain/binutils/Makefile
toolchain/binutils/patches/2.16.1/400-mips-ELF_MAXPAGESIZE-4k.patch [new file with mode: 0644]
toolchain/binutils/patches/2.17/100-uclibc-conf.patch
toolchain/binutils/patches/2.17/110-arm-eabi-conf.patch
toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch
toolchain/binutils/patches/2.17/300-006_better_file_error.patch
toolchain/binutils/patches/2.17/300-012_check_ldrunpath_length.patch
toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch [new file with mode: 0644]
toolchain/binutils/patches/2.17/500-avr32.patch
toolchain/binutils/patches/2.17/501-avr32-sreldyn-fix.patch
toolchain/binutils/patches/2.17/502-avr32-bfd-dont-allow-direct-refs-to-bss.patch
toolchain/binutils/patches/2.17/503-avr32-fix-got-offset-init.patch
toolchain/binutils/patches/2.17/601-cris-errormsg.patch
toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
toolchain/binutils/patches/400-mips-ELF_MAXPAGESIZE-4k.patch [deleted file]

index e36758fe4c2597ec91fd735af8a9f49916f637f8..902dae85a3fa7f3eacec8c369a718278026ce812 100644 (file)
@@ -20,17 +20,10 @@ PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
 PKG_MD5SUM:=unknown
 PKG_BUILD_DIR:=$(TOOLCHAIN_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_CAT:=bzcat
+PATCH_DIR:=./patches/$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/host-build.mk
 
-
-define Build/Prepare
-       $(call Build/Prepare/Default)
-       if [ -d ./patches/$(PKG_VERSION) ]; then \
-               $(SCRIPT_DIR)/patch-kernel.sh $(PKG_BUILD_DIR) ./patches/$(PKG_VERSION); \
-       fi
-endef
-
 define Build/Configure
        (cd $(PKG_BUILD_DIR); \
                ./configure \
diff --git a/toolchain/binutils/patches/2.16.1/400-mips-ELF_MAXPAGESIZE-4k.patch b/toolchain/binutils/patches/2.16.1/400-mips-ELF_MAXPAGESIZE-4k.patch
new file mode 100644 (file)
index 0000000..a8ae110
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN binutils-2.14.90.0.8.test/bfd/elf32-mips.c binutils-2.14.90.0.8/bfd/elf32-mips.c
+--- binutils-2.14.90.0.8.test/bfd/elf32-mips.c 2004-01-14 22:07:43.000000000 +0100
++++ binutils-2.14.90.0.8/bfd/elf32-mips.c      2005-03-03 23:44:00.000000000 +0100
+@@ -1611,7 +1611,7 @@
+ /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
+    page sizes of up to that limit, so we need to respect it.  */
+-#define ELF_MAXPAGESIZE                       0x10000
++#define ELF_MAXPAGESIZE                       0x1000
+ #define elf32_bed                     elf32_tradbed
+ /* Include the target file again for this target.  */
index 25222e5df2053a8a86ceca8e7f109f61016577b1..bd08d550664196e763b793152df1493508c401fe 100644 (file)
@@ -1,5 +1,7 @@
---- binutils-2.16.91.0.7/bfd/configure
-+++ binutils-2.16.91.0.7/bfd/configure
+Index: binutils-2.17/bfd/configure
+===================================================================
+--- binutils-2.17.orig/bfd/configure   2007-06-28 09:19:34.892931920 +0200
++++ binutils-2.17/bfd/configure        2007-06-28 09:19:35.023912008 +0200
 @@ -3576,7 +3576,7 @@
    ;;
  
@@ -9,8 +11,10 @@
    lt_cv_deplibs_check_method=pass_all
    ;;
  
---- binutils-2.16.91.0.7/binutils/configure
-+++ binutils-2.16.91.0.7/binutils/configure
+Index: binutils-2.17/binutils/configure
+===================================================================
+--- binutils-2.17.orig/binutils/configure      2007-06-28 09:19:34.898931008 +0200
++++ binutils-2.17/binutils/configure   2007-06-28 09:19:35.028911248 +0200
 @@ -3411,7 +3411,7 @@
    ;;
  
    lt_cv_deplibs_check_method=pass_all
    ;;
  
---- binutils-2.16.91.0.7/configure
-+++ binutils-2.16.91.0.7/configure
-@@ -1270,7 +1270,7 @@
+Index: binutils-2.17/configure
+===================================================================
+--- binutils-2.17.orig/configure       2007-06-28 09:19:34.903930248 +0200
++++ binutils-2.17/configure    2007-06-28 09:19:35.030910944 +0200
+@@ -1276,7 +1276,7 @@
    am33_2.0-*-linux*)
      noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
      ;;
@@ -31,7 +37,7 @@
      noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
      ;;    
    sh*-*-pe|mips*-*-pe|*arm-wince-pe)
-@@ -1578,7 +1578,7 @@
+@@ -1584,7 +1584,7 @@
    romp-*-*)
      noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
      ;;
      case "${host}" in
        i[3456789]86-*-vsta) ;; # don't add gprof back in
        i[3456789]86-*-go32*) ;; # don't add gprof back in
---- binutils-2.16.91.0.7/configure.in
-+++ binutils-2.16.91.0.7/configure.in
+Index: binutils-2.17/configure.in
+===================================================================
+--- binutils-2.17.orig/configure.in    2007-06-28 09:19:34.909929336 +0200
++++ binutils-2.17/configure.in 2007-06-28 09:19:35.031910792 +0200
 @@ -468,7 +468,7 @@
    am33_2.0-*-linux*)
      noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
      case "${host}" in
        i[[3456789]]86-*-vsta) ;; # don't add gprof back in
        i[[3456789]]86-*-go32*) ;; # don't add gprof back in
---- binutils-2.16.91.0.7/gas/configure
-+++ binutils-2.16.91.0.7/gas/configure
+Index: binutils-2.17/gas/configure
+===================================================================
+--- binutils-2.17.orig/gas/configure   2007-06-28 09:19:34.915928424 +0200
++++ binutils-2.17/gas/configure        2007-06-28 09:19:35.035910184 +0200
 @@ -3411,7 +3411,7 @@
    ;;
  
    lt_cv_deplibs_check_method=pass_all
    ;;
  
---- binutils-2.16.91.0.7/gprof/configure
-+++ binutils-2.16.91.0.7/gprof/configure
-@@ -3419,6 +3419,11 @@
-   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
+Index: binutils-2.17/gprof/configure
+===================================================================
+--- binutils-2.17.orig/gprof/configure 2007-06-28 09:19:34.921927512 +0200
++++ binutils-2.17/gprof/configure      2007-06-28 09:19:35.042909120 +0200
+@@ -3414,6 +3414,11 @@
+   lt_cv_deplibs_check_method=pass_all
    ;;
  
 +linux-uclibc*)
  netbsd* | knetbsd*-gnu)
    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
      lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
---- binutils-2.16.91.0.7/ld/configure
-+++ binutils-2.16.91.0.7/ld/configure
+Index: binutils-2.17/ld/configure
+===================================================================
+--- binutils-2.17.orig/ld/configure    2007-06-28 09:19:34.927926600 +0200
++++ binutils-2.17/ld/configure 2007-06-28 09:19:35.046908512 +0200
 @@ -3413,7 +3413,7 @@
    ;;
  
    lt_cv_deplibs_check_method=pass_all
    ;;
  
---- binutils-2.16.91.0.7/libtool.m4
-+++ binutils-2.16.91.0.7/libtool.m4
+Index: binutils-2.17/libtool.m4
+===================================================================
+--- binutils-2.17.orig/libtool.m4      2007-06-28 09:19:34.933925688 +0200
++++ binutils-2.17/libtool.m4   2007-06-28 09:19:35.047908360 +0200
 @@ -739,7 +739,7 @@
    ;;
  
    lt_cv_deplibs_check_method=pass_all
    ;;
  
---- binutils-2.16.91.0.7/ltconfig
-+++ binutils-2.16.91.0.7/ltconfig
+Index: binutils-2.17/ltconfig
+===================================================================
+--- binutils-2.17.orig/ltconfig        2007-06-28 09:19:34.939924776 +0200
++++ binutils-2.17/ltconfig     2007-06-28 09:19:35.048908208 +0200
 @@ -602,6 +602,7 @@
  
  # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
    version_type=linux
    need_lib_prefix=no
    need_version=no
---- binutils-2.16.91.0.7/opcodes/configure
-+++ binutils-2.16.91.0.7/opcodes/configure
+Index: binutils-2.17/opcodes/configure
+===================================================================
+--- binutils-2.17.orig/opcodes/configure       2007-06-28 09:19:34.946923712 +0200
++++ binutils-2.17/opcodes/configure    2007-06-28 09:19:35.051907752 +0200
 @@ -3579,7 +3579,7 @@
    ;;
  
index be85ceb109183f13541aed081a3de2655361768d..8978de7a2da41379e601aba531e4c6839d3da82d 100644 (file)
@@ -1,7 +1,8 @@
-diff -urN binutils-2.16.91.0.7.orig/configure binutils-2.16.91.0.7/configure
---- binutils-2.16.91.0.7.orig/configure        2006-05-31 14:54:24.000000000 +0300
-+++ binutils-2.16.91.0.7/configure     2006-05-31 14:55:53.000000000 +0300
-@@ -1299,7 +1299,7 @@
+Index: binutils-2.17/configure
+===================================================================
+--- binutils-2.17.orig/configure       2007-06-28 09:19:35.030910944 +0200
++++ binutils-2.17/configure    2007-06-28 09:19:35.592825520 +0200
+@@ -1305,7 +1305,7 @@
    arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
      ;;
@@ -10,9 +11,10 @@ diff -urN binutils-2.16.91.0.7.orig/configure binutils-2.16.91.0.7/configure
      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
      noconfigdirs="$noconfigdirs target-libjava target-libobjc"
      ;;
-diff -urN binutils-2.16.91.0.7.orig/configure.in binutils-2.16.91.0.7/configure.in
---- binutils-2.16.91.0.7.orig/configure.in     2006-05-31 14:54:24.000000000 +0300
-+++ binutils-2.16.91.0.7/configure.in  2006-05-31 14:55:53.000000000 +0300
+Index: binutils-2.17/configure.in
+===================================================================
+--- binutils-2.17.orig/configure.in    2007-06-28 09:19:35.031910792 +0200
++++ binutils-2.17/configure.in 2007-06-28 09:19:35.593825368 +0200
 @@ -497,7 +497,7 @@
    arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
index 04a7e61e25d77eeb37e0a50350afa868a2e62ab9..6a490f433607823babfc9db5d2367fd961f3d922 100644 (file)
@@ -26,8 +26,10 @@ esac
 exit 0
 
 @DPATCH@
---- binutils-2.16.91.0.1/ld/Makefile.am
-+++ binutils-2.16.91.0.1/ld/Makefile.am
+Index: binutils-2.17/ld/Makefile.am
+===================================================================
+--- binutils-2.17.orig/ld/Makefile.am  2007-06-28 09:19:34.837940280 +0200
++++ binutils-2.17/ld/Makefile.am       2007-06-28 09:19:35.795794664 +0200
 @@ -20,7 +20,7 @@
  # We put the scripts in the directory $(scriptdir)/ldscripts.
  # We can't put the scripts in $(datadir) because the SEARCH_DIR
@@ -37,9 +39,11 @@ exit 0
  
  EMUL = @EMUL@
  EMULATION_OFILES = @EMULATION_OFILES@
---- binutils-2.16.91.0.1/ld/Makefile.in
-+++ binutils-2.16.91.0.1/ld/Makefile.in
-@@ -268,7 +268,7 @@
+Index: binutils-2.17/ld/Makefile.in
+===================================================================
+--- binutils-2.17.orig/ld/Makefile.in  2007-06-28 09:19:34.844939216 +0200
++++ binutils-2.17/ld/Makefile.in       2007-06-28 09:19:35.796794512 +0200
+@@ -269,7 +269,7 @@
  # We put the scripts in the directory $(scriptdir)/ldscripts.
  # We can't put the scripts in $(datadir) because the SEARCH_DIR
  # directives need to be different for native and cross linkers.
index f337611edf4678e7710b5ffa139c68a3d95c6071..f6a720797d54c1e13fcab1394f950df9e0a0aa6a 100644 (file)
@@ -24,10 +24,11 @@ esac
 exit 0
 
 @DPATCH@
-diff -urNad /home/james/debian/packages/binutils/binutils-2.14.90.0.6/bfd/opncls.c binutils-2.14.90.0.6/bfd/opncls.c
---- /home/james/debian/packages/binutils/binutils-2.14.90.0.6/bfd/opncls.c     2003-07-23 16:08:09.000000000 +0100
-+++ binutils-2.14.90.0.6/bfd/opncls.c  2003-09-10 22:35:00.000000000 +0100
-@@ -150,6 +150,13 @@
+Index: binutils-2.17/bfd/opncls.c
+===================================================================
+--- binutils-2.17.orig/bfd/opncls.c    2007-06-28 09:19:34.818943168 +0200
++++ binutils-2.17/bfd/opncls.c 2007-06-28 09:19:35.993764568 +0200
+@@ -158,6 +158,13 @@
  {
    bfd *nbfd;
    const bfd_target *target_vec;
index 498651a90ca282a60235a64900b8095454bd2203..c47bcca1369d1d220acb59d896e7cdb6b8aea32f 100644 (file)
@@ -24,10 +24,11 @@ esac
 exit 0
 
 @DPATCH@
-diff -urNad /home/james/debian/packages/binutils/new/binutils-2.15/ld/emultempl/elf32.em binutils-2.15/ld/emultempl/elf32.em
---- /home/james/debian/packages/binutils/new/binutils-2.15/ld/emultempl/elf32.em       2004-05-21 23:12:58.000000000 +0100
-+++ binutils-2.15/ld/emultempl/elf32.em        2004-05-21 23:12:59.000000000 +0100
-@@ -692,6 +692,8 @@
+Index: binutils-2.17/ld/emultempl/elf32.em
+===================================================================
+--- binutils-2.17.orig/ld/emultempl/elf32.em   2007-06-28 09:19:34.796946512 +0200
++++ binutils-2.17/ld/emultempl/elf32.em        2007-06-28 09:19:36.178736448 +0200
+@@ -970,6 +970,8 @@
              && command_line.rpath == NULL)
            {
              lib_path = (const char *) getenv ("LD_RUN_PATH");
@@ -36,7 +37,7 @@ diff -urNad /home/james/debian/packages/binutils/new/binutils-2.15/ld/emultempl/
              if (gld${EMULATION_NAME}_search_needed (lib_path, &n,
                                                      force))
                break;
-@@ -871,6 +873,8 @@
+@@ -1154,6 +1156,8 @@
    rpath = command_line.rpath;
    if (rpath == NULL)
      rpath = (const char *) getenv ("LD_RUN_PATH");
diff --git a/toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch b/toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch
new file mode 100644 (file)
index 0000000..66bc22c
--- /dev/null
@@ -0,0 +1,13 @@
+Index: binutils-2.17/bfd/elf32-mips.c
+===================================================================
+--- binutils-2.17.orig/bfd/elf32-mips.c        2007-06-28 09:19:34.774949856 +0200
++++ binutils-2.17/bfd/elf32-mips.c     2007-06-28 09:19:36.366707872 +0200
+@@ -1617,7 +1617,7 @@
+ /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
+    page sizes of up to that limit, so we need to respect it.  */
+-#define ELF_MAXPAGESIZE                       0x10000
++#define ELF_MAXPAGESIZE                       0x1000
+ #define elf32_bed                     elf32_tradbed
+ /* Include the target file again for this target.  */
index 966e8a5e5b04cb552dcce4b737d77645de9b4a3d..bd34a61300e25078cc2238629b8640d06e526914 100644 (file)
@@ -1,13 +1,14 @@
-diff -Nrup binutils-2.17/bfd/aclocal.m4 binutils-2.17-atmel/bfd/aclocal.m4
---- binutils-2.17/bfd/aclocal.m4       2005-09-30 20:38:50.000000000 +0200
-+++ binutils-2.17-atmel/bfd/aclocal.m4 2007-02-20 16:07:03.000000000 +0100
+Index: binutils-2.17/bfd/aclocal.m4
+===================================================================
+--- binutils-2.17.orig/bfd/aclocal.m4  2007-06-28 09:19:34.137046832 +0200
++++ binutils-2.17/bfd/aclocal.m4       2007-06-28 09:19:36.555679144 +0200
 @@ -1,4 +1,4 @@
 -# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
 +# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
  
  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  # 2005  Free Software Foundation, Inc.
-@@ -28,7 +28,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api
+@@ -28,7 +28,7 @@
  # Call AM_AUTOMAKE_VERSION so it can be traced.
  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
@@ -16,10 +17,11 @@ diff -Nrup binutils-2.17/bfd/aclocal.m4 binutils-2.17-atmel/bfd/aclocal.m4
  
  # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
  
-diff -Nrup binutils-2.17/bfd/archures.c binutils-2.17-atmel/bfd/archures.c
---- binutils-2.17/bfd/archures.c       2006-03-06 14:42:03.000000000 +0100
-+++ binutils-2.17-atmel/bfd/archures.c 2007-02-12 15:37:09.000000000 +0100
-@@ -334,6 +334,9 @@ DESCRIPTION
+Index: binutils-2.17/bfd/archures.c
+===================================================================
+--- binutils-2.17.orig/bfd/archures.c  2007-06-28 09:19:34.142046072 +0200
++++ binutils-2.17/bfd/archures.c       2007-06-28 09:19:36.556678992 +0200
+@@ -334,6 +334,9 @@
  .#define bfd_mach_avr3                3
  .#define bfd_mach_avr4                4
  .#define bfd_mach_avr5                5
@@ -29,7 +31,7 @@ diff -Nrup binutils-2.17/bfd/archures.c binutils-2.17-atmel/bfd/archures.c
  .  bfd_arch_bfin,        {* ADI Blackfin *}
  .#define bfd_mach_bfin          1
  .  bfd_arch_cr16c,       {* National Semiconductor CompactRISC. *}
-@@ -423,6 +426,7 @@ extern const bfd_arch_info_type bfd_alph
+@@ -423,6 +426,7 @@
  extern const bfd_arch_info_type bfd_arc_arch;
  extern const bfd_arch_info_type bfd_arm_arch;
  extern const bfd_arch_info_type bfd_avr_arch;
@@ -37,7 +39,7 @@ diff -Nrup binutils-2.17/bfd/archures.c binutils-2.17-atmel/bfd/archures.c
  extern const bfd_arch_info_type bfd_bfin_arch;
  extern const bfd_arch_info_type bfd_cr16c_arch;
  extern const bfd_arch_info_type bfd_cris_arch;
-@@ -490,6 +494,7 @@ static const bfd_arch_info_type * const 
+@@ -490,6 +494,7 @@
      &bfd_arc_arch,
      &bfd_arm_arch,
      &bfd_avr_arch,
@@ -45,10 +47,11 @@ diff -Nrup binutils-2.17/bfd/archures.c binutils-2.17-atmel/bfd/archures.c
      &bfd_bfin_arch,
      &bfd_cr16c_arch,
      &bfd_cris_arch,
-diff -Nrup binutils-2.17/bfd/bfd-in2.h binutils-2.17-atmel/bfd/bfd-in2.h
---- binutils-2.17/bfd/bfd-in2.h        2006-03-26 01:38:42.000000000 +0100
-+++ binutils-2.17-atmel/bfd/bfd-in2.h  2007-02-20 16:08:43.000000000 +0100
-@@ -1931,6 +1931,9 @@ enum bfd_architecture
+Index: binutils-2.17/bfd/bfd-in2.h
+===================================================================
+--- binutils-2.17.orig/bfd/bfd-in2.h   2007-06-28 09:19:34.149045008 +0200
++++ binutils-2.17/bfd/bfd-in2.h        2007-06-28 09:19:36.558678688 +0200
+@@ -1931,6 +1931,9 @@
  #define bfd_mach_avr3          3
  #define bfd_mach_avr4          4
  #define bfd_mach_avr5          5
@@ -58,7 +61,7 @@ diff -Nrup binutils-2.17/bfd/bfd-in2.h binutils-2.17-atmel/bfd/bfd-in2.h
    bfd_arch_bfin,        /* ADI Blackfin */
  #define bfd_mach_bfin          1
    bfd_arch_cr16c,       /* National Semiconductor CompactRISC. */
-@@ -3577,6 +3580,87 @@ instructions  */
+@@ -3577,6 +3580,87 @@
  instructions  */
    BFD_RELOC_AVR_6_ADIW,
  
@@ -146,10 +149,11 @@ diff -Nrup binutils-2.17/bfd/bfd-in2.h binutils-2.17-atmel/bfd/bfd-in2.h
  /* Direct 12 bit.  */
    BFD_RELOC_390_12,
  
-diff -Nrup binutils-2.17/bfd/config.bfd binutils-2.17-atmel/bfd/config.bfd
---- binutils-2.17/bfd/config.bfd       2006-04-05 14:41:57.000000000 +0200
-+++ binutils-2.17-atmel/bfd/config.bfd 2007-02-12 15:37:09.000000000 +0100
-@@ -317,6 +317,10 @@ case "${targ}" in
+Index: binutils-2.17/bfd/config.bfd
+===================================================================
+--- binutils-2.17.orig/bfd/config.bfd  2007-06-28 09:19:34.154044248 +0200
++++ binutils-2.17/bfd/config.bfd       2007-06-28 09:19:36.558678688 +0200
+@@ -317,6 +317,10 @@
      targ_underscore=yes
      ;;
  
@@ -160,9 +164,10 @@ diff -Nrup binutils-2.17/bfd/config.bfd binutils-2.17-atmel/bfd/config.bfd
    c30-*-*aout* | tic30-*-*aout*)
      targ_defvec=tic30_aout_vec
      ;;
-diff -Nrup binutils-2.17/bfd/config.in binutils-2.17-atmel/bfd/config.in
---- binutils-2.17/bfd/config.in        2005-11-03 17:06:10.000000000 +0100
-+++ binutils-2.17-atmel/bfd/config.in  2007-02-20 16:07:07.000000000 +0100
+Index: binutils-2.17/bfd/config.in
+===================================================================
+--- binutils-2.17.orig/bfd/config.in   2007-06-28 09:19:34.159043488 +0200
++++ binutils-2.17/bfd/config.in        2007-06-28 09:19:36.559678536 +0200
 @@ -313,18 +313,18 @@
  /* Define to the version of this package. */
  #undef PACKAGE_VERSION
@@ -197,9 +202,10 @@ diff -Nrup binutils-2.17/bfd/config.in binutils-2.17-atmel/bfd/config.in
 -/* Define to `unsigned' if <sys/types.h> does not define. */
 +/* Define to `unsigned int' if <sys/types.h> does not define. */
  #undef size_t
-diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
---- binutils-2.17/bfd/configure        2006-06-23 20:17:03.000000000 +0200
-+++ binutils-2.17-atmel/bfd/configure  2007-02-20 16:07:06.000000000 +0100
+Index: binutils-2.17/bfd/configure
+===================================================================
+--- binutils-2.17.orig/bfd/configure   2007-06-28 09:19:35.023912008 +0200
++++ binutils-2.17/bfd/configure        2007-06-28 09:19:36.575676104 +0200
 @@ -1,25 +1,54 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
@@ -261,7 +267,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Support unset when possible.
  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -29,8 +58,43 @@ else
+@@ -29,8 +58,43 @@
  fi
  
  
@@ -306,7 +312,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  PS1='$ '
  PS2='> '
  PS4='+ '
-@@ -44,18 +108,19 @@ do
+@@ -44,18 +108,19 @@
    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
@@ -329,7 +335,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    as_basename=basename
  else
    as_basename=false
-@@ -63,157 +128,388 @@ fi
+@@ -63,157 +128,388 @@
  
  
  # Name of the executable.
@@ -816,7 +822,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  if mkdir -p . 2>/dev/null; then
    as_mkdir_p=:
-@@ -222,7 +518,28 @@ else
+@@ -222,7 +518,28 @@
    as_mkdir_p=false
  fi
  
@@ -846,7 +852,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Sed expression to map a string onto a valid CPP name.
  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-@@ -231,39 +548,27 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
+@@ -231,39 +548,27 @@
  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  
  
@@ -889,7 +895,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # Identity of this package.
  PACKAGE_NAME=
  PACKAGE_TARNAME=
-@@ -275,42 +580,199 @@ ac_unique_file="libbfd.c"
+@@ -275,42 +580,199 @@
  # Factoring default headers for most tests.
  ac_includes_default="\
  #include <stdio.h>
@@ -1103,7 +1109,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Initialize some variables set by options.
  ac_init_help=
-@@ -337,34 +799,48 @@ x_libraries=NONE
+@@ -337,34 +799,48 @@
  # and all the variables that are supposed to be based on exec_prefix
  # by default will actually change.
  # Use braces instead of parens because sh, perl, etc. also accept them.
@@ -1159,7 +1165,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    -bindir | --bindir | --bindi | --bind | --bin | --bi)
      ac_prev=bindir ;;
-@@ -386,33 +862,45 @@ do
+@@ -386,33 +862,45 @@
    --config-cache | -C)
      cache_file=config.cache ;;
  
@@ -1218,7 +1224,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-@@ -439,6 +927,12 @@ do
+@@ -439,6 +927,12 @@
    -host=* | --host=* | --hos=* | --ho=*)
      host_alias=$ac_optarg ;;
  
@@ -1231,7 +1237,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    -includedir | --includedir | --includedi | --included | --include \
    | --includ | --inclu | --incl | --inc)
      ac_prev=includedir ;;
-@@ -463,13 +957,16 @@ do
+@@ -463,13 +957,16 @@
    | --libexe=* | --libex=* | --libe=*)
      libexecdir=$ac_optarg ;;
  
@@ -1252,7 +1258,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      localstatedir=$ac_optarg ;;
  
    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-@@ -534,6 +1031,16 @@ do
+@@ -534,6 +1031,16 @@
    | --progr-tra=* | --program-tr=* | --program-t=*)
      program_transform_name=$ac_optarg ;;
  
@@ -1269,7 +1275,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    | -silent | --silent | --silen | --sile | --sil)
      silent=yes ;;
-@@ -586,24 +1093,20 @@ do
+@@ -586,24 +1093,20 @@
    -with-* | --with-*)
      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
      # Reject names that are not valid shell variable names.
@@ -1300,7 +1306,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    --x)
      # Obsolete; use --with-x.
-@@ -634,8 +1137,7 @@ Try \`$0 --help' for more information." 
+@@ -634,8 +1137,7 @@
      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     { (exit 1); exit 1; }; }
@@ -1310,7 +1316,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      export $ac_envvar ;;
  
    *)
-@@ -655,27 +1157,19 @@ if test -n "$ac_prev"; then
+@@ -655,27 +1157,19 @@
     { (exit 1); exit 1; }; }
  fi
  
@@ -1348,7 +1354,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  done
  
  # There might be people who depend on the old broken behavior: `$host'
-@@ -702,74 +1196,76 @@ test -n "$host_alias" && ac_tool_prefix=
+@@ -702,74 +1196,76 @@
  test "$silent" = yes && exec 6>/dev/null
  
  
@@ -1480,7 +1486,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  #
  # Report the --help message.
-@@ -798,9 +1294,6 @@ Configuration:
+@@ -798,9 +1294,6 @@
    -n, --no-create         do not create output files
        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  
@@ -1490,7 +1496,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  Installation directories:
    --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
-@@ -818,15 +1311,22 @@ Fine tuning of the installation director
+@@ -818,15 +1311,22 @@
    --bindir=DIR           user executables [EPREFIX/bin]
    --sbindir=DIR          system admin executables [EPREFIX/sbin]
    --libexecdir=DIR       program executables [EPREFIX/libexec]
@@ -1516,7 +1522,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  _ACEOF
  
    cat <<\_ACEOF
-@@ -880,126 +1380,95 @@ Some influential environment variables:
+@@ -880,126 +1380,95 @@
    CFLAGS      C compiler flags
    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                nonstandard directory <lib dir>
@@ -1694,7 +1700,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  {
  cat <<_ASUNAME
  ## --------- ##
-@@ -1018,7 +1487,7 @@ uname -v = `(uname -v) 2>/dev/null || ec
+@@ -1018,7 +1487,7 @@
  /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
@@ -1703,7 +1709,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-@@ -1032,6 +1501,7 @@ do
+@@ -1032,6 +1501,7 @@
    test -z "$as_dir" && as_dir=.
    echo "PATH: $as_dir"
  done
@@ -1711,7 +1717,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  } >&5
  
-@@ -1053,7 +1523,6 @@ _ACEOF
+@@ -1053,7 +1523,6 @@
  ac_configure_args=
  ac_configure_args0=
  ac_configure_args1=
@@ -1719,7 +1725,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  ac_must_keep_next=false
  for ac_pass in 1 2
  do
-@@ -1064,7 +1533,7 @@ do
+@@ -1064,7 +1533,7 @@
      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
      | -silent | --silent | --silen | --sile | --sil)
        continue ;;
@@ -1728,7 +1734,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
      esac
      case $ac_pass in
-@@ -1086,9 +1555,7 @@ do
+@@ -1086,9 +1555,7 @@
          -* ) ac_must_keep_next=true ;;
        esac
        fi
@@ -1739,7 +1745,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
        ;;
      esac
    done
-@@ -1099,8 +1566,8 @@ $as_unset ac_configure_args1 || test "${
+@@ -1099,8 +1566,8 @@
  # When interrupted or exit'd, cleanup temporary files, and complete
  # config.log.  We remove comments because anyway the quotes in there
  # would cause problems or look ugly.
@@ -1750,7 +1756,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  trap 'exit_status=$?
    # Save into config.log some information that might help in debugging.
    {
-@@ -1113,20 +1580,34 @@ trap 'exit_status=$?
+@@ -1113,20 +1580,34 @@
  _ASBOX
      echo
      # The following way of writing the cache mishandles newlines in values,
@@ -1795,7 +1801,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      echo
  
      cat <<\_ASBOX
-@@ -1137,22 +1618,28 @@ _ASBOX
+@@ -1137,22 +1618,28 @@
      echo
      for ac_var in $ac_subst_vars
      do
@@ -1831,7 +1837,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
        done | sort
        echo
      fi
-@@ -1164,26 +1651,24 @@ _ASBOX
+@@ -1164,26 +1651,24 @@
  ## ----------- ##
  _ASBOX
        echo
@@ -1863,7 +1869,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Predefined preprocessor variables.
  
-@@ -1214,14 +1699,17 @@ _ACEOF
+@@ -1214,14 +1699,17 @@
  
  # Let the site file select an alternate cache file if it wants to.
  # Prefer explicitly selected file to automatically selected ones.
@@ -1888,7 +1894,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    if test -r "$ac_site_file"; then
      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  echo "$as_me: loading site script $ac_site_file" >&6;}
-@@ -1237,8 +1725,8 @@ if test -r "$cache_file"; then
+@@ -1237,8 +1725,8 @@
      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  echo "$as_me: loading cache $cache_file" >&6;}
      case $cache_file in
@@ -1899,7 +1905,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      esac
    fi
  else
-@@ -1250,12 +1738,11 @@ fi
+@@ -1250,12 +1738,11 @@
  # Check that the precious variables saved in the cache have kept the same
  # value.
  ac_cache_corrupted=false
@@ -1915,7 +1921,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    case $ac_old_set,$ac_new_set in
      set,)
        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-@@ -1280,8 +1767,7 @@ echo "$as_me:   current value: $ac_new_v
+@@ -1280,8 +1767,7 @@
    # Pass precious variables to config.status.
    if test "$ac_new_set" = set; then
      case $ac_new_val in
@@ -1925,7 +1931,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      *) ac_arg=$ac_var=$ac_new_val ;;
      esac
      case " $ac_configure_args " in
-@@ -1298,12 +1784,6 @@ echo "$as_me: error: run \`make distclea
+@@ -1298,12 +1784,6 @@
     { (exit 1); exit 1; }; }
  fi
  
@@ -1938,7 +1944,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  
-@@ -1320,109 +1800,164 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+@@ -1320,109 +1800,164 @@
  
  
  
@@ -2155,7 +2161,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  # The aliases save the names the user supplied, while $host etc.
-@@ -1439,8 +1974,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+@@ -1439,8 +1974,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  set dummy ${ac_tool_prefix}gcc; ac_word=$2
@@ -2166,7 +2172,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1453,32 +1988,34 @@ do
+@@ -1453,32 +1988,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2208,7 +2214,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1491,36 +2028,51 @@ do
+@@ -1491,36 +2028,51 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2270,7 +2276,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1533,74 +2085,34 @@ do
+@@ -1533,74 +2085,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2354,7 +2360,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1614,7 +2126,7 @@ do
+@@ -1614,7 +2126,7 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2363,7 +2369,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
         ac_prog_rejected=yes
         continue
-@@ -1625,6 +2137,7 @@ do
+@@ -1625,6 +2137,7 @@
    fi
  done
  done
@@ -2371,7 +2377,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  if test $ac_prog_rejected = yes; then
    # We found a bogon in the path, so make sure we never use it.
-@@ -1642,22 +2155,23 @@ fi
+@@ -1642,22 +2155,23 @@
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
@@ -2402,7 +2408,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1670,36 +2184,38 @@ do
+@@ -1670,36 +2184,38 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2449,7 +2455,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1712,29 +2228,45 @@ do
+@@ -1712,29 +2228,45 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2501,7 +2507,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
  fi
-@@ -1747,21 +2279,35 @@ See \`config.log' for more details." >&2
+@@ -1747,21 +2279,35 @@
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
@@ -2545,7 +2551,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }
-@@ -1786,47 +2332,77 @@ ac_clean_files="$ac_clean_files a.out a.
+@@ -1786,47 +2332,77 @@
  # Try to create an executable without -o first, disregard a.out.
  # It will help us diagnose broken compilers, and finding out an intuition
  # of exeext.
@@ -2645,7 +2651,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
  
-@@ -1838,19 +2414,21 @@ See \`config.log' for more details." >&2
+@@ -1838,19 +2414,21 @@
  fi
  
  ac_exeext=$ac_cv_exeext
@@ -2674,7 +2680,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -1869,22 +2447,27 @@ See \`config.log' for more details." >&2
+@@ -1869,22 +2447,27 @@
      fi
    fi
  fi
@@ -2714,7 +2720,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
-@@ -1895,9 +2478,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -1895,9 +2478,8 @@
  for ac_file in conftest.exe conftest conftest.*; do
    test -f "$ac_file" || continue
    case $ac_file in
@@ -2725,7 +2731,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
          break;;
      * ) break;;
    esac
-@@ -1911,14 +2493,14 @@ See \`config.log' for more details." >&2
+@@ -1911,14 +2493,14 @@
  fi
  
  rm -f conftest$ac_cv_exeext
@@ -2744,7 +2750,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_objext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1938,14 +2520,20 @@ main ()
+@@ -1938,14 +2520,20 @@
  }
  _ACEOF
  rm -f conftest.o conftest.obj
@@ -2769,7 +2775,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
         break;;
    esac
-@@ -1963,12 +2551,12 @@ fi
+@@ -1963,12 +2551,12 @@
  
  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  fi
@@ -2786,7 +2792,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1991,50 +2579,49 @@ main ()
+@@ -1991,50 +2579,49 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -2860,7 +2866,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  /* confdefs.h.  */
  _ACEOF
  cat confdefs.h >>conftest.$ac_ext
-@@ -2050,38 +2637,118 @@ main ()
+@@ -2050,38 +2637,118 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -2995,7 +3001,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "$ac_test_CFLAGS" = set; then
    CFLAGS=$ac_save_CFLAGS
  elif test $ac_cv_prog_cc_g = yes; then
-@@ -2097,12 +2764,12 @@ else
+@@ -2097,12 +2764,12 @@
      CFLAGS=
    fi
  fi
@@ -3012,7 +3018,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -2136,12 +2803,17 @@ static char *f (char * (*g) (char **, in
+@@ -2136,12 +2803,17 @@
  /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
     function prototypes and stuff, but not '\xHH' hex character constants.
     These don't provoke an error unfortunately, instead are silently treated
@@ -3032,7 +3038,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  int test (int i, double x);
  struct s1 {int (*f) (int a);};
  struct s2 {int (*f) (double a);};
-@@ -2156,335 +2828,144 @@ return f (e, argv, 0) != argv[0]  ||  f 
+@@ -2156,335 +2828,144 @@
    return 0;
  }
  _ACEOF
@@ -3455,7 +3461,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  
-@@ -2503,8 +2984,8 @@ am__api_version="1.9"
+@@ -2503,8 +2984,8 @@
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # OS/2's system install, which has a completely different semantic
  # ./install, which can be erroneously created by make from ./install.sh.
@@ -3466,7 +3472,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test -z "$INSTALL"; then
  if test "${ac_cv_path_install+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -2526,7 +3007,7 @@ case $as_dir/ in
+@@ -2526,7 +3007,7 @@
      # by default.
      for ac_prog in ginstall scoinst install; do
        for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3475,7 +3481,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
          if test $ac_prog = install &&
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
            # AIX install.  It has an incompatible calling convention.
-@@ -2545,21 +3026,22 @@ case $as_dir/ in
+@@ -2545,21 +3026,22 @@
      ;;
  esac
  done
@@ -3503,7 +3509,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  # It thinks the first close brace ends the variable substitution.
-@@ -2569,8 +3051,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
+@@ -2569,8 +3051,8 @@
  
  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  
@@ -3514,7 +3520,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # Just in case
  sleep 1
  echo timestamp > conftest.file
-@@ -2612,20 +3094,20 @@ echo "$as_me: error: newly created file 
+@@ -2612,20 +3094,20 @@
  Check your system clock" >&2;}
     { (exit 1); exit 1; }; }
  fi
@@ -3540,7 +3546,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # expand $ac_aux_dir to an absolute path
  am_aux_dir=`cd $ac_aux_dir && pwd`
-@@ -2677,8 +3159,8 @@ for ac_prog in gawk mawk nawk awk
+@@ -2677,8 +3159,8 @@
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
@@ -3551,7 +3557,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_AWK+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2691,54 +3173,57 @@ do
+@@ -2691,54 +3173,57 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3630,7 +3636,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
-@@ -2753,7 +3238,7 @@ rmdir .tst 2>/dev/null
+@@ -2753,7 +3238,7 @@
  
  DEPDIR="${am__leading_dot}deps"
  
@@ -3639,7 +3645,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  am_make=${MAKE-make}
-@@ -2763,8 +3248,8 @@ am__doit:
+@@ -2763,8 +3248,8 @@
  .PHONY: am__doit
  END
  # If we don't find an include directive, just comment out the code.
@@ -3650,7 +3656,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  am__include="#"
  am__quote=
  _am_result=none
-@@ -2791,15 +3276,15 @@ if test "$am__include" = "#"; then
+@@ -2791,15 +3276,15 @@
  fi
  
  
@@ -3671,7 +3677,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "x$enable_dependency_tracking" != xno; then
    am_depcomp="$ac_aux_dir/depcomp"
    AMDEPBACKSLASH='\'
-@@ -2836,7 +3321,7 @@ fi
+@@ -2836,7 +3321,7 @@
  
  # Define the identity of the package.
   PACKAGE=bfd
@@ -3680,7 +3686,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  cat >>confdefs.h <<_ACEOF
-@@ -2874,8 +3359,8 @@ if test "$cross_compiling" != no; then
+@@ -2874,8 +3359,8 @@
    if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  set dummy ${ac_tool_prefix}strip; ac_word=$2
@@ -3691,7 +3697,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2888,32 +3373,34 @@ do
+@@ -2888,32 +3373,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3733,7 +3739,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2926,27 +3413,41 @@ do
+@@ -2926,27 +3413,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3782,7 +3788,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  else
    STRIP="$ac_cv_prog_STRIP"
  fi
-@@ -2967,8 +3468,8 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
+@@ -2967,8 +3468,8 @@
  
  depcc="$CC"   am_compiler_list=
  
@@ -3793,7 +3799,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3057,8 +3558,8 @@ else
+@@ -3057,8 +3558,8 @@
  fi
  
  fi
@@ -3804,7 +3810,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  
  
-@@ -3079,8 +3580,8 @@ fi
+@@ -3079,8 +3580,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  set dummy ${ac_tool_prefix}ar; ac_word=$2
@@ -3815,7 +3821,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_AR+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3093,32 +3594,34 @@ do
+@@ -3093,32 +3594,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3857,7 +3863,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3131,26 +3634,41 @@ do
+@@ -3131,26 +3634,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3905,7 +3911,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  else
    AR="$ac_cv_prog_AR"
  fi
-@@ -3158,8 +3676,8 @@ fi
+@@ -3158,8 +3676,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
@@ -3916,7 +3922,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3172,32 +3690,34 @@ do
+@@ -3172,32 +3690,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3958,7 +3964,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3210,36 +3730,49 @@ do
+@@ -3210,36 +3730,49 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4018,7 +4024,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  case $enableval in
  yes) enable_shared=yes ;;
  no) enable_shared=no ;;
-@@ -3257,12 +3790,12 @@ no) enable_shared=no ;;
+@@ -3257,12 +3790,12 @@
  esac
  else
    enable_shared=no
@@ -4035,7 +4041,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  case $enableval in
  yes) enable_static=yes ;;
  no) enable_static=no ;;
-@@ -3280,11 +3813,11 @@ no) enable_static=no ;;
+@@ -3280,11 +3813,11 @@
  esac
  else
    enable_static=yes
@@ -4051,7 +4057,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  case $enableval in
  yes) enable_fast_install=yes ;;
  no) enable_fast_install=no ;;
-@@ -3302,20 +3835,21 @@ no) enable_fast_install=no ;;
+@@ -3302,20 +3835,21 @@
  esac
  else
    enable_fast_install=yes
@@ -4080,7 +4086,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    case $host in
    *-*-mingw*)
      # gcc leaves a trailing carriage return which upsets mingw
-@@ -3344,11 +3878,11 @@ echo $ECHO_N "checking for ld used by GC
+@@ -3344,11 +3878,11 @@
      ;;
    esac
  elif test "$with_gnu_ld" = yes; then
@@ -4096,7 +4102,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  if test "${lt_cv_path_LD+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -3377,17 +3911,17 @@ fi
+@@ -3377,17 +3911,17 @@
  
  LD="$lt_cv_path_LD"
  if test -n "$LD"; then
@@ -4120,7 +4126,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${lt_cv_prog_gnu_ld+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3398,25 +3932,25 @@ else
+@@ -3398,25 +3932,25 @@
    lt_cv_prog_gnu_ld=no
  fi
  fi
@@ -4154,7 +4160,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${lt_cv_path_NM+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3451,22 +3985,22 @@ fi
+@@ -3451,22 +3985,22 @@
  fi
  
  NM="$lt_cv_path_NM"
@@ -4187,7 +4193,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${lt_cv_deplibs_check_method+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3628,8 +4162,8 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+@@ -3628,8 +4162,8 @@
  esac
  
  fi
@@ -4198,7 +4204,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  file_magic_cmd=$lt_cv_file_magic_cmd
  deplibs_check_method=$lt_cv_deplibs_check_method
  
-@@ -3639,8 +4173,8 @@ deplibs_check_method=$lt_cv_deplibs_chec
+@@ -3639,8 +4173,8 @@
  # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
  
  # find the maximum length of command line arguments
@@ -4209,7 +4215,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${lt_cv_sys_max_cmd_len+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3691,11 +4225,11 @@ else
+@@ -3691,11 +4225,11 @@
  fi
  
  if test -n "$lt_cv_sys_max_cmd_len" ; then
@@ -4225,7 +4231,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
  
-@@ -3703,8 +4237,8 @@ fi
+@@ -3703,8 +4237,8 @@
  case $deplibs_check_method in
  file_magic*)
    if test "$file_magic_cmd" = '$MAGIC_CMD'; then
@@ -4236,7 +4242,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3758,17 +4292,17 @@ fi
+@@ -3758,17 +4292,17 @@
  
  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  if test -n "$MAGIC_CMD"; then
@@ -4260,7 +4266,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3822,11 +4356,11 @@ fi
+@@ -3822,11 +4356,11 @@
  
  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  if test -n "$MAGIC_CMD"; then
@@ -4276,7 +4282,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
    else
-@@ -3841,8 +4375,8 @@ esac
+@@ -3841,8 +4375,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
@@ -4287,7 +4293,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3855,32 +4389,34 @@ do
+@@ -3855,32 +4389,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4329,7 +4335,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3893,27 +4429,41 @@ do
+@@ -3893,27 +4429,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4378,7 +4384,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  else
    RANLIB="$ac_cv_prog_RANLIB"
  fi
-@@ -3921,8 +4471,8 @@ fi
+@@ -3921,8 +4471,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  set dummy ${ac_tool_prefix}strip; ac_word=$2
@@ -4389,7 +4395,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3935,32 +4485,34 @@ do
+@@ -3935,32 +4485,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4431,7 +4437,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3973,27 +4525,41 @@ do
+@@ -3973,27 +4525,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4480,7 +4486,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  else
    STRIP="$ac_cv_prog_STRIP"
  fi
-@@ -4008,22 +4574,22 @@ test "$GCC" = yes && libtool_flags="$lib
+@@ -4008,22 +4574,22 @@
  test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
  
  
@@ -4510,7 +4516,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
  test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
  
-@@ -4032,7 +4598,7 @@ test x"$pic_mode" = xno && libtool_flags
+@@ -4032,7 +4598,7 @@
  case $host in
  *-*-irix6*)
    # Find out which ABI we are using.
@@ -4519,7 +4525,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
-@@ -4137,13 +4703,12 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*li
+@@ -4137,13 +4703,12 @@
    # On SCO OpenServer 5, we need -belf to get full-featured binaries.
    SAVE_CFLAGS="$CFLAGS"
    CFLAGS="$CFLAGS -belf"
@@ -4535,7 +4541,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
       ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -4166,35 +4731,32 @@ main ()
+@@ -4166,35 +4731,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -4586,7 +4592,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
        conftest$ac_exeext conftest.$ac_ext
       ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
-@@ -4203,8 +4765,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+@@ -4203,8 +4765,8 @@
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
  fi
@@ -4597,7 +4603,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    if test x"$lt_cv_cc_needs_belf" != x"yes"; then
      # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
      CFLAGS="$SAVE_CFLAGS"
-@@ -4234,39 +4796,58 @@ _ACEOF
+@@ -4234,39 +4796,58 @@
  
  # The following way of writing the cache mishandles newlines in values,
  # but we know of no workaround that is simple, portable, and efficient.
@@ -4672,7 +4678,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    fi
  fi
  rm -f confcache
-@@ -4292,8 +4873,8 @@ if test -r "$cache_file"; then
+@@ -4292,8 +4873,8 @@
      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  echo "$as_me: loading cache $cache_file" >&6;}
      case $cache_file in
@@ -4683,7 +4689,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      esac
    fi
  else
-@@ -4319,10 +4900,9 @@ exec 5>>./config.log
+@@ -4319,10 +4900,9 @@
  
  
  
@@ -4696,7 +4702,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    yes)  want64=true  ;;
    no)   want64=false ;;
    *)    { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
-@@ -4331,10 +4911,10 @@ echo "$as_me: error: bad value ${enablev
+@@ -4331,10 +4911,10 @@
  esac
  else
    want64=false
@@ -4710,7 +4716,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
  echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
     { (exit 1); exit 1; }; }
-@@ -4342,21 +4922,21 @@ echo "$as_me: error: enable-targets opti
+@@ -4342,21 +4922,21 @@
    no)       enable_targets= ;;
    *)        enable_targets=$enableval ;;
  esac
@@ -4739,7 +4745,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    yes)  want_mmap=true ;;
    no)   want_mmap=false ;;
    *)    { { echo "$as_me:$LINENO: error: bad value ${withval} for BFD with-mmap option" >&5
-@@ -4365,11 +4945,11 @@ echo "$as_me: error: bad value ${withval
+@@ -4365,11 +4945,11 @@
  esac
  else
    want_mmap=false
@@ -4755,7 +4761,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    yes)  use_secureplt=true  ;;
    no)   use_secureplt=false ;;
    *)    { { echo "$as_me:$LINENO: error: bad value ${enableval} for secureplt option" >&5
-@@ -4378,7 +4958,8 @@ echo "$as_me: error: bad value ${enablev
+@@ -4378,7 +4958,8 @@
  esac
  else
    use_secureplt=false
@@ -4765,7 +4771,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  cat >>confdefs.h <<\_ACEOF
  #define USE_SECUREPLT 1
-@@ -4389,17 +4970,17 @@ fi
+@@ -4389,17 +4970,17 @@
  
  GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
  
@@ -4787,7 +4793,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Enable -Werror by default when using gcc
  if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
-@@ -4416,10 +4997,9 @@ if test "${GCC}" = yes ; then
+@@ -4416,10 +4997,9 @@
    WARN_CFLAGS="${GCC_WARN_CFLAGS}"
  fi
  
@@ -4800,7 +4806,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    yes)        WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
    no) if test "${GCC}" = yes ; then
          WARN_CFLAGS="-w"
-@@ -4430,7 +5010,8 @@ if test "${enable_build_warnings+set}" =
+@@ -4430,7 +5010,8 @@
          WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
    *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
  esac
@@ -4810,7 +4816,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
    echo "Setting warning flags = $WARN_CFLAGS" 6>&1
-@@ -4440,7 +5021,7 @@ fi
+@@ -4440,7 +5021,7 @@
  
  
  
@@ -4819,7 +4825,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  if test -z "$target" ; then
-@@ -4449,17 +5030,17 @@ echo "$as_me: error: Unrecognized target
+@@ -4449,17 +5030,17 @@
     { (exit 1); exit 1; }; }
  fi
  
@@ -4845,7 +4851,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  if test $USE_MAINTAINER_MODE = yes; then
-@@ -4488,21 +5069,21 @@ esac
+@@ -4488,21 +5069,21 @@
    *) target_noncanonical=${target_alias} ;;
  esac
  
@@ -4875,7 +4881,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  if test $install_libbfd_p = yes; then
-@@ -4545,8 +5126,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+@@ -4545,8 +5126,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  set dummy ${ac_tool_prefix}gcc; ac_word=$2
@@ -4886,7 +4892,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4559,32 +5140,34 @@ do
+@@ -4559,32 +5140,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4928,7 +4934,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4597,36 +5180,51 @@ do
+@@ -4597,36 +5180,51 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4990,7 +4996,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4639,74 +5237,34 @@ do
+@@ -4639,74 +5237,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -5074,7 +5080,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4720,7 +5278,7 @@ do
+@@ -4720,7 +5278,7 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -5083,7 +5089,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
         ac_prog_rejected=yes
         continue
-@@ -4731,6 +5289,7 @@ do
+@@ -4731,6 +5289,7 @@
    fi
  done
  done
@@ -5091,7 +5097,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  if test $ac_prog_rejected = yes; then
    # We found a bogon in the path, so make sure we never use it.
-@@ -4748,22 +5307,23 @@ fi
+@@ -4748,22 +5307,23 @@
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
@@ -5122,7 +5128,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4776,36 +5336,38 @@ do
+@@ -4776,36 +5336,38 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -5169,7 +5175,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4818,29 +5380,45 @@ do
+@@ -4818,29 +5380,45 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -5221,7 +5227,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
  fi
-@@ -4853,27 +5431,41 @@ See \`config.log' for more details." >&2
+@@ -4853,27 +5431,41 @@
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
@@ -5273,7 +5279,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4896,50 +5488,49 @@ main ()
+@@ -4896,50 +5488,49 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -5347,7 +5353,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  /* confdefs.h.  */
  _ACEOF
  cat confdefs.h >>conftest.$ac_ext
-@@ -4955,46 +5546,126 @@ main ()
+@@ -4955,46 +5546,126 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -5504,7 +5510,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  else
    if test "$GCC" = yes; then
      CFLAGS="-O2"
-@@ -5002,12 +5673,12 @@ else
+@@ -5002,12 +5673,12 @@
      CFLAGS=
    fi
  fi
@@ -5521,7 +5527,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -5041,12 +5712,17 @@ static char *f (char * (*g) (char **, in
+@@ -5041,12 +5712,17 @@
  /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
     function prototypes and stuff, but not '\xHH' hex character constants.
     These don't provoke an error unfortunately, instead are silently treated
@@ -5541,7 +5547,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  int test (int i, double x);
  struct s1 {int (*f) (int a);};
  struct s2 {int (*f) (double a);};
-@@ -5061,205 +5737,57 @@ return f (e, argv, 0) != argv[0]  ||  f 
+@@ -5061,205 +5737,57 @@
    return 0;
  }
  _ACEOF
@@ -5777,7 +5783,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -5277,8 +5805,8 @@ ALL_LINGUAS="fr tr ja es sv da zh_CN ro 
+@@ -5277,8 +5805,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
@@ -5788,7 +5794,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5291,32 +5819,34 @@ do
+@@ -5291,32 +5819,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -5830,7 +5836,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5329,27 +5859,41 @@ do
+@@ -5329,27 +5859,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -5879,7 +5885,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  else
    RANLIB="$ac_cv_prog_RANLIB"
  fi
-@@ -5359,8 +5903,8 @@ ac_cpp='$CPP $CPPFLAGS'
+@@ -5359,8 +5903,8 @@
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
@@ -5890,7 +5896,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
    CPP=
-@@ -5394,24 +5938,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5394,24 +5938,22 @@
  #endif
                     Syntax error
  _ACEOF
@@ -5926,7 +5932,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    :
  else
    echo "$as_me: failed program was:" >&5
-@@ -5420,9 +5962,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5420,9 +5962,10 @@
    # Broken: fails on valid input.
  continue
  fi
@@ -5938,7 +5944,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -5432,24 +5975,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5432,24 +5975,22 @@
  /* end confdefs.h.  */
  #include <ac_nonexistent.h>
  _ACEOF
@@ -5974,7 +5980,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    # Broken: success on invalid input.
  continue
  else
-@@ -5460,6 +6001,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5460,6 +6001,7 @@
  ac_preproc_ok=:
  break
  fi
@@ -5982,7 +5988,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  rm -f conftest.err conftest.$ac_ext
  
  done
-@@ -5477,8 +6019,8 @@ fi
+@@ -5477,8 +6019,8 @@
  else
    ac_cv_prog_CPP=$CPP
  fi
@@ -5993,7 +5999,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  ac_preproc_ok=false
  for ac_c_preproc_warn_flag in '' yes
  do
-@@ -5501,24 +6043,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5501,24 +6043,22 @@
  #endif
                     Syntax error
  _ACEOF
@@ -6029,7 +6035,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    :
  else
    echo "$as_me: failed program was:" >&5
-@@ -5527,9 +6067,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5527,9 +6067,10 @@
    # Broken: fails on valid input.
  continue
  fi
@@ -6041,7 +6047,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -5539,24 +6080,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5539,24 +6080,22 @@
  /* end confdefs.h.  */
  #include <ac_nonexistent.h>
  _ACEOF
@@ -6077,7 +6083,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    # Broken: success on invalid input.
  continue
  else
-@@ -5567,6 +6106,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5567,6 +6106,7 @@
  ac_preproc_ok=:
  break
  fi
@@ -6085,7 +6091,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  rm -f conftest.err conftest.$ac_ext
  
  done
-@@ -5589,87 +6129,230 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+@@ -5589,87 +6129,230 @@
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
  
@@ -6386,7 +6392,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    $EGREP "memchr" >/dev/null 2>&1; then
    :
-@@ -5713,6 +6396,7 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -5713,6 +6396,7 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  #include <ctype.h>
@@ -6394,7 +6400,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #if ((' ' & 0x0FF) == 0x020)
  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-@@ -5732,18 +6416,27 @@ main ()
+@@ -5732,18 +6416,27 @@
    for (i = 0; i < 256; i++)
      if (XOR (islower (i), ISLOWER (i))
        || toupper (i) != TOUPPER (i))
@@ -6428,7 +6434,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -5756,12 +6449,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5756,12 +6449,14 @@
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
@@ -6446,7 +6452,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_header_stdc = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -5770,8 +6465,8 @@ _ACEOF
+@@ -5770,8 +6465,8 @@
  
  fi
  
@@ -6457,7 +6463,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_c_const+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5789,10 +6484,10 @@ main ()
+@@ -5789,10 +6484,10 @@
  #ifndef __cplusplus
    /* Ultrix mips cc rejects this.  */
    typedef int charset[2];
@@ -6471,7 +6477,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    /* NEC SVR4.0.2 mips cc rejects this.  */
    struct point {int x, y;};
    static struct point const zero = {0,0};
-@@ -5801,16 +6496,17 @@ main ()
+@@ -5801,16 +6496,17 @@
       an arm of an if-expression whose if-part is not a constant
       expression */
    const char *g = "string";
@@ -6493,7 +6499,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    }
    { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
      int x[] = {25, 17};
-@@ -5829,7 +6525,9 @@ main ()
+@@ -5829,7 +6525,9 @@
    }
    { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
      const int foo = 10;
@@ -6503,7 +6509,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -5837,38 +6535,34 @@ main ()
+@@ -5837,38 +6535,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -6558,7 +6564,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_c_const = no; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -5877,8 +6571,8 @@ _ACEOF
+@@ -5877,8 +6571,8 @@
  
  fi
  
@@ -6569,7 +6575,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_c_inline+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5898,39 +6592,37 @@ $ac_kw foo_t foo () {return 0; }
+@@ -5898,39 +6592,37 @@
  
  _ACEOF
  rm -f conftest.$ac_objext
@@ -6627,7 +6633,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  case $ac_cv_c_inline in
-@@ -5962,9 +6654,9 @@ for ac_header in sys/types.h sys/stat.h 
+@@ -5962,9 +6654,9 @@
                  inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -6640,7 +6646,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -5978,38 +6670,35 @@ $ac_includes_default
+@@ -5978,38 +6670,35 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -6696,7 +6702,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-@@ -6020,8 +6709,8 @@ fi
+@@ -6020,8 +6709,8 @@
  done
  
  
@@ -6707,7 +6713,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_type_off_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6032,62 +6721,59 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -6032,62 +6721,59 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -6792,7 +6798,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_type_size_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6098,64 +6784,61 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -6098,64 +6784,61 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -6879,7 +6885,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_working_alloca_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6170,44 +6853,42 @@ int
+@@ -6170,44 +6853,42 @@
  main ()
  {
  char *p = (char *) alloca (2 * sizeof (int));
@@ -6942,7 +6948,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_working_alloca_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -6216,8 +6897,8 @@ _ACEOF
+@@ -6216,8 +6897,8 @@
  
  fi
  
@@ -6953,7 +6959,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_func_alloca_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6234,7 +6915,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6234,7 +6915,7 @@
  #  include <malloc.h>
  #  define alloca _alloca
  # else
@@ -6962,7 +6968,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #   include <alloca.h>
  #  else
  #   ifdef _AIX
-@@ -6252,44 +6933,42 @@ int
+@@ -6252,44 +6933,42 @@
  main ()
  {
  char *p = (char *) alloca (1);
@@ -7025,7 +7031,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  if test $ac_cv_func_alloca_works = yes; then
  
-@@ -6303,15 +6982,15 @@ else
+@@ -6303,15 +6982,15 @@
  # contain a buggy version.  If you still want to use their alloca,
  # use ar to extract alloca.o from them instead of compiling alloca.c.
  
@@ -7044,7 +7050,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_os_cray+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6321,7 +7000,7 @@ _ACEOF
+@@ -6321,7 +7000,7 @@
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -7053,7 +7059,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  webecray
  #else
  wenotbecray
-@@ -6337,14 +7016,14 @@ fi
+@@ -6337,14 +7016,14 @@
  rm -f conftest*
  
  fi
@@ -7073,7 +7079,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -6370,68 +7049,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6370,68 +7049,60 @@
  
  #undef $ac_func
  
@@ -7165,7 +7171,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -6444,8 +7115,8 @@ fi
+@@ -6444,8 +7115,8 @@
    done
  fi
  
@@ -7176,7 +7182,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_c_stack_direction+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6458,6 +7129,7 @@ _ACEOF
+@@ -6458,6 +7129,7 @@
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -7184,7 +7190,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  int
  find_stack_direction ()
  {
-@@ -6475,17 +7147,26 @@ find_stack_direction ()
+@@ -6475,17 +7147,26 @@
  int
  main ()
  {
@@ -7216,7 +7222,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -6498,11 +7179,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -6498,11 +7179,13 @@
  ( exit $ac_status )
  ac_cv_c_stack_direction=-1
  fi
@@ -7233,7 +7239,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  cat >>confdefs.h <<_ACEOF
  #define STACK_DIRECTION $ac_cv_c_stack_direction
-@@ -6516,18 +7199,19 @@ fi
+@@ -6516,18 +7199,19 @@
  for ac_header in stdlib.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -7261,7 +7267,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6538,41 +7222,37 @@ $ac_includes_default
+@@ -6538,41 +7222,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -7321,7 +7327,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6581,24 +7261,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6581,24 +7261,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -7357,7 +7363,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -6606,9 +7284,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -6606,9 +7284,10 @@
  
    ac_header_preproc=no
  fi
@@ -7370,7 +7376,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -6632,25 +7311,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -6632,25 +7311,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -7403,7 +7409,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -6666,9 +7339,9 @@ done
+@@ -6666,9 +7339,9 @@
  for ac_func in getpagesize
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -7416,7 +7422,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -6694,68 +7367,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6694,68 +7367,60 @@
  
  #undef $ac_func
  
@@ -7508,7 +7514,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -6764,8 +7429,8 @@ _ACEOF
+@@ -6764,8 +7429,8 @@
  fi
  done
  
@@ -7519,7 +7525,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6807,21 +7472,21 @@ $ac_includes_default
+@@ -6807,21 +7472,21 @@
  #include <fcntl.h>
  #include <sys/mman.h>
  
@@ -7545,7 +7551,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #   include <sys/param.h>
  #   ifdef EXEC_PAGESIZE
  #    define getpagesize() EXEC_PAGESIZE
-@@ -6860,15 +7525,15 @@ main ()
+@@ -6860,15 +7525,15 @@
    /* First, make a file with some known garbage in it. */
    data = (char *) malloc (pagesize);
    if (!data)
@@ -7564,7 +7570,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    close (fd);
  
    /* Next, try to mmap the file at a fixed address which already has
-@@ -6876,17 +7541,17 @@ main ()
+@@ -6876,17 +7541,17 @@
       we see the same garbage.  */
    fd = open ("conftest.mmap", O_RDWR);
    if (fd < 0)
@@ -7587,7 +7593,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    /* Finally, make sure that changes to the mapped area do not
       percolate back to the file as seen by read().  (This is a bug on
-@@ -6895,24 +7560,33 @@ main ()
+@@ -6895,24 +7560,33 @@
      *(data2 + i) = *(data2 + i) + 1;
    data3 = (char *) malloc (pagesize);
    if (!data3)
@@ -7629,7 +7635,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -6925,11 +7599,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -6925,11 +7599,13 @@
  ( exit $ac_status )
  ac_cv_func_mmap_fixed_mapped=no
  fi
@@ -7646,7 +7652,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_func_mmap_fixed_mapped = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -6953,18 +7629,19 @@ for ac_header in argz.h limits.h locale.
+@@ -6953,18 +7629,19 @@
  unistd.h values.h sys/param.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -7674,7 +7680,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6975,41 +7652,37 @@ $ac_includes_default
+@@ -6975,41 +7652,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -7734,7 +7740,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7018,24 +7691,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7018,24 +7691,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -7770,7 +7776,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -7043,9 +7714,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -7043,9 +7714,10 @@
  
    ac_header_preproc=no
  fi
@@ -7783,7 +7789,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -7069,25 +7741,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -7069,25 +7741,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -7816,7 +7822,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -7113,9 +7779,9 @@ for ac_func in getcwd munmap putenv sete
+@@ -7113,9 +7779,9 @@
  __argz_count __argz_stringify __argz_next
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -7829,7 +7835,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -7141,68 +7807,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7141,68 +7807,60 @@
  
  #undef $ac_func
  
@@ -7921,7 +7927,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -7217,9 +7875,9 @@ done
+@@ -7217,9 +7875,9 @@
  for ac_func in stpcpy
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -7934,7 +7940,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -7245,68 +7903,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7245,68 +7903,60 @@
  
  #undef $ac_func
  
@@ -8026,7 +8032,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -7325,8 +7975,8 @@ _ACEOF
+@@ -7325,8 +7975,8 @@
     fi
  
     if test $ac_cv_header_locale_h = yes; then
@@ -8037,7 +8043,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${am_cv_val_LC_MESSAGES+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7346,39 +7996,36 @@ return LC_MESSAGES
+@@ -7346,39 +7996,36 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -8094,7 +8100,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      if test $am_cv_val_LC_MESSAGES = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7387,34 +8034,34 @@ _ACEOF
+@@ -7387,34 +8034,34 @@
  
      fi
    fi
@@ -8145,7 +8151,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
        nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
        if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
-@@ -7423,17 +8070,17 @@ echo "${ECHO_T}$nls_cv_force_use_gnu_get
+@@ -7423,17 +8070,17 @@
        CATOBJEXT=
  
        if test "${ac_cv_header_libintl_h+set}" = set; then
@@ -8169,7 +8175,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7444,41 +8091,37 @@ $ac_includes_default
+@@ -7444,41 +8091,37 @@
  #include <libintl.h>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -8229,7 +8235,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7487,24 +8130,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7487,24 +8130,22 @@
  /* end confdefs.h.  */
  #include <libintl.h>
  _ACEOF
@@ -8265,7 +8271,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -7512,9 +8153,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -7512,9 +8153,10 @@
  
    ac_header_preproc=no
  fi
@@ -8278,7 +8284,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -7538,30 +8180,23 @@ echo "$as_me: WARNING: libintl.h:     se
+@@ -7538,30 +8180,23 @@
  echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
@@ -8316,7 +8322,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${gt_cv_func_gettext_libc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7581,43 +8216,40 @@ return (int) gettext ("")
+@@ -7581,43 +8216,40 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -8379,7 +8385,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7630,59 +8262,56 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -7630,59 +8262,56 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -8462,7 +8468,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${gt_cv_func_gettext_libintl+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7702,39 +8331,36 @@ return (int) gettext ("")
+@@ -7702,39 +8331,36 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -8519,7 +8525,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
           fi
-@@ -7748,8 +8374,8 @@ _ACEOF
+@@ -7748,8 +8374,8 @@
  
              # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
@@ -8530,7 +8536,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_path_MSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7775,20 +8401,20 @@ esac
+@@ -7775,20 +8401,20 @@
  fi
  MSGFMT="$ac_cv_path_MSGFMT"
  if test -n "$MSGFMT"; then
@@ -8558,7 +8564,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -7814,68 +8440,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7814,68 +8440,60 @@
  
  #undef $ac_func
  
@@ -8650,7 +8656,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -7886,8 +8504,8 @@ done
+@@ -7886,8 +8504,8 @@
  
                # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
@@ -8661,7 +8667,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_path_GMSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7902,32 +8520,33 @@ do
+@@ -7902,32 +8520,33 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -8703,7 +8709,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_path_XGETTEXT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7953,11 +8572,11 @@ esac
+@@ -7953,11 +8572,11 @@
  fi
  XGETTEXT="$ac_cv_path_XGETTEXT"
  if test -n "$XGETTEXT"; then
@@ -8719,7 +8725,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
                cat >conftest.$ac_ext <<_ACEOF
-@@ -7977,37 +8596,34 @@ extern int _nl_msg_cat_cntr;
+@@ -7977,37 +8596,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -8772,7 +8778,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
        conftest$ac_exeext conftest.$ac_ext
                INSTOBJEXT=.mo
              fi
-@@ -8029,8 +8645,8 @@ fi
+@@ -8029,8 +8645,8 @@
                  INTLOBJS="\$(GETTOBJS)"
          # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
@@ -8783,7 +8789,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_path_MSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8056,17 +8672,17 @@ esac
+@@ -8056,17 +8672,17 @@
  fi
  MSGFMT="$ac_cv_path_MSGFMT"
  if test -n "$MSGFMT"; then
@@ -8807,7 +8813,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_path_GMSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8081,32 +8697,33 @@ do
+@@ -8081,32 +8697,33 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -8849,7 +8855,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_path_XGETTEXT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8132,11 +8749,11 @@ esac
+@@ -8132,11 +8749,11 @@
  fi
  XGETTEXT="$ac_cv_path_XGETTEXT"
  if test -n "$XGETTEXT"; then
@@ -8865,7 +8871,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
  
-@@ -8155,8 +8772,8 @@ fi
+@@ -8155,8 +8772,8 @@
                        if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
          : ;
        else
@@ -8876,7 +8882,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
          XGETTEXT=":"
        fi
        fi
-@@ -8205,8 +8822,8 @@ _ACEOF
+@@ -8205,8 +8822,8 @@
       if test "x$ALL_LINGUAS" = "x"; then
         LINGUAS=
       else
@@ -8887,7 +8893,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
         NEW_LINGUAS=
         for lang in ${LINGUAS=$ALL_LINGUAS}; do
           case "$ALL_LINGUAS" in
-@@ -8214,8 +8831,8 @@ echo $ECHO_N "checking for catalogs to b
+@@ -8214,8 +8831,8 @@
           esac
         done
         LINGUAS=$NEW_LINGUAS
@@ -8898,7 +8904,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
       fi
  
            if test -n "$LINGUAS"; then
-@@ -8234,17 +8851,17 @@ echo "${ECHO_T}$LINGUAS" >&6
+@@ -8234,17 +8851,17 @@
              if test -f $srcdir/po2tbl.sed.in; then
        if test "$CATOBJEXT" = ".cat"; then
         if test "${ac_cv_header_linux_version_h+set}" = set; then
@@ -8922,7 +8928,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8255,41 +8872,37 @@ $ac_includes_default
+@@ -8255,41 +8872,37 @@
  #include <linux/version.h>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -8982,7 +8988,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8298,24 +8911,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -8298,24 +8911,22 @@
  /* end confdefs.h.  */
  #include <linux/version.h>
  _ACEOF
@@ -9018,7 +9024,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -8323,9 +8934,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -8323,9 +8934,10 @@
  
    ac_header_preproc=no
  fi
@@ -9031,7 +9037,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -8349,25 +8961,18 @@ echo "$as_me: WARNING: linux/version.h: 
+@@ -8349,25 +8961,18 @@
  echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
@@ -9062,7 +9068,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  if test $ac_cv_header_linux_version_h = yes; then
-@@ -8434,8 +9039,8 @@ fi
+@@ -8434,8 +9039,8 @@
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # OS/2's system install, which has a completely different semantic
  # ./install, which can be erroneously created by make from ./install.sh.
@@ -9073,7 +9079,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test -z "$INSTALL"; then
  if test "${ac_cv_path_install+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -8457,7 +9062,7 @@ case $as_dir/ in
+@@ -8457,7 +9062,7 @@
      # by default.
      for ac_prog in ginstall scoinst install; do
        for ac_exec_ext in '' $ac_executable_extensions; do
@@ -9082,7 +9088,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
          if test $ac_prog = install &&
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
            # AIX install.  It has an incompatible calling convention.
-@@ -8476,21 +9081,22 @@ case $as_dir/ in
+@@ -8476,21 +9081,22 @@
      ;;
  esac
  done
@@ -9110,7 +9116,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  # It thinks the first close brace ends the variable substitution.
-@@ -8507,8 +9113,8 @@ BFD_HOST_64_BIT_DEFINED=0
+@@ -8507,8 +9113,8 @@
  BFD_HOST_64_BIT=
  BFD_HOST_U_64_BIT=
  
@@ -9121,7 +9127,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${bfd_cv_has_long_long+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8528,43 +9134,39 @@ unsigned long long ll = 1844674407370955
+@@ -8528,43 +9134,39 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9183,7 +9189,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_type_long_long+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8575,61 +9177,57 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -8575,61 +9177,57 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9270,7 +9276,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    if test "$cross_compiling" = yes; then
    # Depending upon the size, compute the lo and hi bounds.
  cat >conftest.$ac_ext <<_ACEOF
-@@ -8639,10 +9237,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -8639,10 +9237,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9283,7 +9289,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -8650,27 +9249,22 @@ test_array [0] = 0
+@@ -8650,27 +9249,22 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9322,7 +9328,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_lo=0 ac_mid=0
    while :; do
      cat >conftest.$ac_ext <<_ACEOF
-@@ -8680,10 +9274,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -8680,10 +9274,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9335,7 +9341,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -8691,56 +9286,53 @@ test_array [0] = 0
+@@ -8691,56 +9286,53 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9414,7 +9420,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -8748,27 +9340,22 @@ test_array [0] = 0
+@@ -8748,27 +9340,22 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9453,7 +9459,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_hi=-1 ac_mid=-1
    while :; do
      cat >conftest.$ac_ext <<_ACEOF
-@@ -8778,10 +9365,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -8778,10 +9365,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9466,7 +9472,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -8789,50 +9377,48 @@ test_array [0] = 0
+@@ -8789,50 +9377,48 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9541,7 +9547,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # Binary search between lo and hi bounds.
  while test "x$ac_lo" != "x$ac_hi"; do
    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-@@ -8843,10 +9429,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -8843,10 +9429,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9554,7 +9560,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -8854,52 +9441,45 @@ test_array [0] = 0
+@@ -8854,52 +9441,45 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9628,7 +9634,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8907,8 +9487,9 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -8907,8 +9487,9 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9640,7 +9646,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #include <stdio.h>
  #include <stdlib.h>
  int
-@@ -8917,35 +9498,44 @@ main ()
+@@ -8917,35 +9498,44 @@
  
    FILE *f = fopen ("conftest.val", "w");
    if (! f)
@@ -9698,7 +9704,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -8956,22 +9546,25 @@ echo "$as_me: failed program was:" >&5
+@@ -8956,22 +9546,25 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  ( exit $ac_status )
@@ -9734,7 +9740,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >>confdefs.h <<_ACEOF
  #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  _ACEOF
-@@ -8979,8 +9572,8 @@ _ACEOF
+@@ -8979,8 +9572,8 @@
  
  fi
  
@@ -9745,7 +9751,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_type_long+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8991,61 +9584,57 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -8991,61 +9584,57 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9832,7 +9838,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    if test "$cross_compiling" = yes; then
    # Depending upon the size, compute the lo and hi bounds.
  cat >conftest.$ac_ext <<_ACEOF
-@@ -9055,10 +9644,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -9055,10 +9644,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9845,7 +9851,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -9066,27 +9656,22 @@ test_array [0] = 0
+@@ -9066,27 +9656,22 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9884,7 +9890,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_lo=0 ac_mid=0
    while :; do
      cat >conftest.$ac_ext <<_ACEOF
-@@ -9096,10 +9681,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -9096,10 +9681,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -9897,7 +9903,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -9107,56 +9693,53 @@ test_array [0] = 0
+@@ -9107,56 +9693,53 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -9976,7 +9982,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -9164,27 +9747,22 @@ test_array [0] = 0
+@@ -9164,27 +9747,22 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -10015,7 +10021,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_hi=-1 ac_mid=-1
    while :; do
      cat >conftest.$ac_ext <<_ACEOF
-@@ -9194,10 +9772,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -9194,10 +9772,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -10028,7 +10034,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -9205,50 +9784,48 @@ test_array [0] = 0
+@@ -9205,50 +9784,48 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -10103,7 +10109,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # Binary search between lo and hi bounds.
  while test "x$ac_lo" != "x$ac_hi"; do
    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-@@ -9259,10 +9836,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -9259,10 +9836,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -10116,7 +10122,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -9270,52 +9848,45 @@ test_array [0] = 0
+@@ -9270,52 +9848,45 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -10190,7 +10196,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9323,8 +9894,9 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -9323,8 +9894,9 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -10202,7 +10208,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #include <stdio.h>
  #include <stdlib.h>
  int
-@@ -9333,35 +9905,44 @@ main ()
+@@ -9333,35 +9905,44 @@
  
    FILE *f = fopen ("conftest.val", "w");
    if (! f)
@@ -10260,7 +10266,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -9372,22 +9953,25 @@ echo "$as_me: failed program was:" >&5
+@@ -9372,22 +9953,25 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  ( exit $ac_status )
@@ -10296,7 +10302,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >>confdefs.h <<_ACEOF
  #define SIZEOF_LONG $ac_cv_sizeof_long
  _ACEOF
-@@ -9428,8 +10012,8 @@ fi
+@@ -9428,8 +10012,8 @@
  if test "x$cross_compiling" = "xno"; then
    EXEEXT_FOR_BUILD='$(EXEEXT)'
  else
@@ -10307,7 +10313,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${bfd_cv_build_exeext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9446,8 +10030,8 @@ else
+@@ -9446,8 +10030,8 @@
       rm -f conftest*
       test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
  fi
@@ -10318,7 +10324,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    EXEEXT_FOR_BUILD=""
    test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
  fi
-@@ -9462,18 +10046,19 @@ fi
+@@ -9462,18 +10046,19 @@
  for ac_header in stddef.h string.h strings.h stdlib.h time.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -10346,7 +10352,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9484,41 +10069,37 @@ $ac_includes_default
+@@ -9484,41 +10069,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -10406,7 +10412,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9527,24 +10108,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -9527,24 +10108,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -10442,7 +10448,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -9552,9 +10131,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -9552,9 +10131,10 @@
  
    ac_header_preproc=no
  fi
@@ -10455,7 +10461,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -9578,25 +10158,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -9578,25 +10158,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -10488,7 +10494,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -9614,18 +10188,19 @@ done
+@@ -9614,18 +10188,19 @@
  for ac_header in fcntl.h sys/file.h sys/time.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -10516,7 +10522,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9636,41 +10211,37 @@ $ac_includes_default
+@@ -9636,41 +10211,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -10576,7 +10582,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9679,24 +10250,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -9679,24 +10250,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -10612,7 +10618,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -9704,9 +10273,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -9704,9 +10273,10 @@
  
    ac_header_preproc=no
  fi
@@ -10625,7 +10631,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -9730,25 +10300,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -9730,25 +10300,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -10658,7 +10664,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -9760,8 +10324,8 @@ fi
+@@ -9760,8 +10324,8 @@
  
  done
  
@@ -10669,7 +10675,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_header_time+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9785,38 +10349,34 @@ return 0;
+@@ -9785,38 +10349,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -10724,7 +10730,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_header_time = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -9833,9 +10393,9 @@ fi
+@@ -9833,9 +10393,9 @@
  ac_header_dirent=no
  for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
@@ -10737,7 +10743,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -9857,38 +10417,35 @@ return 0;
+@@ -9857,38 +10417,35 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -10793,7 +10799,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
-@@ -9900,13 +10457,12 @@ fi
+@@ -9900,13 +10457,12 @@
  done
  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  if test $ac_header_dirent = dirent.h; then
@@ -10809,7 +10815,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9914,126 +10470,83 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -9914,126 +10470,83 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -10979,7 +10985,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10041,122 +10554,80 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -10041,122 +10554,80 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -11145,7 +11151,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${gcc_cv_header_string+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10177,38 +10648,34 @@ main ()
+@@ -10177,38 +10648,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11200,7 +11206,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $gcc_cv_header_string = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -10227,9 +10694,9 @@ fi
+@@ -10227,9 +10694,9 @@
  for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -11213,7 +11219,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -10255,68 +10722,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -10255,68 +10722,60 @@
  
  #undef $ac_func
  
@@ -11305,7 +11311,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -10329,9 +10788,9 @@ done
+@@ -10329,9 +10788,9 @@
  for ac_func in strtoull
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -11318,7 +11324,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -10357,68 +10816,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -10357,68 +10816,60 @@
  
  #undef $ac_func
  
@@ -11410,7 +11416,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -10428,8 +10879,8 @@ fi
+@@ -10428,8 +10879,8 @@
  done
  
  
@@ -11421,7 +11427,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_basename+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10444,7 +10895,7 @@ int
+@@ -10444,7 +10895,7 @@
  main ()
  {
  #ifndef basename
@@ -11430,7 +11436,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10452,38 +10903,34 @@ main ()
+@@ -10452,38 +10903,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11485,7 +11491,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_basename = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10500,8 +10947,8 @@ _ACEOF
+@@ -10500,8 +10947,8 @@
  fi
  
  
@@ -11496,7 +11502,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_ftello+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10516,7 +10963,7 @@ int
+@@ -10516,7 +10963,7 @@
  main ()
  {
  #ifndef ftello
@@ -11505,7 +11511,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10524,38 +10971,34 @@ main ()
+@@ -10524,38 +10971,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11560,7 +11566,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_ftello = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10572,8 +11015,8 @@ _ACEOF
+@@ -10572,8 +11015,8 @@
  fi
  
  
@@ -11571,7 +11577,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_ftello64+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10588,7 +11031,7 @@ int
+@@ -10588,7 +11031,7 @@
  main ()
  {
  #ifndef ftello64
@@ -11580,7 +11586,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10596,38 +11039,34 @@ main ()
+@@ -10596,38 +11039,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11635,7 +11641,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_ftello64 = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10644,8 +11083,8 @@ _ACEOF
+@@ -10644,8 +11083,8 @@
  fi
  
  
@@ -11646,7 +11652,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_fseeko+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10660,7 +11099,7 @@ int
+@@ -10660,7 +11099,7 @@
  main ()
  {
  #ifndef fseeko
@@ -11655,7 +11661,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10668,38 +11107,34 @@ main ()
+@@ -10668,38 +11107,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11710,7 +11716,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_fseeko = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10716,8 +11151,8 @@ _ACEOF
+@@ -10716,8 +11151,8 @@
  fi
  
  
@@ -11721,7 +11727,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_fseeko64+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10732,7 +11167,7 @@ int
+@@ -10732,7 +11167,7 @@
  main ()
  {
  #ifndef fseeko64
@@ -11730,7 +11736,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10740,38 +11175,34 @@ main ()
+@@ -10740,38 +11175,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11785,7 +11791,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_fseeko64 = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10799,8 +11230,8 @@ _ACEOF
+@@ -10799,8 +11230,8 @@
   ;;
  esac
  
@@ -11796,7 +11802,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_ffs+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10815,7 +11246,7 @@ int
+@@ -10815,7 +11246,7 @@
  main ()
  {
  #ifndef ffs
@@ -11805,7 +11811,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10823,38 +11254,34 @@ main ()
+@@ -10823,38 +11254,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11860,7 +11866,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_ffs = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10871,8 +11298,8 @@ _ACEOF
+@@ -10871,8 +11298,8 @@
  fi
  
  
@@ -11871,7 +11877,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_free+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10887,7 +11314,7 @@ int
+@@ -10887,7 +11314,7 @@
  main ()
  {
  #ifndef free
@@ -11880,7 +11886,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10895,38 +11322,34 @@ main ()
+@@ -10895,38 +11322,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -11935,7 +11941,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_free = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10943,8 +11366,8 @@ _ACEOF
+@@ -10943,8 +11366,8 @@
  fi
  
  
@@ -11946,7 +11952,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_getenv+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10959,7 +11382,7 @@ int
+@@ -10959,7 +11382,7 @@
  main ()
  {
  #ifndef getenv
@@ -11955,7 +11961,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -10967,38 +11390,34 @@ main ()
+@@ -10967,38 +11390,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12010,7 +12016,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_getenv = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -11015,8 +11434,8 @@ _ACEOF
+@@ -11015,8 +11434,8 @@
  fi
  
  
@@ -12021,7 +12027,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_malloc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11031,7 +11450,7 @@ int
+@@ -11031,7 +11450,7 @@
  main ()
  {
  #ifndef malloc
@@ -12030,7 +12036,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -11039,38 +11458,34 @@ main ()
+@@ -11039,38 +11458,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12085,7 +12091,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_malloc = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -11087,8 +11502,8 @@ _ACEOF
+@@ -11087,8 +11502,8 @@
  fi
  
  
@@ -12096,7 +12102,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_realloc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11103,7 +11518,7 @@ int
+@@ -11103,7 +11518,7 @@
  main ()
  {
  #ifndef realloc
@@ -12105,7 +12111,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -11111,38 +11526,34 @@ main ()
+@@ -11111,38 +11526,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12160,7 +12166,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_realloc = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -11159,8 +11570,8 @@ _ACEOF
+@@ -11159,8 +11570,8 @@
  fi
  
  
@@ -12171,7 +12177,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_stpcpy+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11175,7 +11586,7 @@ int
+@@ -11175,7 +11586,7 @@
  main ()
  {
  #ifndef stpcpy
@@ -12180,7 +12186,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -11183,38 +11594,34 @@ main ()
+@@ -11183,38 +11594,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12235,7 +12241,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_stpcpy = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -11231,8 +11638,8 @@ _ACEOF
+@@ -11231,8 +11638,8 @@
  fi
  
  
@@ -12246,7 +12252,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_strstr+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11247,7 +11654,7 @@ int
+@@ -11247,7 +11654,7 @@
  main ()
  {
  #ifndef strstr
@@ -12255,7 +12261,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -11255,38 +11662,34 @@ main ()
+@@ -11255,38 +11662,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12310,7 +12316,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_strstr = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -11303,8 +11706,8 @@ _ACEOF
+@@ -11303,8 +11706,8 @@
  fi
  
  
@@ -12321,7 +12327,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_snprintf+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11319,7 +11722,7 @@ int
+@@ -11319,7 +11722,7 @@
  main ()
  {
  #ifndef snprintf
@@ -12330,7 +12336,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -11327,38 +11730,34 @@ main ()
+@@ -11327,38 +11730,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12385,7 +12391,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_snprintf = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -11375,8 +11774,8 @@ _ACEOF
+@@ -11375,8 +11774,8 @@
  fi
  
  
@@ -12396,7 +12402,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11391,7 +11790,7 @@ int
+@@ -11391,7 +11790,7 @@
  main ()
  {
  #ifndef vsnprintf
@@ -12405,7 +12411,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #endif
  
    ;
-@@ -11399,38 +11798,34 @@ main ()
+@@ -11399,38 +11798,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12460,7 +12466,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_have_decl_vsnprintf = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -11609,8 +12004,8 @@ if test "${target}" = "${host}"; then
+@@ -11609,8 +12004,8 @@
        COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
        # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
        # have c_impl as a member of struct core_dumpx
@@ -12471,7 +12477,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
        cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -11627,42 +12022,38 @@ struct core_dumpx c; c.c_impl = 0;
+@@ -11627,42 +12022,38 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12531,7 +12537,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
        ;;
    rs6000-*-aix4*)     COREFILE=rs6000-core.lo ;;
    rs6000-*-*)         COREFILE=rs6000-core.lo ;;
-@@ -11726,18 +12117,19 @@ rm -f conftest.err conftest.$ac_objext c
+@@ -11726,18 +12117,19 @@
  for ac_header in sys/procfs.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -12559,7 +12565,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -11748,41 +12140,37 @@ $ac_includes_default
+@@ -11748,41 +12140,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12619,7 +12625,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -11791,24 +12179,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -11791,24 +12179,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -12655,7 +12661,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11816,9 +12202,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -11816,9 +12202,10 @@
  
    ac_header_preproc=no
  fi
@@ -12668,7 +12674,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -11842,25 +12229,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -11842,25 +12229,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -12701,7 +12707,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -11873,8 +12254,8 @@ fi
+@@ -11873,8 +12254,8 @@
  done
  
    if test "$ac_cv_header_sys_procfs_h" = yes; then
@@ -12712,7 +12718,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11896,36 +12277,32 @@ prstatus_t avar
+@@ -11896,36 +12277,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12763,7 +12769,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
-@@ -11935,11 +12312,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -11935,11 +12312,11 @@
  _ACEOF
  
   fi
@@ -12779,7 +12785,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11961,36 +12338,32 @@ prstatus32_t avar
+@@ -11961,36 +12338,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12830,7 +12836,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
-@@ -12000,11 +12373,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12000,11 +12373,11 @@
  _ACEOF
  
   fi
@@ -12846,7 +12852,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12026,36 +12399,32 @@ prstatus_t avar; void* aref = (void*) &a
+@@ -12026,36 +12399,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12897,7 +12903,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
-@@ -12065,11 +12434,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12065,11 +12434,11 @@
  _ACEOF
  
   fi
@@ -12913,7 +12919,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12091,36 +12460,32 @@ prstatus32_t avar; void* aref = (void*) 
+@@ -12091,36 +12460,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -12964,7 +12970,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
-@@ -12130,11 +12495,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12130,11 +12495,11 @@
  _ACEOF
  
   fi
@@ -12980,7 +12986,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12156,36 +12521,32 @@ pstatus_t avar
+@@ -12156,36 +12521,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13031,7 +13037,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
-@@ -12195,11 +12556,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12195,11 +12556,11 @@
  _ACEOF
  
   fi
@@ -13047,7 +13053,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12221,36 +12582,32 @@ pxstatus_t avar
+@@ -12221,36 +12582,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13098,7 +13104,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
-@@ -12260,11 +12617,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12260,11 +12617,11 @@
  _ACEOF
  
   fi
@@ -13114,7 +13120,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12286,36 +12643,32 @@ pstatus32_t avar
+@@ -12286,36 +12643,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13165,7 +13171,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
-@@ -12325,11 +12678,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12325,11 +12678,11 @@
  _ACEOF
  
   fi
@@ -13181,7 +13187,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12351,36 +12704,32 @@ prpsinfo_t avar
+@@ -12351,36 +12704,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13232,7 +13238,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
-@@ -12390,11 +12739,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12390,11 +12739,11 @@
  _ACEOF
  
   fi
@@ -13248,7 +13254,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12416,36 +12765,32 @@ prpsinfo32_t avar
+@@ -12416,36 +12765,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13299,7 +13305,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
-@@ -12455,11 +12800,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12455,11 +12800,11 @@
  _ACEOF
  
   fi
@@ -13315,7 +13321,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12481,36 +12826,32 @@ psinfo_t avar
+@@ -12481,36 +12826,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13366,7 +13372,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
-@@ -12520,11 +12861,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12520,11 +12861,11 @@
  _ACEOF
  
   fi
@@ -13382,7 +13388,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12546,36 +12887,32 @@ psinfo32_t avar
+@@ -12546,36 +12887,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13433,7 +13439,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
-@@ -12585,11 +12922,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12585,11 +12922,11 @@
  _ACEOF
  
   fi
@@ -13449,7 +13455,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12611,36 +12948,32 @@ lwpstatus_t avar
+@@ -12611,36 +12948,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13500,7 +13506,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
-@@ -12650,11 +12983,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12650,11 +12983,11 @@
  _ACEOF
  
   fi
@@ -13516,7 +13522,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12676,36 +13009,32 @@ lwpxstatus_t avar
+@@ -12676,36 +13009,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13567,7 +13573,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
-@@ -12715,11 +13044,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12715,11 +13044,11 @@
  _ACEOF
  
   fi
@@ -13583,7 +13589,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12741,36 +13070,32 @@ lwpstatus_t avar; void* aref = (void*) &
+@@ -12741,36 +13070,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13634,7 +13640,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
-@@ -12780,11 +13105,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12780,11 +13105,11 @@
  _ACEOF
  
   fi
@@ -13650,7 +13656,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12806,36 +13131,32 @@ lwpstatus_t avar; void* aref = (void*) &
+@@ -12806,36 +13131,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13701,7 +13707,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
-@@ -12845,11 +13166,11 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12845,11 +13166,11 @@
  _ACEOF
  
   fi
@@ -13717,7 +13723,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
   if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12871,36 +13192,32 @@ win32_pstatus_t avar
+@@ -12871,36 +13192,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -13768,7 +13774,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  
   if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
-@@ -12910,8 +13227,8 @@ cat >>confdefs.h <<\_ACEOF
+@@ -12910,8 +13227,8 @@
  _ACEOF
  
   fi
@@ -13779,7 +13785,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    fi
  fi
-@@ -13070,6 +13387,7 @@ do
+@@ -13070,6 +13387,7 @@
      bfd_efi_app_ia64_vec)     tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
      bfd_elf32_am33lin_vec)    tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
      bfd_elf32_avr_vec)                tb="$tb elf32-avr.lo elf32.lo $elf" ;;
@@ -13787,7 +13793,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      bfd_elf32_bfin_vec)               tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
      bfd_elf32_bfinfdpic_vec)  tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
      bfd_elf32_big_generic_vec)        tb="$tb elf32-gen.lo elf32.lo $elf" ;;
-@@ -13389,8 +13707,8 @@ echo "$as_me: WARNING: your compiler may
+@@ -13389,8 +13707,8 @@
      fi
      if test -n "$GCC" ; then
         bad_64bit_gcc=no;
@@ -13798,7 +13804,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
         # Add more tests for gcc versions with non-working 64-bit support here.
         cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -13403,11 +13721,11 @@ _ACEOF
+@@ -13403,11 +13721,11 @@
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then
    bad_64bit_gcc=yes;
@@ -13814,7 +13820,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  fi
  rm -f conftest*
  
-@@ -13445,9 +13763,9 @@ esac
+@@ -13445,9 +13763,9 @@
  for ac_func in ftello ftello64 fseeko fseeko64 fopen64
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -13827,7 +13833,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -13473,68 +13791,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -13473,68 +13791,60 @@
  
  #undef $ac_func
  
@@ -13919,7 +13925,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -13544,8 +13854,8 @@ fi
+@@ -13544,8 +13854,8 @@
  done
  
  if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
@@ -13930,7 +13936,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_type_off_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -13556,61 +13866,57 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -13556,61 +13866,57 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -14017,7 +14023,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    if test "$cross_compiling" = yes; then
    # Depending upon the size, compute the lo and hi bounds.
  cat >conftest.$ac_ext <<_ACEOF
-@@ -13620,10 +13926,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -13620,10 +13926,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -14030,7 +14036,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -13631,27 +13938,22 @@ test_array [0] = 0
+@@ -13631,27 +13938,22 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -14069,7 +14075,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_lo=0 ac_mid=0
    while :; do
      cat >conftest.$ac_ext <<_ACEOF
-@@ -13661,10 +13963,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -13661,10 +13963,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -14082,7 +14088,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -13672,56 +13975,53 @@ test_array [0] = 0
+@@ -13672,56 +13975,53 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -14161,7 +14167,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -13729,27 +14029,22 @@ test_array [0] = 0
+@@ -13729,27 +14029,22 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -14200,7 +14206,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_hi=-1 ac_mid=-1
    while :; do
      cat >conftest.$ac_ext <<_ACEOF
-@@ -13759,10 +14054,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -13759,10 +14054,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -14213,7 +14219,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -13770,50 +14066,48 @@ test_array [0] = 0
+@@ -13770,50 +14066,48 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -14288,7 +14294,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # Binary search between lo and hi bounds.
  while test "x$ac_lo" != "x$ac_hi"; do
    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-@@ -13824,10 +14118,11 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -13824,10 +14118,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -14301,7 +14307,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  test_array [0] = 0
  
    ;
-@@ -13835,52 +14130,45 @@ test_array [0] = 0
+@@ -13835,52 +14130,45 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -14375,7 +14381,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -13888,8 +14176,9 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -13888,8 +14176,9 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -14387,7 +14393,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #include <stdio.h>
  #include <stdlib.h>
  int
-@@ -13898,35 +14187,44 @@ main ()
+@@ -13898,35 +14187,44 @@
  
    FILE *f = fopen ("conftest.val", "w");
    if (! f)
@@ -14445,7 +14451,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -13937,30 +14235,33 @@ echo "$as_me: failed program was:" >&5
+@@ -13937,30 +14235,33 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  ( exit $ac_status )
@@ -14491,7 +14497,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  bfd_file_ptr="long"
  bfd_ufile_ptr="unsigned long"
  if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
-@@ -13968,8 +14269,8 @@ if test x"$ac_cv_func_ftello64" = xyes -
+@@ -13968,8 +14269,8 @@
      bfd_file_ptr=BFD_HOST_64_BIT
      bfd_ufile_ptr=BFD_HOST_U_64_BIT
  fi
@@ -14502,7 +14508,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  
-@@ -13987,18 +14288,19 @@ test -n "${havevecs}" && tdefaults="${td
+@@ -13987,18 +14288,19 @@
  for ac_header in stdlib.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -14530,7 +14536,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -14009,41 +14311,37 @@ $ac_includes_default
+@@ -14009,41 +14311,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -14590,7 +14596,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -14052,24 +14350,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -14052,24 +14350,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -14626,7 +14632,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -14077,9 +14373,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -14077,9 +14373,10 @@
  
    ac_header_preproc=no
  fi
@@ -14639,7 +14645,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -14103,25 +14400,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -14103,25 +14400,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -14672,7 +14678,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -14137,9 +14428,9 @@ done
+@@ -14137,9 +14428,9 @@
  for ac_func in getpagesize
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -14685,7 +14691,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -14165,68 +14456,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -14165,68 +14456,60 @@
  
  #undef $ac_func
  
@@ -14777,7 +14783,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -14235,8 +14518,8 @@ _ACEOF
+@@ -14235,8 +14518,8 @@
  fi
  done
  
@@ -14788,7 +14794,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -14278,21 +14561,21 @@ $ac_includes_default
+@@ -14278,21 +14561,21 @@
  #include <fcntl.h>
  #include <sys/mman.h>
  
@@ -14814,7 +14820,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  #   include <sys/param.h>
  #   ifdef EXEC_PAGESIZE
  #    define getpagesize() EXEC_PAGESIZE
-@@ -14331,15 +14614,15 @@ main ()
+@@ -14331,15 +14614,15 @@
    /* First, make a file with some known garbage in it. */
    data = (char *) malloc (pagesize);
    if (!data)
@@ -14833,7 +14839,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    close (fd);
  
    /* Next, try to mmap the file at a fixed address which already has
-@@ -14347,17 +14630,17 @@ main ()
+@@ -14347,17 +14630,17 @@
       we see the same garbage.  */
    fd = open ("conftest.mmap", O_RDWR);
    if (fd < 0)
@@ -14856,7 +14862,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    /* Finally, make sure that changes to the mapped area do not
       percolate back to the file as seen by read().  (This is a bug on
-@@ -14366,24 +14649,33 @@ main ()
+@@ -14366,24 +14649,33 @@
      *(data2 + i) = *(data2 + i) + 1;
    data3 = (char *) malloc (pagesize);
    if (!data3)
@@ -14898,7 +14904,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -14396,11 +14688,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -14396,11 +14688,13 @@
  ( exit $ac_status )
  ac_cv_func_mmap_fixed_mapped=no
  fi
@@ -14915,7 +14921,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test $ac_cv_func_mmap_fixed_mapped = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -14415,9 +14709,9 @@ rm -f conftest.mmap
+@@ -14415,9 +14709,9 @@
  for ac_func in madvise mprotect
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -14928,7 +14934,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -14443,68 +14737,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -14443,68 +14737,60 @@
  
  #undef $ac_func
  
@@ -15020,7 +15026,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -14522,9 +14808,9 @@ _ACEOF
+@@ -14522,9 +14808,9 @@
  esac
  
  rm -f doc/config.status
@@ -15032,7 +15038,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  
  
-@@ -14549,39 +14835,58 @@ _ACEOF
+@@ -14549,39 +14835,58 @@
  
  # The following way of writing the cache mishandles newlines in values,
  # but we know of no workaround that is simple, portable, and efficient.
@@ -15107,7 +15113,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    fi
  fi
  rm -f confcache
-@@ -14590,32 +14895,18 @@ test "x$prefix" = xNONE && prefix=$ac_de
+@@ -14590,32 +14895,18 @@
  # Let make expand exec_prefix.
  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  
@@ -15146,7 +15152,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  done
  LIBOBJS=$ac_libobjs
  
-@@ -14674,17 +14965,45 @@ cat >>$CONFIG_STATUS <<\_ACEOF
+@@ -14674,17 +14965,45 @@
  ## M4sh Initialization.  ##
  ## --------------------- ##
  
@@ -15196,7 +15202,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Support unset when possible.
  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -14694,8 +15013,43 @@ else
+@@ -14694,8 +15013,43 @@
  fi
  
  
@@ -15241,7 +15247,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  PS1='$ '
  PS2='> '
  PS4='+ '
-@@ -14709,18 +15063,19 @@ do
+@@ -14709,18 +15063,19 @@
    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
@@ -15264,7 +15270,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    as_basename=basename
  else
    as_basename=false
-@@ -14728,159 +15083,120 @@ fi
+@@ -14728,159 +15083,120 @@
  
  
  # Name of the executable.
@@ -15495,7 +15501,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  if mkdir -p . 2>/dev/null; then
    as_mkdir_p=:
-@@ -14889,7 +15205,28 @@ else
+@@ -14889,7 +15205,28 @@
    as_mkdir_p=false
  fi
  
@@ -15525,7 +15531,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  # Sed expression to map a string onto a valid CPP name.
  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-@@ -14898,31 +15235,14 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
+@@ -14898,31 +15235,14 @@
  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  
  
@@ -15561,7 +15567,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -14930,30 +15250,20 @@ generated by GNU Autoconf 2.59.  Invocat
+@@ -14930,30 +15250,20 @@
    CONFIG_COMMANDS = $CONFIG_COMMANDS
    $ $0 $@
  
@@ -15600,7 +15606,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  ac_cs_usage="\
  \`$as_me' instantiates files from templates according to the
  current configuration.
-@@ -14961,7 +15271,7 @@ current configuration.
+@@ -14961,7 +15271,7 @@
  Usage: $0 [OPTIONS] [FILE]...
  
    -h, --help       print this help, then exit
@@ -15609,7 +15615,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    -q, --quiet      do not print progress messages
    -d, --debug      don't remove temporary files
        --recheck    update $as_me by reconfiguring in the same conditions
-@@ -14980,19 +15290,21 @@ Configuration commands:
+@@ -14980,19 +15290,21 @@
  $config_commands
  
  Report bugs to <bug-autoconf@gnu.org>."
@@ -15637,7 +15643,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  _ACEOF
  
  cat >>$CONFIG_STATUS <<\_ACEOF
-@@ -15003,39 +15315,24 @@ while test $# != 0
+@@ -15003,39 +15315,24 @@
  do
    case $1 in
    --*=*)
@@ -15683,7 +15689,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
      debug=: ;;
    --file | --fil | --fi | --f )
      $ac_shift
-@@ -15045,18 +15342,24 @@ Try \`$0 --help' for more information." 
+@@ -15045,18 +15342,24 @@
      $ac_shift
      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
      ac_need_defaults=false;;
@@ -15713,7 +15719,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
    esac
    shift
-@@ -15072,42 +15375,54 @@ fi
+@@ -15072,42 +15375,54 @@
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
  if \$ac_cs_recheck; then
@@ -15783,7 +15789,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # If the user did not use the arguments to specify the items to instantiate,
  # then the envvar interface is used.  Set only those that are not.
  # We use the long form for the default assignment because of an extremely
-@@ -15119,401 +15434,504 @@ if $ac_need_defaults; then
+@@ -15119,401 +15434,504 @@
  fi
  
  # Have a temporary directory for convenience.  Make it in the build tree
@@ -16629,7 +16635,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  cat >>$CONFIG_STATUS <<_ACEOF
    sed "$ac_vpsub
  $extrasub
-@@ -15521,248 +15939,130 @@ _ACEOF
+@@ -15521,248 +15939,130 @@
  cat >>$CONFIG_STATUS <<\_ACEOF
  :t
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
@@ -16980,7 +16986,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  # Compute $ac_file's index in $config_headers.
  _am_stamp_count=1
  for _am_header in $config_headers :; do
-@@ -15773,135 +16073,39 @@ for _am_header in $config_headers :; do
+@@ -15773,135 +16073,39 @@
        _am_stamp_count=`expr $_am_stamp_count + 1` ;;
    esac
  done
@@ -17142,7 +17148,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    # Strip MF so we end up with the name of the file.
    mf=`echo "$mf" | sed -e 's/:.*$//'`
    # Check whether this is an Automake generated Makefile or not.
-@@ -15911,18 +16115,29 @@ echo "$as_me: executing $ac_dest command
+@@ -15911,18 +16115,29 @@
    # each Makefile.in and add a new line on top of each file to say so.
    # So let's grep whole file.
    if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
@@ -17180,7 +17186,7 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
    else
      continue
    fi
-@@ -15944,54 +16159,80 @@ echo X"$mf" |
+@@ -15944,54 +16159,80 @@
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
      # Make sure the directory exists.
      test -f "$dirpart/$file" && continue
@@ -17291,10 +17297,11 @@ diff -Nrup binutils-2.17/bfd/configure binutils-2.17-atmel/bfd/configure
  
  { (exit 0); exit 0; }
  _ACEOF
-diff -Nrup binutils-2.17/bfd/configure.in binutils-2.17-atmel/bfd/configure.in
---- binutils-2.17/bfd/configure.in     2006-06-23 20:17:07.000000000 +0200
-+++ binutils-2.17-atmel/bfd/configure.in       2007-02-12 15:37:09.000000000 +0100
-@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
+Index: binutils-2.17/bfd/configure.in
+===================================================================
+--- binutils-2.17.orig/bfd/configure.in        2007-06-28 09:19:34.170041816 +0200
++++ binutils-2.17/bfd/configure.in     2007-06-28 09:19:36.576675952 +0200
+@@ -8,7 +8,7 @@
  AC_CANONICAL_TARGET
  AC_ISC_POSIX
  
@@ -17303,7 +17310,7 @@ diff -Nrup binutils-2.17/bfd/configure.in binutils-2.17-atmel/bfd/configure.in
  
  dnl These must be called before AM_PROG_LIBTOOL, because it may want
  dnl to call AC_CHECK_PROG.
-@@ -583,6 +583,7 @@ do
+@@ -583,6 +583,7 @@
      bfd_efi_app_ia64_vec)     tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
      bfd_elf32_am33lin_vec)    tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
      bfd_elf32_avr_vec)                tb="$tb elf32-avr.lo elf32.lo $elf" ;;
@@ -17311,9 +17318,10 @@ diff -Nrup binutils-2.17/bfd/configure.in binutils-2.17-atmel/bfd/configure.in
      bfd_elf32_bfin_vec)               tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
      bfd_elf32_bfinfdpic_vec)  tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
      bfd_elf32_big_generic_vec)        tb="$tb elf32-gen.lo elf32.lo $elf" ;;
-diff -Nrup binutils-2.17/bfd/cpu-avr32.c binutils-2.17-atmel/bfd/cpu-avr32.c
---- binutils-2.17/bfd/cpu-avr32.c      1970-01-01 01:00:00.000000000 +0100
-+++ binutils-2.17-atmel/bfd/cpu-avr32.c        2006-11-10 15:05:48.000000000 +0100
+Index: binutils-2.17/bfd/cpu-avr32.c
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ binutils-2.17/bfd/cpu-avr32.c      2007-06-28 09:19:36.576675952 +0200
 @@ -0,0 +1,49 @@
 +/* BFD library support routines for AVR32.
 +   Copyright 2003-2006 Atmel Corporation.
@@ -17364,16 +17372,17 @@ diff -Nrup binutils-2.17/bfd/cpu-avr32.c binutils-2.17-atmel/bfd/cpu-avr32.c
 +
 +const bfd_arch_info_type bfd_avr32_arch =
 +  N(bfd_mach_avr32_ap, "avr32:ap", TRUE, &cpu_info[0]);
-diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefile.in
---- binutils-2.17/bfd/doc/Makefile.in  2006-04-06 23:49:26.000000000 +0200
-+++ binutils-2.17-atmel/bfd/doc/Makefile.in    2007-02-20 16:07:07.000000000 +0100
+Index: binutils-2.17/bfd/doc/Makefile.in
+===================================================================
+--- binutils-2.17.orig/bfd/doc/Makefile.in     2007-06-28 09:19:34.180040296 +0200
++++ binutils-2.17/bfd/doc/Makefile.in  2007-06-28 09:19:36.577675800 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.9.5 from Makefile.am.
 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
  # @configure_input@
  
  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -105,6 +105,7 @@ EXEEXT = @EXEEXT@
+@@ -105,6 +105,7 @@
  EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
@@ -17381,7 +17390,7 @@ diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefil
  GT_NO = @GT_NO@
  GT_YES = @GT_YES@
  HDEFINES = @HDEFINES@
-@@ -154,10 +155,7 @@ WARN_CFLAGS = @WARN_CFLAGS@
+@@ -154,10 +155,7 @@
  WIN32LDFLAGS = @WIN32LDFLAGS@
  WIN32LIBADD = @WIN32LIBADD@
  XGETTEXT = @XGETTEXT@
@@ -17392,7 +17401,7 @@ diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefil
  all_backends = @all_backends@
  am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -183,6 +181,7 @@ build_vendor = @build_vendor@
+@@ -183,6 +181,7 @@
  datadir = @datadir@
  datarootdir = @datarootdir@
  docdir = @docdir@
@@ -17400,7 +17409,7 @@ diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefil
  exec_prefix = @exec_prefix@
  host = @host@
  host_alias = @host_alias@
-@@ -197,12 +196,15 @@ install_sh = @install_sh@
+@@ -197,12 +196,15 @@
  l = @l@
  libdir = @libdir@
  libexecdir = @libexecdir@
@@ -17416,7 +17425,7 @@ diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefil
  sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
-@@ -364,9 +366,11 @@ distclean-libtool:
+@@ -364,9 +366,11 @@
        restore=: && backupdir="$(am__leading_dot)am$$$$" && \
        am__cwd=`pwd` && cd $(srcdir) && \
        rm -rf $$backupdir && mkdir $$backupdir && \
@@ -17431,7 +17440,7 @@ diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefil
        cd "$$am__cwd"; \
        if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
         -o $@ $<; \
-@@ -408,6 +412,7 @@ bfd.dvi: bfd.texinfo 
+@@ -408,6 +412,7 @@
  bfd.pdf: bfd.texinfo 
  bfd.html: bfd.texinfo 
  .dvi.ps:
@@ -17439,7 +17448,7 @@ diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefil
        $(DVIPS) -o $@ $<
  
  uninstall-info-am:
-@@ -440,10 +445,13 @@ dist-info: $(INFO_DEPS)
+@@ -440,10 +445,13 @@
            $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
          esac; \
          if test -f $$base; then d=.; else d=$(srcdir); fi; \
@@ -17457,9 +17466,10 @@ diff -Nrup binutils-2.17/bfd/doc/Makefile.in binutils-2.17-atmel/bfd/doc/Makefil
          done; \
        done
  
-diff -Nrup binutils-2.17/bfd/elf32-avr32.c binutils-2.17-atmel/bfd/elf32-avr32.c
---- binutils-2.17/bfd/elf32-avr32.c    1970-01-01 01:00:00.000000000 +0100
-+++ binutils-2.17-atmel/bfd/elf32-avr32.c      2007-02-12 15:37:09.000000000 +0100
+Index: binutils-2.17/bfd/elf32-avr32.c
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ binutils-2.17/bfd/elf32-avr32.c    2007-06-28 09:19:36.580675344 +0200
 @@ -0,0 +1,3847 @@
 +/* AVR32-specific support for 32-bit ELF.
 +   Copyright 2003-2006 Atmel Corporation.
@@ -21308,10 +21318,11 @@ diff -Nrup binutils-2.17/bfd/elf32-avr32.c binutils-2.17-atmel/bfd/elf32-avr32.c
 +#define elf_backend_got_header_size   AVR32_GOT_HEADER_SIZE
 +
 +#include "elf32-target.h"
-diff -Nrup binutils-2.17/bfd/elf-bfd.h binutils-2.17-atmel/bfd/elf-bfd.h
---- binutils-2.17/bfd/elf-bfd.h        2006-03-16 13:20:15.000000000 +0100
-+++ binutils-2.17-atmel/bfd/elf-bfd.h  2007-02-12 15:37:09.000000000 +0100
-@@ -1307,6 +1307,10 @@ struct elf_obj_tdata
+Index: binutils-2.17/bfd/elf-bfd.h
+===================================================================
+--- binutils-2.17.orig/bfd/elf-bfd.h   2007-06-28 09:19:34.190038776 +0200
++++ binutils-2.17/bfd/elf-bfd.h        2007-06-28 09:19:36.581675192 +0200
+@@ -1307,6 +1307,10 @@
       find_nearest_line.  */
    struct mips_elf_find_line *find_line_info;
  
@@ -21322,10 +21333,11 @@ diff -Nrup binutils-2.17/bfd/elf-bfd.h binutils-2.17-atmel/bfd/elf-bfd.h
    /* A place to stash dwarf1 info for this bfd.  */
    struct dwarf1_debug *dwarf1_find_line_info;
  
-diff -Nrup binutils-2.17/bfd/libbfd.h binutils-2.17-atmel/bfd/libbfd.h
---- binutils-2.17/bfd/libbfd.h 2006-03-26 01:38:42.000000000 +0100
-+++ binutils-2.17-atmel/bfd/libbfd.h   2007-02-20 16:08:43.000000000 +0100
-@@ -1518,6 +1518,47 @@ static const char *const bfd_reloc_code_
+Index: binutils-2.17/bfd/libbfd.h
+===================================================================
+--- binutils-2.17.orig/bfd/libbfd.h    2007-06-28 09:19:34.195038016 +0200
++++ binutils-2.17/bfd/libbfd.h 2007-06-28 09:19:36.582675040 +0200
+@@ -1518,6 +1518,47 @@
    "BFD_RELOC_AVR_LDI",
    "BFD_RELOC_AVR_6",
    "BFD_RELOC_AVR_6_ADIW",
@@ -21373,9 +21385,10 @@ diff -Nrup binutils-2.17/bfd/libbfd.h binutils-2.17-atmel/bfd/libbfd.h
    "BFD_RELOC_390_12",
    "BFD_RELOC_390_GOT12",
    "BFD_RELOC_390_PLT32",
-diff -Nrup binutils-2.17/bfd/Makefile.am binutils-2.17-atmel/bfd/Makefile.am
---- binutils-2.17/bfd/Makefile.am      2006-06-23 20:17:17.000000000 +0200
-+++ binutils-2.17-atmel/bfd/Makefile.am        2007-02-12 15:37:09.000000000 +0100
+Index: binutils-2.17/bfd/Makefile.am
+===================================================================
+--- binutils-2.17.orig/bfd/Makefile.am 2007-06-28 09:19:34.201037104 +0200
++++ binutils-2.17/bfd/Makefile.am      2007-06-28 09:19:36.583674888 +0200
 @@ -3,7 +3,7 @@
  AUTOMAKE_OPTIONS = 1.9 cygnus
  
@@ -21385,7 +21398,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.am binutils-2.17-atmel/bfd/Makefile.am
  
  INCDIR = $(srcdir)/../include
  CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
-@@ -62,6 +62,7 @@ ALL_MACHINES = \
+@@ -62,6 +62,7 @@
        cpu-arc.lo \
        cpu-arm.lo \
        cpu-avr.lo \
@@ -21393,7 +21406,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.am binutils-2.17-atmel/bfd/Makefile.am
        cpu-bfin.lo \
        cpu-cr16c.lo \
        cpu-cris.lo \
-@@ -234,6 +235,7 @@ BFD32_BACKENDS = \
+@@ -234,6 +235,7 @@
        elf32-arc.lo \
        elf32-arm.lo \
        elf32-avr.lo \
@@ -21401,7 +21414,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.am binutils-2.17-atmel/bfd/Makefile.am
        elf32-bfin.lo \
        elf32-cr16c.lo \
        elf32-cris.lo \
-@@ -1265,6 +1267,10 @@ elf32-bfin.lo: elf32-bfin.c $(INCDIR)/fi
+@@ -1265,6 +1267,10 @@
    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
    $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
    $(INCDIR)/elf/reloc-macros.h elf32-target.h
@@ -21412,9 +21425,10 @@ diff -Nrup binutils-2.17/bfd/Makefile.am binutils-2.17-atmel/bfd/Makefile.am
  elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
    $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
    $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
-diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
---- binutils-2.17/bfd/Makefile.in      2006-06-23 20:17:19.000000000 +0200
-+++ binutils-2.17-atmel/bfd/Makefile.in        2007-02-20 16:07:07.000000000 +0100
+Index: binutils-2.17/bfd/Makefile.in
+===================================================================
+--- binutils-2.17.orig/bfd/Makefile.in 2007-06-28 09:19:34.206036344 +0200
++++ binutils-2.17/bfd/Makefile.in      2007-06-28 09:19:36.584674736 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.9.5 from Makefile.am.
 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
@@ -21430,7 +21444,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
-@@ -141,6 +139,7 @@ EXEEXT = @EXEEXT@
+@@ -141,6 +139,7 @@
  EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
@@ -21438,7 +21452,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
  GT_NO = @GT_NO@
  GT_YES = @GT_YES@
  HDEFINES = @HDEFINES@
-@@ -190,10 +189,7 @@ WARN_CFLAGS = @WARN_CFLAGS@
+@@ -190,10 +189,7 @@
  WIN32LDFLAGS = @WIN32LDFLAGS@
  WIN32LIBADD = @WIN32LIBADD@
  XGETTEXT = @XGETTEXT@
@@ -21449,7 +21463,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
  all_backends = @all_backends@
  am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -219,6 +215,7 @@ build_vendor = @build_vendor@
+@@ -219,6 +215,7 @@
  datadir = @datadir@
  datarootdir = @datarootdir@
  docdir = @docdir@
@@ -21457,7 +21471,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
  exec_prefix = @exec_prefix@
  host = @host@
  host_alias = @host_alias@
-@@ -233,12 +230,15 @@ install_sh = @install_sh@
+@@ -233,12 +230,15 @@
  l = @l@
  libdir = @libdir@
  libexecdir = @libexecdir@
@@ -21473,7 +21487,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
  sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
-@@ -253,7 +253,7 @@ wordsize = @wordsize@
+@@ -253,7 +253,7 @@
  AUTOMAKE_OPTIONS = 1.9 cygnus
  
  # Uncomment the following line when doing a release.
@@ -21482,7 +21496,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
  INCDIR = $(srcdir)/../include
  CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  MKDEP = gcc -MM
-@@ -298,6 +298,7 @@ ALL_MACHINES = \
+@@ -298,6 +298,7 @@
        cpu-arc.lo \
        cpu-arm.lo \
        cpu-avr.lo \
@@ -21490,7 +21504,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
        cpu-bfin.lo \
        cpu-cr16c.lo \
        cpu-cris.lo \
-@@ -471,6 +472,7 @@ BFD32_BACKENDS = \
+@@ -471,6 +472,7 @@
        elf32-arc.lo \
        elf32-arm.lo \
        elf32-avr.lo \
@@ -21498,7 +21512,7 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
        elf32-bfin.lo \
        elf32-cr16c.lo \
        elf32-cris.lo \
-@@ -1831,6 +1833,10 @@ elf32-bfin.lo: elf32-bfin.c $(INCDIR)/fi
+@@ -1831,6 +1833,10 @@
    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
    $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
    $(INCDIR)/elf/reloc-macros.h elf32-target.h
@@ -21509,10 +21523,11 @@ diff -Nrup binutils-2.17/bfd/Makefile.in binutils-2.17-atmel/bfd/Makefile.in
  elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
    $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
    $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
-diff -Nrup binutils-2.17/bfd/reloc.c binutils-2.17-atmel/bfd/reloc.c
---- binutils-2.17/bfd/reloc.c  2006-03-26 01:38:42.000000000 +0100
-+++ binutils-2.17-atmel/bfd/reloc.c    2007-02-12 15:37:09.000000000 +0100
-@@ -3714,6 +3714,129 @@ ENUMDOC
+Index: binutils-2.17/bfd/reloc.c
+===================================================================
+--- binutils-2.17.orig/bfd/reloc.c     2007-06-28 09:19:34.211035584 +0200
++++ binutils-2.17/bfd/reloc.c  2007-06-28 09:19:36.585674584 +0200
+@@ -3714,6 +3714,129 @@
    instructions
  
  ENUM
@@ -21642,10 +21657,11 @@ diff -Nrup binutils-2.17/bfd/reloc.c binutils-2.17-atmel/bfd/reloc.c
    BFD_RELOC_390_12
  ENUMDOC
     Direct 12 bit.
-diff -Nrup binutils-2.17/bfd/targets.c binutils-2.17-atmel/bfd/targets.c
---- binutils-2.17/bfd/targets.c        2006-04-05 14:41:57.000000000 +0200
-+++ binutils-2.17-atmel/bfd/targets.c  2007-02-12 15:37:09.000000000 +0100
-@@ -553,6 +553,7 @@ extern const bfd_target b_out_vec_little
+Index: binutils-2.17/bfd/targets.c
+===================================================================
+--- binutils-2.17.orig/bfd/targets.c   2007-06-28 09:19:34.218034520 +0200
++++ binutils-2.17/bfd/targets.c        2007-06-28 09:19:36.586674432 +0200
+@@ -553,6 +553,7 @@
  extern const bfd_target bfd_efi_app_ia32_vec;
  extern const bfd_target bfd_efi_app_ia64_vec;
  extern const bfd_target bfd_elf32_avr_vec;
@@ -21653,7 +21669,7 @@ diff -Nrup binutils-2.17/bfd/targets.c binutils-2.17-atmel/bfd/targets.c
  extern const bfd_target bfd_elf32_bfin_vec;
  extern const bfd_target bfd_elf32_bfinfdpic_vec;
  extern const bfd_target bfd_elf32_big_generic_vec;
-@@ -855,6 +856,7 @@ static const bfd_target * const _bfd_tar
+@@ -855,6 +856,7 @@
        &bfd_efi_app_ia64_vec,
  #endif
        &bfd_elf32_avr_vec,
@@ -21661,9 +21677,10 @@ diff -Nrup binutils-2.17/bfd/targets.c binutils-2.17-atmel/bfd/targets.c
        &bfd_elf32_bfin_vec,
        &bfd_elf32_bfinfdpic_vec,
  
-diff -Nrup binutils-2.17/binutils/config.in binutils-2.17-atmel/binutils/config.in
---- binutils-2.17/binutils/config.in   2006-02-14 09:59:10.000000000 +0100
-+++ binutils-2.17-atmel/binutils/config.in     2007-02-20 16:07:22.000000000 +0100
+Index: binutils-2.17/binutils/config.in
+===================================================================
+--- binutils-2.17.orig/binutils/config.in      2007-06-28 09:19:34.223033760 +0200
++++ binutils-2.17/binutils/config.in   2007-06-28 09:19:36.587674280 +0200
 @@ -218,7 +218,7 @@
  
  /* If using the C implementation of alloca, define if you know the
@@ -21684,9 +21701,10 @@ diff -Nrup binutils-2.17/binutils/config.in binutils-2.17-atmel/binutils/config.
 -/* Define to `unsigned' if <sys/types.h> does not define. */
 +/* Define to `unsigned int' if <sys/types.h> does not define. */
  #undef size_t
-diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configure
---- binutils-2.17/binutils/configure   2006-04-06 23:49:29.000000000 +0200
-+++ binutils-2.17-atmel/binutils/configure     2007-02-20 16:07:20.000000000 +0100
+Index: binutils-2.17/binutils/configure
+===================================================================
+--- binutils-2.17.orig/binutils/configure      2007-06-28 09:19:35.028911248 +0200
++++ binutils-2.17/binutils/configure   2007-06-28 09:19:36.601672152 +0200
 @@ -1,25 +1,54 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
@@ -21748,7 +21766,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Support unset when possible.
  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -29,8 +58,43 @@ else
+@@ -29,8 +58,43 @@
  fi
  
  
@@ -21793,7 +21811,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  PS1='$ '
  PS2='> '
  PS4='+ '
-@@ -44,18 +108,19 @@ do
+@@ -44,18 +108,19 @@
    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
@@ -21816,7 +21834,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    as_basename=basename
  else
    as_basename=false
-@@ -63,157 +128,388 @@ fi
+@@ -63,157 +128,388 @@
  
  
  # Name of the executable.
@@ -22303,7 +22321,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if mkdir -p . 2>/dev/null; then
    as_mkdir_p=:
-@@ -222,7 +518,28 @@ else
+@@ -222,7 +518,28 @@
    as_mkdir_p=false
  fi
  
@@ -22333,7 +22351,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Sed expression to map a string onto a valid CPP name.
  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-@@ -231,39 +548,27 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
+@@ -231,39 +548,27 @@
  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  
  
@@ -22376,7 +22394,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  # Identity of this package.
  PACKAGE_NAME=
  PACKAGE_TARNAME=
-@@ -275,42 +580,193 @@ ac_unique_file="ar.c"
+@@ -275,42 +580,193 @@
  # Factoring default headers for most tests.
  ac_includes_default="\
  #include <stdio.h>
@@ -22584,7 +22602,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Initialize some variables set by options.
  ac_init_help=
-@@ -337,34 +793,48 @@ x_libraries=NONE
+@@ -337,34 +793,48 @@
  # and all the variables that are supposed to be based on exec_prefix
  # by default will actually change.
  # Use braces instead of parens because sh, perl, etc. also accept them.
@@ -22640,7 +22658,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
    -bindir | --bindir | --bindi | --bind | --bin | --bi)
      ac_prev=bindir ;;
-@@ -386,33 +856,45 @@ do
+@@ -386,33 +856,45 @@
    --config-cache | -C)
      cache_file=config.cache ;;
  
@@ -22699,7 +22717,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-@@ -439,6 +921,12 @@ do
+@@ -439,6 +921,12 @@
    -host=* | --host=* | --hos=* | --ho=*)
      host_alias=$ac_optarg ;;
  
@@ -22712,7 +22730,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    -includedir | --includedir | --includedi | --included | --include \
    | --includ | --inclu | --incl | --inc)
      ac_prev=includedir ;;
-@@ -463,13 +951,16 @@ do
+@@ -463,13 +951,16 @@
    | --libexe=* | --libex=* | --libe=*)
      libexecdir=$ac_optarg ;;
  
@@ -22733,7 +22751,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      localstatedir=$ac_optarg ;;
  
    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-@@ -534,6 +1025,16 @@ do
+@@ -534,6 +1025,16 @@
    | --progr-tra=* | --program-tr=* | --program-t=*)
      program_transform_name=$ac_optarg ;;
  
@@ -22750,7 +22768,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    | -silent | --silent | --silen | --sile | --sil)
      silent=yes ;;
-@@ -586,24 +1087,20 @@ do
+@@ -586,24 +1087,20 @@
    -with-* | --with-*)
      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
      # Reject names that are not valid shell variable names.
@@ -22781,7 +22799,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
    --x)
      # Obsolete; use --with-x.
-@@ -634,8 +1131,7 @@ Try \`$0 --help' for more information." 
+@@ -634,8 +1131,7 @@
      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     { (exit 1); exit 1; }; }
@@ -22791,7 +22809,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      export $ac_envvar ;;
  
    *)
-@@ -655,27 +1151,19 @@ if test -n "$ac_prev"; then
+@@ -655,27 +1151,19 @@
     { (exit 1); exit 1; }; }
  fi
  
@@ -22829,7 +22847,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  done
  
  # There might be people who depend on the old broken behavior: `$host'
-@@ -702,74 +1190,76 @@ test -n "$host_alias" && ac_tool_prefix=
+@@ -702,74 +1190,76 @@
  test "$silent" = yes && exec 6>/dev/null
  
  
@@ -22961,7 +22979,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  #
  # Report the --help message.
-@@ -798,9 +1288,6 @@ Configuration:
+@@ -798,9 +1288,6 @@
    -n, --no-create         do not create output files
        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  
@@ -22971,7 +22989,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  Installation directories:
    --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
-@@ -818,15 +1305,22 @@ Fine tuning of the installation director
+@@ -818,15 +1305,22 @@
    --bindir=DIR           user executables [EPREFIX/bin]
    --sbindir=DIR          system admin executables [EPREFIX/sbin]
    --libexecdir=DIR       program executables [EPREFIX/libexec]
@@ -22997,7 +23015,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  _ACEOF
  
    cat <<\_ACEOF
-@@ -876,126 +1370,100 @@ Some influential environment variables:
+@@ -876,126 +1370,100 @@
    CFLAGS      C compiler flags
    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                nonstandard directory <lib dir>
@@ -23180,7 +23198,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  {
  cat <<_ASUNAME
  ## --------- ##
-@@ -1014,7 +1482,7 @@ uname -v = `(uname -v) 2>/dev/null || ec
+@@ -1014,7 +1482,7 @@
  /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
@@ -23189,7 +23207,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-@@ -1028,6 +1496,7 @@ do
+@@ -1028,6 +1496,7 @@
    test -z "$as_dir" && as_dir=.
    echo "PATH: $as_dir"
  done
@@ -23197,7 +23215,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  } >&5
  
-@@ -1049,7 +1518,6 @@ _ACEOF
+@@ -1049,7 +1518,6 @@
  ac_configure_args=
  ac_configure_args0=
  ac_configure_args1=
@@ -23205,7 +23223,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  ac_must_keep_next=false
  for ac_pass in 1 2
  do
-@@ -1060,7 +1528,7 @@ do
+@@ -1060,7 +1528,7 @@
      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
      | -silent | --silent | --silen | --sile | --sil)
        continue ;;
@@ -23214,7 +23232,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
      esac
      case $ac_pass in
-@@ -1082,9 +1550,7 @@ do
+@@ -1082,9 +1550,7 @@
          -* ) ac_must_keep_next=true ;;
        esac
        fi
@@ -23225,7 +23243,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
        ;;
      esac
    done
-@@ -1095,8 +1561,8 @@ $as_unset ac_configure_args1 || test "${
+@@ -1095,8 +1561,8 @@
  # When interrupted or exit'd, cleanup temporary files, and complete
  # config.log.  We remove comments because anyway the quotes in there
  # would cause problems or look ugly.
@@ -23236,7 +23254,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  trap 'exit_status=$?
    # Save into config.log some information that might help in debugging.
    {
-@@ -1109,20 +1575,34 @@ trap 'exit_status=$?
+@@ -1109,20 +1575,34 @@
  _ASBOX
      echo
      # The following way of writing the cache mishandles newlines in values,
@@ -23281,7 +23299,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      echo
  
      cat <<\_ASBOX
-@@ -1133,22 +1613,28 @@ _ASBOX
+@@ -1133,22 +1613,28 @@
      echo
      for ac_var in $ac_subst_vars
      do
@@ -23317,7 +23335,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
        done | sort
        echo
      fi
-@@ -1160,26 +1646,24 @@ _ASBOX
+@@ -1160,26 +1646,24 @@
  ## ----------- ##
  _ASBOX
        echo
@@ -23349,7 +23367,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Predefined preprocessor variables.
  
-@@ -1210,14 +1694,17 @@ _ACEOF
+@@ -1210,14 +1694,17 @@
  
  # Let the site file select an alternate cache file if it wants to.
  # Prefer explicitly selected file to automatically selected ones.
@@ -23374,7 +23392,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    if test -r "$ac_site_file"; then
      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  echo "$as_me: loading site script $ac_site_file" >&6;}
-@@ -1233,8 +1720,8 @@ if test -r "$cache_file"; then
+@@ -1233,8 +1720,8 @@
      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  echo "$as_me: loading cache $cache_file" >&6;}
      case $cache_file in
@@ -23385,7 +23403,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      esac
    fi
  else
-@@ -1246,12 +1733,11 @@ fi
+@@ -1246,12 +1733,11 @@
  # Check that the precious variables saved in the cache have kept the same
  # value.
  ac_cache_corrupted=false
@@ -23401,7 +23419,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    case $ac_old_set,$ac_new_set in
      set,)
        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-@@ -1276,8 +1762,7 @@ echo "$as_me:   current value: $ac_new_v
+@@ -1276,8 +1762,7 @@
    # Pass precious variables to config.status.
    if test "$ac_new_set" = set; then
      case $ac_new_val in
@@ -23411,7 +23429,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      *) ac_arg=$ac_var=$ac_new_val ;;
      esac
      case " $ac_configure_args " in
-@@ -1294,12 +1779,6 @@ echo "$as_me: error: run \`make distclea
+@@ -1294,12 +1779,6 @@
     { (exit 1); exit 1; }; }
  fi
  
@@ -23424,7 +23442,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  
  
-@@ -1316,108 +1795,163 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+@@ -1316,108 +1795,163 @@
  
  
  
@@ -23640,7 +23658,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  
  # The aliases save the names the user supplied, while $host etc.
-@@ -1434,8 +1968,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+@@ -1434,8 +1968,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  set dummy ${ac_tool_prefix}gcc; ac_word=$2
@@ -23651,7 +23669,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1448,32 +1982,34 @@ do
+@@ -1448,32 +1982,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -23693,7 +23711,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1486,36 +2022,51 @@ do
+@@ -1486,36 +2022,51 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -23755,7 +23773,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1528,74 +2079,34 @@ do
+@@ -1528,74 +2079,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -23839,7 +23857,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1609,7 +2120,7 @@ do
+@@ -1609,7 +2120,7 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -23848,7 +23866,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
         ac_prog_rejected=yes
         continue
-@@ -1620,6 +2131,7 @@ do
+@@ -1620,6 +2131,7 @@
    fi
  done
  done
@@ -23856,7 +23874,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if test $ac_prog_rejected = yes; then
    # We found a bogon in the path, so make sure we never use it.
-@@ -1637,22 +2149,23 @@ fi
+@@ -1637,22 +2149,23 @@
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
@@ -23887,7 +23905,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1665,36 +2178,38 @@ do
+@@ -1665,36 +2178,38 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -23934,7 +23952,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1707,29 +2222,45 @@ do
+@@ -1707,29 +2222,45 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -23986,7 +24004,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  
  fi
-@@ -1742,21 +2273,35 @@ See \`config.log' for more details." >&2
+@@ -1742,21 +2273,35 @@
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
@@ -24030,7 +24048,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }
-@@ -1781,47 +2326,77 @@ ac_clean_files="$ac_clean_files a.out a.
+@@ -1781,47 +2326,77 @@
  # Try to create an executable without -o first, disregard a.out.
  # It will help us diagnose broken compilers, and finding out an intuition
  # of exeext.
@@ -24130,7 +24148,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
  
-@@ -1833,19 +2408,21 @@ See \`config.log' for more details." >&2
+@@ -1833,19 +2408,21 @@
  fi
  
  ac_exeext=$ac_cv_exeext
@@ -24159,7 +24177,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -1864,22 +2441,27 @@ See \`config.log' for more details." >&2
+@@ -1864,22 +2441,27 @@
      fi
    fi
  fi
@@ -24199,7 +24217,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
-@@ -1890,9 +2472,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -1890,9 +2472,8 @@
  for ac_file in conftest.exe conftest conftest.*; do
    test -f "$ac_file" || continue
    case $ac_file in
@@ -24210,7 +24228,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
          break;;
      * ) break;;
    esac
-@@ -1906,14 +2487,14 @@ See \`config.log' for more details." >&2
+@@ -1906,14 +2487,14 @@
  fi
  
  rm -f conftest$ac_cv_exeext
@@ -24229,7 +24247,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_objext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1933,14 +2514,20 @@ main ()
+@@ -1933,14 +2514,20 @@
  }
  _ACEOF
  rm -f conftest.o conftest.obj
@@ -24254,7 +24272,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
         break;;
    esac
-@@ -1958,12 +2545,12 @@ fi
+@@ -1958,12 +2545,12 @@
  
  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  fi
@@ -24271,7 +24289,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1986,50 +2573,49 @@ main ()
+@@ -1986,50 +2573,49 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -24345,7 +24363,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  /* confdefs.h.  */
  _ACEOF
  cat confdefs.h >>conftest.$ac_ext
-@@ -2045,38 +2631,118 @@ main ()
+@@ -2045,38 +2631,118 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -24480,7 +24498,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "$ac_test_CFLAGS" = set; then
    CFLAGS=$ac_save_CFLAGS
  elif test $ac_cv_prog_cc_g = yes; then
-@@ -2092,12 +2758,12 @@ else
+@@ -2092,12 +2758,12 @@
      CFLAGS=
    fi
  fi
@@ -24497,7 +24515,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -2131,12 +2797,17 @@ static char *f (char * (*g) (char **, in
+@@ -2131,12 +2797,17 @@
  /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
     function prototypes and stuff, but not '\xHH' hex character constants.
     These don't provoke an error unfortunately, instead are silently treated
@@ -24517,7 +24535,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  int test (int i, double x);
  struct s1 {int (*f) (int a);};
  struct s2 {int (*f) (double a);};
-@@ -2151,335 +2822,144 @@ return f (e, argv, 0) != argv[0]  ||  f 
+@@ -2151,335 +2822,144 @@
    return 0;
  }
  _ACEOF
@@ -24940,7 +24958,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  fi
  
-@@ -2499,8 +2979,8 @@ am__api_version="1.9"
+@@ -2499,8 +2979,8 @@
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # OS/2's system install, which has a completely different semantic
  # ./install, which can be erroneously created by make from ./install.sh.
@@ -24951,7 +24969,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test -z "$INSTALL"; then
  if test "${ac_cv_path_install+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -2522,7 +3002,7 @@ case $as_dir/ in
+@@ -2522,7 +3002,7 @@
      # by default.
      for ac_prog in ginstall scoinst install; do
        for ac_exec_ext in '' $ac_executable_extensions; do
@@ -24960,7 +24978,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
          if test $ac_prog = install &&
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
            # AIX install.  It has an incompatible calling convention.
-@@ -2541,21 +3021,22 @@ case $as_dir/ in
+@@ -2541,21 +3021,22 @@
      ;;
  esac
  done
@@ -24988,7 +25006,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  # It thinks the first close brace ends the variable substitution.
-@@ -2565,8 +3046,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
+@@ -2565,8 +3046,8 @@
  
  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  
@@ -24999,7 +25017,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  # Just in case
  sleep 1
  echo timestamp > conftest.file
-@@ -2608,20 +3089,20 @@ echo "$as_me: error: newly created file 
+@@ -2608,20 +3089,20 @@
  Check your system clock" >&2;}
     { (exit 1); exit 1; }; }
  fi
@@ -25025,7 +25043,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # expand $ac_aux_dir to an absolute path
  am_aux_dir=`cd $ac_aux_dir && pwd`
-@@ -2673,8 +3154,8 @@ for ac_prog in gawk mawk nawk awk
+@@ -2673,8 +3154,8 @@
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
@@ -25036,7 +25054,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_AWK+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2687,54 +3168,57 @@ do
+@@ -2687,54 +3168,57 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -25115,7 +25133,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
-@@ -2749,7 +3233,7 @@ rmdir .tst 2>/dev/null
+@@ -2749,7 +3233,7 @@
  
  DEPDIR="${am__leading_dot}deps"
  
@@ -25124,7 +25142,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  
  am_make=${MAKE-make}
-@@ -2759,8 +3243,8 @@ am__doit:
+@@ -2759,8 +3243,8 @@
  .PHONY: am__doit
  END
  # If we don't find an include directive, just comment out the code.
@@ -25135,7 +25153,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  am__include="#"
  am__quote=
  _am_result=none
-@@ -2787,15 +3271,15 @@ if test "$am__include" = "#"; then
+@@ -2787,15 +3271,15 @@
  fi
  
  
@@ -25156,7 +25174,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "x$enable_dependency_tracking" != xno; then
    am_depcomp="$ac_aux_dir/depcomp"
    AMDEPBACKSLASH='\'
-@@ -2870,8 +3354,8 @@ if test "$cross_compiling" != no; then
+@@ -2870,8 +3354,8 @@
    if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  set dummy ${ac_tool_prefix}strip; ac_word=$2
@@ -25167,7 +25185,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2884,32 +3368,34 @@ do
+@@ -2884,32 +3368,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -25209,7 +25227,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2922,27 +3408,41 @@ do
+@@ -2922,27 +3408,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -25258,7 +25276,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  else
    STRIP="$ac_cv_prog_STRIP"
  fi
-@@ -2963,8 +3463,8 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
+@@ -2963,8 +3463,8 @@
  
  depcc="$CC"   am_compiler_list=
  
@@ -25269,7 +25287,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3053,8 +3553,8 @@ else
+@@ -3053,8 +3553,8 @@
  fi
  
  fi
@@ -25280,7 +25298,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  
  
-@@ -3072,10 +3572,9 @@ fi
+@@ -3072,10 +3572,9 @@
  
  
  
@@ -25293,7 +25311,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  case $enableval in
  yes) enable_shared=yes ;;
  no) enable_shared=no ;;
-@@ -3093,11 +3592,11 @@ no) enable_shared=no ;;
+@@ -3093,11 +3592,11 @@
  esac
  else
    enable_shared=yes
@@ -25309,7 +25327,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  case $enableval in
  yes) enable_static=yes ;;
  no) enable_static=no ;;
-@@ -3115,11 +3614,11 @@ no) enable_static=no ;;
+@@ -3115,11 +3614,11 @@
  esac
  else
    enable_static=yes
@@ -25325,7 +25343,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  case $enableval in
  yes) enable_fast_install=yes ;;
  no) enable_fast_install=no ;;
-@@ -3137,20 +3636,21 @@ no) enable_fast_install=no ;;
+@@ -3137,20 +3636,21 @@
  esac
  else
    enable_fast_install=yes
@@ -25354,7 +25372,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    case $host in
    *-*-mingw*)
      # gcc leaves a trailing carriage return which upsets mingw
-@@ -3179,11 +3679,11 @@ echo $ECHO_N "checking for ld used by GC
+@@ -3179,11 +3679,11 @@
      ;;
    esac
  elif test "$with_gnu_ld" = yes; then
@@ -25370,7 +25388,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  if test "${lt_cv_path_LD+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -3212,17 +3712,17 @@ fi
+@@ -3212,17 +3712,17 @@
  
  LD="$lt_cv_path_LD"
  if test -n "$LD"; then
@@ -25394,7 +25412,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${lt_cv_prog_gnu_ld+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3233,25 +3733,25 @@ else
+@@ -3233,25 +3733,25 @@
    lt_cv_prog_gnu_ld=no
  fi
  fi
@@ -25428,7 +25446,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${lt_cv_path_NM+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3286,22 +3786,22 @@ fi
+@@ -3286,22 +3786,22 @@
  fi
  
  NM="$lt_cv_path_NM"
@@ -25461,7 +25479,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${lt_cv_deplibs_check_method+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3463,8 +3963,8 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+@@ -3463,8 +3963,8 @@
  esac
  
  fi
@@ -25472,7 +25490,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  file_magic_cmd=$lt_cv_file_magic_cmd
  deplibs_check_method=$lt_cv_deplibs_check_method
  
-@@ -3474,8 +3974,8 @@ deplibs_check_method=$lt_cv_deplibs_chec
+@@ -3474,8 +3974,8 @@
  # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
  
  # find the maximum length of command line arguments
@@ -25483,7 +25501,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${lt_cv_sys_max_cmd_len+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3526,11 +4026,11 @@ else
+@@ -3526,11 +4026,11 @@
  fi
  
  if test -n "$lt_cv_sys_max_cmd_len" ; then
@@ -25499,7 +25517,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  
  
-@@ -3538,8 +4038,8 @@ fi
+@@ -3538,8 +4038,8 @@
  case $deplibs_check_method in
  file_magic*)
    if test "$file_magic_cmd" = '$MAGIC_CMD'; then
@@ -25510,7 +25528,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3593,17 +4093,17 @@ fi
+@@ -3593,17 +4093,17 @@
  
  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  if test -n "$MAGIC_CMD"; then
@@ -25534,7 +25552,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3657,11 +4157,11 @@ fi
+@@ -3657,11 +4157,11 @@
  
  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  if test -n "$MAGIC_CMD"; then
@@ -25550,7 +25568,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  
    else
-@@ -3676,8 +4176,8 @@ esac
+@@ -3676,8 +4176,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
@@ -25561,7 +25579,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3690,32 +4190,34 @@ do
+@@ -3690,32 +4190,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -25603,7 +25621,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3728,27 +4230,41 @@ do
+@@ -3728,27 +4230,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -25652,7 +25670,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  else
    RANLIB="$ac_cv_prog_RANLIB"
  fi
-@@ -3756,8 +4272,8 @@ fi
+@@ -3756,8 +4272,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  set dummy ${ac_tool_prefix}strip; ac_word=$2
@@ -25663,7 +25681,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3770,32 +4286,34 @@ do
+@@ -3770,32 +4286,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -25705,7 +25723,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3808,27 +4326,41 @@ do
+@@ -3808,27 +4326,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -25754,7 +25772,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  else
    STRIP="$ac_cv_prog_STRIP"
  fi
-@@ -3843,22 +4375,22 @@ test "$GCC" = yes && libtool_flags="$lib
+@@ -3843,22 +4375,22 @@
  test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
  
  
@@ -25784,7 +25802,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
  test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
  
-@@ -3867,7 +4399,7 @@ test x"$pic_mode" = xno && libtool_flags
+@@ -3867,7 +4399,7 @@
  case $host in
  *-*-irix6*)
    # Find out which ABI we are using.
@@ -25793,7 +25811,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
-@@ -3972,13 +4504,12 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*li
+@@ -3972,13 +4504,12 @@
    # On SCO OpenServer 5, we need -belf to get full-featured binaries.
    SAVE_CFLAGS="$CFLAGS"
    CFLAGS="$CFLAGS -belf"
@@ -25809,7 +25827,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
       ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -4001,35 +4532,32 @@ main ()
+@@ -4001,35 +4532,32 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -25860,7 +25878,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
        conftest$ac_exeext conftest.$ac_ext
       ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
-@@ -4038,8 +4566,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+@@ -4038,8 +4566,8 @@
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
  fi
@@ -25871,7 +25889,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    if test x"$lt_cv_cc_needs_belf" != x"yes"; then
      # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
      CFLAGS="$SAVE_CFLAGS"
-@@ -4069,39 +4597,58 @@ _ACEOF
+@@ -4069,39 +4597,58 @@
  
  # The following way of writing the cache mishandles newlines in values,
  # but we know of no workaround that is simple, portable, and efficient.
@@ -25946,7 +25964,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    fi
  fi
  rm -f confcache
-@@ -4127,8 +4674,8 @@ if test -r "$cache_file"; then
+@@ -4127,8 +4674,8 @@
      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  echo "$as_me: loading cache $cache_file" >&6;}
      case $cache_file in
@@ -25957,7 +25975,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      esac
    fi
  else
-@@ -4154,10 +4701,9 @@ exec 5>>./config.log
+@@ -4154,10 +4701,9 @@
  
  
  
@@ -25970,7 +25988,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
  echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
     { (exit 1); exit 1; }; }
-@@ -4165,31 +4711,32 @@ echo "$as_me: error: enable-targets opti
+@@ -4165,31 +4711,32 @@
    no)       enable_targets= ;;
    *)        enable_targets=$enableval ;;
  esac
@@ -26011,7 +26029,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Enable -Werror by default when using gcc
  if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
-@@ -4206,10 +4753,9 @@ if test "${GCC}" = yes ; then
+@@ -4206,10 +4753,9 @@
    WARN_CFLAGS="${GCC_WARN_CFLAGS}"
  fi
  
@@ -26024,7 +26042,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    yes)        WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
    no) if test "${GCC}" = yes ; then
          WARN_CFLAGS="-w"
-@@ -4220,7 +4766,8 @@ if test "${enable_build_warnings+set}" =
+@@ -4220,7 +4766,8 @@
          WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
    *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
  esac
@@ -26034,7 +26052,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
    echo "Setting warning flags = $WARN_CFLAGS" 6>&1
-@@ -4230,7 +4777,7 @@ fi
+@@ -4230,7 +4777,7 @@
  
  
  
@@ -26043,7 +26061,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  
  if test -z "$target" ; then
-@@ -4252,8 +4799,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+@@ -4252,8 +4799,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  set dummy ${ac_tool_prefix}gcc; ac_word=$2
@@ -26054,7 +26072,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4266,32 +4813,34 @@ do
+@@ -4266,32 +4813,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -26096,7 +26114,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4304,36 +4853,51 @@ do
+@@ -4304,36 +4853,51 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -26158,7 +26176,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4346,74 +4910,34 @@ do
+@@ -4346,74 +4910,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -26242,7 +26260,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4427,7 +4951,7 @@ do
+@@ -4427,7 +4951,7 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -26251,7 +26269,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
         ac_prog_rejected=yes
         continue
-@@ -4438,6 +4962,7 @@ do
+@@ -4438,6 +4962,7 @@
    fi
  done
  done
@@ -26259,7 +26277,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if test $ac_prog_rejected = yes; then
    # We found a bogon in the path, so make sure we never use it.
-@@ -4455,22 +4980,23 @@ fi
+@@ -4455,22 +4980,23 @@
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
@@ -26290,7 +26308,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4483,36 +5009,38 @@ do
+@@ -4483,36 +5009,38 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -26337,7 +26355,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4525,29 +5053,45 @@ do
+@@ -4525,29 +5053,45 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -26389,7 +26407,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  
  fi
-@@ -4560,27 +5104,41 @@ See \`config.log' for more details." >&2
+@@ -4560,27 +5104,41 @@
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
@@ -26441,7 +26459,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4603,50 +5161,49 @@ main ()
+@@ -4603,50 +5161,49 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -26515,7 +26533,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  /* confdefs.h.  */
  _ACEOF
  cat confdefs.h >>conftest.$ac_ext
-@@ -4662,311 +5219,248 @@ main ()
+@@ -4662,311 +5219,248 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -26988,7 +27006,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -4984,8 +5478,8 @@ for ac_prog in 'bison -y' byacc
+@@ -4984,8 +5478,8 @@
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
@@ -26999,7 +27017,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_YACC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4998,25 +5492,27 @@ do
+@@ -4998,25 +5492,27 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -27032,7 +27050,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    test -n "$YACC" && break
  done
  test -n "$YACC" || YACC="yacc"
-@@ -5025,8 +5521,8 @@ for ac_prog in flex lex
+@@ -5025,8 +5521,8 @@
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
@@ -27043,7 +27061,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_LEX+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5039,253 +5535,182 @@ do
+@@ -5039,253 +5535,182 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -27400,7 +27418,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_prog_lex_yytext_pointer = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -5293,6 +5718,7 @@ cat >>confdefs.h <<\_ACEOF
+@@ -5293,6 +5718,7 @@
  _ACEOF
  
  fi
@@ -27408,7 +27426,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  fi
  if test "$LEX" = :; then
-@@ -5303,8 +5729,8 @@ ALL_LINGUAS="fr tr ja es sv da zh_CN ru 
+@@ -5303,8 +5729,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
@@ -27419,7 +27437,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5317,32 +5743,34 @@ do
+@@ -5317,32 +5743,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -27461,7 +27479,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5355,27 +5783,41 @@ do
+@@ -5355,27 +5783,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -27510,7 +27528,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  else
    RANLIB="$ac_cv_prog_RANLIB"
  fi
-@@ -5385,8 +5827,8 @@ ac_cpp='$CPP $CPPFLAGS'
+@@ -5385,8 +5827,8 @@
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
@@ -27521,7 +27539,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
    CPP=
-@@ -5420,24 +5862,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5420,24 +5862,22 @@
  #endif
                     Syntax error
  _ACEOF
@@ -27557,7 +27575,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    :
  else
    echo "$as_me: failed program was:" >&5
-@@ -5446,9 +5886,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5446,9 +5886,10 @@
    # Broken: fails on valid input.
  continue
  fi
@@ -27569,7 +27587,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -5458,24 +5899,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5458,24 +5899,22 @@
  /* end confdefs.h.  */
  #include <ac_nonexistent.h>
  _ACEOF
@@ -27605,7 +27623,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    # Broken: success on invalid input.
  continue
  else
-@@ -5486,6 +5925,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5486,6 +5925,7 @@
  ac_preproc_ok=:
  break
  fi
@@ -27613,7 +27631,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  rm -f conftest.err conftest.$ac_ext
  
  done
-@@ -5503,8 +5943,8 @@ fi
+@@ -5503,8 +5943,8 @@
  else
    ac_cv_prog_CPP=$CPP
  fi
@@ -27624,7 +27642,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  ac_preproc_ok=false
  for ac_c_preproc_warn_flag in '' yes
  do
-@@ -5527,24 +5967,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5527,24 +5967,22 @@
  #endif
                     Syntax error
  _ACEOF
@@ -27660,7 +27678,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    :
  else
    echo "$as_me: failed program was:" >&5
-@@ -5553,9 +5991,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5553,9 +5991,10 @@
    # Broken: fails on valid input.
  continue
  fi
@@ -27672,7 +27690,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -5565,24 +6004,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -5565,24 +6004,22 @@
  /* end confdefs.h.  */
  #include <ac_nonexistent.h>
  _ACEOF
@@ -27708,7 +27726,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    # Broken: success on invalid input.
  continue
  else
-@@ -5593,6 +6030,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5593,6 +6030,7 @@
  ac_preproc_ok=:
  break
  fi
@@ -27716,7 +27734,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  rm -f conftest.err conftest.$ac_ext
  
  done
-@@ -5615,23 +6053,170 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+@@ -5615,23 +6053,170 @@
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
  
@@ -27898,7 +27916,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_header_stdc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5655,35 +6240,31 @@ main ()
+@@ -5655,35 +6240,31 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -27948,7 +27966,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
-@@ -5739,6 +6320,7 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -5739,6 +6320,7 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  #include <ctype.h>
@@ -27956,7 +27974,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #if ((' ' & 0x0FF) == 0x020)
  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-@@ -5758,18 +6340,27 @@ main ()
+@@ -5758,18 +6340,27 @@
    for (i = 0; i < 256; i++)
      if (XOR (islower (i), ISLOWER (i))
        || toupper (i) != TOUPPER (i))
@@ -27990,7 +28008,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -5782,12 +6373,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -5782,12 +6373,14 @@
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
@@ -28008,7 +28026,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_header_stdc = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -5796,8 +6389,8 @@ _ACEOF
+@@ -5796,8 +6389,8 @@
  
  fi
  
@@ -28019,7 +28037,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_c_const+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5815,10 +6408,10 @@ main ()
+@@ -5815,10 +6408,10 @@
  #ifndef __cplusplus
    /* Ultrix mips cc rejects this.  */
    typedef int charset[2];
@@ -28033,7 +28051,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    /* NEC SVR4.0.2 mips cc rejects this.  */
    struct point {int x, y;};
    static struct point const zero = {0,0};
-@@ -5827,16 +6420,17 @@ main ()
+@@ -5827,16 +6420,17 @@
       an arm of an if-expression whose if-part is not a constant
       expression */
    const char *g = "string";
@@ -28055,7 +28073,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    }
    { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
      int x[] = {25, 17};
-@@ -5855,7 +6449,9 @@ main ()
+@@ -5855,7 +6449,9 @@
    }
    { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
      const int foo = 10;
@@ -28065,7 +28083,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -5863,38 +6459,34 @@ main ()
+@@ -5863,38 +6459,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -28120,7 +28138,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_c_const = no; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -5903,8 +6495,8 @@ _ACEOF
+@@ -5903,8 +6495,8 @@
  
  fi
  
@@ -28131,7 +28149,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_c_inline+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5924,39 +6516,37 @@ $ac_kw foo_t foo () {return 0; }
+@@ -5924,39 +6516,37 @@
  
  _ACEOF
  rm -f conftest.$ac_objext
@@ -28189,7 +28207,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  
  case $ac_cv_c_inline in
-@@ -5988,9 +6578,9 @@ for ac_header in sys/types.h sys/stat.h 
+@@ -5988,9 +6578,9 @@
                  inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -28202,7 +28220,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -6004,38 +6594,35 @@ $ac_includes_default
+@@ -6004,38 +6594,35 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -28258,7 +28276,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-@@ -6046,8 +6633,8 @@ fi
+@@ -6046,8 +6633,8 @@
  done
  
  
@@ -28269,7 +28287,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_type_off_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6058,62 +6645,59 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -6058,62 +6645,59 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -28354,7 +28372,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_type_size_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6124,64 +6708,61 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -6124,64 +6708,61 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -28441,7 +28459,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_working_alloca_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6196,44 +6777,42 @@ int
+@@ -6196,44 +6777,42 @@
  main ()
  {
  char *p = (char *) alloca (2 * sizeof (int));
@@ -28504,7 +28522,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_working_alloca_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -6242,8 +6821,8 @@ _ACEOF
+@@ -6242,8 +6821,8 @@
  
  fi
  
@@ -28515,7 +28533,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_func_alloca_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6260,7 +6839,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6260,7 +6839,7 @@
  #  include <malloc.h>
  #  define alloca _alloca
  # else
@@ -28524,7 +28542,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #   include <alloca.h>
  #  else
  #   ifdef _AIX
-@@ -6278,44 +6857,42 @@ int
+@@ -6278,44 +6857,42 @@
  main ()
  {
  char *p = (char *) alloca (1);
@@ -28587,7 +28605,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if test $ac_cv_func_alloca_works = yes; then
  
-@@ -6329,15 +6906,15 @@ else
+@@ -6329,15 +6906,15 @@
  # contain a buggy version.  If you still want to use their alloca,
  # use ar to extract alloca.o from them instead of compiling alloca.c.
  
@@ -28606,7 +28624,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_os_cray+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6347,7 +6924,7 @@ _ACEOF
+@@ -6347,7 +6924,7 @@
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -28615,7 +28633,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  webecray
  #else
  wenotbecray
-@@ -6363,14 +6940,14 @@ fi
+@@ -6363,14 +6940,14 @@
  rm -f conftest*
  
  fi
@@ -28635,7 +28653,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -6396,68 +6973,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6396,68 +6973,60 @@
  
  #undef $ac_func
  
@@ -28727,7 +28745,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_var'}'` = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -6470,8 +7039,8 @@ fi
+@@ -6470,8 +7039,8 @@
    done
  fi
  
@@ -28738,7 +28756,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_c_stack_direction+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6484,6 +7053,7 @@ _ACEOF
+@@ -6484,6 +7053,7 @@
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -28746,7 +28764,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  int
  find_stack_direction ()
  {
-@@ -6501,17 +7071,26 @@ find_stack_direction ()
+@@ -6501,17 +7071,26 @@
  int
  main ()
  {
@@ -28778,7 +28796,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -6524,11 +7103,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -6524,11 +7103,13 @@
  ( exit $ac_status )
  ac_cv_c_stack_direction=-1
  fi
@@ -28795,7 +28813,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  cat >>confdefs.h <<_ACEOF
  #define STACK_DIRECTION $ac_cv_c_stack_direction
-@@ -6542,18 +7123,19 @@ fi
+@@ -6542,18 +7123,19 @@
  for ac_header in stdlib.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -28823,7 +28841,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6564,41 +7146,37 @@ $ac_includes_default
+@@ -6564,41 +7146,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -28883,7 +28901,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6607,24 +7185,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6607,24 +7185,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -28919,7 +28937,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -6632,9 +7208,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -6632,9 +7208,10 @@
  
    ac_header_preproc=no
  fi
@@ -28932,7 +28950,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -6658,25 +7235,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -6658,25 +7235,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -28965,7 +28983,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -6692,9 +7263,9 @@ done
+@@ -6692,9 +7263,9 @@
  for ac_func in getpagesize
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -28978,7 +28996,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -6720,68 +7291,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -6720,68 +7291,60 @@
  
  #undef $ac_func
  
@@ -29070,7 +29088,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -6790,8 +7353,8 @@ _ACEOF
+@@ -6790,8 +7353,8 @@
  fi
  done
  
@@ -29081,7 +29099,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6833,21 +7396,21 @@ $ac_includes_default
+@@ -6833,21 +7396,21 @@
  #include <fcntl.h>
  #include <sys/mman.h>
  
@@ -29107,7 +29125,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #   include <sys/param.h>
  #   ifdef EXEC_PAGESIZE
  #    define getpagesize() EXEC_PAGESIZE
-@@ -6886,15 +7449,15 @@ main ()
+@@ -6886,15 +7449,15 @@
    /* First, make a file with some known garbage in it. */
    data = (char *) malloc (pagesize);
    if (!data)
@@ -29126,7 +29144,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    close (fd);
  
    /* Next, try to mmap the file at a fixed address which already has
-@@ -6902,17 +7465,17 @@ main ()
+@@ -6902,17 +7465,17 @@
       we see the same garbage.  */
    fd = open ("conftest.mmap", O_RDWR);
    if (fd < 0)
@@ -29149,7 +29167,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
    /* Finally, make sure that changes to the mapped area do not
       percolate back to the file as seen by read().  (This is a bug on
-@@ -6921,24 +7484,33 @@ main ()
+@@ -6921,24 +7484,33 @@
      *(data2 + i) = *(data2 + i) + 1;
    data3 = (char *) malloc (pagesize);
    if (!data3)
@@ -29191,7 +29209,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -6951,11 +7523,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -6951,11 +7523,13 @@
  ( exit $ac_status )
  ac_cv_func_mmap_fixed_mapped=no
  fi
@@ -29208,7 +29226,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_func_mmap_fixed_mapped = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -6979,18 +7553,19 @@ for ac_header in argz.h limits.h locale.
+@@ -6979,18 +7553,19 @@
  unistd.h values.h sys/param.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -29236,7 +29254,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7001,41 +7576,37 @@ $ac_includes_default
+@@ -7001,41 +7576,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -29296,7 +29314,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7044,24 +7615,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7044,24 +7615,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -29332,7 +29350,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -7069,9 +7638,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -7069,9 +7638,10 @@
  
    ac_header_preproc=no
  fi
@@ -29345,7 +29363,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -7095,25 +7665,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -7095,25 +7665,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -29378,7 +29396,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -7139,9 +7703,9 @@ for ac_func in getcwd munmap putenv sete
+@@ -7139,9 +7703,9 @@
  __argz_count __argz_stringify __argz_next
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -29391,7 +29409,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -7167,68 +7731,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7167,68 +7731,60 @@
  
  #undef $ac_func
  
@@ -29483,7 +29501,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -7243,9 +7799,9 @@ done
+@@ -7243,9 +7799,9 @@
  for ac_func in stpcpy
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -29496,7 +29514,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -7271,68 +7827,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7271,68 +7827,60 @@
  
  #undef $ac_func
  
@@ -29588,7 +29606,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -7351,8 +7899,8 @@ _ACEOF
+@@ -7351,8 +7899,8 @@
     fi
  
     if test $ac_cv_header_locale_h = yes; then
@@ -29599,7 +29617,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${am_cv_val_LC_MESSAGES+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7372,39 +7920,36 @@ return LC_MESSAGES
+@@ -7372,39 +7920,36 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -29656,7 +29674,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      if test $am_cv_val_LC_MESSAGES = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7413,34 +7958,34 @@ _ACEOF
+@@ -7413,34 +7958,34 @@
  
      fi
    fi
@@ -29707,7 +29725,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
        nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
        if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
-@@ -7449,17 +7994,17 @@ echo "${ECHO_T}$nls_cv_force_use_gnu_get
+@@ -7449,17 +7994,17 @@
        CATOBJEXT=
  
        if test "${ac_cv_header_libintl_h+set}" = set; then
@@ -29731,7 +29749,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7470,41 +8015,37 @@ $ac_includes_default
+@@ -7470,41 +8015,37 @@
  #include <libintl.h>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -29791,7 +29809,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7513,24 +8054,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7513,24 +8054,22 @@
  /* end confdefs.h.  */
  #include <libintl.h>
  _ACEOF
@@ -29827,7 +29845,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -7538,9 +8077,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -7538,9 +8077,10 @@
  
    ac_header_preproc=no
  fi
@@ -29840,7 +29858,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -7564,30 +8104,23 @@ echo "$as_me: WARNING: libintl.h:     se
+@@ -7564,30 +8104,23 @@
  echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
@@ -29878,7 +29896,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${gt_cv_func_gettext_libc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7607,43 +8140,40 @@ return (int) gettext ("")
+@@ -7607,43 +8140,40 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -29941,7 +29959,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7656,59 +8186,56 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -7656,59 +8186,56 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -30024,7 +30042,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${gt_cv_func_gettext_libintl+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7728,39 +8255,36 @@ return (int) gettext ("")
+@@ -7728,39 +8255,36 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -30081,7 +30099,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  
           fi
-@@ -7774,8 +8298,8 @@ _ACEOF
+@@ -7774,8 +8298,8 @@
  
              # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
@@ -30092,7 +30110,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_path_MSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7801,20 +8325,20 @@ esac
+@@ -7801,20 +8325,20 @@
  fi
  MSGFMT="$ac_cv_path_MSGFMT"
  if test -n "$MSGFMT"; then
@@ -30120,7 +30138,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -7840,68 +8364,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -7840,68 +8364,60 @@
  
  #undef $ac_func
  
@@ -30212,7 +30230,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -7912,8 +8428,8 @@ done
+@@ -7912,8 +8428,8 @@
  
                # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
@@ -30223,7 +30241,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_path_GMSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7928,32 +8444,33 @@ do
+@@ -7928,32 +8444,33 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -30265,7 +30283,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_path_XGETTEXT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -7979,11 +8496,11 @@ esac
+@@ -7979,11 +8496,11 @@
  fi
  XGETTEXT="$ac_cv_path_XGETTEXT"
  if test -n "$XGETTEXT"; then
@@ -30281,7 +30299,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  
                cat >conftest.$ac_ext <<_ACEOF
-@@ -8003,37 +8520,34 @@ extern int _nl_msg_cat_cntr;
+@@ -8003,37 +8520,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -30334,7 +30352,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
        conftest$ac_exeext conftest.$ac_ext
                INSTOBJEXT=.mo
              fi
-@@ -8055,8 +8569,8 @@ fi
+@@ -8055,8 +8569,8 @@
                  INTLOBJS="\$(GETTOBJS)"
          # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
@@ -30345,7 +30363,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_path_MSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8082,17 +8596,17 @@ esac
+@@ -8082,17 +8596,17 @@
  fi
  MSGFMT="$ac_cv_path_MSGFMT"
  if test -n "$MSGFMT"; then
@@ -30369,7 +30387,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_path_GMSGFMT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8107,32 +8621,33 @@ do
+@@ -8107,32 +8621,33 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -30411,7 +30429,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_path_XGETTEXT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8158,11 +8673,11 @@ esac
+@@ -8158,11 +8673,11 @@
  fi
  XGETTEXT="$ac_cv_path_XGETTEXT"
  if test -n "$XGETTEXT"; then
@@ -30427,7 +30445,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  fi
  
  
-@@ -8181,8 +8696,8 @@ fi
+@@ -8181,8 +8696,8 @@
                        if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
          : ;
        else
@@ -30438,7 +30456,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
          XGETTEXT=":"
        fi
        fi
-@@ -8231,8 +8746,8 @@ _ACEOF
+@@ -8231,8 +8746,8 @@
       if test "x$ALL_LINGUAS" = "x"; then
         LINGUAS=
       else
@@ -30449,7 +30467,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
         NEW_LINGUAS=
         for lang in ${LINGUAS=$ALL_LINGUAS}; do
           case "$ALL_LINGUAS" in
-@@ -8240,8 +8755,8 @@ echo $ECHO_N "checking for catalogs to b
+@@ -8240,8 +8755,8 @@
           esac
         done
         LINGUAS=$NEW_LINGUAS
@@ -30460,7 +30478,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
       fi
  
            if test -n "$LINGUAS"; then
-@@ -8260,17 +8775,17 @@ echo "${ECHO_T}$LINGUAS" >&6
+@@ -8260,17 +8775,17 @@
              if test -f $srcdir/po2tbl.sed.in; then
        if test "$CATOBJEXT" = ".cat"; then
         if test "${ac_cv_header_linux_version_h+set}" = set; then
@@ -30484,7 +30502,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8281,41 +8796,37 @@ $ac_includes_default
+@@ -8281,41 +8796,37 @@
  #include <linux/version.h>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -30544,7 +30562,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8324,24 +8835,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -8324,24 +8835,22 @@
  /* end confdefs.h.  */
  #include <linux/version.h>
  _ACEOF
@@ -30580,7 +30598,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -8349,9 +8858,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -8349,9 +8858,10 @@
  
    ac_header_preproc=no
  fi
@@ -30593,7 +30611,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -8375,25 +8885,18 @@ echo "$as_me: WARNING: linux/version.h: 
+@@ -8375,25 +8885,18 @@
  echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
@@ -30624,7 +30642,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  fi
  if test $ac_cv_header_linux_version_h = yes; then
-@@ -8443,17 +8946,17 @@ fi
+@@ -8443,17 +8946,17 @@
     fi
  
  
@@ -30650,7 +30668,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  
  if test $USE_MAINTAINER_MODE = yes; then
-@@ -8493,8 +8996,8 @@ AR=${AR-ar}
+@@ -8493,8 +8996,8 @@
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
@@ -30661,7 +30679,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8507,32 +9010,34 @@ do
+@@ -8507,32 +9010,34 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -30703,7 +30721,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8545,27 +9050,41 @@ do
+@@ -8545,27 +9050,41 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -30752,7 +30770,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  else
    RANLIB="$ac_cv_prog_RANLIB"
  fi
-@@ -8583,8 +9102,8 @@ fi
+@@ -8583,8 +9102,8 @@
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # OS/2's system install, which has a completely different semantic
  # ./install, which can be erroneously created by make from ./install.sh.
@@ -30763,7 +30781,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test -z "$INSTALL"; then
  if test "${ac_cv_path_install+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -8606,7 +9125,7 @@ case $as_dir/ in
+@@ -8606,7 +9125,7 @@
      # by default.
      for ac_prog in ginstall scoinst install; do
        for ac_exec_ext in '' $ac_executable_extensions; do
@@ -30772,7 +30790,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
          if test $ac_prog = install &&
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
            # AIX install.  It has an incompatible calling convention.
-@@ -8625,21 +9144,22 @@ case $as_dir/ in
+@@ -8625,21 +9144,22 @@
      ;;
  esac
  done
@@ -30800,7 +30818,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  # It thinks the first close brace ends the variable substitution.
-@@ -8663,8 +9183,8 @@ fi
+@@ -8663,8 +9183,8 @@
  if test "x$cross_compiling" = "xno"; then
    EXEEXT_FOR_BUILD='$(EXEEXT)'
  else
@@ -30811,7 +30829,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${bfd_cv_build_exeext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8681,8 +9201,8 @@ else
+@@ -8681,8 +9201,8 @@
       rm -f conftest*
       test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
  fi
@@ -30822,7 +30840,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    EXEEXT_FOR_BUILD=""
    test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
  fi
-@@ -8704,18 +9224,19 @@ esac
+@@ -8704,18 +9224,19 @@
  for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -30850,7 +30868,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8726,41 +9247,37 @@ $ac_includes_default
+@@ -8726,41 +9247,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -30910,7 +30928,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8769,24 +9286,22 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -8769,24 +9286,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -30946,7 +30964,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -8794,9 +9309,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -8794,9 +9309,10 @@
  
    ac_header_preproc=no
  fi
@@ -30959,7 +30977,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -8820,25 +9336,19 @@ echo "$as_me: WARNING: $ac_header:     s
+@@ -8820,25 +9336,19 @@
  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
@@ -30992,7 +31010,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -8850,8 +9360,8 @@ fi
+@@ -8850,8 +9360,8 @@
  
  done
  
@@ -31003,7 +31021,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_header_sys_wait_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8864,7 +9374,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -8864,7 +9374,7 @@
  #include <sys/types.h>
  #include <sys/wait.h>
  #ifndef WEXITSTATUS
@@ -31012,7 +31030,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  #ifndef WIFEXITED
  # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
-@@ -8881,38 +9391,34 @@ main ()
+@@ -8881,38 +9391,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -31067,7 +31085,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_header_sys_wait_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -8923,8 +9429,8 @@ fi
+@@ -8923,8 +9429,8 @@
  
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
@@ -31078,7 +31096,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_working_alloca_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -8939,44 +9445,42 @@ int
+@@ -8939,44 +9445,42 @@
  main ()
  {
  char *p = (char *) alloca (2 * sizeof (int));
@@ -31141,7 +31159,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_working_alloca_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -8985,8 +9489,8 @@ _ACEOF
+@@ -8985,8 +9489,8 @@
  
  fi
  
@@ -31152,7 +31170,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_func_alloca_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9003,7 +9507,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -9003,7 +9507,7 @@
  #  include <malloc.h>
  #  define alloca _alloca
  # else
@@ -31161,7 +31179,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #   include <alloca.h>
  #  else
  #   ifdef _AIX
-@@ -9021,44 +9525,42 @@ int
+@@ -9021,44 +9525,42 @@
  main ()
  {
  char *p = (char *) alloca (1);
@@ -31224,7 +31242,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if test $ac_cv_func_alloca_works = yes; then
  
-@@ -9072,15 +9574,15 @@ else
+@@ -9072,15 +9574,15 @@
  # contain a buggy version.  If you still want to use their alloca,
  # use ar to extract alloca.o from them instead of compiling alloca.c.
  
@@ -31243,7 +31261,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_os_cray+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9090,7 +9592,7 @@ _ACEOF
+@@ -9090,7 +9592,7 @@
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -31252,7 +31270,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  webecray
  #else
  wenotbecray
-@@ -9106,14 +9608,14 @@ fi
+@@ -9106,14 +9608,14 @@
  rm -f conftest*
  
  fi
@@ -31272,7 +31290,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -9139,68 +9641,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -9139,68 +9641,60 @@
  
  #undef $ac_func
  
@@ -31364,7 +31382,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_var'}'` = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -9213,8 +9707,8 @@ fi
+@@ -9213,8 +9707,8 @@
    done
  fi
  
@@ -31375,7 +31393,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_c_stack_direction+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9227,6 +9721,7 @@ _ACEOF
+@@ -9227,6 +9721,7 @@
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -31383,7 +31401,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  int
  find_stack_direction ()
  {
-@@ -9244,17 +9739,26 @@ find_stack_direction ()
+@@ -9244,17 +9739,26 @@
  int
  main ()
  {
@@ -31415,7 +31433,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-@@ -9267,11 +9771,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -9267,11 +9771,13 @@
  ( exit $ac_status )
  ac_cv_c_stack_direction=-1
  fi
@@ -31432,7 +31450,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  cat >>confdefs.h <<_ACEOF
  #define STACK_DIRECTION $ac_cv_c_stack_direction
-@@ -9288,9 +9794,9 @@ fi
+@@ -9288,9 +9794,9 @@
  for ac_func in sbrk utimes setmode getc_unlocked strcoll
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -31445,7 +31463,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -9316,68 +9822,60 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -9316,68 +9822,60 @@
  
  #undef $ac_func
  
@@ -31537,7 +31555,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -9389,8 +9887,8 @@ done
+@@ -9389,8 +9887,8 @@
  
  # Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
  # needs to be defined for it
@@ -31548,7 +31566,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${bu_cv_have_fopen64+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9410,33 +9908,29 @@ FILE *f = fopen64 ("/tmp/foo","r");
+@@ -9410,33 +9908,29 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -31595,7 +31613,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
   CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE"
   cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -9454,44 +9948,42 @@ FILE *f = fopen64 ("/tmp/foo","r");
+@@ -9454,44 +9948,42 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -31659,7 +31677,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "$bu_cv_have_fopen64" != no; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -9499,8 +9991,8 @@ cat >>confdefs.h <<\_ACEOF
+@@ -9499,8 +9991,8 @@
  _ACEOF
  
  fi
@@ -31670,7 +31688,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${bu_cv_have_stat64+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9520,33 +10012,29 @@ struct stat64 st; stat64 ("/tmp/foo", &s
+@@ -9520,33 +10012,29 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -31717,7 +31735,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
   CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE"
   cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -9564,191 +10052,146 @@ struct stat64 st; stat64 ("/tmp/foo", &s
+@@ -9564,191 +10052,146 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
@@ -31990,7 +32008,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${bu_cv_decl_time_t_time_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9768,39 +10211,35 @@ time_t i;
+@@ -9768,39 +10211,35 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32046,7 +32064,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $bu_cv_decl_time_t_time_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -9809,8 +10248,8 @@ _ACEOF
+@@ -9809,8 +10248,8 @@
  
  fi
  
@@ -32057,7 +32075,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${bu_cv_decl_time_t_types_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9830,39 +10269,35 @@ time_t i;
+@@ -9830,39 +10269,35 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32113,7 +32131,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $bu_cv_decl_time_t_types_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -9871,8 +10306,8 @@ _ACEOF
+@@ -9871,8 +10306,8 @@
  
  fi
  
@@ -32124,7 +32142,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9892,39 +10327,35 @@ extern int getopt (int, char *const*, co
+@@ -9892,39 +10327,35 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32180,7 +32198,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $bu_cv_decl_getopt_unistd_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -9935,8 +10366,8 @@ fi
+@@ -9935,8 +10366,8 @@
  
  # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
  # by default.
@@ -32191,7 +32209,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${bu_cv_header_utime_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -9960,39 +10391,35 @@ struct utimbuf s;
+@@ -9960,39 +10391,35 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32247,7 +32265,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $bu_cv_header_utime_h = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -10001,8 +10428,8 @@ _ACEOF
+@@ -10001,8 +10428,8 @@
  
  fi
  
@@ -32258,7 +32276,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_fprintf+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10017,7 +10444,7 @@ int
+@@ -10017,7 +10444,7 @@
  main ()
  {
  #ifndef fprintf
@@ -32267,7 +32285,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10025,38 +10452,34 @@ main ()
+@@ -10025,38 +10452,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32322,7 +32340,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_fprintf = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10071,8 +10494,8 @@ _ACEOF
+@@ -10071,8 +10494,8 @@
  
  
  fi
@@ -32333,7 +32351,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_stpcpy+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10087,7 +10510,7 @@ int
+@@ -10087,7 +10510,7 @@
  main ()
  {
  #ifndef stpcpy
@@ -32342,7 +32360,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10095,38 +10518,34 @@ main ()
+@@ -10095,38 +10518,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32397,7 +32415,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_stpcpy = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10141,8 +10560,8 @@ _ACEOF
+@@ -10141,8 +10560,8 @@
  
  
  fi
@@ -32408,7 +32426,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_strstr+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10157,7 +10576,7 @@ int
+@@ -10157,7 +10576,7 @@
  main ()
  {
  #ifndef strstr
@@ -32417,7 +32435,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10165,38 +10584,34 @@ main ()
+@@ -10165,38 +10584,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32472,7 +32490,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_strstr = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10211,8 +10626,8 @@ _ACEOF
+@@ -10211,8 +10626,8 @@
  
  
  fi
@@ -32483,7 +32501,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_sbrk+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10227,7 +10642,7 @@ int
+@@ -10227,7 +10642,7 @@
  main ()
  {
  #ifndef sbrk
@@ -32492,7 +32510,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10235,38 +10650,34 @@ main ()
+@@ -10235,38 +10650,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32547,7 +32565,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_sbrk = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10281,8 +10692,8 @@ _ACEOF
+@@ -10281,8 +10692,8 @@
  
  
  fi
@@ -32558,7 +32576,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_getenv+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10297,7 +10708,7 @@ int
+@@ -10297,7 +10708,7 @@
  main ()
  {
  #ifndef getenv
@@ -32567,7 +32585,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10305,38 +10716,34 @@ main ()
+@@ -10305,38 +10716,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32622,7 +32640,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_getenv = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10351,8 +10758,8 @@ _ACEOF
+@@ -10351,8 +10758,8 @@
  
  
  fi
@@ -32633,7 +32651,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_environ+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10367,7 +10774,7 @@ int
+@@ -10367,7 +10774,7 @@
  main ()
  {
  #ifndef environ
@@ -32642,7 +32660,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10375,38 +10782,34 @@ main ()
+@@ -10375,38 +10782,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32697,7 +32715,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_environ = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10421,8 +10824,8 @@ _ACEOF
+@@ -10421,8 +10824,8 @@
  
  
  fi
@@ -32708,7 +32726,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10437,7 +10840,7 @@ int
+@@ -10437,7 +10840,7 @@
  main ()
  {
  #ifndef getc_unlocked
@@ -32717,7 +32735,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10445,38 +10848,34 @@ main ()
+@@ -10445,38 +10848,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32772,7 +32790,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_getc_unlocked = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10491,8 +10890,8 @@ _ACEOF
+@@ -10491,8 +10890,8 @@
  
  
  fi
@@ -32783,7 +32801,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_snprintf+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10507,7 +10906,7 @@ int
+@@ -10507,7 +10906,7 @@
  main ()
  {
  #ifndef snprintf
@@ -32792,7 +32810,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10515,38 +10914,34 @@ main ()
+@@ -10515,38 +10914,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32847,7 +32865,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_snprintf = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10561,8 +10956,8 @@ _ACEOF
+@@ -10561,8 +10956,8 @@
  
  
  fi
@@ -32858,7 +32876,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -10577,7 +10972,7 @@ int
+@@ -10577,7 +10972,7 @@
  main ()
  {
  #ifndef vsnprintf
@@ -32867,7 +32885,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  #endif
  
    ;
-@@ -10585,38 +10980,34 @@ main ()
+@@ -10585,38 +10980,34 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -32922,7 +32940,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  if test $ac_cv_have_decl_vsnprintf = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -10817,8 +11208,10 @@ done
+@@ -10817,8 +11208,10 @@
  
  
  
@@ -32935,7 +32953,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  cat >confcache <<\_ACEOF
  # This file is a shell script that caches the results of configure
  # tests run on this system so they can be shared between configure
-@@ -10837,39 +11230,58 @@ _ACEOF
+@@ -10837,39 +11230,58 @@
  
  # The following way of writing the cache mishandles newlines in values,
  # but we know of no workaround that is simple, portable, and efficient.
@@ -33010,7 +33028,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    fi
  fi
  rm -f confcache
-@@ -10878,32 +11290,18 @@ test "x$prefix" = xNONE && prefix=$ac_de
+@@ -10878,32 +11290,18 @@
  # Let make expand exec_prefix.
  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  
@@ -33049,7 +33067,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  done
  LIBOBJS=$ac_libobjs
  
-@@ -10955,17 +11353,45 @@ cat >>$CONFIG_STATUS <<\_ACEOF
+@@ -10955,17 +11353,45 @@
  ## M4sh Initialization.  ##
  ## --------------------- ##
  
@@ -33099,7 +33117,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Support unset when possible.
  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -10975,8 +11401,43 @@ else
+@@ -10975,8 +11401,43 @@
  fi
  
  
@@ -33144,7 +33162,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  PS1='$ '
  PS2='> '
  PS4='+ '
-@@ -10990,18 +11451,19 @@ do
+@@ -10990,18 +11451,19 @@
    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
@@ -33167,7 +33185,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    as_basename=basename
  else
    as_basename=false
-@@ -11009,159 +11471,120 @@ fi
+@@ -11009,159 +11471,120 @@
  
  
  # Name of the executable.
@@ -33398,7 +33416,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  if mkdir -p . 2>/dev/null; then
    as_mkdir_p=:
-@@ -11170,7 +11593,28 @@ else
+@@ -11170,7 +11593,28 @@
    as_mkdir_p=false
  fi
  
@@ -33428,7 +33446,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
  # Sed expression to map a string onto a valid CPP name.
  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-@@ -11179,31 +11623,14 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
+@@ -11179,31 +11623,14 @@
  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  
  
@@ -33464,7 +33482,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -11211,30 +11638,20 @@ generated by GNU Autoconf 2.59.  Invocat
+@@ -11211,30 +11638,20 @@
    CONFIG_COMMANDS = $CONFIG_COMMANDS
    $ $0 $@
  
@@ -33503,7 +33521,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  ac_cs_usage="\
  \`$as_me' instantiates files from templates according to the
  current configuration.
-@@ -11242,7 +11659,7 @@ current configuration.
+@@ -11242,7 +11659,7 @@
  Usage: $0 [OPTIONS] [FILE]...
  
    -h, --help       print this help, then exit
@@ -33512,7 +33530,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
    -q, --quiet      do not print progress messages
    -d, --debug      don't remove temporary files
        --recheck    update $as_me by reconfiguring in the same conditions
-@@ -11261,19 +11678,21 @@ Configuration commands:
+@@ -11261,19 +11678,21 @@
  $config_commands
  
  Report bugs to <bug-autoconf@gnu.org>."
@@ -33540,7 +33558,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
  _ACEOF
  
  cat >>$CONFIG_STATUS <<\_ACEOF
-@@ -11284,39 +11703,24 @@ while test $# != 0
+@@ -11284,39 +11703,24 @@
  do
    case $1 in
    --*=*)
@@ -33586,7 +33604,7 @@ diff -Nrup binutils-2.17/binutils/configure binutils-2.17-atmel/binutils/configu
      debug=: ;;
    --file | --fil | --fi | --f )
      $ac_shift
-@@ -11326,18 +11730,24 @@ Try \`$0 --help' for more information." 
+@@ -11326,18 +11730,24 @@
      $ac_shift
      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
      ac