diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-02-19 22:29:37 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-03-04 02:54:50 -0500 |
commit | 1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b (patch) | |
tree | 50769fb7ad5265349ca9713535b7345beab1e698 /sim/mips | |
parent | f97a10f1dca64077b71e3fc2a83caa8fe1434664 (diff) | |
download | gdb-1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b.zip gdb-1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b.tar.gz gdb-1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b.tar.bz2 |
sim: convert old style prototypes
Most of these prototypes have been killed off, but we have a few left
in the sim tree. Clean them up so we can enable the -W flag for it.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/mips/configure | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 43a26d5..efbd4ce 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2014-03-04 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. + 2013-09-23 Alan Modra <amodra@gmail.com> * configure: Regenerate. diff --git a/sim/mips/configure b/sim/mips/configure index a4ed5d9..c81dc52 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -13277,15 +13277,12 @@ if test "${ERROR_ON_WARNING}" = yes ; then true fi -# The entries after -Wno-pointer-sign are disabled warnings which may -# be enabled in the future, which can not currently be used to build -# GDB. -# NOTE: If you change this list, remember to update -# gdb/doc/gdbint.texinfo. build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \ --Wno-pointer-sign \ +-Wpointer-sign \ -Wno-unused -Wunused-value -Wunused-function \ --Wno-switch -Wno-char-subscripts -Wmissing-prototypes" +-Wno-switch -Wno-char-subscripts -Wmissing-prototypes +-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \ +-Wold-style-declaration -Wold-style-definition" # Enable -Wno-format by default when using gcc on mingw since many # GCC versions complain about %I64. @@ -13744,7 +13741,7 @@ if test ${sim_gen} = MULTI; then cat << __EOF__ > multi-run.c /* Main entry point for MULTI simulators. - Copyright (C) 2003-2013 Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |