aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-12-15 11:43:52 +0000
committerTristan Gingold <gingold@adacore.com>2011-12-15 11:43:52 +0000
commit499963bcf163aead73b20a40fe0362b56bc1137f (patch)
treef059cd9ee8fa1d4b8d13dde0f5d90d4ffd95751c /gas
parent83c257caead076ef27f229968ad2c3173141c503 (diff)
downloadbinutils-499963bcf163aead73b20a40fe0362b56bc1137f.zip
binutils-499963bcf163aead73b20a40fe0362b56bc1137f.tar.gz
binutils-499963bcf163aead73b20a40fe0362b56bc1137f.tar.bz2
2011-12-15 Tristan Gingold <gingold@adacore.com>
* config/obj-macho.c (obj_mach_o_fileprop): Fix typo.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/obj-macho.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9013449..710736a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/obj-macho.c b/gas/config/obj-macho.c
index 7f147e3..0852cde 100644
--- a/gas/config/obj-macho.c
+++ b/gas/config/obj-macho.c
@@ -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"));