From patchwork Wed Mar 21 20:27:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pedromfc X-Patchwork-Id: 26407 Received: (qmail 68704 invoked by alias); 21 Mar 2018 20:28:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 68693 invoked by uid 89); 21 Mar 2018 20:28:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, NO_DNS_FOR_FROM, RCVD_IN_DNSWL_LOW, URIBL_RED autolearn=ham version=3.3.2 spammy=stephen, Stephen, stephen.roberts@arm.com, U*stephen.roberts X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Mar 2018 20:28:19 +0000 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w2LKP7SU034182 for ; Wed, 21 Mar 2018 16:28:18 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0a-001b2d01.pphosted.com with ESMTP id 2guvm8cy14-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Wed, 21 Mar 2018 16:28:17 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Mar 2018 16:28:16 -0400 Received: from b01cxnp23034.gho.pok.ibm.com (9.57.198.29) by e12.ny.us.ibm.com (146.89.104.199) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 21 Mar 2018 16:28:13 -0400 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp23034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w2LKSDrI46006430 for ; Wed, 21 Mar 2018 20:28:13 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 3650E112054 for ; Wed, 21 Mar 2018 16:27:00 -0400 (EDT) Received: from pedro.localdomain (unknown [9.18.235.226]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP id 0A7EE11204B for ; Wed, 21 Mar 2018 16:27:00 -0400 (EDT) Received: by pedro.localdomain (Postfix, from userid 1000) id 3C8A73C4E38; Wed, 21 Mar 2018 17:28:02 -0300 (-03) From: Pedro Franco de Carvalho To: gdb-patches@sourceware.org Subject: [OB PATCH] Add myself as a write-after-approval GDB maintainer. Date: Wed, 21 Mar 2018 17:27:45 -0300 X-TM-AS-GCONF: 00 x-cbid: 18032120-0048-0000-0000-0000024E0557 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008717; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000254; SDB=6.01006425; UDB=6.00512442; IPR=6.00785708; MB=3.00020168; MTD=3.00000008; XFM=3.00000015; UTC=2018-03-21 20:28:14 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18032120-0049-0000-0000-00004482B434 Message-Id: <20180321202745.15767-1-pedromfc@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2018-03-21_09:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1803210233 X-IsSubscribed: yes gdb/ChangeLog: 2018-03-21 Pedro Franco de Carvalho * MAINTAINERS (Write After Approval): Add Pedro Franco de Carvalho. --- gdb/ChangeLog | 5 +++++ gdb/MAINTAINERS | 1 + 2 files changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b95cbb054b..1ed88247af 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-03-21 Pedro Franco de Carvalho + + * MAINTAINERS (Write After Approval): Add Pedro Franco de + Carvalho. + 2018-03-20 Stephen Roberts * gdb/symtab.c (find_pc_sect_line): fixed indentation. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 36e4907bed..6ba0afafa6 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -494,6 +494,7 @@ Adam Fedor fedor@gnu.org Max Filippov jcmvbkbc@gmail.com Brian Ford ford@vss.fsi.com Matthew Fortune matthew.fortune@imgtec.com +Pedro Franco de Carvalho pedromfc@linux.vnet.ibm.com Orjan Friberg orjanf@axis.com Andreas From andreas.from@ericsson.com Nathan Froyd froydnj@codesourcery.com