mirror of
https://github.com/ipxe/ipxe
synced 2026-02-11 13:49:51 +03:00
Produce a sorted list of all local symbols in the map file.
This commit is contained in:
@@ -283,6 +283,7 @@ blib : $(BLIB)
|
||||
$(BIN)/%.tmp : $(BLIB) $(MAKEDEPS) $(LDSCRIPT)
|
||||
$(LD) $(LDFLAGS) -T $(LDSCRIPT) $(TGT_LD_FLAGS) $(BLIB) -o $@ \
|
||||
-Map $(BIN)/$*.tmp.map
|
||||
$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
|
||||
|
||||
# Show a linker map for the specified target
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user