diff options
| author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-09 18:41:00 +0000 |
|---|---|---|
| committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-09 18:41:00 +0000 |
| commit | a6ad28bb2ced79f5f5d55afa166fb6cb93a7d92d (patch) | |
| tree | b47ee0dea338499bcaca57895e4cc02cb96debec /libiberty/ChangeLog | |
| parent | 31a1ce3eb09285ebe53a2ba4061731c31cbd896e (diff) | |
| download | ppe42-gcc-a6ad28bb2ced79f5f5d55afa166fb6cb93a7d92d.tar.gz ppe42-gcc-a6ad28bb2ced79f5f5d55afa166fb6cb93a7d92d.zip | |
PR other/56245
* regex.c (PTR_INT_TYPE): Define.
(EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195918 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 cbcd1e25948..d7f1fd021bf 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2013-02-09 Jakub Jelinek <jakub@redhat.com> + + PR other/56245 + * regex.c (PTR_INT_TYPE): Define. + (EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE. + 2013-01-31 Kai Tietz <ktietz@redhat.com> PR other/54620 |

