Skip to content

Commit aca7eee

Browse files
author
oco
committed
Define file symbols as Global to eliminate errors
1 parent f7ff8b5 commit aca7eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dwarf/dwarf.spf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ CREATE temp_symbol /symbol ALLOT
170170

171171
: add_file_symbol ( a u -- ) \ add file name
172172
0 0 2SWAP
173-
STB_LOCAL STT_FILE ELF32_ST_INFO
173+
STB_GLOBAL STT_FILE ELF32_ST_INFO
174174
SHN_ABS
175175
add_symbol
176176
;

0 commit comments

Comments
 (0)