aboutsummaryrefslogtreecommitdiff
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
commit7f7828f676d00c8ef2befefd7912fafa9cda1a1b (patch)
tree498192ec090edb71c95eb862e13df9a1c33ceaa2 /bfd/mach-o.h
parent65ccb1090e1acfd3bf8af44175c3f7b1b6377906 (diff)
downloadgdb-7f7828f676d00c8ef2befefd7912fafa9cda1a1b.zip
gdb-7f7828f676d00c8ef2befefd7912fafa9cda1a1b.tar.gz
gdb-7f7828f676d00c8ef2befefd7912fafa9cda1a1b.tar.bz2
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 a597142..62f7709 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;