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/ppc | |
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/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 9efa7a8..75821bf 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,8 @@ Wed Aug 27 10:24:15 1997 Andrew Cagney <cagney@b1.cygnus.com> + * sim_calls.c (sim_create_inferior): Check the simulator was + initialized before creating inferior. + * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract sign bit using 64 bit and not a 32 bit mask. |