gdb: Add ARC target and maintainer to MAINTAINERS
[binutils-gdb.git] / gdb / ChangeLog
index c7e8cfd3bf6d1077137de388cdba0300ce3f4e86..ceff808d82966d937e686f857e9189ed97244e74 100644 (file)
@@ -1,3 +1,20 @@
+2020-08-25  Shahab Vahedi  <shahab@synopsys.com>
+
+       * MAINTAINERS: Add ARC target and maintainer.
+
+2020-08-25  Anton Kolesov  <anton.kolesov@synopsys.com>
+
+       * configure.tgt: ARC support for GNU/Linux.
+       * Makefile.in (ALL_TARGET_OBJS): Likewise.
+       * arc-linux-tdep.c: New file.
+       * arc-tdep.h (ARC_STATUS32_L_MASK, ARC_STATUS32_DE_MASK): Declare.
+       * arc-tdep.c (arc_write_pc): Use it.
+
+2020-08-25  Shahab Vahedi  <shahab@synopsys.com>
+
+       * arc-tdep.c (arc_check_for_hardware_loop): New.
+       * arc-tdep.h (gdbarch_tdep): New field has_hw_loops.
+
 2020-08-25  Shahab Vahedi  <shahab@synopsys.com>
 
        * arc-tdep.h: Include "gdbarch.h".