diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-27 07:56:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-27 07:56:27 +0000 |
commit | d6fea803dc93be47864a8f9094bc2c1fa0c95b9b (patch) | |
tree | 6fbebb64bc72bfc3a37ff56ed3d805415ba439c9 /sim/tic80/ChangeLog | |
parent | 750b7942964c37db092d613eef64eff6dd5de7f3 (diff) | |
download | gdb-d6fea803dc93be47864a8f9094bc2c1fa0c95b9b.zip gdb-d6fea803dc93be47864a8f9094bc2c1fa0c95b9b.tar.gz gdb-d6fea803dc93be47864a8f9094bc2c1fa0c95b9b.tar.bz2 |
Add MSBIT* and LSBIT* macro's to sim-bits.h
Add more macro's for extracting sub word quantites to sim-endian.h
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r-- | sim/tic80/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index 2d18e39..e10d5d8 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,5 +1,7 @@ Wed Aug 27 13:41:24 1997 Andrew Cagney <cagney@b1.cygnus.com> + * insns (do_st): Use U8_4 instead of V4_L8. + * sim-calls.c (sim_open): Add call to sim_analyze_program, update call to sim_config. |