* objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
"artificially large" end address.
+2018-01-30 Alan Modra <amodra@gmail.com>
+
+ * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
+ "artificially large" end address.
+
2018-01-28 Nick Clifton <nickc@redhat.com>
* README-how-to-make-a-release: Add note about checking gpg key
For now though, since v1 and v2 was not intended to
handle gaps, we chose an artificially large end
address. */
- end = (bfd_vma) 0x7ffffffffffffffUL;
+ end = (bfd_vma) -1;
break;
case 8:
For now though, since v1 and v2 was not intended to
handle gaps, we chose an artificially large end
address. */
- end = (bfd_vma) 0x7ffffffffffffffUL;
+ end = (bfd_vma) -1;
}
break;