Your message dated Wed, 27 Apr 2011 16:47:52 +0000
with message-id <e1qf7u4-0004yj...@franck.debian.org>
and subject line Bug#623964: fixed in binutils 2.21.51.20110421-1
has caused the Debian Bug report #623964,
regarding ARM -mcpu=all and -march=all options are broken
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
623964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623964
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: binutils
Version: 2.21.51.20110419-2
Severity: grave
GNU as documentation says about the -mcpu option for ARM:
The special name `all' may be used to allow the assembler to
accept instructions valid for any ARM processor.
However, this no longer works, resulting in failure to build Linux on
ARM:
AS arch/arm/boot/compressed/head.o
/build/buildd-linux-2.6_2.6.38-4-armel-xrLbTR/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/boot/compressed/head.S:
Assembler messages:
/build/buildd-linux-2.6_2.6.38-4-armel-xrLbTR/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/boot/compressed/head.S:135:
Error: selected processor does not support requested special purpose register
-- `mrs r2,cpsr'
/build/buildd-linux-2.6_2.6.38-4-armel-xrLbTR/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/boot/compressed/head.S:142:
Error: selected processor does not support requested special purpose register
-- `mrs r2,cpsr'
/build/buildd-linux-2.6_2.6.38-4-armel-xrLbTR/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/boot/compressed/head.S:144:
Error: selected processor does not support requested special purpose register
-- `msr cpsr_c,r2'
The command line is:
gcc-4.4 -Wp,-MD,arch/arm/boot/compressed/.head.o.d -nostdinc -isystem
/usr/lib/gcc/arm-linux-gnueabi/4.4.6/include
-I/home/benh/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/include
-Iinclude -I/home/benh/linux-2.6-2.6.38/debian/build/source_armel_none/include
-include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian
-I/home/benh/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/mach-kirkwood/include
-I/home/benh/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/plat-orion/include
-D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables
-D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=xscale -include asm/unified.h
-msoft-float -Wa,-march=all -DTEXT_OFFSET=0x00008000 -c -o
arch/arm/boot/compressed/head.o
/home/benh/linux-2.6-2.6.38/debian/build/source_armel_none/arch/arm/boot/compressed/head.S
Changing '-march=all' (which is not explicitly documented) to
'-mcpu=all' makes no difference.
This regression appears to have happened since binutils
2.21.0.20110327-2, as that appears to have been used to build
linux-2.6 version 2.6.38-3.
Ben.
-- System Information:
Debian Release: wheezy/sid
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'),
(500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages binutils depends on:
ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.6.0-5 GCC support library
ii libstdc++6 4.6.0-5 The GNU Standard C++ Library v3
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
binutils recommends no packages.
Versions of packages binutils suggests:
pn binutils-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: binutils
Source-Version: 2.21.51.20110421-1
We believe that the bug you reported is fixed in the latest version of
binutils, which is due to be installed in the Debian FTP archive:
binutils-dev_2.21.51.20110421-1_amd64.deb
to main/b/binutils/binutils-dev_2.21.51.20110421-1_amd64.deb
binutils-doc_2.21.51.20110421-1_all.deb
to main/b/binutils/binutils-doc_2.21.51.20110421-1_all.deb
binutils-gold_2.21.51.20110421-1_amd64.deb
to main/b/binutils/binutils-gold_2.21.51.20110421-1_amd64.deb
binutils-multiarch_2.21.51.20110421-1_amd64.deb
to main/b/binutils/binutils-multiarch_2.21.51.20110421-1_amd64.deb
binutils-source_2.21.51.20110421-1_all.deb
to main/b/binutils/binutils-source_2.21.51.20110421-1_all.deb
binutils_2.21.51.20110421-1.diff.gz
to main/b/binutils/binutils_2.21.51.20110421-1.diff.gz
binutils_2.21.51.20110421-1.dsc
to main/b/binutils/binutils_2.21.51.20110421-1.dsc
binutils_2.21.51.20110421-1_amd64.deb
to main/b/binutils/binutils_2.21.51.20110421-1_amd64.deb
binutils_2.21.51.20110421.orig.tar.gz
to main/b/binutils/binutils_2.21.51.20110421.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 623...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated binutils package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 27 Apr 2011 18:14:39 +0200
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.21.51.20110421-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
binutils - The GNU assembler, linker and binary utilities
binutils-dev - The GNU binary utilities (BFD development files)
binutils-doc - Documentation for the GNU assembler, linker and binary utilities
binutils-gold - The (experimental) GNU gold linker utility
binutils-hppa64 - The GNU assembler, linker and binary utilities targeted for
hppa6
binutils-multiarch - Binary utilities that support multi-arch targets
binutils-source - The GNU assembler, linker and binary utilities (source)
binutils-spu - The GNU assembler, linker and binary utilities targeted for
spu-e
Closes: 619823 623964
Changes:
binutils (2.21.51.20110421-1) unstable; urgency=low
.
* Snapshot, taken from the trunk 20110421.
* Install a man page for ld.gold, generated by help2man. Closes: #619823.
* Apply proposed patch for PR gas/12698. Closes: #623964.
Checksums-Sha1:
f1e82982ca20512db0c0022709d1b2a8fadd1541 1493 binutils_2.21.51.20110421-1.dsc
513d37653685ffec365cda319ef60b9731d0ce4b 23138078
binutils_2.21.51.20110421.orig.tar.gz
1a1bb3024dbae7c5ae0814079041c4008e8ca0a0 224755
binutils_2.21.51.20110421-1.diff.gz
511a87febfd448b112030c867c39de5200a3949f 569718
binutils-doc_2.21.51.20110421-1_all.deb
a7c619b743df384f376165035079148f33fade34 13435290
binutils-source_2.21.51.20110421-1_all.deb
3e743a073e19790b947c7026b072984b89d880e5 4560436
binutils_2.21.51.20110421-1_amd64.deb
e3ec06990b15133390e0cb133e75c0304f1cc8c6 4032138
binutils-dev_2.21.51.20110421-1_amd64.deb
8eb1bfe3cdfc072436d274aa08d82d5b70875e98 2178396
binutils-multiarch_2.21.51.20110421-1_amd64.deb
cf8304000b012d3ff0601c59d775505bb7ce77bd 1474
binutils-gold_2.21.51.20110421-1_amd64.deb
Checksums-Sha256:
2cabcf0e9d6ca02c7ffa4837d0bc24034fdcf85a5b612c8064744e5001809596 1493
binutils_2.21.51.20110421-1.dsc
6b0f8213fb0b51f1312d0ac93368852d001d965be2d50caf1d7ebf3607e0f7fb 23138078
binutils_2.21.51.20110421.orig.tar.gz
a63b3b2636cfa61228bbb0596b7d95c8e2c721b3d6ee56a29f06c01c00d59581 224755
binutils_2.21.51.20110421-1.diff.gz
a0835512366a9f86e3de8533189805ab489a33396d96e77946106bc852136ab0 569718
binutils-doc_2.21.51.20110421-1_all.deb
90823d4f204f6e8f016ce8a7440ddd3fce53d17aa267ffcec99840247099752f 13435290
binutils-source_2.21.51.20110421-1_all.deb
c3816c9a5bfced360b59e8837ac1ef022a320b8fc839e7c0eb0d1ac02cbef2d9 4560436
binutils_2.21.51.20110421-1_amd64.deb
4c4672ba9bd086e25adb93a035616fb034d64b5831972324aed084eaac2903b1 4032138
binutils-dev_2.21.51.20110421-1_amd64.deb
74a7bf2c4d1e3b412e8cd05d809fdf34173abcfb40c27a6c5a5fcdb256baec36 2178396
binutils-multiarch_2.21.51.20110421-1_amd64.deb
765dc12cbe85455e986df1d13c9ae6c3cb99329a1f9bc9d1510e1fe5679a01d8 1474
binutils-gold_2.21.51.20110421-1_amd64.deb
Files:
da23d3d2461acd7deea3008513daa0cd 1493 devel optional
binutils_2.21.51.20110421-1.dsc
8e03480500d7e16d5bbe5e7e863e0d98 23138078 devel optional
binutils_2.21.51.20110421.orig.tar.gz
958a57bcd93b16b343b17c13209d90f2 224755 devel optional
binutils_2.21.51.20110421-1.diff.gz
09872935b4bc7c67322c44d817489f27 569718 doc optional
binutils-doc_2.21.51.20110421-1_all.deb
1b32cef94d2bd7071b2c77d9d06d7349 13435290 devel optional
binutils-source_2.21.51.20110421-1_all.deb
f55151190175f7fd0599cd25b63164e7 4560436 devel optional
binutils_2.21.51.20110421-1_amd64.deb
fc2c0396df71ba8bb28df33bf67d5b04 4032138 devel extra
binutils-dev_2.21.51.20110421-1_amd64.deb
a7b49f50a3ee178a4a58d5b53170b340 2178396 devel extra
binutils-multiarch_2.21.51.20110421-1_amd64.deb
72a8eecdb0194a42852a5f6df7c27228 1474 devel extra
binutils-gold_2.21.51.20110421-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk24RDIACgkQStlRaw+TLJzLngCgv5ex/VkwrC08uSCshgyrHV+S
SIkAnjrVU2zMi661LBdN7YarMvgUUlTE
=2Fra
-----END PGP SIGNATURE-----
--- End Message ---