This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Thu Sep 30 02:09:05 UTC 2010
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Thu, 30 Sep 2010 02:09:05 +0000
- Subject: New ARI warning Thu Sep 30 02:09:05 UTC 2010
15d14
< gdb/alphanbsd-tdep.c:259: 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:259: return get_frame_base (get_next_frame (frame));
16a16
> gdb/alphanbsd-tdep.c:259: 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:259: return get_frame_base (get_next_frame (frame));
47,48d46
< gdb/armnbsd-nat.c:502: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/armnbsd-nat.c:502: deprecated_add_core_fns (&arm_netbsd_core_fns);
< gdb/armnbsd-nat.c:503: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/armnbsd-nat.c:503: deprecated_add_core_fns (&arm_netbsd_elfcore_fns);
59a58,59
> gdb/armnbsd-nat.c:502: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/armnbsd-nat.c:502: deprecated_add_core_fns (&arm_netbsd_core_fns);
> gdb/armnbsd-nat.c:503: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/armnbsd-nat.c:503: deprecated_add_core_fns (&arm_netbsd_elfcore_fns);
93a94,97
> gdb/c-lang.c:232: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:232: sprintf (octal, ', (int) (value & 0777));
> gdb/c-lang.c:234: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:234: sprintf (octal, ', (long) value);
> gdb/c-lang.c:242: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:242: sprintf (octal, ', orig[i] & 0xff);
> gdb/c-valprint.c:650: deprecated: deprecated set_value_type: Do not use deprecated set_value_type, see declaration for details
gdb/c-valprint.c:650: deprecated_set_value_type (temparg, lookup_pointer_type (TYPE_TARGET_TYPE(type)));
101,103c105
< gdb/c-lang.c:232: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:232: sprintf (octal, ', (int) (value & 0777));
< gdb/c-lang.c:234: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:234: sprintf (octal, ', (long) value);
< gdb/c-lang.c:242: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:242: sprintf (octal, ', orig[i] & 0xff);
> gdb/cli-out.c:141: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cli-out.c:141: sprintf (buffer, ', value);
131d132
< gdb/cli-out.c:141: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cli-out.c:141: sprintf (buffer, ', value);
172a174
> gdb/core-regset.c:120: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/core-regset.c:120: deprecated_add_core_fns (®set_core_fns);
181d182
< gdb/core-regset.c:120: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/core-regset.c:120: deprecated_add_core_fns (®set_core_fns);
184c185
< gdb/c-valprint.c:650: deprecated: deprecated set_value_type: Do not use deprecated set_value_type, see declaration for details
gdb/c-valprint.c:650: deprecated_set_value_type (temparg, lookup_pointer_type (TYPE_TARGET_TYPE(type)));
> gdb/darwin-nat-info.c:54: gettext: _ markup: All messages should be marked up with _.
gdb/darwin-nat-info.c:54: error("%s must be specified with 0x...", what); \
188d188
< gdb/darwin-nat-info.c:54: gettext: _ markup: All messages should be marked up with _.
gdb/darwin-nat-info.c:54: error("%s must be specified with 0x...", what); \
235,236d234
< gdb/dwarf2expr.c:591: 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/dwarf2expr.c:591: (ctx->get_frame_base) (ctx->baton, &datastart, &datalen);
< gdb/dwarf2expr.h:94: 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/dwarf2expr.h:94: void (*get_frame_base) (void *baton, const gdb_byte **start, size_t *length);
238a237,238
> gdb/dwarf2expr.c:591: 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/dwarf2expr.c:591: (ctx->get_frame_base) (ctx->baton, &datastart, &datalen);
> gdb/dwarf2expr.h:94: 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/dwarf2expr.h:94: void (*get_frame_base) (void *baton, const gdb_byte **start, size_t *length);
294a295
> gdb/gdb-stabs.h:75: deprecated: deprecated sym_stab_info: Do not use deprecated sym_stab_info, see declaration for details
gdb/gdb-stabs.h:75:#define DBX_SYMFILE_INFO(o) ((o)->deprecated_sym_stab_info)
328d328
< gdb/gdb-stabs.h:75: deprecated: deprecated sym_stab_info: Do not use deprecated sym_stab_info, see declaration for details
gdb/gdb-stabs.h:75:#define DBX_SYMFILE_INFO(o) ((o)->deprecated_sym_stab_info)
356,358d355
< 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 ||
361a359,361
> 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 ||
621d620
< gdb/microblaze-tdep.c:714: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/microblaze-tdep.c:714: set_gdbarch_write_pc (gdbarch, microblaze_write_pc);
gdb/microblaze-tdep.c:714: set_gdbarch_write_pc (gdbarch, microblaze_write_pc);
675a675
> gdb/microblaze-tdep.c:714: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/microblaze-tdep.c:714: set_gdbarch_write_pc (gdbarch, microblaze_write_pc);
gdb/microblaze-tdep.c:714: set_gdbarch_write_pc (gdbarch, microblaze_write_pc);
793,798d792
< gdb/parse.c:708: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:708: if (!((*p >= '.' && *p <= '.') ||
< gdb/parse.c:709: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:709: (*p >= '.' && *p <= '.') ||
< gdb/parse.c:710: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:710: (*p >= '.' && *p <= '.') ||
< gdb/parse.c:711: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:711: (*p == '.') || (*p == '.') ||
< gdb/parse.c:712: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:712: (*p == '.') || (*p == '.') ||
< gdb/parse.c:713: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:713: (*p == '.') || (*p == '.') ||
814a809,814
> gdb/parse.c:708: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:708: if (!((*p >= '.' && *p <= '.') ||
> gdb/parse.c:709: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:709: (*p >= '.' && *p <= '.') ||
> gdb/parse.c:710: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:710: (*p >= '.' && *p <= '.') ||
> gdb/parse.c:711: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:711: (*p == '.') || (*p == '.') ||
> gdb/parse.c:712: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:712: (*p == '.') || (*p == '.') ||
> gdb/parse.c:713: code: OP eol: Do not use &&, or || at the end of a line
gdb/parse.c:713: (*p == '.') || (*p == '.') ||
920a921,931
> gdb/remote-fileio.c:523: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-fileio.c:523: deprecated_throw_reason (RETURN_QUIT);
> gdb/remote-fileio.c:548: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-fileio.c:548: sprintf (buf + strlen (buf), ', retcode);
> gdb/remote-fileio.c:558: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-fileio.c:558: sprintf (buf + strlen (buf), ', error);
> gdb/remote-fileio.c:1313: code: OP eol: Do not use &&, or || at the end of a line
gdb/remote-fileio.c:1313: remote_fileio_return_success (fd == FIO_FD_CONSOLE_IN ||
> gdb/remote-m32r-sdi.c:381: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-m32r-sdi.c:381: sprintf (hostname, ', SDIPORT);
> gdb/remote-m32r-sdi.c:386: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-m32r-sdi.c:386: sprintf (hostname, ', args, SDIPORT);
> gdb/remote-m32r-sdi.c:1631: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote-m32r-sdi.c:1631: m32r_ops.deprecated_xfer_memory = m32r_xfer_memory;
> gdb/remote-sim.c:291: legacy: legacy sim_regno_ignore: Do not use legacy sim_regno_ignore, see declaration for details
gdb/remote-sim.c:291: case LEGACY_SIM_REGNO_IGNORE:
> gdb/remote-sim.c:657: deprecated: deprecated ui_loop_hook: Do not use deprecated ui_loop_hook, see declaration for details
gdb/remote-sim.c:657: if (deprecated_ui_loop_hook != NULL)
> gdb/remote-sim.c:658: deprecated: deprecated ui_loop_hook: Do not use deprecated ui_loop_hook, see declaration for details
gdb/remote-sim.c:658: deprecated_ui_loop_hook (0);
> gdb/remote-sim.c:908: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote-sim.c:908: gdbsim_ops.deprecated_xfer_memory = gdbsim_xfer_inferior_memory;
977,987d987
< gdb/remote-fileio.c:523: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-fileio.c:523: deprecated_throw_reason (RETURN_QUIT);
< gdb/remote-fileio.c:548: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-fileio.c:548: sprintf (buf + strlen (buf), ', retcode);
< gdb/remote-fileio.c:558: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-fileio.c:558: sprintf (buf + strlen (buf), ', error);
< gdb/remote-fileio.c:1313: code: OP eol: Do not use &&, or || at the end of a line
gdb/remote-fileio.c:1313: remote_fileio_return_success (fd == FIO_FD_CONSOLE_IN ||
< gdb/remote-m32r-sdi.c:381: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-m32r-sdi.c:381: sprintf (hostname, ', SDIPORT);
< gdb/remote-m32r-sdi.c:386: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-m32r-sdi.c:386: sprintf (hostname, ', args, SDIPORT);
< gdb/remote-m32r-sdi.c:1631: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote-m32r-sdi.c:1631: m32r_ops.deprecated_xfer_memory = m32r_xfer_memory;
< gdb/remote-sim.c:291: legacy: legacy sim_regno_ignore: Do not use legacy sim_regno_ignore, see declaration for details
gdb/remote-sim.c:291: case LEGACY_SIM_REGNO_IGNORE:
< gdb/remote-sim.c:657: deprecated: deprecated ui_loop_hook: Do not use deprecated ui_loop_hook, see declaration for details
gdb/remote-sim.c:657: if (deprecated_ui_loop_hook != NULL)
< gdb/remote-sim.c:658: deprecated: deprecated ui_loop_hook: Do not use deprecated ui_loop_hook, see declaration for details
gdb/remote-sim.c:658: deprecated_ui_loop_hook (0);
< gdb/remote-sim.c:908: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote-sim.c:908: gdbsim_ops.deprecated_xfer_memory = gdbsim_xfer_inferior_memory;
1036,1037d1035
< gdb/serial.c:540: deprecated: deprecated serial_fd: Do not use deprecated serial_fd, see declaration for details
gdb/serial.c:540:deprecated_serial_fd (struct serial *scb)
< gdb/serial.h:176: deprecated: deprecated serial_fd: Do not use deprecated serial_fd, see declaration for details
gdb/serial.h:176:extern int deprecated_serial_fd (struct serial *scb);
1045a1044,1049
> gdb/serial.c:540: deprecated: deprecated serial_fd: Do not use deprecated serial_fd, see declaration for details
gdb/serial.c:540:deprecated_serial_fd (struct serial *scb)
> gdb/serial.h:176: deprecated: deprecated serial_fd: Do not use deprecated serial_fd, see declaration for details
gdb/serial.h:176:extern int deprecated_serial_fd (struct serial *scb);
> gdb/sh-tdep.c:2392: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2392: if (legacy_register_sim_regno (gdbarch, nr) < 0)
> gdb/sh-tdep.c:2393: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2393: return legacy_register_sim_regno (gdbarch, nr);
> gdb/sh-tdep.c:2433: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2433: return legacy_register_sim_regno (gdbarch, nr);
> gdb/sh-tdep.c:2917: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2917: set_gdbarch_register_sim_regno (gdbarch, legacy_register_sim_regno);
gdb/sh-tdep.c:2917: set_gdbarch_register_sim_regno (gdbarch, legacy_register_sim_regno);
1056,1059d1059
< gdb/sh-tdep.c:2392: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2392: if (legacy_register_sim_regno (gdbarch, nr) < 0)
< gdb/sh-tdep.c:2393: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2393: return legacy_register_sim_regno (gdbarch, nr);
< gdb/sh-tdep.c:2433: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2433: return legacy_register_sim_regno (gdbarch, nr);
< gdb/sh-tdep.c:2917: legacy: legacy register_sim_regno: Do not use legacy register_sim_regno, see declaration for details
gdb/sh-tdep.c:2917: set_gdbarch_register_sim_regno (gdbarch, legacy_register_sim_regno);
gdb/sh-tdep.c:2917: set_gdbarch_register_sim_regno (gdbarch, legacy_register_sim_regno);
1061,1062c1061,1071
< gdb/solib.c:1399: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/solib.c:1399:#ifdef SOLIB_CREATE_INFERIOR_HOOK
< gdb/solib.c:1400: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/solib.c:1400: SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
> gdb/sol-thread.c:202: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:202: sprintf (buf, ', errcode);
> gdb/sol-thread.c:233: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:233: sprintf (buf, ', statecode);
> gdb/sol-thread.c:736: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/sol-thread.c:736: if ((val = p_td_ta_map_id2thr (main_ta, pid, &th)) != TD_OK)
> gdb/sol-thread.c:738: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/sol-thread.c:738: if ((val = p_td_thr_validate (&th)) != TD_OK)
> gdb/sol-thread.c:1110: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/sol-thread.c:1110:ps_lgetLDT (gdb_ps_prochandle_t ph, lwpid_t lwpid, struct ssd *pldt)
> gdb/sol-thread.c:1150: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1150: sprintf (buf, ', GET_THREAD (ptid));
> gdb/sol-thread.c:1152: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1152: sprintf (buf, ',
> gdb/sol-thread.c:1155: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1155: sprintf (buf, ', GET_THREAD (ptid));
> gdb/sol-thread.c:1158: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1158: sprintf (buf, ', GET_LWP (ptid));
> gdb/sol-thread.c:1160: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1160: sprintf (buf, ', PIDGET (ptid));
> gdb/sol-thread.c:1359: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/sol-thread.c:1359:#define resolve(X) if (!(p_##X = dlsym (dlhandle, #X)))
1082,1092c1091,1092
< gdb/sol-thread.c:202: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:202: sprintf (buf, ', errcode);
< gdb/sol-thread.c:233: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:233: sprintf (buf, ', statecode);
< gdb/sol-thread.c:736: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/sol-thread.c:736: if ((val = p_td_ta_map_id2thr (main_ta, pid, &th)) != TD_OK)
< gdb/sol-thread.c:738: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/sol-thread.c:738: if ((val = p_td_thr_validate (&th)) != TD_OK)
< gdb/sol-thread.c:1110: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/sol-thread.c:1110:ps_lgetLDT (gdb_ps_prochandle_t ph, lwpid_t lwpid, struct ssd *pldt)
< gdb/sol-thread.c:1150: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1150: sprintf (buf, ', GET_THREAD (ptid));
< gdb/sol-thread.c:1152: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1152: sprintf (buf, ',
< gdb/sol-thread.c:1155: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1155: sprintf (buf, ', GET_THREAD (ptid));
< gdb/sol-thread.c:1158: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1158: sprintf (buf, ', GET_LWP (ptid));
< gdb/sol-thread.c:1160: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1160: sprintf (buf, ', PIDGET (ptid));
< gdb/sol-thread.c:1359: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/sol-thread.c:1359:#define resolve(X) if (!(p_##X = dlsym (dlhandle, #X)))
> gdb/solib.c:1399: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/solib.c:1399:#ifdef SOLIB_CREATE_INFERIOR_HOOK
> gdb/solib.c:1400: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/solib.c:1400: SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
1100d1099
< gdb/sparc64-linux-tdep.c:271: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/sparc64-linux-tdep.c:271: set_gdbarch_write_pc (gdbarch, sparc64_linux_write_pc);
gdb/sparc64-linux-tdep.c:271: set_gdbarch_write_pc (gdbarch, sparc64_linux_write_pc);
1102a1102
> gdb/sparc64-linux-tdep.c:271: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/sparc64-linux-tdep.c:271: set_gdbarch_write_pc (gdbarch, sparc64_linux_write_pc);
gdb/sparc64-linux-tdep.c:271: set_gdbarch_write_pc (gdbarch, sparc64_linux_write_pc);
1236,1237d1235
< gdb/tui/tui.c:418: deprecated: deprecated safe_get_selected_frame: Do not use deprecated safe_get_selected_frame, see declaration for details
gdb/tui/tui.c:418: if (deprecated_safe_get_selected_frame ())
< gdb/tui/tui.c:419: deprecated: deprecated safe_get_selected_frame: Do not use deprecated safe_get_selected_frame, see declaration for details
gdb/tui/tui.c:419: tui_show_frame_info (deprecated_safe_get_selected_frame ());
1271a1270,1271
> gdb/tui/tui.c:418: deprecated: deprecated safe_get_selected_frame: Do not use deprecated safe_get_selected_frame, see declaration for details
gdb/tui/tui.c:418: if (deprecated_safe_get_selected_frame ())
> gdb/tui/tui.c:419: deprecated: deprecated safe_get_selected_frame: Do not use deprecated safe_get_selected_frame, see declaration for details
gdb/tui/tui.c:419: tui_show_frame_info (deprecated_safe_get_selected_frame ());