aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/800-mips_pie_debug.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: musl: Fix symbol loading in gdbHauke Mehrtens2023-04-021-0/+61
Fix DT_DEBUG handling on MIPS in musl libc. With this change gdb will load the symbol files for shared libraries on MIPS too. This patch was taken from this thread: https://www.openwall.com/lists/musl/2022/01/09/4 Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com> (cherry picked from commit fcdd407e8e16b90e1995789ba217be5591a88d2f)