Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Side by Side Diff: gdb/m68hc11-tdep.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/m32r-tdep.c ('k') | gdb/m68k-stub.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* Target-dependent code for Motorola 68HC11 & 68HC12 1 /* Target-dependent code for Motorola 68HC11 & 68HC12
2 2
3 Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc. 3 Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
4 4
5 Contributed by Stephane Carrez, stcarrez@nerim.fr 5 Contributed by Stephane Carrez, stcarrez@nerim.fr
6 6
7 This file is part of GDB. 7 This file is part of GDB.
8 8
9 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 memcpy (valbuf, buf + 1, 1); 1313 memcpy (valbuf, buf + 1, 1);
1314 break; 1314 break;
1315 1315
1316 case 4: 1316 case 4:
1317 memcpy ((char*) valbuf + 2, buf, 2); 1317 memcpy ((char*) valbuf + 2, buf, 2);
1318 regcache_raw_read (regcache, HARD_X_REGNUM, buf); 1318 regcache_raw_read (regcache, HARD_X_REGNUM, buf);
1319 memcpy (valbuf, buf, 2); 1319 memcpy (valbuf, buf, 2);
1320 break; 1320 break;
1321 1321
1322 default: 1322 default:

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gdb/m32r-tdep.c ('k') | gdb/m68k-stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698