From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ben A. Abderrazek" To: help-gcc@gnu.org Subject: GNU CC Compiler and machine register number Date: Tue, 21 Dec 1999 20:21:00 -0000 Message-id: <386051B0.B30C46ED@sowa.is.uec.ac.jp> X-SW-Source: 1999-12/msg00299.html Dear Helper, I have already installed GNU CC 2.7.3.2 compiler. My quesstion is: First: Is it possible for the above compiler to generate a code for more than 32 architectural registers (lets say 64 or 128 registers). The idea which I have, is that I have to change the register numbers parameter in the machine descrion code from 32 to 64 or 128. Second: If it is right, is it only the machine description file I have to change? or there are other files I have to change too. I really need some hints, Many thanks, Ben, From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ben A. Abderrazek" To: help-gcc@gnu.org Subject: GNU CC Compiler and machine register number Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <386051B0.B30C46ED@sowa.is.uec.ac.jp> X-SW-Source: 1999-12n/msg00299.html Message-ID: <19991231222400.Ng99TEfW4F3ny0SIgSLYHXKxVqs2uScSMP1Fd0q2wwo@z> Dear Helper, I have already installed GNU CC 2.7.3.2 compiler. My quesstion is: First: Is it possible for the above compiler to generate a code for more than 32 architectural registers (lets say 64 or 128 registers). The idea which I have, is that I have to change the register numbers parameter in the machine descrion code from 32 to 64 or 128. Second: If it is right, is it only the machine description file I have to change? or there are other files I have to change too. I really need some hints, Many thanks, Ben,