aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-10 22:20:55 +0000
committerNick Clifton <nickc@redhat.com>2001-02-10 22:20:55 +0000
commitf5e21966912b901789a38637dc6f0bef0619e5ce (patch)
tree96adbea406884023b8ebd67a8ac5b96ff1302068 /binutils/readelf.c
parent0f074f60a4f3c8263b8f01628caaa4b5109aa586 (diff)
downloadfsf-binutils-gdb-f5e21966912b901789a38637dc6f0bef0619e5ce.zip
fsf-binutils-gdb-f5e21966912b901789a38637dc6f0bef0619e5ce.tar.gz
fsf-binutils-gdb-f5e21966912b901789a38637dc6f0bef0619e5ce.tar.bz2
Document new --unwind option to readelf.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index ac0c09a..1f18a05 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -3110,7 +3110,7 @@ static void find_symbol_for_address PARAMS ((struct unw_aux_info *,
struct absaddr, const char **,
bfd_vma *));
static void dump_ia64_unwind PARAMS ((struct unw_aux_info *));
-static int slurp_ia64_unwind_table PARAMS ((FILE *file, struct unw_aux_info *,
+static int slurp_ia64_unwind_table PARAMS ((FILE *, struct unw_aux_info *,
Elf32_Internal_Shdr *));
static void
@@ -3434,7 +3434,6 @@ process_unwind (file)
return 1;
}
-
static void
dynamic_segment_mips_val (entry)
Elf_Internal_Dyn * entry;