summaryrefslogtreecommitdiffstats
path: root/contrib/gdb
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-09-05 05:27:30 +0000
committermarcel <marcel@FreeBSD.org>2004-09-05 05:27:30 +0000
commit4ac7064824ea134cff15fa516ad5dd23928f2299 (patch)
tree91018acbb4e926ba68fe2eef92aaff0b581aa8ff /contrib/gdb
parent8e8293b76576645a7323d6bce9cc4f8b1e544edd (diff)
downloadFreeBSD-src-4ac7064824ea134cff15fa516ad5dd23928f2299.zip
FreeBSD-src-4ac7064824ea134cff15fa516ad5dd23928f2299.tar.gz
Fix Quad handling on 64-bit architectures. On 64-bit machines, a Quad
also occupies a single slot. There's no need for any special handling of Quads. While here, remove the silly make_quad() function. We have the 2 longs on 32-bit machines already lined up in the argument array, so we can fetch the Quad with a simple cast. Before: lseek(1,0x123456789,0xd0d0d0d0d0d0d0d0) = 4886718345 (0x123456789) After: lseek(1,0x123456789,SEEK_SET) = 4886718345 (0x123456789)
Diffstat (limited to 'contrib/gdb')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud