Hello binutil's staff,
I was writing a simple code and compiling it with gas. The code is what follows:
.globl _start.globl setuid
.section .text
_start:
call writecall setuid
jmp exit
write:
movq $4, %raxmovq $1, %rbxpush $0x4142430amov %rsp, %rcx//
here seems to
http://sourceware.org/bugzilla/show_bug.cgi?id=12177
Mike Frysinger changed:
What|Removed |Added
CC||vapier at gentoo dot org
Assi
http://sourceware.org/bugzilla/show_bug.cgi?id=12198
Matthew Gretton-Dann changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una