aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2005-11-01 10:23:56 +0000
committerThiemo Seufer <ths@networkno.de>2005-11-01 10:23:56 +0000
commit0876dd7ea13998eb02dc78feabc078fb13242582 (patch)
tree07c60d30989effa6100bd632bdb56f15c5d7d957 /gas/ChangeLog
parente85e5c83dbb4e9ba6949e41a02eac9b6762aaff2 (diff)
downloadgdb-0876dd7ea13998eb02dc78feabc078fb13242582.zip
gdb-0876dd7ea13998eb02dc78feabc078fb13242582.tar.gz
gdb-0876dd7ea13998eb02dc78feabc078fb13242582.tar.bz2
PR gas/1299
* Makefile.am: Disable -Werror for the itbl-lex.o rule. * Makefile.in: Regenerate.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a0c0a7f..0dabaeb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2005-11-01 Thiemo Seufer <ths@networkno.de>
+ PR gas/1299
+ * Makefile.am: Disable -Werror for the itbl-lex.o rule.
+ * Makefile.in: Regenerate.
+
+2005-11-01 Thiemo Seufer <ths@networkno.de>
+
* config/tc-mips.c (md_parse_option): Fix typo in comment.
2005-10-30 Mark Mitchell <mark@codesourcery.com>