aboutsummaryrefslogtreecommitdiff
path: root/src/util/symcheck.pl
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-05-03 12:24:52 +0000
committerMichael Brown <mcb30@etherboot.org>2005-05-03 12:24:52 +0000
commit7df28572480c7779cafcde90051419467d1add51 (patch)
treeca1c7228e74dce2520280f23ecda4dacf342096f /src/util/symcheck.pl
parent42eb786ced1ff30d89fdc72d3ab71d0e11ecf09d (diff)
downloadipxe-7df28572480c7779cafcde90051419467d1add51.zip
ipxe-7df28572480c7779cafcde90051419467d1add51.tar.gz
ipxe-7df28572480c7779cafcde90051419467d1add51.tar.bz2
Reduce large symbol warning threshold, now that most of the really
large symbols have been fixed.
Diffstat (limited to 'src/util/symcheck.pl')
-rwxr-xr-xsrc/util/symcheck.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/symcheck.pl b/src/util/symcheck.pl
index d5dce82..df37a25 100755
--- a/src/util/symcheck.pl
+++ b/src/util/symcheck.pl
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use constant WARNING_SIZE => 2048;
+use constant WARNING_SIZE => 512;
my $symtab = {};