Yes, it was discussed on the axp-list a while back. After that I've
hacked the ld for -taso, and it went into official binutils about a year
ago.
$ ld -v
GNU ld version 2.10.91 (with BFD 2.10.91.0.2)
$ ld -help
...
ld: emulation specific options:
elf64alpha:
-Bgroup Selects group name lookup rules for DSO
...
-taso Load executable in the lower 31-bit addressable
virtual address range
...
> Note that personally I'm strongly against the -taso approach -- it's a
> hack to be meant as an excuse for fixing broken programs.
Exactly. However, there are situations when you have only two options:
rewrite from scratch or use -taso. Netscape vs. mozilla is a good example. :-)
Ivan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/