This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Drive letters are parsed as the rpath-link separator on windows preventing cross platform linker users from specifying absolute paths that contain drive letters. This change follows the behavior of other parts of the linker that assume a single letter followed by a colon is a drive specifier.
2009-10-21 Ryan Mansfield <rmansfield@qnx.com>
PR ld/10489 * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Handle drive specifiers for DOS based filesystems in rpath-link strings.
filename = (char *) xmalloc (s - path + len + 2); if (s == path)
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |