process.c: move get_robust_list parser to a separate file

* get_robust_list.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* process.c (sys_get_robust_list): Move to get_robust_list.c.
diff --git a/Makefile.am b/Makefile.am
index f72fd07..917e08c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@
 	fallocate.c	\
 	fanotify.c	\
 	file.c		\
+	get_robust_list.c \
 	getcpu.c	\
 	getcwd.c	\
 	inotify.c	\