mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +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>
|
||||
|
||||
* lib/mi-support.exp (default_mi_gdb_start): Remove check for
|
||||
|
@ -23,7 +23,9 @@
|
||||
|
||||
.text
|
||||
.globl _start
|
||||
.globl __start
|
||||
_start:
|
||||
__start:
|
||||
.int 0
|
||||
.Lbegin_text1:
|
||||
.globl func_cu1
|
||||
|
Reference in New Issue
Block a user