mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
ed89f2f7f0
commit
bd36933636
@@ -90,7 +90,7 @@ foreach line [split $symbols "\n"] {
|
||||
# linker copies the data from the shared library's symbol into the
|
||||
# binary's BSS.
|
||||
#
|
||||
if {($type == "D") || ($type == "B")} {
|
||||
if {($type == "D") || ($type == "B") || ($type == "R")} {
|
||||
puts "$name $type $size_dec"
|
||||
} else {
|
||||
puts "$name $type"
|
||||
|
||||
Reference in New Issue
Block a user