Stefan Bienert wrote: > Is it enough to put a line to each function, > saying where it came from or should I sort everything in its original > file?
No, it is better if the file structure is the same as in glibc. When doing comparisons, we do it through "diff" of each file, or "diff -r" of the directories. We have no good tool for comparing the concatenation of N files with modified versions of each of the N files. Bruno