ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/libc/amd64/sys/exect.S
(Generate patch)

Comparing trunk/lib/libc/amd64/sys/exect.S (file contents):
Revision 10631 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 10632 by laffer1, Sat Jun 9 16:41:21 2018 UTC

# Line 1 | Line 1
1 + /* $MidnightBSD$ */
2   /*-
3   * Copyright (c) 1990 The Regents of the University of California.
4   * All rights reserved.
# Line 34 | Line 35
35          .asciz "@(#)exect.s     5.1 (Berkeley) 4/23/90"
36   #endif /* SYSLIBC_SCCS and not lint */
37   #include <machine/asm.h>
38 < __MBSDID("$MidnightBSD$");
38 > __FBSDID("$FreeBSD: stable/10/lib/libc/amd64/sys/exect.S 240178 2012-09-06 20:59:49Z jilles $");
39  
40   #include "SYS.h"
41   #include <machine/psl.h>
# Line 47 | Line 48 | ENTRY(exect)
48          pushq   %r8
49          popfq
50          KERNCALL
50 #ifdef PIC
51        movq    PIC_GOT(HIDENAME(cerror)),%rdx
52        jmp     *%rdx
53 #else
51          jmp     HIDENAME(cerror)
55 #endif
52   END(exect)
53  
54          .section .note.GNU-stack,"",%progbits

Comparing trunk/lib/libc/amd64/sys/exect.S (property svn:keywords):
Revision 10631 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 10632 by laffer1, Sat Jun 9 16:41:21 2018 UTC

# Line 0 | Line 1
1 + MidnightBSD=%H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines