Skip to content
Snippets Groups Projects
  1. Apr 25, 2010
  2. Apr 13, 2010
  3. Feb 27, 2010
    • Stefan Weil's avatar
      arm host: Fix linker warning (m68k targets) · e3b283e9
      Stefan Weil authored
      
      Compilation of m68k-softmmu or m68k-linux-user on arm host
      (or cross compilation for arm) results in a linker warning:
      
        LINK  m68k-softmmu/qemu-system-m68k
      m68k-dis.o: warning: definition of `floatformat_ieee_single_little' overriding common
      arm-dis.o: warning: common is here
      /usr/lib/gcc/arm-linux-gnueabi/4.3.2/../../../../arm-linux-gnueabi/bin/ld: Warning: size of symbol `floatformat_ieee_single_little' changed from 4 in arm-dis.o to 48 in m68k-dis.o
      
      floatformat_ieee_single_little is declared in arm-dis.c and m68k-dis.c,
      and both declarations don't match, so this is an error.
      
      The symbol is not needed in arm-dis.c, so I removed it there.
      
      Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
      Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
      e3b283e9
  4. Oct 05, 2009
  5. Jul 16, 2009
  6. Mar 07, 2009
  7. Nov 10, 2007
  8. Sep 17, 2007
  9. Sep 16, 2007
  10. Apr 27, 2005
  11. Jul 09, 2003
  12. Jun 09, 2003
Loading