diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/util/sortobjdump.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sortobjdump.pl b/src/util/sortobjdump.pl index 8ad7314b8..1373a7ffd 100755 --- a/src/util/sortobjdump.pl +++ b/src/util/sortobjdump.pl @@ -8,7 +8,7 @@ use warnings; # linker maps produced by "make bin/%.map" by also showing the values # of all non-global symbols. -my %section_idx = ( "*ABS*" => "." ); +my %section_idx = ( "*ABS*" => ".", "*UND*" => "_" ); my %lines; while ( <> ) { if ( /^\s+(\d+)\s+([\.\*]\S+)\s+[0-9a-fA-F]+\s+[0-9a-fA-F]/ ) { |
