aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-23 03:27:44 +0000
committerMike Frysinger <vapier@gentoo.org>2012-03-23 03:27:44 +0000
commitac0aacdffa67b3fab21e79cf439a09ed92ef3133 (patch)
tree2ec06b5b5e939e5082bc561946df6bb3b08b0874 /sim/common/ChangeLog
parent51dc010c5adf1043d55adef654cd2163e780d5bf (diff)
downloadgdb-ac0aacdffa67b3fab21e79cf439a09ed92ef3133.zip
gdb-ac0aacdffa67b3fab21e79cf439a09ed92ef3133.tar.gz
gdb-ac0aacdffa67b3fab21e79cf439a09ed92ef3133.tar.bz2
sim: sync build_warnings handling with gdb
The sim code gets the logic for SIM_AC_OPTION_WARNINGS from gdb, but it hasn't been updated in a good long while. Sync with the latest gdb code. There is a sim specific change in here: we disable -Werror for now. This is because all sim code atm contains warnings. Will probably have to slowly add a white list of targets which can tolerate this until everyone is updated. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index d3dd137..5e6e03f 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-22 Mike Frysinger <vapier@gentoo.org>
+
+ * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Copy AC_ARG_ENABLE(werror),
+ WERROR_CFLAGS, and build_warnings from gdb/configure.ac. Comment
+ out -Werror initialization.
+
2012-03-19 Mike Frysinger <vapier@gentoo.org>
* Make-common.in (TAGS): Change a-z to [:lower:].