mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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:
parent
95dba35bf0
commit
7e84ac3a3a
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user