ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/gdb/files/patch-gdb_microblaze-linux-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: 503 byte(s)
Log Message:
update gdb to 8.2

File Contents

# Content
1 --- gdb/microblaze-linux-tdep.c.orig 2018-03-15 11:06:05.114101000 +0100
2 +++ gdb/microblaze-linux-tdep.c 2018-03-15 11:06:36.384643000 +0100
3 @@ -107,8 +107,8 @@
4 SIGTRAMP_FRAME,
5 4,
6 {
7 - { 0x31800077, -1 }, /* addik R12,R0,119. */
8 - { 0xb9cc0008, -1 }, /* brki R14,8. */
9 + { 0x31800077, static_cast<ULONGEST>(-1) }, /* addik R12,R0,119. */
10 + { 0xb9cc0008, static_cast<ULONGEST>(-1) }, /* brki R14,8. */
11 { TRAMP_SENTINEL_INSN },
12 },
13 microblaze_linux_sighandler_cache_init

Properties

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