diff options
author | Matthew Green <mrg@redhat.com> | 2002-01-04 00:00:54 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2002-01-04 00:00:54 +0000 |
commit | 5c8844646d88eaf4ec6b9c682fc1a32757fd0c07 (patch) | |
tree | fd12b44aa3102091dcc32740922b69ceab85a16c /sim/ppc/ChangeLog | |
parent | c7b3d5aa454d080ad760b8915e5f1eee0d452861 (diff) | |
download | gdb-5c8844646d88eaf4ec6b9c682fc1a32757fd0c07.zip gdb-5c8844646d88eaf4ec6b9c682fc1a32757fd0c07.tar.gz gdb-5c8844646d88eaf4ec6b9c682fc1a32757fd0c07.tar.bz2 |
* bits.c (LSMASKED64): New inline function.
(LSEXTRACTED64): Likewise.
* bits.h (_LSB_POS, _LSMASKn, LSMASK64): New macros from
sim/common/sim-bits.h
(LSMASKED64, LSEXTRACTED64): New functions definitions.
* Makefile.in (sim-bits.o): Remove target.
* main.c (zalloc): Fix typo in error message.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 8fdfc43..24db4a9 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,14 @@ +2002-01-04 matthew green <mrg@redhat.com> + + * bits.c (LSMASKED64): New inline function. + (LSEXTRACTED64): Likewise. + * bits.h (_LSB_POS, _LSMASKn, LSMASK64): New macros from + sim/common/sim-bits.h + (LSMASKED64, LSEXTRACTED64): New functions definitions. + * Makefile.in (sim-bits.o): Remove target. + + * main.c (zalloc): Fix typo in error message. + 2001-12-16 Andrew Cagney <ac131313@redhat.com> * configure.in (sim_fpu): Don't add sim-bits.o. |