CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/01/11 14:23:24
Modified files:
lib/libc/arch/m88k/gen: _setjmp.S fabs.S setjmp.S sigsetjmp.S
lib/libc/arch/m88k/net: htonl.S htons.S ntohl.S ntohs.S
lib/libc/arch/m88k/sys: Ovfork.S brk.S cerror.S exect.S fork.S
sbrk.S sigpending.S sigprocmask.S
sigreturn.S sigsuspend.S syscall.S
tfork_thread.S
lib/librthread/arch/m88k: cerror.S
Log message:
Add END() directives to the various functions.
Make the code PIC-aware when necessary (i.e. invoke other functions through
the PLT, and access global data through the GOT). No change for non-PIC
compilation.