6b00df4189
* posix/TESTS2C.sed: Recognize only digits in first field. This enables us to use colons in the pattern. 1997-05-01 20:02 Richard Henderson <rth@tamu.edu> * sysdeps/unix/sysv/linux/alpha/brk.S: Don't presume that the kernel will preserve non-call-saved registers; save and restore a0 across the system call. * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise tuck the thread data onto the new thread's stack.
3 lines
60 B
Sed
3 lines
60 B
Sed
s/\\/\\\\/g
|
|
s/\([0-9]*\):\(.*\):\(.*\)/ {\1, "\2", "\3"},/
|