This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more infromation.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hi, Christian Robl wrote: > Btw. is it possible to change the %-notation for registers? > E.g. move.l %d0,%d1 -> move.l d0, d1 > I found a define __REGISTER_PREFIX__ in lb1sf68.asm that should do the job, > but (un)defining this the build-process stops and says "__REGISTER_PREFIX__" > redefined (where is it in the gcc-source located too or can I define it with > a "-D" option to gcc at build-time? That's a bad idea, since what would distinguish register d0 from the address d0. Regards, Stefan. -- ----------------------------------------------------------------------- Dipl.-Ing. Stefan M. Petters http://www.rcs.ei.tum.de Institute for Real-Time Computersystems (RCS) fon +49/89-289-23556 Technische Universitaet Muenchen, D-80290 Muenchen fax +49/89-289-23555 ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |