]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Document new --unwind option to readelf.
authorNick Clifton <nickc@redhat.com>
Sat, 10 Feb 2001 22:20:55 +0000 (22:20 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 10 Feb 2001 22:20:55 +0000 (22:20 +0000)
binutils/ChangeLog
binutils/binutils.texi
binutils/readelf.c

index 10e0742b539d53f576063c7250845eb1e041b446..23d4df10d32a5370d85b81a251ddba614a2518ad 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-10  Nick Clifton  <nickc@redhat.com>
+
+       * binutils.texi: Document new --unwind option to readelf.
+
 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * readelf.c: Add linux target for S/390.
index 41146635c19bf96c2770d3c8dcc26ec13ce72b2f..648cd2beb34cd9ae9ad386bcb0ba5ac649498753 100644 (file)
@@ -2479,6 +2479,7 @@ readelf [ -a | --all ]
         [ -s | --syms | --symbols]
         [ -n | --notes]
         [ -r | --relocs]
+        [ -u | --unwind]
         [ -d | --dynamic]
         [ -V | --version-info]
         [ -D | --use-dynamic]
@@ -2548,7 +2549,13 @@ Displays the contents of the NOTE segment, if it exists.
 @item -r
 @itemx --relocs
 @cindex ELF reloc information
-Displays the contents of the file's relocation section, if it ha one.
+Displays the contents of the file's relocation section, if it has one.
+
+@item -u
+@itemx --unwind
+@cindex unwind information
+Displays the contents of the file's unwind section, if it has one.  Only
+the unwind sections for IA64 ELF files are currently supported.
 
 @item -d
 @itemx --dynamic
index ac0c09ae7946e49030537bba20d2bba75e839293..1f18a05487b941fef06eb9e52fe6232e29d844bb 100644 (file)
@@ -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;