ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/gdb/files/patch-gdb_arm-fbsd-tdep.c
Revision: 24716
Committed: Mon Nov 26 17:06:28 2018 UTC (5 years, 5 months ago) by laffer1
Content type: text/plain
File size: 782 byte(s)
Log Message:
update gdb to 8.2

File Contents

# Content
1 --- gdb/arm-fbsd-tdep.c.orig 2018-03-15 10:31:28.468820000 +0100
2 +++ gdb/arm-fbsd-tdep.c 2018-03-15 10:39:51.558505000 +0100
3 @@ -123,11 +123,11 @@
4 SIGTRAMP_FRAME,
5 4,
6 {
7 - {0xe1a0000d, -1}, /* mov r0, sp */
8 - {0xe2800040, -1}, /* add r0, r0, #SIGF_UC */
9 - {0xe59f700c, -1}, /* ldr r7, [pc, #12] */
10 - {0xef0001a1, -1}, /* swi SYS_sigreturn */
11 - {TRAMP_SENTINEL_INSN, -1}
12 + {0xe1a0000d, static_cast<ULONGEST>(-1)}, /* mov r0, sp */
13 + {0xe2800040, static_cast<ULONGEST>(-1)}, /* add r0, r0, #SIGF_UC */
14 + {0xe59f700c, static_cast<ULONGEST>(-1)}, /* ldr r7, [pc, #12] */
15 + {0xef0001a1, static_cast<ULONGEST>(-1)}, /* swi SYS_sigreturn */
16 + {TRAMP_SENTINEL_INSN, static_cast<ULONGEST>(-1)}
17 },
18 arm_fbsd_sigframe_init
19 };

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain