1. 18 9月, 2009 38 次提交
  2. 17 9月, 2009 2 次提交
    • Y
      Blackfin: update ftrace for latest toolchain · 5bf9cbef
      Yi Li 提交于
      The mcount support that was finally added to the Blackfin gcc port isn't
      exactly the same as what ftrace was developed against.  Now that the final
      gcc version is in place, update the ftrace code to match.
      
      While updating this, fix the swapped arguments to the tracer (signature is
      (ip, parent_ip) while we were passing (parent_ip, ip)).
      Signed-off-by: NYi Li <yi.li@analog.com>
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      5bf9cbef
    • M
      Blackfin: fix elf_fpregset_t definition · 3b67d91b
      Mike Frysinger 提交于
      The elf_fpregset_t type relied on an empty struct in the asm/user.h, but
      the transition to asm-generic/user.h dropped that empty struct.  Rather
      than restore this useless struct, define the only user (elf_fpregset_t)
      as an empty struct itself.  This fixes building when ELF dump support is
      enabled.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      3b67d91b