This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / common / sim-n-endian.h
index 1f546dfdb0274f732f56023ea1731a7e27e4e9e0..c53e05a9a1749f9f13c3f5b102c7f53ba17fa849 100644 (file)
@@ -23,7 +23,7 @@
 #error "N must be #defined"
 #endif
 
-#include "sim-xcat.h"
+#include "symcat.h"
 
 /* NOTE: See end of file for #undef */
 #define unsigned_N XCONCAT2(unsigned_,N)
@@ -37,6 +37,7 @@
 #define endian_le2h_N XCONCAT2(endian_le2h_,N)
 #define offset_N XCONCAT2(offset_,N)
 
+/* TAGS: endian_t2h_1 endian_t2h_2 endian_t2h_4 endian_t2h_8 endian_t2h_16 */
 
 INLINE_SIM_ENDIAN\
 (unsigned_N)
@@ -50,6 +51,7 @@ endian_t2h_N(unsigned_N raw_in)
   }
 }
 
+/* TAGS: endian_h2t_1 endian_h2t_2 endian_h2t_4 endian_h2t_8 endian_h2t_16 */
 
 INLINE_SIM_ENDIAN\
 (unsigned_N)
@@ -63,6 +65,7 @@ endian_h2t_N(unsigned_N raw_in)
   }
 }
 
+/* TAGS: swap_1 swap_2 swap_4 swap_8 swap_16 */
 
 INLINE_SIM_ENDIAN\
 (unsigned_N)
@@ -71,7 +74,7 @@ swap_N(unsigned_N raw_in)
   _SWAP_N(return,raw_in);
 }
 
-
+/* TAGS: endian_h2be_1 endian_h2be_2 endian_h2be_4 endian_h2be_8 endian_h2be_16 */
 
 INLINE_SIM_ENDIAN\
 (unsigned_N)
@@ -85,6 +88,7 @@ endian_h2be_N(unsigned_N raw_in)
   }
 }
 
+/* TAGS: endian_be2h_1 endian_be2h_2 endian_be2h_4 endian_be2h_8 endian_be2h_16 */
 
 INLINE_SIM_ENDIAN\
 (unsigned_N)
@@ -98,6 +102,7 @@ endian_be2h_N(unsigned_N raw_in)
   }
 }
 
+/* TAGS: endian_h2le_1 endian_h2le_2 endian_h2le_4 endian_h2le_8 endian_h2le_16 */
 
 INLINE_SIM_ENDIAN\
 (unsigned_N)
@@ -111,6 +116,7 @@ endian_h2le_N(unsigned_N raw_in)
   }
 }
 
+/* TAGS: endian_le2h_1 endian_le2h_2 endian_le2h_4 endian_le2h_8 endian_le2h_16 */
 
 INLINE_SIM_ENDIAN\
 (unsigned_N)
@@ -124,7 +130,7 @@ endian_le2h_N(unsigned_N raw_in)
   }
 }
 
-
+/* TAGS: offset_1 offset_2 offset_4 offset_8 offset_16 */
 
 INLINE_SIM_ENDIAN\
 (void*)
This page took 0.024142 seconds and 4 git commands to generate.