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
commite36afe2d7c0a104a9d508296721b85b5dce138f6 (patch)
tree85c4301bb989da928730401c749ada42beb6e9c9 /bfd/mach-o.h
parent20abe9ca5cf4dead0c2edf0aaa31eb9629716b83 (diff)
downloadbinutils-redhat-e36afe2d7c0a104a9d508296721b85b5dce138f6.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 a597142099..62f7709fc7 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;