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]

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


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.

The attached patch adds proper support for the syscall "open", so it now
executes correctly in the simulator.

If the patch is acceptable, I would appreciate if someone could commit
it for me, as I do not have write access.

Thanks,
Jozef

Attachment: 0001-MSP430-Fix-open-syscall-not-working-in-simulator.patch
Description: Text document


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