libiberty: fix warnings about left shifting a negative value.
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
index 985e4aeb77872d26742d4e689f6b10b741c79a53..e8fc96acb5b54a289dff8acb84da86d1a7fd0f72 100644 (file)
@@ -1,3 +1,37 @@
+2015-12-21  Nick Clifton  <nickc@redhat.com>
+
+       PR 66827
+       * regex.c (EXTRACT_NUMBER): Cast sign byte to unsigned before left
+       shifting.
+
+2015-11-27  Pedro Alves  <palves@redhat.com>
+
+       PR other/61321
+       PR other/61233
+       * demangle.h (enum demangle_component_type)
+       <DEMANGLE_COMPONENT_CONVERSION>: New value.
+       * cp-demangle.c (d_demangle_callback, d_make_comp): Handle
+       DEMANGLE_COMPONENT_CONVERSION.
+       (is_ctor_dtor_or_conversion): Handle DEMANGLE_COMPONENT_CONVERSION
+       instead of DEMANGLE_COMPONENT_CAST.
+       (d_operator_name): Return a DEMANGLE_COMPONENT_CONVERSION
+       component if handling a conversion.
+       (d_count_templates_scopes, d_print_comp_inner): Handle
+       DEMANGLE_COMPONENT_CONVERSION.
+       (d_print_comp_inner): Handle DEMANGLE_COMPONENT_CONVERSION instead
+       of DEMANGLE_COMPONENT_CAST.
+       (d_print_cast): Rename as ...
+       (d_print_conversion): ... this.  Adjust comments.
+       (d_print_cast): Rewrite - simply print the left subcomponent.
+       * cp-demint.c (cplus_demangle_fill_component): Handle
+       DEMANGLE_COMPONENT_CONVERSION.
+
+       * testsuite/demangle-expected: Add tests.
+
+2015-11-12  Mike Stump  <mikestump@comcast.net>
+
+       * Makefile.in (etags tags TAGS): Use && instead of ;.
+
 2015-11-09  Alan Modra  <amodra@gmail.com>
 
        * configure.ac: Check size of size_t.
        Android hosts.
        * configure: Regenerate.
 
+2015-10-28  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.in (TAGS): Fix for separate build directory.
+
+2015-10-18  Roland McGrath  <roland@gnu.org>
+           Iain Sandoe  <iain@codesourcery.com>
+
+       PR other/63758
+       * pex-unix.c: Obtain the environment interface from settings in
+       environ.h rather than in-line code.  Update copyright date.
+       * setenv.c: Likewise.
+       * xmalloc.c: Likewise.
+
+2015-09-30  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_cv_qualifiers): Dx means transaction_safe.
+       (cplus_demangle_type): Let d_cv_qualifiers handle it.
+       (d_dump, d_make_comp, has_return_type, d_encoding)
+       (d_count_templates_scopes, d_print_comp_inner)
+       (d_print_mod_list, d_print_mod, d_print_function_type)
+       (is_ctor_or_dtor): Handle DEMANGLE_COMPONENT_TRANSACTION_SAFE.
+
 2015-09-30  Nick Clifton  <nickc@redhat.com>
 
        Import the following patches from the GCC mainline:
This page took 0.025541 seconds and 4 git commands to generate.