* Updated DEFS.h to include ALTENTRY() and ALTASENTRY() for alternate
authorDavid Greenman <davidg@Root.COM>
Sat, 9 Oct 1993 08:31:47 +0000 (08:31 +0000)
committerDavid Greenman <davidg@Root.COM>
Sat, 9 Oct 1993 08:31:47 +0000 (08:31 +0000)
commit04af82614faaa526147cbf02949dac21f53ae610
tree63a995ba5aa33432569f41632c305f359215744c
parente7f7ca85881d241acad141093b3d5970d0e810b2
* Updated DEFS.h to include ALTENTRY() and ALTASENTRY() for alternate
  entry names, and made ENTRY, ASENTRY, ALTENTRY, and ALTASENTRY do
  longword alignment.
* Updated SYS.h to use NOP padding in the .align for text.
* Added $Id$ to DEFS.h and SYS.h
* Incorporated some additional i386 string optimizations from NetBSD:
bcmp.s - modified to compare by words
bcopy.s - bcopy is a void function, don't return 0
memcmp.s - modified to compare by words
memmove.s and memcpy.s
- combined into one function (they were identical)
  by using new ALTENTRY() from above
- don't use intermediate register for notl
- deleted memcpy.s as it is no longer needed
- imported NetBSD hack to Makefile.inc to make
  it not build memcpy.o if memmove.s exists
lib/libc/i386/DEFS.h
lib/libc/i386/SYS.h
lib/libc/i386/string/bcmp.s
lib/libc/i386/string/bcopy.s
lib/libc/i386/string/memcmp.s
lib/libc/i386/string/memmove.s
lib/libc/i386/string/strlen.s
lib/libc/string/Makefile.inc