diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-23 04:51:32 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-23 04:51:32 +0000 |
commit | acd245b4a7067700f68d26c241686e808b115f8e (patch) | |
tree | 3a2bdcc05ffe444938a3a57e5e836c6114df2fa3 /gdb/cadillac-patches | |
parent | 37e4214cbd40fd7395bcc43d37905cc56dcb6512 (diff) | |
download | gdb-acd245b4a7067700f68d26c241686e808b115f8e.zip gdb-acd245b4a7067700f68d26c241686e808b115f8e.tar.gz gdb-acd245b4a7067700f68d26c241686e808b115f8e.tar.bz2 |
Add patch for .Sanitize file.
Diffstat (limited to 'gdb/cadillac-patches')
-rwxr-xr-x | gdb/cadillac-patches | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/cadillac-patches b/gdb/cadillac-patches index e6edc73..c84971c 100755 --- a/gdb/cadillac-patches +++ b/gdb/cadillac-patches @@ -1,6 +1,22 @@ # Apply these patches to GDB to produce an Energize GDB. # To apply these patches, first cd to gdb-XX/gdb, then run patch -p0 < thisfile. =================================================================== +RCS file: /local/cvsfiles/devo/gdb/.Sanitize,v +retrieving revision 2.53 +diff -c -r2.53 .Sanitize +*** 2.53 1992/06/20 00:59:25 +--- .Sanitize 1992/06/23 04:47:40 +*************** +*** 70,75 **** +--- 70,76 ---- + cplus-dem.c + createtags + dbxread.c ++ deblib + defs.h + demangle.h + depend +=================================================================== RCS file: /local/cvsfiles/devo/gdb/Makefile.in,v retrieving revision 1.158 diff -c -r1.158 Makefile.in |