From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84968 invoked by alias); 5 May 2018 06:43:12 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 84923 invoked by uid 89); 5 May 2018 06:43:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 05 May 2018 06:43:10 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Add a fall-through comment to stabsread.c From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <0019cd49ca954c03737cef3a8ee60c233d081d35@gdb-build> Date: Sat, 05 May 2018 06:43:00 -0000 X-SW-Source: 2018-q2/txt/msg03459.txt.bz2 *** TEST RESULTS FOR COMMIT 0019cd49ca954c03737cef3a8ee60c233d081d35 *** Author: Tom Tromey Branch: master Commit: 0019cd49ca954c03737cef3a8ee60c233d081d35 Add a fall-through comment to stabsread.c This adds a fall-through comment to stabsread.c. I skimmed the stabs manual a bit and it seems that 'p' and 'P' are similar enough that this makes sense. Also, stabs is mostly deprecated, and the code has been this way for a long time, so it seemed safest to keep the status quo. ChangeLog 2018-05-04 Tom Tromey * stabsread.c (define_symbol) : Add fall-through comment.