diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-15 02:54:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-15 02:54:33 +0000 |
commit | 2f9a1be867489eb4fdc46e052163eb3cab99aef1 (patch) | |
tree | 61ce5241b637ef45b048ea4fc0485847b127bfc7 /string/Makefile | |
parent | c8d49f05e7048f84bb8a60381c290f4831f3bd57 (diff) | |
download | glibc-2f9a1be867489eb4fdc46e052163eb3cab99aef1.tar glibc-2f9a1be867489eb4fdc46e052163eb3cab99aef1.tar.gz glibc-2f9a1be867489eb4fdc46e052163eb3cab99aef1.tar.bz2 glibc-2f9a1be867489eb4fdc46e052163eb3cab99aef1.zip |
[BZ #6442]
* string/endian.h: Add macros for fixed-size endian conversion.
* bits/byteswap.h: Allow inclusion from <endian.h>.
* sysdeps/i386/bits/byteswap.h: Likewise.
* sysdeps/ia64/bits/byteswap.h: Likewise.
* sysdeps/s390/bits/byteswap.h: Likewise.
* sysdeps/x86_64/bits/byteswap.h: Likewise.
* string/Makefile (tests): Add tst-endian.
* string/tst-endian.c: New file.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/string/Makefile b/string/Makefile index d4ec22457d..ccdc497c70 100644 --- a/string/Makefile +++ b/string/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2005-2007, 2008 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -54,7 +54,7 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \ bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap \ tst-strtok tst-strxfrm bug-strcoll1 tst-strfry \ bug-strtok1 $(addprefix test-,$(strop-tests)) \ - bug-envz1 tst-strxfrm2 + bug-envz1 tst-strxfrm2 tst-endian distribute := memcopy.h pagecopy.h tst-svc.expect test-string.h |