diff --git a/elf/dl-debug-symbols.S b/elf/dl-debug-symbols.S index b7e9f5d947..28456ab1f2 100644 --- a/elf/dl-debug-symbols.S +++ b/elf/dl-debug-symbols.S @@ -18,6 +18,10 @@ . */ #include +#include + +/* 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. */