* bfd/Makefile.am, binutils/Makefile.am, etc/Makefile.in
* gas/Makefile.am: Have 'all' depend on 'info'. * ld/Makefile.am: Have 'all' depend on 'info' and 'ld.1'. * bfd/Makefile.in, binutils/Makefile.in, gas/Makefile.in * ld/Makefile.in: Regenerate.
This commit is contained in:
parent
27258dd413
commit
e3e71e27a4
@ -1,3 +1,8 @@
|
|||||||
|
2005-05-19 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.am: Have 'all' depend on 'info'.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2005-05-19 Alan Modra <amodra@bigpond.net.au>
|
2005-05-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elf-bfd.h (struct elf_link_hash_table): Delete init_refcount and
|
* elf-bfd.h (struct elf_link_hash_table): Delete init_refcount and
|
||||||
|
@ -647,7 +647,7 @@ po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
|
|||||||
| LC_COLLATE= sort > tmp.bld \
|
| LC_COLLATE= sort > tmp.bld \
|
||||||
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
|
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
|
||||||
|
|
||||||
diststuff: info
|
all diststuff: info
|
||||||
|
|
||||||
# Various kinds of .o files to put in libbfd.a:
|
# Various kinds of .o files to put in libbfd.a:
|
||||||
# BFD_BACKENDS Routines the configured targets need.
|
# BFD_BACKENDS Routines the configured targets need.
|
||||||
|
@ -1251,7 +1251,7 @@ po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
|
|||||||
| LC_COLLATE= sort > tmp.bld \
|
| LC_COLLATE= sort > tmp.bld \
|
||||||
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
|
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
|
||||||
|
|
||||||
diststuff: info
|
all diststuff: info
|
||||||
|
|
||||||
stamp-ofiles: Makefile
|
stamp-ofiles: Makefile
|
||||||
rm -f tofiles
|
rm -f tofiles
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-05-19 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.am: Have 'all' depend on 'info'.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2005-05-19 Ben Elliston <bje@au.ibm.com>
|
2005-05-19 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
|
* readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
|
||||||
|
@ -297,6 +297,7 @@ EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
|
|||||||
syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
|
syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
|
||||||
|
|
||||||
diststuff: $(EXTRA_DIST) info
|
diststuff: $(EXTRA_DIST) info
|
||||||
|
all: info
|
||||||
|
|
||||||
DISTCLEANFILES = sysinfo sysroff.c sysroff.h \
|
DISTCLEANFILES = sysinfo sysroff.c sysroff.h \
|
||||||
site.exp site.bak
|
site.exp site.bak
|
||||||
|
@ -1050,6 +1050,7 @@ nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
|||||||
$(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
|
$(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
|
||||||
|
|
||||||
diststuff: $(EXTRA_DIST) info
|
diststuff: $(EXTRA_DIST) info
|
||||||
|
all: info
|
||||||
|
|
||||||
Makefile: $(BFDDIR)/configure.in
|
Makefile: $(BFDDIR)/configure.in
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-19 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.in: Have 'all' depend on 'info'.
|
||||||
|
|
||||||
2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
|
2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
|
||||||
|
|
||||||
* configure.texi: Use "i[3-7]86" in example.
|
* configure.texi: Use "i[3-7]86" in example.
|
||||||
|
@ -51,9 +51,7 @@ TEXIDIR = $(srcdir)/../texinfo
|
|||||||
INFOFILES = standards.info configure.info
|
INFOFILES = standards.info configure.info
|
||||||
DVIFILES = standards.dvi configure.dvi
|
DVIFILES = standards.dvi configure.dvi
|
||||||
|
|
||||||
all:
|
all: info
|
||||||
|
|
||||||
# We want install to imply install-info as per GNU standards.
|
|
||||||
install: install-info
|
install: install-info
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-05-19 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.am: Have 'all' depend on 'info'.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2005-05-19 Alan Modra <amodra@bigpond.net.au>
|
2005-05-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
|
* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
|
||||||
|
@ -475,6 +475,7 @@ stamp-mk.com: vmsconf.sh Makefile
|
|||||||
|
|
||||||
EXTRA_DIST = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
|
EXTRA_DIST = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
|
||||||
diststuff: $(EXTRA_DIST) info
|
diststuff: $(EXTRA_DIST) info
|
||||||
|
all: info
|
||||||
|
|
||||||
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
|
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
|
||||||
|
|
||||||
|
@ -2941,6 +2941,7 @@ stamp-mk.com: vmsconf.sh Makefile
|
|||||||
$(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
|
$(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
|
||||||
touch stamp-mk.com
|
touch stamp-mk.com
|
||||||
diststuff: $(EXTRA_DIST) info
|
diststuff: $(EXTRA_DIST) info
|
||||||
|
all: info
|
||||||
|
|
||||||
$(OBJS): @ALL_OBJ_DEPS@
|
$(OBJS): @ALL_OBJ_DEPS@
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-05-19 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2005-05-17 Zack Weinberg <zack@codesourcery.com>
|
2005-05-17 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
* ld-arm/mixed-app.d: Adjust expected disassembly a little.
|
* ld-arm/mixed-app.d: Adjust expected disassembly a little.
|
||||||
|
@ -1697,6 +1697,7 @@ install-data-local: install-info
|
|||||||
# target is run by the taz target in ../Makefile.in.
|
# target is run by the taz target in ../Makefile.in.
|
||||||
EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
|
EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
|
||||||
diststuff: info $(EXTRA_DIST)
|
diststuff: info $(EXTRA_DIST)
|
||||||
|
all: info ld.1
|
||||||
|
|
||||||
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
|
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
|
||||||
distclean-local:
|
distclean-local:
|
||||||
|
@ -2475,6 +2475,7 @@ install-data-local:
|
|||||||
# cygnus option.
|
# cygnus option.
|
||||||
install-data-local: install-info
|
install-data-local: install-info
|
||||||
diststuff: info $(EXTRA_DIST)
|
diststuff: info $(EXTRA_DIST)
|
||||||
|
all: info ld.1
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -rf ldscripts
|
rm -rf ldscripts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user