]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - include/ChangeLog
hex.c (_hex_value): Make this unsigned.
[thirdparty/gcc.git] / include / ChangeLog
index e4aad2ba993b2fd2928ca7dc34cd5b63325382fb..c7c271b1ca9570e7f24188f69ba7d1adfef77abf 100644 (file)
@@ -1,3 +1,10 @@
+2003-05-15  Jim Blandy  <jimb@redhat.com>
+
+       * libiberty.h (hex_value): Make the value an unsigned int, to
+       avoid unexpected sign-extension when cast to unsigned types larger
+       than int --- like bfd_vma, on some platforms.
+       (_hex_value): Update declaration.
+
 2003-05-07  Jason Merrill  <jason@redhat.com>
 
        * hashtab.h (iterative_hash): Prototype.