Remove some conservative checks when splitting strings into spans.
commitc4e5193415c633ea044e171b99cfbc0b7d61c120
authorTim Abbott <tabbott@mit.edu>
Mon, 3 Nov 2008 17:48:29 +0000 (3 12:48 -0500)
committerTim Abbott <tabbott@mit.edu>
Sat, 8 Nov 2008 03:31:13 +0000 (7 22:31 -0500)
tree6e228477c4bb1dba258c73078b71f3acdd994afe
parent29af80cedb43fed6a1a43176265a9159369f8e06
Remove some conservative checks when splitting strings into spans.

It appears that the __ksymtab_strings section, while very clearly a
string section, is not always properly aligned.

While one way to handle this might be to treat it as an other_sect for
the __ksymtab sections, that might be messier than this is worth.

Signed-off-by: Tim Abbott <tabbott@mit.edu>
objmanip.c