diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-11-04 23:59:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-11-04 23:59:41 +0000 |
commit | a26ecda4ecb44c93dc9b1e05045dc13aa6cb0ad6 (patch) | |
tree | 97c534d95800a4037bee120c68002f39521a8b30 /sim | |
parent | 9f410a5289391c471705e4a80c7876936267757b (diff) | |
download | gdb-a26ecda4ecb44c93dc9b1e05045dc13aa6cb0ad6.zip gdb-a26ecda4ecb44c93dc9b1e05045dc13aa6cb0ad6.tar.gz gdb-a26ecda4ecb44c93dc9b1e05045dc13aa6cb0ad6.tar.bz2 |
* sim-endian.h (U16_8): Implement
* sim-endian.c (sim_endian_split_16, sim_endian_join_16): New functions
* sim-endian.h (VL8_16, VH8_16): Implement.
* sim-memopt.c (memory_option_handler): Typecast 64bit value to long in printf.
(memory_option_handler): Only zalloc modulo bytes when non-zero.
(memory_option_handler): Skip comma in alias address list
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 350a8ab..d97d81f 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,16 @@ +Mon Nov 3 15:03:04 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-endian.h (U16_8): Implement + + * sim-endian.c (sim_endian_split_16, sim_endian_join_16): New functions + + * sim-endian.h (VL8_16, VH8_16): Implement. + + * sim-memopt.c (memory_option_handler): Typecast 64bit value to + long in printf. + (memory_option_handler): Only zalloc modulo bytes when non-zero. + (memory_option_handler): Skip comma in alias address list + Fri Oct 31 13:03:33 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-memopt.c (do_memopt_add, do_memopt_delete): Add level and |