diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-30 04:46:50 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-30 04:46:50 +0000 |
commit | 8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d (patch) | |
tree | 8827eacdcdf5a8eb9d455025413f512a7e5375e1 /gdb/.Sanitize | |
parent | 05b261a3348fcfc1820af7bfc39ab22af1c8db62 (diff) | |
download | gdb-8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d.zip gdb-8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d.tar.gz gdb-8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d.tar.bz2 |
Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configuration
file, recognize names beginning with '.' as compiler generated "fake" tags
for anonymous structures, unions and enums. Add target dependent functions
for SVR4 /proc register interface (i386-tdep.c).
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 097dffe..b9f4914 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -201,6 +201,7 @@ tm-hp300bsd.h tm-hp300hpux.h tm-i386v-g.h tm-i386v.h +tm-i386v4.h tm-i960.h tm-irix3.h tm-isi.h @@ -254,6 +255,7 @@ xm-hp300hpux.h xm-i386mach.h xm-i386sco.h xm-i386v.h +xm-i386v4.h xm-i386v32.h xm-irix3.h xm-isi.h |