Re: Compiling Coreutils with masm=intel

2023-09-14 Thread Arsen Arsenović
Jay writes: > Hello, thank you for your reply. > > I am currently writing an assembly rewriting tool, and with information > gathered throughout my toolchain, Intel syntax, at least for my purpose, > provides many intuitive ways to rewrite the assembly. Therefore, I was > hoping to remain consis

ls/test: verify the output of ls --dired

2023-09-14 Thread Sylvestre Ledru
Hello Currently, GNU coreutils doesn't have any test verifying the actual output of ls --dired. It should generate a list of position (pairs). //DIRED// 73 82 142 152 ... The attached patch creates 2 files and one directory and verify that we can find their names using the position. Cheer