diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-13 18:34:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-05-08 10:18:29 -0600 |
commit | 10fe779dd24e3809070b5b634214a9c7d8b11814 (patch) | |
tree | 74064ccc651fed1b71ea213b7f99ab15ff93e15f /libiberty/ChangeLog | |
parent | abca8d871a6f8f4d7f9762133e1af637869da1bb (diff) | |
download | gdb-10fe779dd24e3809070b5b634214a9c7d8b11814.zip gdb-10fe779dd24e3809070b5b634214a9c7d8b11814.tar.gz gdb-10fe779dd24e3809070b5b634214a9c7d8b11814.tar.bz2 |
* regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast the call to memcpy to (void) to avoid unused value warnings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208553 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0a4496b..9dab384 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2014-03-13 Uros Bizjak <ubizjak@gmail.com> + + * regex.c (bzero) [!_LIBC]: Define without coma expression. + (regerror): Cast the call to memcpy to (void) to avoid unused + value warnings. + 2014-01-28 Thomas Schwinge <thomas@codesourcery.com> * cp-demangle.c (d_demangle_callback): Put an abort call in place, |