diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-17 19:45:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-17 19:45:57 +0000 |
commit | d279563d5342c96e5132b1b7db0d2e23f5e061fb (patch) | |
tree | c14c3d204a47157523036967f99c0114b2e49684 | |
parent | f89a5bfc996b2053b5b06a0e209ecacdb6b01362 (diff) | |
download | gdb-d279563d5342c96e5132b1b7db0d2e23f5e061fb.zip gdb-d279563d5342c96e5132b1b7db0d2e23f5e061fb.tar.gz gdb-d279563d5342c96e5132b1b7db0d2e23f5e061fb.tar.bz2 |
From gavink, for shorter-than-int integer values, on big endian host
store in correct location.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5660fc..6261706 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 18 12:34:28 1997 Andrew Cagney <cagney@b1.cygnus.com> + + From Gavin Koch <gavin@cygnus.com>: mips-tdep.c + * (mips_push_arguments): For big-endian shorts and char's store at + * the correct location. + Thu Dec 18 00:26:46 1997 Andrew Cagney <cagney@b1.cygnus.com> * mdebugread.c (parse_partial_symbols): Delete check that symbols |