Introduce in_inclusive_range, fix -Wtautological-compare warnings
[external/binutils.git] / gdb / ChangeLog
index f3abf16..5a680ed 100644 (file)
@@ -1,3 +1,18 @@
+2017-10-30  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * common/common-utils.h (in_inclusive_range): New function.
+       * arm-tdep.c (arm_record_extension_space): Use
+       in_inclusive_range.
+       (thumb_record_ld_st_reg_offset): Use in_inclusive_range.
+       * cris-tdep.c (cris_spec_reg_applicable): Use
+       in_inclusive_range.
+
+2017-10-30  Pedro Alves  <palves@redhat.com>
+           Simon Marchi <simon.marchi@ericsson.com>
+
+       * remote.c (remote_set_syscall_catchpoint): Build a std::string
+       instead of a gdb::unique_xmalloc_ptr, using string_appendf.
+
 2017-10-30  Pedro Alves  <palves@redhat.com>
 
        * common/common-utils.c (string_appendf, string_vappendf): New