diff options
author | Jim Blandy <jimb@redhat.com> | 2003-05-15 19:02:13 +0000 |
---|---|---|
committer | Jim Blandy <jimb@gcc.gnu.org> | 2003-05-15 19:02:13 +0000 |
commit | 49a19cfd34783bd7d261bb0caa4ffcda5aa44b96 (patch) | |
tree | d12d899096b8ea3aba0270edec52389c46f4100e /gcc | |
parent | 4b3c2e48c46352fc7b22bbce659422d07dac5604 (diff) | |
download | gcc-49a19cfd34783bd7d261bb0caa4ffcda5aa44b96.zip gcc-49a19cfd34783bd7d261bb0caa4ffcda5aa44b96.tar.gz gcc-49a19cfd34783bd7d261bb0caa4ffcda5aa44b96.tar.bz2 |
hex.c (_hex_value): Make this unsigned.
libiberty/ChangeLog:
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.
From-SVN: r66840
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions