lib/libgcov.c: Do not redefine `alloca`
commit9a5dd7accf5c7504852746ec63cfc07dcb22e456
authorAngel Pons <th3fanbus@gmail.com>
Mon, 27 Jul 2020 18:28:27 +0000 (27 20:28 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Wed, 29 Jul 2020 09:27:33 +0000 (29 09:27 +0000)
tree6965b4c8167668533c2476ca9e952b904701f442
parent2a28c816140ca9f5d53e5d550101d189ccd5829d
lib/libgcov.c: Do not redefine `alloca`

This is already defined in <commonlib/helpers.h> and it gets included
implicitly by some other header. Fixes building with code coverage.

Change-Id: Id2dc6cc34b6f1d351d8e1b52d8cc4ada8666c673
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43974
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
src/lib/libgcov.c