[PATCH] [MSP430] Fix open syscall not working in simulator

Nick Clifton nickc@redhat.com
Tue Aug 29 13:12:00 GMT 2017


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




More information about the Binutils mailing list