Delete the AIX5 port. The last release this worked for is 3.4.1,

and then only on AIX 5.2 and 5.3.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11842
This commit is contained in:
Julian Seward
2011-06-28 07:25:29 +00:00
parent b4e2ade329
commit ad7de5b336
112 changed files with 236 additions and 23902 deletions

View File

@@ -64,23 +64,6 @@
# define VG_CLREQ_SZB 20
# define VG_STACK_REDZONE_SZB 0
#elif defined(VGP_ppc32_aix5)
# define VG_MIN_INSTR_SZB 4
# define VG_MAX_INSTR_SZB 4
# define VG_CLREQ_SZB 20
/* The PowerOpen ABI actually says 220 bytes, but that is not an
8-aligned number, and frequently forces Memcheck's
mc_{new,die}_mem_stack_N routines into slow cases by losing
8-alignment of the area to be messed with. So let's just say
224 instead. Gdb has a similar kludge. */
# define VG_STACK_REDZONE_SZB 224
#elif defined(VGP_ppc64_aix5)
# define VG_MIN_INSTR_SZB 4
# define VG_MAX_INSTR_SZB 4
# define VG_CLREQ_SZB 20
# define VG_STACK_REDZONE_SZB 288 // is this right?
#elif defined(VGP_s390x_linux)
# define VG_MIN_INSTR_SZB 2
# define VG_MAX_INSTR_SZB 6