diff options
Diffstat (limited to 'bfd/mach-o.c')
-rw-r--r-- | bfd/mach-o.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/mach-o.c b/bfd/mach-o.c index e1bbd29..32e48ac 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -195,6 +195,9 @@ static const mach_o_section_name_xlat dwarf_section_names_xlat[] = { ".debug_macro", "__debug_macro", SEC_DEBUGGING, BFD_MACH_O_S_REGULAR, BFD_MACH_O_S_ATTR_DEBUG, 0}, + { ".debug_gdb_scripts", "__debug_gdb_scri", + SEC_DEBUGGING, BFD_MACH_O_S_REGULAR, + BFD_MACH_O_S_ATTR_DEBUG, 0}, { NULL, NULL, 0, 0, 0, 0} }; |