summaryrefslogtreecommitdiff
path: root/coregrind/m_trampoline.S
AgeCommit message (Expand)AuthorFilesLines
2009-06-03A number of changes relating to syscall numbering:njn1-7/+1
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+302
2009-03-10Updated copyright years.njn1-2/+2
2008-10-26Fix references to undefined labels. Why was ld even prepared to linksewardj1-2/+2
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-2/+2
2007-09-10ppc64-linux equivalent to r6813 (use sigframe return stub insewardj1-0/+6
2007-09-10ppc32-linux signal handling: don't place the sigframe return stub onsewardj1-0/+12
2007-08-27Followup to r6783: supply a correct index/strchr replacement forsewardj1-21/+26
2007-08-27This module supplies various replacement functions, amongst them asewardj1-21/+19
2007-08-24gcc-4.3 compile fixes.sewardj1-2/+2
2007-02-27Add .eh_frame gunk for VG_(amd64_linux_REDIR_FOR_vgettimeofday) andsewardj1-1/+49
2007-01-08Update copyright dates.sewardj1-2/+2
2006-11-10Syscall tidying.sewardj1-3/+14
2006-10-17Merge r6153: Add client startup code for AIX5.sewardj1-5/+287
2006-10-14Create a new module, m_vkiscnums, and move all the system call numberssewardj1-1/+1
2006-06-05Update copyright dates.sewardj1-1/+1
2006-04-29Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linuxsewardj1-7/+3
2006-01-17More ppc64-linux function replacement/wrapping stuff.sewardj1-0/+5
2006-01-12Fix more ppc64-linux function wrapping and symbol-table bits and pieces.sewardj1-27/+47
2006-01-05Initial redirect stuff for ppc64-linux.sewardj1-1/+32
2005-12-22fixed up ppc64 assembly with .opd sectionscerion1-0/+17
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-0/+26
2005-11-20As with ppc it's necessary to have an initial redirect for index(strchr)sewardj1-1/+43
2005-10-15Various fixes to reduce noise level on SuSE 10 (PPC). Also fix somesewardj1-0/+23
2005-10-12ppc32 only: give debug info names for a couple of fns to makesewardj1-1/+4
2005-10-01ppc32-linux only: redirect strcmp right from the start.sewardj1-4/+41
2005-09-29Make ppc32-linux build again following aspacem merge. Doesn't work, though:sewardj1-13/+43
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj1-1/+19
2005-08-18The strlen that ld.so uses on ppc32 causes a lot of false errors insewardj1-3/+19
2005-06-21Un-break the build on ppc32-linux. This whole multiplatformsewardj1-9/+11
2005-06-21Simplify the implementation of m_trampoline and the stuff that referssewardj1-58/+51
2005-06-20Finally, valgrind on ppc32.cerion1-0/+9
2005-06-19Put VG_(client_trampoline_code) in m_trampoline.njn1-0/+3
2005-06-19Final commit for the initial modularisation pass:njn1-1/+1
2005-06-18Export amd64 specific trampline offsets.tom1-0/+2
2005-06-18Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h.njn1-1/+1
2005-06-18Moved the code trampoline stuff into a new module, m_trampoline. Notnjn1-0/+122