aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index b589e36..ade1d17 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -3411,6 +3411,12 @@ process_unwind (file)
unsigned long i, addr_size;
struct unw_aux_info aux;
+ if (elf_header.e_machine != EM_IA_64)
+ {
+ printf (_("\nThere are no unwind sections in this file.\n"));
+ return 1;
+ }
+
memset (& aux, 0, sizeof (aux));
addr_size = is_32bit_elf ? 4 : 8;