Build i386 __libc_do_syscall when PROF is defined
commit95b097779a670dca5f06fbceede31de60046ed76
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 21 Oct 2015 16:54:36 +0000 (21 09:54 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 21 Oct 2015 17:14:08 +0000 (21 10:14 -0700)
tree3bed700a7fceab2490de024e944271c212348152
parent0a90a8f2b9af6dd226558df5d3825e0e9ccd4ce3
Build i386 __libc_do_syscall when PROF is defined

Need to provide i386 __libc_do_syscall when PROF is defined.
Define OPTIMIZE_FOR_GCC_5 for .S files so that it can be used
in libc-do-syscall.S.

* sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: Replace
__GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
* sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
Moved before "#ifdef __ASSEMBLER__".
ChangeLog
sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
sysdeps/unix/sysv/linux/i386/sysdep.h