* elfxx-target.h: Remove PTR cast.
[deliverable/binutils-gdb.git] / bfd / elfxx-target.h
index 9329b2b960e3333dc8f60cab4bfd1a2cd915e262..544f8f3647861aea7b03a8e8a9ab43a147c81f16 100644 (file)
@@ -621,7 +621,7 @@ const bfd_target TARGET_BIG_SYM =
 #endif
 
   /* backend_data: */
-  (PTR) &elfNN_bed
+  &elfNN_bed
 };
 #endif
 
@@ -717,6 +717,6 @@ const bfd_target TARGET_LITTLE_SYM =
 #endif
 
   /* backend_data: */
-  (PTR) &elfNN_bed
+  &elfNN_bed
 };
 #endif
This page took 0.023255 seconds and 4 git commands to generate.