This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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: PATCH : H8300 Simulator File I/O Implementation


Hi Venky,

> Based on my earlier mail:
> 
> http://sources.redhat.com/ml/gdb-patches/2002-12/msg00760.html
> 
> and subsequent ideas and suggestions from Kazu Hirata, I am 
> submitting the modified patches.

Thanks,

> ;int open(const char *pathname, int flags);
> ;Integer arguments have to be zero extended.
> ;The second argument is taken from the stack,
> ;hence it is not zero extended here.

By the second argument, do you mean flags?  If so, it is in regster r1
or er1 in all variants of H8, I think.

Kazu Hirata


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