CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2017/03/26 13:03:38
Modified files: lib/libc/sys : Makefile.inc Log message: Use .file to convince 'as' to generate proper FILE symbols in the syscall stubs that aren't actually in files, so that syspatch can figure out what order the syscall stub objects are in the .so. Use -P to suppress to #line directives that would override that. Tested with both gcc/gas and clang. ok deraadt@