Package: binutils
Version: 2.16.1-3
Followup-For: Bug #336939

We need to tell gcc that we know the variable might be changed under it.

>From inspection it looks spurious but this shuts it up

-i

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc4-gbb7e257e
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages binutils depends on:
ii  libc6.1                       2.3.5-7    GNU C Library: Shared libraries an

binutils recommends no packages.

-- no debconf information
--- binutils-2.16.1cvs20050902/opcodes/m68k-dis.c       2005-07-22 
08:11:12.000000000 +1000
+++ binutils-2.16.1cvs20050902-new/opcodes/m68k-dis.c   2005-11-02 
11:15:59.000000000 +1100
@@ -1345,7 +1345,7 @@
    on INFO->STREAM.  Returns length of the instruction, in bytes.  */
 
 int
-print_insn_m68k (bfd_vma memaddr, disassemble_info *info)
+print_insn_m68k (bfd_vma memaddr, struct disassemble_info *volatile info)
 {
   int i;
   const char *d;

Reply via email to