summaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-07-30 04:34:55 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-07-30 04:34:55 +0000
commit95584ca86345c94ccccdaf0c927e0f72ac7aa7c0 (patch)
treeefd9609ec9fbfc1fc22999a21ca49ca2e14935c3 /bfd/ecoff.c
parent59ea9db5720df5ef9dd656d7816bc9a1190c70d3 (diff)
downloadgdb-95584ca86345c94ccccdaf0c927e0f72ac7aa7c0.tar.gz
Silence gcc printf warnings
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r--bfd/ecoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c
index 9b2a1c933de..a31bdb96b07 100644
--- a/bfd/ecoff.c
+++ b/bfd/ecoff.c
@@ -1038,7 +1038,7 @@ ecoff_emit_aggregate (bfd *abfd,
sprintf (string,
"%s %s { ifd = %u, index = %lu }",
which, name, ifd,
- ((long) indx
+ ((unsigned long) indx
+ debug_info->symbolic_header.iextMax));
}