summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/ldcref.c
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-09-06 22:57:45 +0000
committerjdp <jdp@FreeBSD.org>1998-09-06 22:57:45 +0000
commit088484c9efa7b42bc7fcc180fd78fed96df31c63 (patch)
tree6c09c852a9bb7a6de448bb31aefcc26282130456 /contrib/binutils/ld/ldcref.c
parent857a03a573e70a598db37cc5e2751f5a6b09c020 (diff)
parenteffee09f856ecc81feb91290459a2cda49d20287 (diff)
downloadFreeBSD-src-088484c9efa7b42bc7fcc180fd78fed96df31c63.zip
FreeBSD-src-088484c9efa7b42bc7fcc180fd78fed96df31c63.tar.gz
This commit was generated by cvs2svn to compensate for changes in r38889,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/binutils/ld/ldcref.c')
-rw-r--r--contrib/binutils/ld/ldcref.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/binutils/ld/ldcref.c b/contrib/binutils/ld/ldcref.c
index d9e6ebb..7022daf 100644
--- a/contrib/binutils/ld/ldcref.c
+++ b/contrib/binutils/ld/ldcref.c
@@ -1,5 +1,5 @@
/* ldcref.c -- output a cross reference table
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>
This file is part of GLD, the Gnu Linker.
@@ -256,7 +256,7 @@ output_cref (fp)
csym_fill = csyms;
cref_hash_traverse (&cref_table, cref_fill_array, &csym_fill);
- ASSERT (csym_fill - csyms == cref_symcount);
+ ASSERT ((size_t) (csym_fill - csyms) == cref_symcount);
qsort (csyms, cref_symcount, sizeof (*csyms), cref_sort_array);
@@ -313,7 +313,7 @@ output_one_cref (fp, h)
putc (' ', fp);
++len;
}
- finfo (fp, "%B\n", r->abfd);
+ lfinfo (fp, "%B\n", r->abfd);
len = 0;
}
}
@@ -327,7 +327,7 @@ output_one_cref (fp, h)
putc (' ', fp);
++len;
}
- finfo (fp, "%B\n", r->abfd);
+ lfinfo (fp, "%B\n", r->abfd);
len = 0;
}
}
OpenPOWER on IntegriCloud