This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: rs6000/sysv4.h: -mcall-i960-old: why?


>Why is there an -m switch "-mcall-i960-old" defined in rs6000/sysv4.h?
>What does the i960 have to do with the RS6000 and/or PowerPC?

A large company decided to switch from the i960 to the powerpc, and in order
to make the change easier, they wanted an option in the powerpc port that
gave it the same structure layout rules as their i960 port.  This was also
the motivation for gcc/testsuite/consistency.vlad, which conincidentally,
mentions the -mcall-i960-old option in the README file.

This option isn't very useful to the FSF, or probably anyone else, but
if taken out, it will likely be re-added to some people's private gcc trees.

Jim


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