4c2da80 Fix memory corruption when assembling an i386 darwin source file.

Authored and Committed by nickc 6 years ago
    Fix memory corruption when assembling an i386 darwin source file.
    
    	PR gas/21939
    	* config/obj-macho.c (obj_mach_o_set_indirect_symbols): Increase
    	size of indirect_syms array so that it is large enough to hold
    	every symbol if necessary.
    
        
file modified
+7 -0
file modified
+17 -5