gdb
Freddie Chopin <freddie_chopin@op.pl> PR build/15414: * configure: Rebuild. * configure.ac (build_warnings): Do not use -Wformat-nonliteral with -Wno-format. sim/common * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Do not use -Wformat-nonliteral with -Wno-format. sim/bfin * configure: Rebuild. sim/cr16 * configure: Rebuild. sim/cris * configure: Rebuild. sim/d10v * configure: Rebuild. sim/igen * configure: Rebuild. sim/m68hc11 * configure: Rebuild. sim/mips * configure: Rebuild. sim/mn10300 * configure: Rebuild. sim/v850 * configure: Rebuild.
This commit is contained in:
parent
eb9fe518e9
commit
d3685d60d6
@ -1,3 +1,11 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR build/15414:
|
||||
* configure: Rebuild.
|
||||
* configure.ac (build_warnings): Do not use -Wformat-nonliteral
|
||||
with -Wno-format.
|
||||
|
||||
2013-05-10 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* remote.c (_initialize_remote): Fix spelling of
|
||||
|
||||
3
gdb/configure
vendored
3
gdb/configure
vendored
@ -12446,7 +12446,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wpointer-sign \
|
||||
-Wpointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes \
|
||||
-Wdeclaration-after-statement -Wempty-body"
|
||||
@ -12455,6 +12455,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1919,7 +1919,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wpointer-sign \
|
||||
-Wpointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes \
|
||||
-Wdeclaration-after-statement -Wempty-body"
|
||||
@ -1928,6 +1928,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
AC_ARG_ENABLE(build-warnings,
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2013-03-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* aclocal.m4, configure: Regenerate.
|
||||
|
||||
3
sim/bfin/configure
vendored
3
sim/bfin/configure
vendored
@ -13339,7 +13339,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -13347,6 +13347,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
PR build/15414:
|
||||
* acinclude.m4 (SIM_AC_OPTION_WARNINGS): Do not use
|
||||
-Wformat-nonliteral with -Wno-format.
|
||||
|
||||
2013-03-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
@ -872,7 +872,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -880,6 +880,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
AC_ARG_ENABLE(build-warnings,
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2012-08-28 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
|
||||
|
||||
* cr16_sim.h: Add defines for TRAP handling.
|
||||
|
||||
3
sim/cr16/configure
vendored
3
sim/cr16/configure
vendored
@ -12887,7 +12887,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -12895,6 +12895,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2013-03-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
3
sim/cris/configure
vendored
3
sim/cris/configure
vendored
@ -13238,7 +13238,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -13246,6 +13246,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2012-06-19 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* interp.c: #include "config.h" instead of "sysdep.h".
|
||||
|
||||
3
sim/d10v/configure
vendored
3
sim/d10v/configure
vendored
@ -12887,7 +12887,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -12895,6 +12895,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2012-03-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
3
sim/igen/configure
vendored
3
sim/igen/configure
vendored
@ -4800,7 +4800,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -4808,6 +4808,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2013-03-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
3
sim/m68hc11/configure
vendored
3
sim/m68hc11/configure
vendored
@ -13237,7 +13237,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -13245,6 +13245,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2013-03-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
3
sim/mips/configure
vendored
3
sim/mips/configure
vendored
@ -13266,7 +13266,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -13274,6 +13274,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2013-03-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
3
sim/mn10300/configure
vendored
3
sim/mn10300/configure
vendored
@ -13243,7 +13243,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -13251,6 +13251,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* configure: Rebuild.
|
||||
|
||||
2013-01-28 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* simops.c (v850_rotl): New function.
|
||||
|
||||
3
sim/v850/configure
vendored
3
sim/v850/configure
vendored
@ -13237,7 +13237,7 @@ fi
|
||||
# NOTE: If you change this list, remember to update
|
||||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral -Wno-pointer-sign \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-unused -Wunused-value -Wunused-function \
|
||||
-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
|
||||
|
||||
@ -13245,6 +13245,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
# GCC versions complain about %I64.
|
||||
case "${host}" in
|
||||
*-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
|
||||
*) build_warnings="$build_warnings -Wformat-nonliteral" ;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-build-warnings was given.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user