2013-09-20 Chung-Lin Tang <cltang@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdb1090.c
index cd9e2cdecbddab8b9ca59a8b6db5d000736b02cb..5f3faa8e0fd770aa4aee3a238e383a581bed48bc 100644 (file)
@@ -1,11 +1,11 @@
 /* Test program for multi-register variable.
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003-2013 Free Software Foundation, Inc.
 
    This file is part of the gdb testsuite.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -14,9 +14,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
    This file was written by Michael Elizabeth Chastain (mec@shout.net).  */
 
@@ -38,7 +36,7 @@ void foo ()
   register struct s_2_by_4 s24;
   s24.field_0 = 1170;
   s24.field_1 = 64701;
-  marker (s24);
+  marker (s24); /* break-here */
   return;
 }
 
This page took 0.02493 seconds and 4 git commands to generate.