From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18522 invoked by alias); 24 Nov 2016 01:57:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16849 invoked by uid 9176); 24 Nov 2016 01:57:18 -0000 Date: Thu, 24 Nov 2016 01:57:00 -0000 From: GDB Administrator To: gdb-patches@sourceware.org Subject: New ARI warning Thu Nov 24 01:57:17 UTC 2016 Message-ID: <20161124015717.GA16844@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-SW-Source: 2016-11/txt/msg00739.txt.bz2 16c16 < gdb/alphanbsd-tdep.c:246: obsolete: get_frame_base: Replace get_frame_base with get_frame_id, get_frame_base_address, get_frame_locals_address, or get_frame_args_address. gdb/alphanbsd-tdep.c:246: return get_frame_base (get_next_frame (frame)); > gdb/alpha-nbsd-tdep.c:246: obsolete: get_frame_base: Replace get_frame_base with get_frame_id, get_frame_base_address, get_frame_locals_address, or get_frame_args_address. gdb/alpha-nbsd-tdep.c:246: return get_frame_base (get_next_frame (frame)); 30,31c30,31 < gdb/armnbsd-nat.c:499: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details gdb/armnbsd-nat.c:499: deprecated_add_core_fns (&arm_netbsd_core_fns); < gdb/armnbsd-nat.c:500: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details gdb/armnbsd-nat.c:500: deprecated_add_core_fns (&arm_netbsd_elfcore_fns); > gdb/arm-nbsd-nat.c:499: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details gdb/arm-nbsd-nat.c:499: deprecated_add_core_fns (&arm_netbsd_core_fns); > gdb/arm-nbsd-nat.c:500: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details gdb/arm-nbsd-nat.c:500: deprecated_add_core_fns (&arm_netbsd_elfcore_fns); 218a219,221 > gdb/hppa-nbsd-nat.c:36: code: OP eol: Do not use &&, or || at the end of a line gdb/hppa-nbsd-nat.c:36: return ((regnum >= HPPA_R0_REGNUM && regnum <= HPPA_R31_REGNUM) || > gdb/hppa-nbsd-nat.c:37: code: OP eol: Do not use &&, or || at the end of a line gdb/hppa-nbsd-nat.c:37: (regnum >= HPPA_SAR_REGNUM && regnum <= HPPA_PCSQ_TAIL_REGNUM) || > gdb/hppa-nbsd-nat.c:38: code: OP eol: Do not use &&, or || at the end of a line gdb/hppa-nbsd-nat.c:38: regnum == HPPA_IPSW_REGNUM || 222,224d224 < gdb/hppanbsd-nat.c:36: code: OP eol: Do not use &&, or || at the end of a line gdb/hppanbsd-nat.c:36: return ((regnum >= HPPA_R0_REGNUM && regnum <= HPPA_R31_REGNUM) || < gdb/hppanbsd-nat.c:37: code: OP eol: Do not use &&, or || at the end of a line gdb/hppanbsd-nat.c:37: (regnum >= HPPA_SAR_REGNUM && regnum <= HPPA_PCSQ_TAIL_REGNUM) || < gdb/hppanbsd-nat.c:38: code: OP eol: Do not use &&, or || at the end of a line gdb/hppanbsd-nat.c:38: regnum == HPPA_IPSW_REGNUM || 323d322 < gdb/mi/mi-main.c:2454: code: OP eol: Do not use &&, or || at the end of a line gdb/mi/mi-main.c:2454: if (delta.tv_sec >= update_threshold.tv_sec && 679a679 > gdb/utils.c:1878: code: no parameter function: Function having no parameter should be declared with funcname (void). gdb/utils.c:1878:get_prompt_for_continue_wait_time ()