* Stop generating debian metapackages and packages with the version attached
to the package name. Updates in the apt-repository now support multiple
package versions and upgrading `gtirb-pprinter` with `apt-get upgrade`.
* Fix dummy-so generation to use correct syntax for ARM with `--dummy-so=yes`
* Work around ml.exe bug that could result in missing exports in x86-32 PEs.
* Generate `-m32` when generating dummy-so libraries and object files for x86-32
* Add fixup to strip `_copy` suffix appended by ddisasm from `__x86.get_pc_thunk.*` symbols.
* Suppress `__x86.get_pc_thunk.*` symbols in dynamic mode.
* Use `-nodefaultlibs` with the `complete` printing policy
* Blacklist `_GLOBAL_OFFSET_TABLE_` symbol from dummy-so libraries.
* Explicitly link `ld-linux*.so` if `-nodefaultlibs` is enabled.
* Support GOT, PAGE and GOT, OFST symbolic expression attributes for split .got loads on MIPS.
* Populate non-local symbols under `global:` in version-script.
* Change version scripts that only use the module's symbol version
definitions (not its needed symbols).
* Create a different version script for dummy-so dependencies using the
needed symbol versions.
* Add `-Wl,-soname` argument for `elfSoname` aux-data
* Requires gtirb >=2.1.0
* Remove generation for `--export-dynamic`, and instead, add generation for `--dynamic-list` in binary printer
* For ambiguous symbols, choose one symbol to keep original symbol name.
* For symbols with base version, only print out the connector and do not
print out the base version in .symver directives.
* Update capstone version from 4.0.1 to 5.0.1
* Add a fixup for `repz ret` for MASM pprinter
* Fix a bug where FADD or FSUBR operands could be misplaced for MASM pprinter