Fix size directive not using the right label when symbols are smaller than a word
Fix size directive not being properly emitted for symbols with a size smaller than a word
Generate pad symbols to honor user declared sizes
Symbols will be automatically splitted if the user-declared size is smaller than the symbol size (usually due to size not being a multiple of 4, file splits, other symbols not being referenced, etc)
Add the character 0x1A to set of special cases for string decoding.
Fix bug which produced reporting incorrect file splits on strings which their last word was a zero.
Workaround for big addends when building with modern GAS
0x1A
to set of special cases for string decoding.