This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] [MSP430] Fix open syscall not working in simulator


Hi Jozef,

> The syscall "open" does not execute correctly in the msp430 simulator.
> "open" is a variadic function, so the arguments are passed partly in
> registers, and partly on the stack. The other syscalls are regular
> functions with arguments that fit in registers.

Approved and applied.

Note - for future reference - the simulator is part of GDB not the
binutils, so you need to submit patches to gdb@sourceware.org...

Cheers
  Nick



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