diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-03 01:09:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-03 01:09:46 +0000 |
| commit | 9c904fcdbcd6ebc1c130c4880388fec8649dc537 (patch) | |
| tree | 70e87c26ae2985ce1d9b6cd898e11883adf42a65 /lib/libc/ia64/gen | |
| parent | 9c73bdcf24bbfedcae8483127ea135ccb39a3155 (diff) | |
Notes
Diffstat (limited to 'lib/libc/ia64/gen')
| -rw-r--r-- | lib/libc/ia64/gen/__divdf3.S | 3 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__divdi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__divsf3.S | 3 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__divsi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__moddi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__modsi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__udivdi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__udivsi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__umoddi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/__umodsi3.S | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/_setjmp.S | 5 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/fabs.S | 3 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/setjmp.S | 5 | ||||
| -rw-r--r-- | lib/libc/ia64/gen/sigsetjmp.S | 5 |
14 files changed, 36 insertions, 20 deletions
diff --git a/lib/libc/ia64/gen/__divdf3.S b/lib/libc/ia64/gen/__divdf3.S index f27d3e0b313e..58425d92dbaa 100644 --- a/lib/libc/ia64/gen/__divdf3.S +++ b/lib/libc/ia64/gen/__divdf3.S @@ -1,5 +1,3 @@ -// $FreeBSD$ - // // Copyright (c) 2000, Intel Corporation // All rights reserved. @@ -28,6 +26,7 @@ // #include <machine/asm.h> +__FBSDID("$FreeBSD$"); .section .text diff --git a/lib/libc/ia64/gen/__divdi3.S b/lib/libc/ia64/gen/__divdi3.S index 7b06bf46e334..92e29116f6e2 100644 --- a/lib/libc/ia64/gen/__divdi3.S +++ b/lib/libc/ia64/gen/__divdi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__divdi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text .proc __divdi3# .align 32 diff --git a/lib/libc/ia64/gen/__divsf3.S b/lib/libc/ia64/gen/__divsf3.S index e962415c796d..fe7bcb4d68ee 100644 --- a/lib/libc/ia64/gen/__divsf3.S +++ b/lib/libc/ia64/gen/__divsf3.S @@ -1,5 +1,3 @@ -// $FreeBSD$ - // // Copyright (c) 2000, Intel Corporation // All rights reserved. @@ -28,6 +26,7 @@ // #include <machine/asm.h> +__FBSDID("$FreeBSD$"); ENTRY(__divsf3, 0) { .mfi diff --git a/lib/libc/ia64/gen/__divsi3.S b/lib/libc/ia64/gen/__divsi3.S index 7c088e9f21df..4c82e32ddcf1 100644 --- a/lib/libc/ia64/gen/__divsi3.S +++ b/lib/libc/ia64/gen/__divsi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__divsi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text // 32-bit signed integer divide diff --git a/lib/libc/ia64/gen/__moddi3.S b/lib/libc/ia64/gen/__moddi3.S index 897066cfb7c4..e15f964c6ff9 100644 --- a/lib/libc/ia64/gen/__moddi3.S +++ b/lib/libc/ia64/gen/__moddi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__moddi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text // 64-bit signed integer remainder diff --git a/lib/libc/ia64/gen/__modsi3.S b/lib/libc/ia64/gen/__modsi3.S index f91cf75ec48c..1939493eff38 100644 --- a/lib/libc/ia64/gen/__modsi3.S +++ b/lib/libc/ia64/gen/__modsi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__modsi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text // 32-bit signed integer remainder diff --git a/lib/libc/ia64/gen/__udivdi3.S b/lib/libc/ia64/gen/__udivdi3.S index 6a9fad4ce455..1233e8aa4105 100644 --- a/lib/libc/ia64/gen/__udivdi3.S +++ b/lib/libc/ia64/gen/__udivdi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__udivdi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text .proc __udivdi3# .align 32 diff --git a/lib/libc/ia64/gen/__udivsi3.S b/lib/libc/ia64/gen/__udivsi3.S index 0ac0369c50fc..25959b88a922 100644 --- a/lib/libc/ia64/gen/__udivsi3.S +++ b/lib/libc/ia64/gen/__udivsi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__udivsi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text // 32-bit unsigned integer divide diff --git a/lib/libc/ia64/gen/__umoddi3.S b/lib/libc/ia64/gen/__umoddi3.S index 05a030439eab..509c62bb687e 100644 --- a/lib/libc/ia64/gen/__umoddi3.S +++ b/lib/libc/ia64/gen/__umoddi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__umoddi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text // 64-bit unsigned integer remainder diff --git a/lib/libc/ia64/gen/__umodsi3.S b/lib/libc/ia64/gen/__umodsi3.S index 5076e76a1e5e..697db2e5d8c9 100644 --- a/lib/libc/ia64/gen/__umodsi3.S +++ b/lib/libc/ia64/gen/__umodsi3.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ .file "__umodsi3.s" // @@ -28,6 +27,9 @@ // http://developer.intel.com/opensource. // +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + .section .text // 32-bit unsigned integer remainder diff --git a/lib/libc/ia64/gen/_setjmp.S b/lib/libc/ia64/gen/_setjmp.S index 5f15cd497156..a48e5f13f1a7 100644 --- a/lib/libc/ia64/gen/_setjmp.S +++ b/lib/libc/ia64/gen/_setjmp.S @@ -1,4 +1,3 @@ -// $FreeBSD$ // // Copyright (c) 1999, 2000 // Intel Corporation. @@ -51,8 +50,10 @@ .file "setjmp.s" +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + #define LOCORE -#include <machine/asm.h> #include <machine/setjmp.h> // int _setjmp(struct jmp_buffer *) diff --git a/lib/libc/ia64/gen/fabs.S b/lib/libc/ia64/gen/fabs.S index 786606b67339..036d49201321 100644 --- a/lib/libc/ia64/gen/fabs.S +++ b/lib/libc/ia64/gen/fabs.S @@ -22,11 +22,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <machine/asm.h> +__FBSDID("$FreeBSD$"); ENTRY(fabs, 1) fabs fret0=farg0 diff --git a/lib/libc/ia64/gen/setjmp.S b/lib/libc/ia64/gen/setjmp.S index 817e3337a042..7b1eb6797e2c 100644 --- a/lib/libc/ia64/gen/setjmp.S +++ b/lib/libc/ia64/gen/setjmp.S @@ -1,5 +1,4 @@ /* $NetBSD: setjmp.S,v 1.3 1997/12/05 02:06:27 thorpej Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -28,8 +27,10 @@ * rights to redistribute these changes. */ +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + #define LOCORE -#include <machine/asm.h> #include <machine/setjmp.h> /* diff --git a/lib/libc/ia64/gen/sigsetjmp.S b/lib/libc/ia64/gen/sigsetjmp.S index 37e6f950c1c9..9f02a26a5a7a 100644 --- a/lib/libc/ia64/gen/sigsetjmp.S +++ b/lib/libc/ia64/gen/sigsetjmp.S @@ -1,5 +1,4 @@ /* $NetBSD: sigsetjmp.S,v 1.2 1996/10/17 03:08:07 cgd Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -28,8 +27,10 @@ * rights to redistribute these changes. */ -#define LOCORE #include <machine/asm.h> +__FBSDID("$FreeBSD$"); + +#define LOCORE #include <machine/setjmp.h> /* |
