------- Comment #7 from pinskia at gcc dot gnu dot org 2006-04-21 20:45 ------- What documentation? The -m* options are compiler options. And there is documentation to that effect already. In fact there is documentation to pass an option to the assembler, you should be using -Wa,xxxxxx already.
In this case I don't see any place where to the need to change the documentation (or the driver) since if we start doing it for one target, all targets need to change which is too much work really. Anyways you should be using the correct directive in the .s file anyways so that people don't mess up and start adding options to the compiler/assembler and the code assembles wrong. And then write a bug report to us or binutils saying something is wrong. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27237