Resolve conflicts with gdb-5.2.1 import.

This commit is contained in:
Mark Peek 2002-10-12 17:56:57 +00:00
parent ba3e1918be
commit aee7842826
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104993
3 changed files with 15 additions and 1 deletions

View File

@ -26,6 +26,10 @@
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
/* FreeBSD/ELF uses stabs-in-ELF with the DWARF register numbering
scheme by default, so we must redefine STAB_REG_TO_REGNUM. This
messes up the floating-point registers for a.out, but there is not

View File

@ -42,6 +42,16 @@
#include <string.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* Sort of a hack... */
#define EOL (EOF - 1)

View File

@ -1 +1 @@
5.2.0 (FreeBSD) 20020627
5.2.1 (FreeBSD)