If SRCS contains any .S files then remove the corresponding .c file fromSRCS and add to LSRCS (for lint).Change the 'string' Makefiles so that the arch/*/string/Makefile.incneed only specify the .
If SRCS contains any .S files then remove the corresponding .c file fromSRCS and add to LSRCS (for lint).Change the 'string' Makefiles so that the arch/*/string/Makefile.incneed only specify the .S files for that architecture and not the .cfiles for all the files they don't override.
show more ...
Remove references to index.c and rindex.c (strchr.c and strrchr.cnow provide the definitions).
add ia64 libc MI bits.
libc stubs added