2011-12-15 Tristan Gingold <gingold@adacore.com>
* config/obj-macho.c (obj_mach_o_fileprop): Fix typo.
This commit is contained in:
parent
83c257caea
commit
499963bcf1
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue