| OLD | NEW |
| 1 /* Test program for multi-register variable. | 1 /* Test program for multi-register variable. |
| 2 Copyright 2003, 2007-2012 Free Software Foundation, Inc. | 2 Copyright 2003-2013 Free Software Foundation, Inc. |
| 3 | 3 |
| 4 This file is part of the gdb testsuite. | 4 This file is part of the gdb testsuite. |
| 5 | 5 |
| 6 This program is free software; you can redistribute it and/or modify | 6 This program is free software; you can redistribute it and/or modify |
| 7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
| 8 the Free Software Foundation; either version 3 of the License, or | 8 the Free Software Foundation; either version 3 of the License, or |
| 9 (at your option) any later version. | 9 (at your option) any later version. |
| 10 | 10 |
| 11 This program is distributed in the hope that it will be useful, | 11 This program is distributed in the hope that it will be useful, |
| 12 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 24 matching lines...) Expand all Loading... |
| 37 s24.field_0 = 1170; | 37 s24.field_0 = 1170; |
| 38 s24.field_1 = 64701; | 38 s24.field_1 = 64701; |
| 39 marker (s24); /* break-here */ | 39 marker (s24); /* break-here */ |
| 40 return; | 40 return; |
| 41 } | 41 } |
| 42 | 42 |
| 43 int main () | 43 int main () |
| 44 { | 44 { |
| 45 foo (); | 45 foo (); |
| 46 } | 46 } |
| OLD | NEW |