summaryrefslogtreecommitdiff
path: root/libasm
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2006-10-10 00:25:21 +0000
committerRoland McGrath <roland@redhat.com>2006-10-10 00:25:21 +0000
commitc373d850ec9ca342f4c71d5e287c8d8bf0723cd6 (patch)
treec8f9ea814866cdfb30ac9506ccddbc8629ebe345 /libasm
parent1dee360aa30fecd20f403f98fd1cb9e543afcca7 (diff)
downloadelfutils-c373d850ec9ca342f4c71d5e287c8d8bf0723cd6.tar.gz
2006-10-09 Roland McGrath <roland@redhat.com>
* ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
Diffstat (limited to 'libasm')
-rw-r--r--libasm/ChangeLog4
-rw-r--r--libasm/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index 56d2961e..99fb5e4f 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-29 Roland McGrath <roland@redhat.com>
+
+ * Makefile.am (CLEANFILES): Add libasm.so.$(VERSION).
+
2005-11-13 Roland McGrath <roland@redhat.com>
* Makefile.am (INCLUDES): Search in libdw.
diff --git a/libasm/Makefile.am b/libasm/Makefile.am
index 3b2b1812..3bea3747 100644
--- a/libasm/Makefile.am
+++ b/libasm/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in
##
-## Copyright (C) 2002, 2004, 2005 Red Hat, Inc.
+## Copyright (C) 2002, 2004, 2005, 2006 Red Hat, Inc.
## This file is part of Red Hat elfutils.
##
## Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -99,4 +99,4 @@ endif
noinst_HEADERS = libasmP.h symbolhash.h
EXTRA_DIST = libasm.map
-CLEANFILES = $(am_libasm_pic_a_OBJECTS) *.gcno *.gcda
+CLEANFILES = $(am_libasm_pic_a_OBJECTS) *.gcno *.gcda libasm.so.$(VERSION)