Re: [PATCH v2] ld: Unify the directory separator on Windows.
Jan Beulich <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
On 09.08.2026 21:59, Jan Dubiec wrote: > This patch is a spin-off of the following discussion: > https://inbox.sourceware.org/binutils/[email protected]/ > > There is no need to use backslashes on Windows, as Windows handles forward > slashes in paths quite well. Moreover, the linker has been using > forward slashes on Windows for a long time. > > Signed-off-by: Jan Dubiec <[email protected]> > --- > ld/ldfile.c | 4 ---- > ld/testsuite/ld-elf/retain5.map | 2 +- > ld/testsuite/ld-plugin/plugin-10.d | 2 +- > ld/testsuite/ld-plugin/plugin-11.d | 2 +- > ld/testsuite/ld-plugin/plugin-18.d | 2 +- > ld/testsuite/ld-plugin/plugin-19.d | 2 +- > ld/testsuite/ld-plugin/plugin-20.d | 2 +- > ld/testsuite/ld-plugin/plugin-22.d | 2 +- > 8 files changed, 7 insertions(+), 11 deletions(-) Okay. Jan