Deleted Added
full compact
linux32_locore.s (293514) linux32_locore.s (293516)
1/* $FreeBSD: stable/10/sys/amd64/linux32/linux32_locore.s 293514 2016-01-09 15:44:38Z dchagin $ */
1/* $FreeBSD: stable/10/sys/amd64/linux32/linux32_locore.s 293516 2016-01-09 15:48:11Z dchagin $ */
2
3#include "linux32_assym.h" /* system definitions */
4#include <machine/asmacros.h> /* miscellaneous asm macros */
5
6#include <amd64/linux32/linux32_syscall.h> /* system call numbers */
7
2
3#include "linux32_assym.h" /* system definitions */
4#include <machine/asmacros.h> /* miscellaneous asm macros */
5
6#include <amd64/linux32/linux32_syscall.h> /* system call numbers */
7
8.data
9
10 .globl linux_platform
11linux_platform:
12 .asciz "i686"
13
8.text
9.code32
10
11/*
12 * To avoid excess stack frame the signal trampoline code emulates
13 * the 'call' instruction.
14 */
15NON_GPROF_ENTRY(linux32_sigcode)

--- 135 unchanged lines hidden ---
14.text
15.code32
16
17/*
18 * To avoid excess stack frame the signal trampoline code emulates
19 * the 'call' instruction.
20 */
21NON_GPROF_ENTRY(linux32_sigcode)

--- 135 unchanged lines hidden ---