Reviewed and approved by drow@mvista.com.
authorFred Fish <fnf@specifix.com>
Wed, 4 Feb 2004 14:41:20 +0000 (14:41 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 4 Feb 2004 14:41:20 +0000 (14:41 +0000)
2004-02-04  Fred Fish  <fnf@redhat.com>
* gdb.arch/gdb1431.c: Add underbar prefixed version of global
function symbols and update copyright years.
* gdb.arch/gdb1291.c: Ditto.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/gdb1291.c
gdb/testsuite/gdb.arch/gdb1431.c

index 6d650b6b7cfba833534f372f4bdcf13f2b24eee1..58b74a60fc9b2c3a009c160470f55addede1b4ef 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-04  Fred Fish  <fnf@redhat.com>
+
+       * gdb.arch/gdb1431.c: Add underbar prefixed version of global
+       function symbols and update copyright years.
+       * gdb.arch/gdb1291.c: Ditto.
+
 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
index 2178f7031bf440c847c0de7d6a23bee210ce2d11..7e70e6e4bf6f8753ac9bdf283bb51622a3c52f3a 100755 (executable)
@@ -1,4 +1,4 @@
-/* Copyright 2003 Free Software Foundation, Inc.\r
+/* Copyright 2003, 2004 Free Software Foundation, Inc.\r
  \r
    This program is free software; you can redistribute it and/or modify\r
    it under the terms of the GNU General Public License as published by\r
@@ -29,6 +29,7 @@ main()
 asm(".text\n"\r
     "    .align 5\n"\r
     "sub:\n"\r
+    "_sub:\n"\r
     "    mov.l  r14,@-r15\n"\r
     "    mov.w  .STACK2,r3\n"\r
     "    sub    r3,r15\n"\r
index 00410424913e44537cd45d145c004cd96edcedd7..64f5c60b39168611c59e91f2f2b1f346889853c3 100755 (executable)
@@ -1,4 +1,4 @@
-/* Copyright 2003 Free Software Foundation, Inc.\r
+/* Copyright 2003, 2004 Free Software Foundation, Inc.\r
  \r
    This program is free software; you can redistribute it and/or modify\r
    it under the terms of the GNU General Public License as published by\r
@@ -31,6 +31,7 @@ main()
 asm(".text\n"\r
     "    .align 5\n"\r
     "sub1:\n"\r
+    "_sub1:\n"\r
     "    mov.l  r14,@-r15\n"\r
     "    add    #-128,r15\n"\r
     "    add    #-128,r15\n"\r
@@ -48,6 +49,7 @@ asm(".text\n"
 asm(".text\n"\r
     "    .align 5\n"\r
     "sub2:\n"\r
+    "_sub2:\n"\r
     "    mov.l  r14,@-r15\n"\r
     "    mov.w  .STACK2,r3\n"\r
     "    sub    r3,r15\n"\r
This page took 0.030637 seconds and 4 git commands to generate.