This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How to get info about `-ffixed-reg' by asm preprocessing?
- From: "Dmitry K." <dmixm at marine dot febras dot ru>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 15 Jan 2005 11:58:03 +1000
- Subject: How to get info about `-ffixed-reg' by asm preprocessing?
Hi.
How to obtain info about `-ffixed-reg' option by compiling
assembler-with-cpp program?
I have look `avr-cpp -dM -ffixed-r2 foo.S': no changes.
Thanks in advance.