diff options
author | Ken Raeburn <raeburn@cygnus> | 1996-12-31 17:51:22 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1996-12-31 17:51:22 +0000 |
commit | f204f75257fd6ebc5a590404b3e25bd3f0169294 (patch) | |
tree | ba4f7ac4053ff6517281674e6109f78fa05f37f5 /opcodes | |
parent | 2902e8ab51e8f7d79de5f061d2653f7d6eb564e4 (diff) | |
download | gdb-f204f75257fd6ebc5a590404b3e25bd3f0169294.zip gdb-f204f75257fd6ebc5a590404b3e25bd3f0169294.tar.gz gdb-f204f75257fd6ebc5a590404b3e25bd3f0169294.tar.bz2 |
End tic80 sanitization regions with "end-sanitize-tic80", not
with "start-sanitize-tic80".
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 2 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 71beb98..e1227bb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -25,7 +25,7 @@ Fri Dec 27 22:30:57 1996 Fred Fish <fnf@cygnus.com> * tic80-dis.c: Add file. * tic80-opc.c: Add file. -start-sanitize-tic80 +end-sanitize-tic80 start-sanitize-d10v Fri Dec 20 14:30:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com> diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index a9dc1d6..5bf753c 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -235,7 +235,7 @@ arm-dis.o: arm-dis.c arm-opc.h $(INCDIR)/dis-asm.h # start-sanitize-tic80 tic80-dis.o: tic80-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/tic80.h tic80-opc.o: tic80-opc.c $(INCDIR)/opcode/tic80.h -# start-sanitize-tic80 +# end-sanitize-tic80 tags etags: TAGS |