diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-12 17:49:42 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-12 17:49:42 +0000 |
commit | a7e31171647f42d423eccb3f1341808efebe3029 (patch) | |
tree | 501e3635c5e8947645749a84f406b72ecb29a30e /bfd/ChangeLog | |
parent | 0883b6e07e59e64e9f5d83662baf125dcf94a412 (diff) | |
download | gdb-a7e31171647f42d423eccb3f1341808efebe3029.zip gdb-a7e31171647f42d423eccb3f1341808efebe3029.tar.gz gdb-a7e31171647f42d423eccb3f1341808efebe3029.tar.bz2 |
Disable -Werror on coff-tic4x.lo and coff-tic54x.lo.
2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/11909
* Makefile.am (coff-tic4x.lo): New. Disable -Werror.
(coff-tic54x.lo): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1144f0f..5604143 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-08-12 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/11909 + * Makefile.am (coff-tic4x.lo): New. Disable -Werror. + (coff-tic54x.lo): Likewise. + 2010-08-12 Todd Veldhuizen <todd.veldhuizen@logicblox.com> PR ld/11843 |