diff options
-rw-r--r-- | gdb/ChangeLog | 10 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ddb1824..46c67f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-02-20 Jiong Wang <jiwang@tilera.com> + + * MAINTAINERS (Write After Approval): Add myself to the list. + 2013-02-19 Pedro Alves <palves@redhat.com> Garbage collect 'struct monitor_ops'::load_routine. @@ -43,11 +47,11 @@ 2013-02-19 Jiong Wang <jiwang@tilera.com> - * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal. + * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal. 2013-02-19 Jiong Wang <jiwang@tilera.com> - * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro. + * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro. (tilegx_write_pc): New function. (tilegx_cannot_reference_register): Return zero if REGNO is TILEGX_FAULTNUM_REGNUM. @@ -61,7 +65,7 @@ 2013-02-19 Jiong Wang <jiwang@tilera.com> * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack - should be aligned to 64bit. + should be aligned to 64bit. 2013-02-19 Kai Tietz <ktietz@redhat.com> diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 0b32d02..53c5e7c 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -638,6 +638,7 @@ D Venkatasubramanian dvenkat@noida.hcltech.com Corinna Vinschen vinschen@redhat.com Sami Wagiaalla swagiaal@redhat.com Keith Walker keith.walker@arm.com +Jiong Wang jiwang@tilera.com Kris Warkentin kewarken@qnx.com Philippe Waroquiers philippe.waroquiers@skynet.be Ulrich Weigand uweigand@de.ibm.com |