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-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)".
-/* 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
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
-/* 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
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
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