mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* gdb.dwarf2/dw2-compressed.S: Also define __start.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.dwarf2/dw2-compressed.S: Also define __start.
|
||||||
|
|
||||||
2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* lib/mi-support.exp (default_mi_gdb_start): Remove check for
|
* lib/mi-support.exp (default_mi_gdb_start): Remove check for
|
||||||
|
@ -23,7 +23,9 @@
|
|||||||
|
|
||||||
.text
|
.text
|
||||||
.globl _start
|
.globl _start
|
||||||
|
.globl __start
|
||||||
_start:
|
_start:
|
||||||
|
__start:
|
||||||
.int 0
|
.int 0
|
||||||
.Lbegin_text1:
|
.Lbegin_text1:
|
||||||
.globl func_cu1
|
.globl func_cu1
|
||||||
|
Reference in New Issue
Block a user