Fix issues with multiple inferiors
[deliverable/binutils-gdb.git] / sim / ppc / sim-endian-n.h
index 4d0410a92b2b2f1bdf947eb65158f0f23c24ff24..095a642e9ee67c9222ee80dee6bf24adfb647e79 100644 (file)
@@ -4,7 +4,7 @@
 
     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
-    the Free Software Foundation; either version 2 of the License, or
+    the Free Software Foundation; either version 3 of the License, or
     (at your option) any later version.
 
     This program is distributed in the hope that it will be useful,
@@ -13,8 +13,7 @@
     GNU General Public License for more details.
  
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, see <http://www.gnu.org/licenses/>.
  
     */
 
@@ -35,7 +34,7 @@
 #define endian_le2h_N XCONCAT2(endian_le2h_,N)
 
 
-INLINE_SIM_ENDIAN\
+INLINE_PSIM_ENDIAN\
 (unsigned_N)
 endian_t2h_N(unsigned_N raw_in)
 {
@@ -48,7 +47,7 @@ endian_t2h_N(unsigned_N raw_in)
 }
 
 
-INLINE_SIM_ENDIAN\
+INLINE_PSIM_ENDIAN\
 (unsigned_N)
 endian_h2t_N(unsigned_N raw_in)
 {
@@ -61,7 +60,7 @@ endian_h2t_N(unsigned_N raw_in)
 }
 
 
-INLINE_SIM_ENDIAN\
+INLINE_PSIM_ENDIAN\
 (unsigned_N)
 swap_N(unsigned_N raw_in)
 {
@@ -70,7 +69,7 @@ swap_N(unsigned_N raw_in)
 
 
 
-INLINE_SIM_ENDIAN\
+INLINE_PSIM_ENDIAN\
 (unsigned_N)
 endian_h2be_N(unsigned_N raw_in)
 {
@@ -83,7 +82,7 @@ endian_h2be_N(unsigned_N raw_in)
 }
 
 
-INLINE_SIM_ENDIAN\
+INLINE_PSIM_ENDIAN\
 (unsigned_N)
 endian_be2h_N(unsigned_N raw_in)
 {
@@ -96,7 +95,7 @@ endian_be2h_N(unsigned_N raw_in)
 }
 
 
-INLINE_SIM_ENDIAN\
+INLINE_PSIM_ENDIAN\
 (unsigned_N)
 endian_h2le_N(unsigned_N raw_in)
 {
@@ -109,7 +108,7 @@ endian_h2le_N(unsigned_N raw_in)
 }
 
 
-INLINE_SIM_ENDIAN\
+INLINE_PSIM_ENDIAN\
 (unsigned_N)
 endian_le2h_N(unsigned_N raw_in)
 {
This page took 0.023854 seconds and 4 git commands to generate.