diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2015-01-14 22:10:15 +0100 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2015-01-14 22:15:02 +0100 |
commit | edabaaee81ee7ab2e38471b016e13bedbec17dde (patch) | |
tree | 285e19d48a33ac0728959c3dbab107c648aaf265 /include/ChangeLog | |
parent | 52db4ec2d13f511ef3dfe5b9a159869da6e4c3eb (diff) | |
download | gdb-edabaaee81ee7ab2e38471b016e13bedbec17dde.zip gdb-edabaaee81ee7ab2e38471b016e13bedbec17dde.tar.gz gdb-edabaaee81ee7ab2e38471b016e13bedbec17dde.tar.bz2 |
Merge include/libiberty.h from GCC
This pulls in some missing prototypes and also adds corresponding entries
to the ChangeLog file. Please note that for one function, strverscmp(),
the ChangeLog entry was already there, but the actual prototype wasn't.
These ChangeLog entries are added:
2014-10-28 Yury Gribov <y.gribov@samsung.com>
* libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
2014-10-15 David Malcolm <dmalcolm@redhat.com>
* libiberty.h (choose_tmpdir): New prototype.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e0185fa..31f1e18 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2015-01-14 Jan-Benedict Glaw <jbglaw@lug-owl.de> + + * libiberty.h: Merge from GCC. + 2015-01-01 Alan Modra <amodra@gmail.com> Update year range in copyright notice of all files. @@ -68,10 +72,18 @@ * elf/mips.h (AFL_EXT_OCTEON3): Define. INSN_OCTEON3, CPU_OCTEON3): Define. +2014-10-28 Yury Gribov <y.gribov@samsung.com> + + * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes. + 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com> * elf/mips.h (AFL_ASE_MASK): Define. +2014-10-15 David Malcolm <dmalcolm@redhat.com> + + * libiberty.h (choose_tmpdir): New prototype. + 2014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com> * libiberty.h (PEX_STDOUT_APPEND): New flag. |