Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/arm/include Pull up revision 1.26 (requested b...
details: https://anonhg.NetBSD.org/src/rev/8ce461b7fe95
branches: netbsd-1-6
changeset: 529387:8ce461b7fe95
user: he <he%NetBSD.org@localhost>
date: Mon Nov 18 01:04:51 2002 +0000
description:
Pull up revision 1.26 (requested by thorpej in ticket #667):
Byte-swapping optimizations, enabled if compiling with GCC:
o Byte-swap 16-bit and 32-bit constants at compile-time
o Inline 16-bit and 32-bit variable byte-swaps
diffstat:
sys/arch/arm/include/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 7ceb401e51cb -r 8ce461b7fe95 sys/arch/arm/include/Makefile
--- a/sys/arch/arm/include/Makefile Mon Nov 18 01:04:18 2002 +0000
+++ b/sys/arch/arm/include/Makefile Mon Nov 18 01:04:51 2002 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2002/01/13 15:03:06 bjh21 Exp $
+# $NetBSD: Makefile,v 1.24.10.1 2002/11/18 01:04:51 he Exp $
KDIR= /sys/arch/arm/include
INCSDIR= /usr/include/arm
INCS= ansi.h aout_machdep.h armreg.h asm.h \
- bswap.h bus.h \
+ bswap.h byte_swap.h bus.h \
cdefs.h cpu.h \
db_machdep.h disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
Home |
Main Index |
Thread Index |
Old Index