This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

intel gas and `--32'


Passing the `--32' option to an i386 non-ELF gas (i386-cygwin, say) causes it 
to silently call exit(1).  The problem is that md_longopts mentions this flag, 
but md_parse_option doesn't do anything about it.

It's not quite clear to me whether the thing to do for non-ELF targets is to 
turn the option off altogether, or try to make it work.  Any i386 hackers want 
to take a look?

p.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]