elf: Include <sysdep.h> in elf/dl-debug-symbols.S

This is necessary to generate assembler marker sections on some
targets.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
This commit is contained in:
Florian Weimer 2021-09-20 15:50:00 +02:00
parent 95dba35bf0
commit 7e84ac3a3a
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
<https://www.gnu.org/licenses/>. */
#include <rtld-sizes.h>
#include <sysdep.h>
/* Some targets define a macro to denote the zero register. */
#undef zero
/* Define 2 symbols, _r_debug_extended and _r_debug, which is an alias
of _r_debug_extended, but with the size of struct r_debug. */