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

Side by Side Diff: gdb/stubs/m32r-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/ia64vms-stub.c ('k') | gdb/stubs/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')
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 1759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 { 1770 {
1771 return 0; 1771 return 0;
1772 } 1772 }
1773 1773
1774 void 1774 void
1775 abort (void) 1775 abort (void)
1776 { 1776 {
1777 _exit (1); 1777 _exit (1);
1778 } 1778 }
1779 #endif 1779 #endif
OLDNEW
« no previous file with comments | « gdb/stubs/ia64vms-stub.c ('k') | gdb/stubs/m68k-stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698