mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-08 21:10:35 +00:00
15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
load_lib gas-defs.exp
|
|
|
|
global AS
|
|
if ![info exists AS] then {
|
|
set AS [findfile $base_dir/as.new "as.new" [transform as]]
|
|
|
|
}
|
|
|
|
global ASFLAGS
|
|
if ![info exists ASFLAGS] then {
|
|
set ASFLAGS ""
|
|
}
|
|
|
|
gas_init
|