On 09/08/2016 04:38 AM, Rabin Vincent wrote:
> From: Rabin Vincent
>
> Add the appropriate register constraints for the inline asm for the
> write and exit system calls. Without the correct constraints for the
> write() function, correct failure messages are not printed succesfully
> on newer ve
From: Rabin Vincent
Add the appropriate register constraints for the inline asm for the
write and exit system calls. Without the correct constraints for the
write() function, correct failure messages are not printed succesfully
on newer version of GCC.
Signed-off-by: Rabin Vincent
---
v2: rewo