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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | sim/ppc/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 5aea414..0f78693 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -429,9 +429,6 @@ targ-map.o: targ-map.c targ-vals.h sim-fpu.o: $(srcdir)/../common/sim-fpu.c config.h tconfig.h $(CC) -c $(STD_CFLAGS) -DHAVE_CONFIG_H $(srcdir)/../common/sim-fpu.c -sim-bits.o: $(srcdir)/../common/sim-bits.c config.h tconfig.h - $(CC) -c $(STD_CFLAGS) -DHAVE_CONFIG_H $(srcdir)/../common/sim-bits.c - tconfig.h: rm -f tconfig.h echo > tconfig.h |