The c compiler aligns character arrays to word boundaries (chars are 32 bits in
plpc). We need a .array directive that takes the same input as .asciiz but pads
with zeros.
Also, it needs to insert a null character at the end. This should only be used
by plpc for string constants.
If this gets shot down, I can make plpc do this the hard way with a bunch of
.word directives.
Original issue reported on code.google.com by david.jakob.fritz on 27 May 2012 at 3:47
Original issue reported on code.google.com by
david.jakob.fritz
on 27 May 2012 at 3:47