diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-09-04 14:33:39 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-09-04 14:33:39 +0000 |
commit | b4a451f5e182a7753be5b12b86ee7ab6af1d3779 (patch) | |
tree | 0ea5aeb105feacdd4ca302b277e953f9a09409b9 /libiberty/ChangeLog | |
parent | 8deaa05e79c32747f1f795c3f47aa77f8348a158 (diff) | |
download | gdb-b4a451f5e182a7753be5b12b86ee7ab6af1d3779.zip gdb-b4a451f5e182a7753be5b12b86ee7ab6af1d3779.tar.gz gdb-b4a451f5e182a7753be5b12b86ee7ab6af1d3779.tar.bz2 |
2009-09-04 Ozkan Sezer <sezeroz@gmail.com>
PR target/39065
* configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
* config.in: Regenerated.
* configure: Regenerated.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 17fb033..b3dc417 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +2009-09-04 Ozkan Sezer <sezeroz@gmail.com> + + PR target/39065 + * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t + with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T. + * config.in: Regenerated. + * configure: Regenerated. + 2009-09-03 Ozkan Sezer <sezeroz@gmail.com> PR target/39065 |