aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-i386v4.h
AgeCommit message (Collapse)AuthorFilesLines
1992-03-15Globs of changes. See the ChangeLog for details. Most related toFred Fish1-0/+10
using the new mmalloc package.
1992-02-21* xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoidJohn Gilmore1-6/+6
complaints about volatile functions. * xm-sysv4.h (HAVE_MMAP): Define.
1991-12-20* configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:Fred Fish1-1/+8
Change svr4 references to sysv4. * source.c: Move declaration of external function index to front of file so it is in scope for all references. * utils.c (error, fatal): Make definitions consistent with defs.h declarations (declared as "volatile void").
1991-11-30Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configurationFred Fish1-0/+28
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).