b98e687 change argument type to bfd_byte

Authored and Committed by Trevor Saunders 8 years ago
    change argument type to bfd_byte
    
    We operate on the pointer's target as a set of bytes, and this avoids doing
    arithmetic on void * which is undefined in ISO C.
    
    bfd/ChangeLog:
    
    2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
    
    	* elf32-arm.c (put_thumb2_insn): Change argument type to bfd_byte *.
    
        
file modified
+4 -0
file modified
+1 -1