diff options
author | Alan Modra <amodra@gmail.com> | 2010-02-19 02:59:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-02-19 02:59:06 +0000 |
commit | c8c66882e4bd29571f53410dd09fa6e53d499d74 (patch) | |
tree | 70455ce48c2b55d46aea9aa760f45de43b540296 /ld | |
parent | c8761b9af499c6c3405107924478a6d2d476f74e (diff) | |
download | binutils-c8c66882e4bd29571f53410dd09fa6e53d499d74.zip binutils-c8c66882e4bd29571f53410dd09fa6e53d499d74.tar.gz binutils-c8c66882e4bd29571f53410dd09fa6e53d499d74.tar.bz2 |
* Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.am | 2 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ce42f17..466e0a6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2010-02-19 Alan Modra <amodra@gmail.com> + * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS. + * Makefile.in: Regenerate. + +2010-02-19 Alan Modra <amodra@gmail.com> + * ldlang.c (unique_section_p): Add os param. Allow group sections to match /DISCARD/. Update all callers. * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New. diff --git a/ld/Makefile.am b/ld/Makefile.am index 001f7d4..5edd0ba 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -861,7 +861,7 @@ eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)" eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \ - $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)" eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \ $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 1ec64de..7ab4890 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2206,7 +2206,7 @@ eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)" eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \ - $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)" eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \ $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \ |