diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-15 20:57:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-15 20:57:47 +0000 |
commit | 0542a638d799252feb41e7c59153488bd8684333 (patch) | |
tree | 45df7490388b0386208b9b25a831bf9c5d1ba66b /bfd | |
parent | 3283eab3661db052af96937efe778b892d25696f (diff) | |
download | gdb-0542a638d799252feb41e7c59153488bd8684333.zip gdb-0542a638d799252feb41e7c59153488bd8684333.tar.gz gdb-0542a638d799252feb41e7c59153488bd8684333.tar.bz2 |
* libbfd.h (COERCExx): Cast x to bfd_signed_vma before doing the
xor and subtract. Otherwise it will not sign extend if the type
of bfd_vma is larger than int.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bcb64fc..f359f45 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Sep 15 11:48:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * libbfd.h (COERCExx): Cast x to bfd_signed_vma before doing the + xor and subtract. Otherwise it will not sign extend if the type + of bfd_vma is larger than int. + * ecoffswap.h (ecoff_swap_pdr_in): Get regoffset, iopt, fregoffset and frameoffset as signed numbers. From Peter Schauer. |