~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to target-cris/crisv32-decode.h

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno, Aurelien Jarno
  • Date: 2009-03-22 10:13:17 UTC
  • mfrom: (1.2.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090322101317-iigjtnu5qil35dtb
Tags: 0.10.1-1
[ Aurelien Jarno ]
* New upstream stable release:
  - patches/80_stable-branch.patch: remove.
* debian/control: 
  - Remove depends on proll.
  - Move depends on device-tree-compiler to build-depends.
  - Bump Standards-Version to 3.8.1 (no changes).
* patches/82_qemu-img_decimal.patch: new patch from upstream to make
  qemu-img accept sizes with decimal values (closes: bug#501400).

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 * You should have received a copy of the GNU Lesser General Public
18
18
 * License along with this library; if not, write to the Free Software
19
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
20
20
 */
21
21
 
22
22
/* Convenient binary macros.  */
124
124
#define DEC_BASC_IM  {B8(11101111), B8(11111111)}
125
125
#define DEC_MOVEM_MR {B8(10111011), B8(10111111)}
126
126
#define DEC_MOVEM_RM {B8(10111111), B8(10111111)}
 
127
 
 
128
#define DEC_FTAG_FIDX_D_M {B8(10101011), B8(11111111)}
 
129
#define DEC_FTAG_FIDX_I_M {B8(11010011), B8(11111111)}