0172100 Fix:

Authored and Committed by sergiodj 5 years ago
    Fix:
    
    BUILDSTDERR: ../../bfd/elf32-arm.c: In function 'elf32_arm_final_link_relocate':
    BUILDSTDERR: ../../bfd/elf32-arm.c:10907:10: error: absolute value function 'labs' given an argument of type 'bfd_signed_vma' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Werror=absolute-value]
    BUILDSTDERR: 10907 |  value = labs (relocation);
    BUILDSTDERR:       |          ^~~~
    
    And unbreak the build.
    
        
file modified
+7 -0
file modified
+1 -0
file modified
+1 -0