mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Reviewed and approved by drow@mvista.com.
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.
This commit is contained in:
@ -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>
|
2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
* gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
|
* gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
|
||||||
|
@ -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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -29,6 +29,7 @@ main()
|
|||||||
asm(".text\n"
|
asm(".text\n"
|
||||||
" .align 5\n"
|
" .align 5\n"
|
||||||
"sub:\n"
|
"sub:\n"
|
||||||
|
"_sub:\n"
|
||||||
" mov.l r14,@-r15\n"
|
" mov.l r14,@-r15\n"
|
||||||
" mov.w .STACK2,r3\n"
|
" mov.w .STACK2,r3\n"
|
||||||
" sub r3,r15\n"
|
" sub r3,r15\n"
|
||||||
|
@ -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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -31,6 +31,7 @@ main()
|
|||||||
asm(".text\n"
|
asm(".text\n"
|
||||||
" .align 5\n"
|
" .align 5\n"
|
||||||
"sub1:\n"
|
"sub1:\n"
|
||||||
|
"_sub1:\n"
|
||||||
" mov.l r14,@-r15\n"
|
" mov.l r14,@-r15\n"
|
||||||
" add #-128,r15\n"
|
" add #-128,r15\n"
|
||||||
" add #-128,r15\n"
|
" add #-128,r15\n"
|
||||||
@ -48,6 +49,7 @@ asm(".text\n"
|
|||||||
asm(".text\n"
|
asm(".text\n"
|
||||||
" .align 5\n"
|
" .align 5\n"
|
||||||
"sub2:\n"
|
"sub2:\n"
|
||||||
|
"_sub2:\n"
|
||||||
" mov.l r14,@-r15\n"
|
" mov.l r14,@-r15\n"
|
||||||
" mov.w .STACK2,r3\n"
|
" mov.w .STACK2,r3\n"
|
||||||
" sub r3,r15\n"
|
" sub r3,r15\n"
|
||||||
|
Reference in New Issue
Block a user