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: AVR testing [was: Re: Revised release criteria for GCC 4.0]


On Wed, 15 Dec 2004, E. Weddington wrote:
> Are you talking about file operations and memory allocation for the
> target? The AVR is an 8-bit RISC microcontroller; it's not going to be
> hooked up to a filesystem (normally), and only has a primitive malloc.

No, I'm talking about the simulated system.  When using a
simulator input/output usually happen using simulator hooks,
often by executing some "software interrupt" instruction, rather
than through simulated hardware (with all necessary
initialization).  (Maybe memory allocation wasn't a good example
for an 8-bitter. :-)

brgds, H-P


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