| commit | 086d7dbb2e689cf53df66c7edf3ea01c3ff2f1a9 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Wed Jan 03 03:12:42 2024 -0500 |
| committer | Mike Frysinger <vapier@gentoo.org> | Wed Jan 03 03:37:13 2024 -0500 |
| tree | f21664577b6c8558232fb252fd440756b3aedfe8 | |
| parent | 7811c75893c4078d9b81f05d1642d7833c0ca400 [diff] |
sim: ppc: unify igen filter modules The common igen code was forked from the ppc long ago. The filter module is still pretty similar in API, so we can unfork them with a little bit of effort. The filter.c module is still here because of the unique it_is API. The common igen code doesn't seem to have an equiv API as this only operates on two strings and not an actual filter object, and it's easy enough to leave behind to unfork the rest.