diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-07 19:41:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-07 19:41:03 +0000 |
commit | 4d6ed7c8cea13961e6c4bd3425dd679eb44ebc34 (patch) | |
tree | 46fe669b2e79b0ce1a4ea164c85a15f0c1fe7fcb /binutils/Makefile.am | |
parent | a6da1910ac73f90544967200b2a23835644fc272 (diff) | |
download | gdb-4d6ed7c8cea13961e6c4bd3425dd679eb44ebc34.zip gdb-4d6ed7c8cea13961e6c4bd3425dd679eb44ebc34.tar.gz gdb-4d6ed7c8cea13961e6c4bd3425dd679eb44ebc34.tar.bz2 |
Add -u option toi readelf to display unwind info.
Add support to display unwind info for IA64 binaries.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 1ddf2f7..d0adea0 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -161,7 +161,7 @@ objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) strings_SOURCES = strings.c $(BULIBS) -readelf_SOURCES = readelf.c version.c +readelf_SOURCES = readelf.c version.c unwind-ia64.c readelf_LDADD = $(INTLLIBS) $(LIBIBERTY) strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) |