I have to patch my SW. The SW is a bunch of C-programs. The patch contains 3 kinds of files - *.S, *.c and *.sym. I have no issues with the *.S and *.c but I have trouble with the *.sym files. How do I compile the *.sym files?
For example, if you look into the glibc code, it contains *.S and *.sym files. The Makfiles somehow convert these *.sym files into a *.h file. The generated *.h files are then used inside the *.c or *.S files.