sleb128.d: Do not assume an 8-bit byte.

quad.d: Likewise.  Also allow for ports which order bytes within words in other
  than simple big-endian or little-endian fashions.
This commit is contained in:
Nick Clifton
2005-01-24 15:32:19 +00:00
parent 761dcfa6d4
commit 7fe1cadb05
3 changed files with 18 additions and 11 deletions

View File

@ -1,3 +1,10 @@
2005-01-24 Nick Clifton <nickc@redhat.com>
* gas/all/sleb128.d: Do not assume an 8-bit byte.
* gas/all/quad.d: Likewise. Also allow for ports which order
bytes within words in other than simple big-endian or
little-endian fashions.
2005-01-19 Richard Sandiford <rsandifo@redhat.com>
* gas/all/sleb128.[sd]: New test.