forked from KolibriOS/kolibrios
binutils-2.26
git-svn-id: svn://kolibrios.org@6324 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* TILE-Gx opcode information.
|
||||
*
|
||||
* Copyright 2011 Free Software Foundation, Inc.
|
||||
* Copyright (C) 2011-2015 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -21,6 +21,10 @@
|
||||
#ifndef opcode_tile_h
|
||||
#define opcode_tile_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef unsigned long long tilegx_bundle_bits;
|
||||
|
||||
|
||||
@@ -1301,4 +1305,8 @@ typedef tilegx_bundle_bits tile_bundle_bits;
|
||||
#define TILE_LOG2_BUNDLE_ALIGNMENT_IN_BYTES \
|
||||
TILEGX_LOG2_BUNDLE_ALIGNMENT_IN_BYTES
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* opcode_tilegx_h */
|
||||
|
Reference in New Issue
Block a user