C++ comments
[deliverable/binutils-gdb.git] / include / elf / ppc64.h
index f7034ec24b1d2617bd31dfbf17ec36ff4e50fa8f..f3e478fdfd064632d02b36e064d336bbf3b31b62 100644 (file)
@@ -256,14 +256,14 @@ END_RELOC_NUMBERS (R_PPC64_max)
 #define STO_PPC64_LOCAL_BIT            5
 #define STO_PPC64_LOCAL_MASK           (7 << STO_PPC64_LOCAL_BIT)
 
-// 3 bit other field to bytes.
+/* 3 bit other field to bytes.  */
 static inline unsigned int
 ppc64_decode_local_entry(unsigned int other)
 {
   return ((1 << other) >> 2) << 2;
 }
 
-// bytes to field value.
+/* bytes to field value.  */
 static inline unsigned int
 ppc64_encode_local_entry(unsigned int val)
 {
This page took 0.022967 seconds and 4 git commands to generate.