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

Side by Side Diff: gdb/stubs/sparc-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/sh-stub.c ('k') | gdb/symfile.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /**************************************************************************** 1 /****************************************************************************
2 2
3 THIS SOFTWARE IS NOT COPYRIGHTED 3 THIS SOFTWARE IS NOT COPYRIGHTED
4 4
5 HP offers the following for use in the public domain. HP makes no 5 HP offers the following for use in the public domain. HP makes no
6 warranty with regard to the software or it's performance and the 6 warranty with regard to the software or it's performance and the
7 user accepts the software "AS IS" with all faults. 7 user accepts the software "AS IS" with all faults.
8 8
9 HP DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD 9 HP DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD
10 TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES 10 TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 breakpoint (void) 769 breakpoint (void)
770 { 770 {
771 if (!initialized) 771 if (!initialized)
772 return; 772 return;
773 773
774 asm(" .globl _breakinst 774 asm(" .globl _breakinst
775 775
776 _breakinst: ta 1 776 _breakinst: ta 1
777 "); 777 ");
778 } 778 }
OLDNEW
« no previous file with comments | « gdb/stubs/sh-stub.c ('k') | gdb/symfile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698