2011-12-15 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Thu, 15 Dec 2011 11:43:52 +0000 (11:43 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 15 Dec 2011 11:43:52 +0000 (11:43 +0000)
* config/obj-macho.c (obj_mach_o_fileprop): Fix typo.

gas/ChangeLog
gas/config/obj-macho.c

index 9013449..710736a 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-15  Tristan Gingold  <gingold@adacore.com>
+
+       * config/obj-macho.c (obj_mach_o_fileprop): Fix typo.
+
 2011-12-15  Konstantin Belousov  <kib@FreeBSD.org>
 
        * config/obj-elf.c (obj_elf_type): Add ELFOSABI_FREEBSD to the
index 7f147e3..0852cde 100644 (file)
@@ -696,7 +696,7 @@ obj_mach_o_fileprop (int prop)
   switch ((obj_mach_o_file_properties) prop)
     {
       case OBJ_MACH_O_FILE_PROP_SUBSECTS_VIA_SYMS:
-        subsections_by_symbols = 1;
+        obj_mach_o_subsections_by_symbols = 1;
        if (!bfd_set_private_flags (stdoutput, 
                                    BFD_MACH_O_MH_SUBSECTIONS_VIA_SYMBOLS))
          as_bad (_("failed to set subsections by symbols"));