aboutsummaryrefslogtreecommitdiff
path: root/libiberty/hex.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05Sync libiberty from gccAlan Modra1-1/+1
Picks up copyright year update and other recent fixes.
2007-01-31merge from gccDJ Delorie1-1/+1
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-04-16merge from gccDJ Delorie1-0/+3
2005-03-28merge from gccDJ Delorie1-1/+1
2005-01-11merge from gccDJ Delorie1-1/+1
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