Merge lp:~yao-codesourcery/gdb-linaro/fix-lp-616003 into lp:gdb-linaro/7.2

Proposed by Yao Qi
Status: Merged
Merged at revision: 32983
Proposed branch: lp:~yao-codesourcery/gdb-linaro/fix-lp-616003
Merge into: lp:gdb-linaro/7.2
Diff against target: 28 lines (+9/-1)
2 files modified
ChangeLog.linaro (+9/-0)
gdb/arm-tdep.c (+0/-1)
To merge this branch: bzr merge lp:~yao-codesourcery/gdb-linaro/fix-lp-616003
Reviewer Review Type Date Requested Status
Ulrich Weigand (community) Approve
Review via email: mp+44651@code.launchpad.net

Description of the change

This is the backport from FSF mainline. Regression tested on Linaro GDB tree, and get LP:616003 fixed.

I'll merge it to Linaro GDB tree in two or three days.

To post a comment you must log in.
Revision history for this message
Ulrich Weigand (uweigand) wrote :

This is OK.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog.linaro'
2--- ChangeLog.linaro 2010-12-14 08:07:24 +0000
3+++ ChangeLog.linaro 2010-12-24 09:01:17 +0000
4@@ -1,3 +1,12 @@
5+2010-12-24 Yao Qi <yao@codesourcery.com>
6+
7+ Backport from mainline. Fix LP:616003.
8+
9+ gdb/
10+ 2010-12-23 Yao Qi <yao@codesourcery.com>
11+ * arm-tdep.c (arm_gdbarch_init): Remove invoke to
12+ set_gdbarch_deprecated_fp_regnum.
13+
14 2010-12-14 Yao Qi <yao@codesourcery.com>
15
16 Merge from FSF GDB 7.2. Fix LP:685702.
17
18=== modified file 'gdb/arm-tdep.c'
19--- gdb/arm-tdep.c 2010-10-19 21:39:50 +0000
20+++ gdb/arm-tdep.c 2010-12-24 09:01:17 +0000
21@@ -7392,7 +7392,6 @@
22 arm_remote_breakpoint_from_pc);
23
24 /* Information about registers, etc. */
25- set_gdbarch_deprecated_fp_regnum (gdbarch, ARM_FP_REGNUM); /* ??? */
26 set_gdbarch_sp_regnum (gdbarch, ARM_SP_REGNUM);
27 set_gdbarch_pc_regnum (gdbarch, ARM_PC_REGNUM);
28 set_gdbarch_num_regs (gdbarch, ARM_NUM_REGS);

Subscribers

People subscribed via source and target branches