summaryrefslogtreecommitdiff
path: root/bfd/mach-o.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-12-15 09:50:15 +0000
committerTristan Gingold <gingold@adacore.com>2009-12-15 09:50:15 +0000
commita7ee707d4b31b207f7c0254ca597522dbbd222af (patch)
treec153d444fca5957affc21dd5531f61cdf12b767f /bfd/mach-o.h
parent50fc7c2287abbdb04637c41fcb212d2595315a47 (diff)
downloadgdb-a7ee707d4b31b207f7c0254ca597522dbbd222af.tar.gz
2009-12-15 Tristan Gingold <gingold@adacore.com>
* mach-o.h (bfd_mach_o_uuid_command): Remove section field. * mach-o.c (bfd_mach_o_scan_read_uuid): Do not create a section from this command.
Diffstat (limited to 'bfd/mach-o.h')
-rw-r--r--bfd/mach-o.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/mach-o.h b/bfd/mach-o.h
index a5971420998..62f7709fc7d 100644
--- a/bfd/mach-o.h
+++ b/bfd/mach-o.h
@@ -751,7 +751,6 @@ bfd_mach_o_prebound_dylib_command;
typedef struct bfd_mach_o_uuid_command
{
unsigned char uuid[16];
- asection *section;
}
bfd_mach_o_uuid_command;