2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 22:38:24 +00:00

@B fix compatibilty issues for VC

This commit is contained in:
bebbo
2017-02-06 15:04:37 +01:00
parent 78fa84d0b7
commit b9511c9413
21 changed files with 51 additions and 30 deletions

View File

@ -307,7 +307,7 @@ fold_unary (tree, current_section, allocation_done, dot, dotp)
case '-':
make_abs (&result);
result.value = -result.value;
result.value = -(long)result.value;
break;
case NEXT:
@ -668,7 +668,7 @@ exp_fold_tree (tree, current_section, allocation_done, dot, dotp)
bfd_vma dot;
bfd_vma *dotp;
{
etree_value_type result;
etree_value_type result = { 0, 0, 0, 0 };
if (tree == NULL)
{