This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: How to use gcc assembler?


> I have installed gcc.295.2 and use it to compile wine-20000326. But the
> assember code embeded in winedbg.c cannot generate corrected assembly
> code for Sun Workshop Assembler. Is that a bug or Could you kindly tell
> me how to use the gcc assember?

Thanks for your bug report. Please have a look at

http://www.gnu.org/software/gcc/bugs.html

You've omitted a lot of information in your report to evaluate whether
it is a bug in gcc or somewhere else. Also, please understand that
gcc-bugs is for reporting bugs in GCC, not for helping people to use
the gcc assembler.

In any case, gcc copies inline assembler code literally to the
assembler file (adding substitutions), without evaluating syntactical
correctness of it.

Regards,
Martin

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