summaryrefslogtreecommitdiff
path: root/bfd/mach-o.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-07-18 11:40:37 +0000
committerNick Clifton <nickc@redhat.com>2013-07-18 11:40:37 +0000
commit671a6cbe384dac936834e618dfcbf2bd06bc5148 (patch)
tree571774725546d1b8a9475968acc27cfa2c84e814 /bfd/mach-o.c
parent7a89b94e91a52b13d59638ca8d733f841c7fdbdb (diff)
* mach-o.c (mach_o_section_name_xlat dw): Add entry for
.debug_gdb_scripts
Diffstat (limited to 'bfd/mach-o.c')
-rw-r--r--bfd/mach-o.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/mach-o.c b/bfd/mach-o.c
index e1bbd29f46..32e48ac3cc 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}
};