mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Use objdump -t for symcheck; it allows us to take the symbol section
into account (and so remove the false positives due to .tbl.* symbols).
This commit is contained in:
@@ -454,7 +454,7 @@ CLEANUP += TAGS*
|
||||
#
|
||||
SYMTAB = $(BIN)/symtab
|
||||
$(SYMTAB) : $(BLIB)
|
||||
$(NM) -o -S $< > $@
|
||||
$(OBJDUMP) -w -t $< > $@
|
||||
|
||||
CLEANUP += $(BIN)/symtab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user