Re: Passing attributes to RTX

2008-11-11 Thread Michael Meissner
Ok, I just checked in a fix for this into the branch. The problem was the function that was testing to see if one memory had default attributes was not looking at the address space field. Let me know if this helps your port. -- Michael Meissner, IBM 4 Technology Place Drive, MS 2203A, Westford,

Re: Passing attributes to RTX

2008-11-11 Thread Michael Meissner
On Mon, Nov 10, 2008 at 03:40:13PM -0500, [EMAIL PROTECTED] wrote: > > Hello all, > > While prototyping a port of gcc I think that the RTX is lacking some > information needed to generate machine dependent files. The expression > trees have the correct information and I can likely hack in a quick

Re: Passing attributes to RTX

2008-11-10 Thread Ian Lance Taylor
[EMAIL PROTECTED] writes: > While prototyping a port of gcc I think that the RTX is lacking some > information needed to generate machine dependent files. The expression > trees have the correct information and I can likely hack in a quick fix to > pass that information down to the backend. Howeve

Passing attributes to RTX

2008-11-10 Thread Gobaan_Raveendran
Hello all, While prototyping a port of gcc I think that the RTX is lacking some information needed to generate machine dependent files. The expression trees have the correct information and I can likely hack in a quick fix to pass that information down to the backend. However, I just want to make