diff options
author | Kevin Buettner <kevinb@redhat.com> | 2003-04-16 20:41:46 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2003-04-16 20:41:46 +0000 |
commit | ab9fe00ef06a15d4166eba425fab99fa93b219a5 (patch) | |
tree | 0a86195e76ece86dda56546665aa4660937d3799 /gdb/ChangeLog | |
parent | c8c4d8dcfb13da53404d9c599d74f96405682734 (diff) | |
download | gdb-ab9fe00ef06a15d4166eba425fab99fa93b219a5.zip gdb-ab9fe00ef06a15d4166eba425fab99fa93b219a5.tar.gz gdb-ab9fe00ef06a15d4166eba425fab99fa93b219a5.tar.bz2 |
* rs6000-tdep.c (rs6000_gdbarch_init): For the SVR4 ABI, set
the size of ``long double'' to 16, instead of 8.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fcd5d47..3742bef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-04-16 Kevin Buettner <kevinb@redhat.com> + + * rs6000-tdep.c (rs6000_gdbarch_init): For the SVR4 ABI, set + the size of ``long double'' to 16, instead of 8. + 2003-04-16 Mark Kettenis <kettenis@gnu.org> * i386-linux-nat.c: Add some whitespace to make things more |