diff options
author | Mark Alexander <marka@cygnus> | 1998-06-05 00:57:00 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1998-06-05 00:57:00 +0000 |
commit | ce56660d3a1e7e4fe127545784a886cb7204dd07 (patch) | |
tree | 58615ca5fc2b01ec3b983449773475a80edc9d3f /gdb | |
parent | 037f29c526b22ac1505c81f901b3741204b83d57 (diff) | |
download | gdb-ce56660d3a1e7e4fe127545784a886cb7204dd07.zip gdb-ce56660d3a1e7e4fe127545784a886cb7204dd07.tar.gz gdb-ce56660d3a1e7e4fe127545784a886cb7204dd07.tar.bz2 |
* sparc-tdep.c (sparc_fix_call_dummy): Byte-swap the call dummy
on bi-endian machines.
(sparc_extract_return_value): Handle values smaller than int on
machines with little-endian data.
(sparc_target_architecture_hook): Set bi_endian flag.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c36f47f..e36f80b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Thu Jun 4 17:51:06 1998 Mark Alexander <marka@cygnus.com> + + * sparc-tdep.c (sparc_fix_call_dummy): Byte-swap the call dummy + on bi-endian machines. + (sparc_extract_return_value): Handle values smaller than int on + machines with little-endian data. + (sparc_target_architecture_hook): Set bi_endian flag. + Thu Jun 4 12:14:48 1998 Michael Snyder <msnyder@cleaver.cygnus.com> * printcmd.c (disassemble_command): Fix off-by-one error for |