diff options
author | Alan Modra <amodra@gmail.com> | 2010-11-03 03:22:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-11-03 03:22:01 +0000 |
commit | 2ebf396434301f62203a5f1d3ada888af8dd193d (patch) | |
tree | 28b7e006a587b431efae6edada69bb981b70da1e /ld | |
parent | 6b6bc957dd8c070845cda722223573c6bc363a10 (diff) | |
download | gdb-2ebf396434301f62203a5f1d3ada888af8dd193d.zip gdb-2ebf396434301f62203a5f1d3ada888af8dd193d.tar.gz gdb-2ebf396434301f62203a5f1d3ada888af8dd193d.tar.bz2 |
* Makefile.am (eelf64hppa.c): Correct dependencies.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.am | 3 | ||||
-rw-r--r-- | ld/Makefile.in | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6382b83..538f32d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-11-03 Alan Modra <amodra@gmail.com> + + * Makefile.am (eelf64hppa.c): Correct dependencies. + * Makefile.in: Regenerate. + 2010-11-02 H.J. Lu <hongjiu.lu@intel.com> * scripttempl/armbpabi.sc: Include compressed DWARF debug diff --git a/ld/Makefile.am b/ld/Makefile.am index e172192..b4364be 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1103,8 +1103,7 @@ eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)" eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \ - $(srcdir)/emulparams/hppa64linux.sh \ - $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + $(ELF_DEPS) $(srcdir)/scripttempl/elf64hppa.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)" eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} diff --git a/ld/Makefile.in b/ld/Makefile.in index d4e4a9d..dac81b3 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2526,8 +2526,7 @@ eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)" eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \ - $(srcdir)/emulparams/hppa64linux.sh \ - $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + $(ELF_DEPS) $(srcdir)/scripttempl/elf64hppa.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)" eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |