diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-03-24 05:38:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-24 05:38:43 +0000 |
commit | 2232061b1ccf68bb1e46c95cab6f531831d72aa5 (patch) | |
tree | f53b4af16dd91562b986a3daebb445099c2c88ba /sim/mips/aclocal.m4 | |
parent | ad03ad841debc41c80b47d83c2496d939838a081 (diff) | |
download | gdb-2232061b1ccf68bb1e46c95cab6f531831d72aa5.zip gdb-2232061b1ccf68bb1e46c95cab6f531831d72aa5.tar.gz gdb-2232061b1ccf68bb1e46c95cab6f531831d72aa5.tar.bz2 |
[PATCH] sim: make sure to include strsignal prototype
Before POSIX standardized strsignal(), old systems would hide the
prototype unless the normal extension defines were enabled. So use
the AC_USE_SYSTEM_EXTENSIONS helper for that.
Then make sure we include string.h ourselves in nrun.c rather than
relying on implicit includes via other sim headers.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/mips/aclocal.m4')
-rw-r--r-- | sim/mips/aclocal.m4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sim/mips/aclocal.m4 b/sim/mips/aclocal.m4 index 00124a6..a3cae8c 100644 --- a/sim/mips/aclocal.m4 +++ b/sim/mips/aclocal.m4 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -68,13 +69,13 @@ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -83,7 +84,7 @@ AC_SUBST([am__leading_dot])]) AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |