aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_trampoline.S
AgeCommit message (Expand)Author
2009-06-03A number of changes relating to syscall numbering:njn
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-03-10Updated copyright years.njn
2008-10-26Fix references to undefined labels. Why was ld even prepared to linksewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-09-10ppc64-linux equivalent to r6813 (use sigframe return stub insewardj
2007-09-10ppc32-linux signal handling: don't place the sigframe return stub onsewardj
2007-08-27Followup to r6783: supply a correct index/strchr replacement forsewardj
2007-08-27This module supplies various replacement functions, amongst them asewardj
2007-08-24gcc-4.3 compile fixes.sewardj
2007-02-27Add .eh_frame gunk for VG_(amd64_linux_REDIR_FOR_vgettimeofday) andsewardj
2007-01-08Update copyright dates.sewardj
2006-11-10Syscall tidying.sewardj
2006-10-17Merge r6153: Add client startup code for AIX5.sewardj
2006-10-14Create a new module, m_vkiscnums, and move all the system call numberssewardj
2006-06-05Update copyright dates.sewardj
2006-04-29Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linuxsewardj
2006-01-17More ppc64-linux function replacement/wrapping stuff.sewardj
2006-01-12Fix more ppc64-linux function wrapping and symbol-table bits and pieces.sewardj
2006-01-05Initial redirect stuff for ppc64-linux.sewardj
2005-12-22fixed up ppc64 assembly with .opd sectionscerion
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-11-20As with ppc it's necessary to have an initial redirect for index(strchr)sewardj
2005-10-15Various fixes to reduce noise level on SuSE 10 (PPC). Also fix somesewardj
2005-10-12ppc32 only: give debug info names for a couple of fns to makesewardj
2005-10-01ppc32-linux only: redirect strcmp right from the start.sewardj
2005-09-29Make ppc32-linux build again following aspacem merge. Doesn't work, though:sewardj
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-08-18The strlen that ld.so uses on ppc32 causes a lot of false errors insewardj
2005-06-21Un-break the build on ppc32-linux. This whole multiplatformsewardj
2005-06-21Simplify the implementation of m_trampoline and the stuff that referssewardj
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-19Put VG_(client_trampoline_code) in m_trampoline.njn
2005-06-19Final commit for the initial modularisation pass:njn
2005-06-18Export amd64 specific trampline offsets.tom
2005-06-18Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h.njn
2005-06-18Moved the code trampoline stuff into a new module, m_trampoline. Notnjn