Re: [Mingw-w64-public] [PATCH] crt: Remove duplicate entries from DEF files

2022-04-29 Thread LIU Hao
在 2022-04-29 21:54, LIU Hao 写道: This patch was generated automatically by this script: This patch mistakenly removes some ARM-specific functions. I'll propose a new one. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___

[Mingw-w64-public] [PATCH] crt: Remove duplicate entries from DEF files

2022-04-29 Thread LIU Hao
This patch was generated automatically by this script: ``` #!/usr/bin/env asteria for(var k = 0; k != __varg(); ++k) { var path = __varg(k); std.io.putfln("processing: $1", path); var text = std.filesystem.file_read(path); var old_lines = std.string.explode(text, "\n");