Changeset 13
- Timestamp:
- 08/08/05 09:33:13 (3 years ago)
- Files:
-
- trunk/mkpatch.sh (modified) (1 diff)
- trunk/mod (added)
- trunk/mod/gdb (moved) (moved from trunk/gdb)
- trunk/mod/gdb/c-lang.c (copied) (copied from trunk/gdb/c-lang.c)
- trunk/orig/gdb (added)
- trunk/orig/gdb/Makefile.in (moved) (moved from trunk/orig/Makefile.in)
- trunk/orig/gdb/c-lang.c (moved) (moved from trunk/orig/c-lang.c)
- trunk/orig/gdb/defs.h (moved) (moved from trunk/orig/defs.h)
- trunk/orig/gdb/language.c (moved) (moved from trunk/orig/language.c)
- trunk/orig/gdb/symfile.c (moved) (moved from trunk/orig/symfile.c)
- trunk/orig/gdb/symtab.c (moved) (moved from trunk/orig/symtab.c)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mkpatch.sh
r10 r13 1 1 #!/bin/bash 2 2 3 rm gdb/*~ 4 rm gdb/semantic.cache 5 diff -Nau orig gdb > d-gdb6.3.patch 3 diff -Naur -X ignore.pattern orig mod > d-gdb6.3.patch 4 # Then go into gdb main dir and run patch -p1 < d-gdb6.3.patch
