rts/libdw: Silence uninitialized usage warnings
As noted in #22538 (closed), previously some GCC versions warned that various locals in Libdw.c may be used uninitialized. Although this wasn't strictly true (since they were initialized in an inline assembler block) we fix this by providing explicit empty initializers.
Fixes #22538 (closed)
Edited by Ben Gamari