Your message dated Sun, 05 Jul 2009 17:02:08 +0200 with message-id <[email protected]> and subject line Re: uses reg-names-apcs as default has caused the Debian Bug report #463380, regarding uses reg-names-apcs as default 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 [email protected] immediately.) -- 463380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463380 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: binutils Version: 2.18.1~cvs20080103-1 Severity: minor u...@debian:/tmp$ objdump -d a.out a.out: file format elf32-littlearm Disassembly of section .text: 00000000 <.text>: 0: e88d1fff stm sp, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, fp, ip} 4: e1a0f00e mov pc, lr As you see, objdump names r10-12 sl, fp and ip resp. which is the APCS naming convention. In contrast to that objdump(1) states that reg-names-std is the default. Best regards Uwe -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: arm (armv5tejl) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.24-gbc62f637-dirty Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages binutils depends on: ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries binutils recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 2.19.1-1 the wording is: Specifying -M reg-names-std (the default) will select the register names as used in ARM’s instruction set documentation, but with register 13 called ’sp’, register 14 called ’lr’ and register 15 called ’pc’.
--- End Message ---

