]> sourceware.org Git - systemtap.git/commit
Make plt.exp test work against older glibc and/or newer gcc.
authorMark Wielaard <mjw@redhat.com>
Mon, 14 Nov 2011 20:31:57 +0000 (21:31 +0100)
committerMark Wielaard <mjw@redhat.com>
Mon, 14 Nov 2011 20:37:40 +0000 (21:37 +0100)
commit54d8fbd954b099dcc552b282ccc287444b1293ea
tree5261878faa8d53040c91a75d1fd3100b4b680838
parenta08016f20f1d3b1ae3575007f4696ed9c90510d5
Make plt.exp test work against older glibc and/or newer gcc.

Older glibc only had (the now deprecated) register_printf_function.
Newer gcc might transform stpcpy into strcpy if return value is ignored.
testsuite/systemtap.base/plt.c
testsuite/systemtap.base/plt.exp
This page took 0.028781 seconds and 5 git commands to generate.