mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* configure.in: Remove redundant AC_MSG_RESULT in check for
uintptr_t in stdint.h. * configure: Regenerated.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
2003-08-29 Mark Kettenis <kettenis@gnu.org>
|
2003-08-29 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Remove redundant AC_MSG_RESULT in check for
|
||||||
|
uintptr_t in stdint.h.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
* amd64-nat.h (struct regcache): Add opaque declaration.
|
* amd64-nat.h (struct regcache): Add opaque declaration.
|
||||||
|
|
||||||
* i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
|
* i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
|
||||||
|
329
gdb/configure
vendored
329
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -526,7 +526,6 @@ AC_CACHE_CHECK([for uintptr_t in stdint.h], gdb_cv_have_uintptr_t,
|
|||||||
[uintptr_t foo = 0;],
|
[uintptr_t foo = 0;],
|
||||||
gdb_cv_have_uintptr_t=yes,
|
gdb_cv_have_uintptr_t=yes,
|
||||||
gdb_cv_have_uintptr_t=no)])
|
gdb_cv_have_uintptr_t=no)])
|
||||||
AC_MSG_RESULT($gdb_cv_have_uintptr_t)
|
|
||||||
if test $gdb_cv_have_uintptr_t = yes; then
|
if test $gdb_cv_have_uintptr_t = yes; then
|
||||||
AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if <stdint.h> provides the uintptr_t type.])
|
AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if <stdint.h> provides the uintptr_t type.])
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user