* Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
* Makefile.in: Regenerate.
This commit is contained in:
parent
88ec60c7e0
commit
9f93bca5c7
@ -1,3 +1,8 @@
|
|||||||
|
2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
|
||||||
|
|
||||||
|
* Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2001-02-09 David Mosberger <davidm@hpl.hp.com>
|
2001-02-09 David Mosberger <davidm@hpl.hp.com>
|
||||||
|
|
||||||
* elfxx-ia64.c (is_unwind_section_name): New function. Returns
|
* elfxx-ia64.c (is_unwind_section_name): New function. Returns
|
||||||
@ -1198,7 +1203,7 @@
|
|||||||
* elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
|
* elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
|
||||||
is has the SEC_HAS_CONTENTS flag set.
|
is has the SEC_HAS_CONTENTS flag set.
|
||||||
|
|
||||||
2000-09-28 Örjan Friberg <orjanf@axis.com>
|
2000-09-28 Vrjan Friberg <orjanf@axis.com>
|
||||||
Hans-Peter Nilsson <hp@axis.com>
|
Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* aout-cris.c (N_TXTADDR): Define.
|
* aout-cris.c (N_TXTADDR): Define.
|
||||||
@ -3052,7 +3057,7 @@
|
|||||||
|
|
||||||
* libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
|
* libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
|
||||||
|
|
||||||
2000-05-03 Martin v. Löwis <loewis@informatik.hu-berlin.de>
|
2000-05-03 Martin v. Lvwis <loewis@informatik.hu-berlin.de>
|
||||||
|
|
||||||
* elflink.h (elf_link_add_object_symbols): Reset dynindx for
|
* elflink.h (elf_link_add_object_symbols): Reset dynindx for
|
||||||
hidden and internal symbols.
|
hidden and internal symbols.
|
||||||
|
@ -540,6 +540,7 @@ stamp-lib: libbfd.la
|
|||||||
libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
|
libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
|
||||||
if [ -f $$libtooldir/libbfd.a ]; then \
|
if [ -f $$libtooldir/libbfd.a ]; then \
|
||||||
cp $$libtooldir/libbfd.a libbfd.tmp; \
|
cp $$libtooldir/libbfd.a libbfd.tmp; \
|
||||||
|
$(RANLIB) libbfd.tmp; \
|
||||||
$(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
|
$(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
|
||||||
else true; fi
|
else true; fi
|
||||||
touch stamp-lib
|
touch stamp-lib
|
||||||
|
@ -693,7 +693,7 @@ configure.in
|
|||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
|
SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
|
||||||
OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
|
OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
|
||||||
@ -1095,6 +1095,7 @@ stamp-lib: libbfd.la
|
|||||||
libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
|
libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
|
||||||
if [ -f $$libtooldir/libbfd.a ]; then \
|
if [ -f $$libtooldir/libbfd.a ]; then \
|
||||||
cp $$libtooldir/libbfd.a libbfd.tmp; \
|
cp $$libtooldir/libbfd.a libbfd.tmp; \
|
||||||
|
$(RANLIB) libbfd.tmp; \
|
||||||
$(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
|
$(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
|
||||||
else true; fi
|
else true; fi
|
||||||
touch stamp-lib
|
touch stamp-lib
|
||||||
|
Loading…
Reference in New Issue
Block a user