Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vivek Das Mohapatra
binutils-gdb
Commits
9299404e
Commit
9299404e
authored
Jan 05, 2002
by
Andrew Cagney
Browse files
Don't include <endian.h>
parent
7a621144
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
gdb/ChangeLog
View file @
9299404e
2002-01-05 Andrew Cagney <ac131313@redhat.com>
* configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
* configure, config.in: Re-generate.
* config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
* defs.h: Do not include <endian.h>.
2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
* acconfig.h (HAVE_PT_GETXMMREGS): New.
...
...
gdb/config.in
View file @
9299404e
...
...
@@ -277,9 +277,6 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
...
...
gdb/config/vax/xm-vaxbsd.h
View file @
9299404e
/* Definitions to make GDB run on a vax under BSD, 4.3 or 4.4. */
/* We have to include these files now, so that GDB will not make
competing definitions in defs.h. */
#include
<machine/endian.h>
/* This should exist on either 4.3 or 4.4. 4.3 doesn't have limits.h
or machine/limits.h. */
#include
<sys/param.h>
...
...
gdb/configure
View file @
9299404e
This diff is collapsed.
Click to expand it.
gdb/configure.in
View file @
9299404e
...
...
@@ -118,7 +118,7 @@ case $host_os in solaris2.7 | solaris2.8) case "$GCC" in yes)
AC_DEFINE(_MSE_INT_H)
esac; esac
AC_CHECK_HEADERS(ctype.h
endian.h
nlist.h link.h thread_db.h proc_service.h \
AC_CHECK_HEADERS(ctype.h nlist.h link.h thread_db.h proc_service.h \
memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \
string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \
term.h termio.h termios.h unistd.h wait.h sys/wait.h \
...
...
gdb/defs.h
View file @
9299404e
...
...
@@ -1225,13 +1225,6 @@ extern void *alloca ();
#endif
/* Not GNU C */
#endif
/* alloca not defined */
/* Get a definition of BFD_ENDIAN_BIG and BFD_ENDIAN_LITTLE. */
/* FIXME: cagney/2001-10-31: GDB should just use BFD's definitions. */
#ifdef HAVE_ENDIAN_H
#include
<endian.h>
#endif
/* Dynamic target-system-dependent parameters for GDB. */
#include
"gdbarch.h"
#if (GDB_MULTI_ARCH == 0)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment