diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-26 18:10:13 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-26 18:10:13 +0000 |
commit | e89929cd799f56b70a7626a693d0956568fb3147 (patch) | |
tree | a882552ced3d8e9a4df359a4a2f0ce26ed6b6c25 /sim | |
parent | 22ddef466ef2afd6b2ce7b51046628d926cd0253 (diff) | |
download | gdb-e89929cd799f56b70a7626a693d0956568fb3147.zip gdb-e89929cd799f56b70a7626a693d0956568fb3147.tar.gz gdb-e89929cd799f56b70a7626a693d0956568fb3147.tar.bz2 |
Delete *.i and *.out files for clean
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 2 | ||||
-rw-r--r-- | sim/ppc/Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 0c99b15..538ef48 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,7 @@ Thu Oct 26 10:42:28 1995 Michael Meissner <meissner@tiktok.cygnus.com> + * Makefile.in (clean): Delete *.i and *.out files. + * ppc-endian.c (SWAP_n): Add SET argument to allow use of SWAP macros for either assignment or return. Fix SWAP_8 to use a union, and two SWAP_4's. Delete SWAP_N, since nobody uses it now. diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 300d26e..c5e9ff4 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -288,7 +288,7 @@ TAGS: tmp-gencode config.h ppc-config.h etags $(srcdir)/*.h $(srcdir)/*.c $(BUILT_SRC) clean mostlyclean: - rm -f tmp-* *.[oas] core psim run gen config.log + rm -f tmp-* *.[ioas] *.out core psim run gen config.log rm -f icache.h idecode.h idecode.c semantics.h semantics.c spreg.h spreg.c ppc-config.h distclean maintainer-clean realclean: clean |