From e36afe2d7c0a104a9d508296721b85b5dce138f6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 15 Dec 2009 09:50:15 +0000 Subject: 2009-12-15 Tristan Gingold * 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. --- bfd/mach-o.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bfd/mach-o.h') 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; -- cgit v1.2.1