From 7bfdd688ac9a8864f8be2a79e7297a501a349f85 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 4 Feb 2004 14:41:20 +0000 Subject: [PATCH] Reviewed and approved by drow@mvista.com. 2004-02-04 Fred Fish * gdb.arch/gdb1431.c: Add underbar prefixed version of global function symbols and update copyright years. * gdb.arch/gdb1291.c: Ditto. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.arch/gdb1291.c | 3 ++- gdb/testsuite/gdb.arch/gdb1431.c | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6d650b6b7cf..58b74a60fc9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-02-04 Fred Fish + + * 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 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)". diff --git a/gdb/testsuite/gdb.arch/gdb1291.c b/gdb/testsuite/gdb.arch/gdb1291.c index 2178f7031bf..7e70e6e4bf6 100755 --- a/gdb/testsuite/gdb.arch/gdb1291.c +++ b/gdb/testsuite/gdb.arch/gdb1291.c @@ -1,4 +1,4 @@ -/* Copyright 2003 Free Software Foundation, Inc. +/* Copyright 2003, 2004 Free Software Foundation, Inc. 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 @@ -29,6 +29,7 @@ main() asm(".text\n" " .align 5\n" "sub:\n" + "_sub:\n" " mov.l r14,@-r15\n" " mov.w .STACK2,r3\n" " sub r3,r15\n" diff --git a/gdb/testsuite/gdb.arch/gdb1431.c b/gdb/testsuite/gdb.arch/gdb1431.c index 00410424913..64f5c60b391 100755 --- a/gdb/testsuite/gdb.arch/gdb1431.c +++ b/gdb/testsuite/gdb.arch/gdb1431.c @@ -1,4 +1,4 @@ -/* Copyright 2003 Free Software Foundation, Inc. +/* Copyright 2003, 2004 Free Software Foundation, Inc. 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 @@ -31,6 +31,7 @@ main() asm(".text\n" " .align 5\n" "sub1:\n" + "_sub1:\n" " mov.l r14,@-r15\n" " add #-128,r15\n" " add #-128,r15\n" @@ -48,6 +49,7 @@ asm(".text\n" asm(".text\n" " .align 5\n" "sub2:\n" + "_sub2:\n" " mov.l r14,@-r15\n" " mov.w .STACK2,r3\n" " sub r3,r15\n" -- 2.30.2