| commit | 0fb6c560ffa591fbb7f8aa7de4f6719e20ced208 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Fri Nov 11 22:57:05 2022 +0700 |
| committer | Mike Frysinger <vapier@gentoo.org> | Wed Dec 21 22:27:11 2022 -0500 |
| tree | 2ce518bb0ad16f919ae3e86444dba188ee0e689e | |
| parent | f4ac2306058aecab760b05e425d089a1c86e0618 [diff] |
sim: mips: always resolve active bfd mach dynamically Don't assume that the default bfd that we configured for is the one that is always active when running a program. We already have access to the real runtime value, so use it directly. This simplifies the code quite a bit, and will make it easier to support multiple mach's in a single binary.