Fix libinproctrace.so build on PPC
authorTom Tromey <tromey@adacore.com>
Wed, 27 Apr 2022 14:06:57 +0000 (08:06 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 28 Apr 2022 18:47:11 +0000 (12:47 -0600)
commitfc0b8a976d17bf74cfe7310cafb602d07f2c69b9
treef43d296c38d4273f55f952810d1593035695fbd8
parent68c4956b1401de70173848a6bdf620cb42fa9358
Fix libinproctrace.so build on PPC

The recent gnulib import caused a build failure of libinproctrace.so
on PPC:

    alloc.c:(.text+0x20): undefined reference to `rpl_malloc'
    alloc.c:(.text+0x70): undefined reference to `rpl_realloc'

This patch fixes the problem using the same workaround that was
previously used for free.
gdbserver/Makefile.in