Make linker scripts and section ordering via --section-ordering-file or
[deliverable/binutils-gdb.git] / opcodes / arc-ext.c
index 1e6c1f8a7f85d75b920f895990e70d418f900440..376cd0316e3d5efcef58c4befad5745286849f32 100644 (file)
@@ -1,5 +1,5 @@
 /* ARC target-dependent stuff. Extension structure access functions
-   Copyright 1995, 1997, 2000, 2001, 2004, 2005, 2007
+   Copyright 1995, 1997, 2000, 2001, 2004, 2005, 2007, 2009
    Free Software Foundation, Inc.
 
    This file is part of libopcodes.
@@ -148,8 +148,8 @@ cleanup_ext_map(void)
 int
 arcExtMap_add(void *base, unsigned long length)
 {
-  unsigned char *block = base;
-  unsigned char *p = block;
+  unsigned char *block = (unsigned char *) base;
+  unsigned char *p = (unsigned char *) block;
 
   /* Clean up and reset everything if needed.  */
   cleanup_ext_map();
This page took 0.028109 seconds and 4 git commands to generate.