commit | 6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Dec 22 22:01:19 2022 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Dec 22 22:06:12 2022 -0500 |
tree | e02be1dba5bfeb55f0bf55f6fcdb8678e2fd7259 | |
parent | 4c337f2dd3df1f97d9dc17ace5708f5cdc4512dc [diff] |
sim: move bfd.h include out of sim-main.h Not all arches include this in sim-main.h, and the ones that do don't actually use bfd defines in the sim-main.h header. Prune it to make sim-main.h simpler so we can kill it off entirely in the future. We add the include to the files that utilize e.g. bfd_vma though.