aboutsummaryrefslogtreecommitdiff
path: root/libiberty/hex.c
AgeCommit message (Collapse)AuthorFilesLines
2003-06-22merge from gccDJ Delorie1-3/+6
2003-05-15libiberty/ChangeLog:Jim Blandy1-3/+9
2003-05-14 Jim Blandy <jimb@redhat.com> * hex.c (_hex_value): Make this unsigned. (hex_value): Update documentation for new return type. hex_value now expands to an unsigned int expression, to avoid unexpected sign extension when we store it in a bfd_vma, which is larger than int on some platforms. * functions.texi: Regenerated. include/ChangeLog: 2003-05-14 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.
2002-03-28merge from gccDJ Delorie1-6/+75
2001-10-23merge from gccDJ Delorie1-11/+89
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+33