summaryrefslogtreecommitdiff
path: root/libiberty/hex.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2007-01-311-1/+1
|
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
|
* merge from gccDJ Delorie2005-04-161-0/+3
|
* merge from gccDJ Delorie2005-03-281-1/+1
|
* merge from gccDJ Delorie2005-01-111-1/+1
|
* merge from gccDJ Delorie2003-06-221-3/+6
|
* libiberty/ChangeLog:Jim Blandy2003-05-151-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.
* merge from gccDJ Delorie2002-03-281-6/+75
|
* merge from gccDJ Delorie2001-10-231-11/+89
|
* Initial revisionRichard Henderson1999-05-031-0/+33