projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a89b94
)
* mach-o.c (mach_o_section_name_xlat dw): Add entry for
author
Nick Clifton
<nickc@redhat.com>
Thu, 18 Jul 2013 11:40:37 +0000
(11:40 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 18 Jul 2013 11:40:37 +0000
(11:40 +0000)
.debug_gdb_scripts
bfd/ChangeLog
patch
|
blob
|
history
bfd/mach-o.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 28572a5093480cc60b91cf653753c5f89d2ffa63..df25bd4e848a3113a60506fae399e16cff83de5c 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2013-07-18 Bill Neubauer <wcn@google.com>
+
+ * mach-o.c (mach_o_section_name_xlat dw): Add entry for
+ .debug_gdb_scripts
+
2013-07-18 Roland McGrath <mcgrathr@google.com>
* elf32-arm.c (elf32_arm_stub_long_branch_arm_nacl): New variable.
diff --git
a/bfd/mach-o.c
b/bfd/mach-o.c
index e1bbd29f4699239bae411acaefa96745258ebcb2..32e48ac3cc9ea11fc2ffab0d120e0284d8665fb3 100644
(file)
--- 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}
};