You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert .comm symbols into the proper ELF equivalent, instead of
converting them to local symbol in the .bss segment.
This makes it possible use the converted PSY-Q libraries to recreate a
bit-exact executable of Frogger - without proper comm symbol support
controlling the order of some .bss symbols in the libraries is
impossible.
Even though this is more correct than before there is a chance some
users of psyq-obj-parser are relying on the old behaviour thus this
could be a breaking change for them. If so command line option could be
added to control between old and new behaviour.
0 commit comments