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

Side by Side Diff: gdb/stubs/sh-stub.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/stubs/m68k-stub.c ('k') | gdb/stubs/sparc-stub.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* sh-stub.c -- debugging stub for the Renesas-SH. 1 /* sh-stub.c -- debugging stub for the Renesas-SH.
2 2
3 NOTE!! This code has to be compiled with optimization, otherwise the 3 NOTE!! This code has to be compiled with optimization, otherwise the
4 function inlining which generates the exception handlers won't work. 4 function inlining which generates the exception handlers won't work.
5 5
6 */ 6 */
7 7
8 /* This is originally based on an m68k software stub written by Glenn 8 /* This is originally based on an m68k software stub written by Glenn
9 Engel at HP, but has changed quite a bit. 9 Engel at HP, but has changed quite a bit.
10 10
(...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 SSR1 &= ~SCI_TDRE; 1574 SSR1 &= ~SCI_TDRE;
1575 } 1575 }
1576 1576
1577 void 1577 void
1578 handleError (char theSSR) 1578 handleError (char theSSR)
1579 { 1579 {
1580 SSR1 &= ~(SCI_ORER | SCI_PER | SCI_FER); 1580 SSR1 &= ~(SCI_ORER | SCI_PER | SCI_FER);
1581 } 1581 }
1582 1582
1583 #endif 1583 #endif
OLDNEW
« no previous file with comments | « gdb/stubs/m68k-stub.c ('k') | gdb/stubs/sparc-stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698