diff options
author | Jim Wilson <jimw@sifive.com> | 2018-05-03 17:25:31 -0700 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2018-05-03 17:25:31 -0700 |
commit | d1e9de16dfb8237307e12945be5a1010e91a4dd2 (patch) | |
tree | 3e7bdddc6e4df9456558568e0bc2cb540c4e35b6 /ld | |
parent | b5e2df0d1ab9d62dc6708fcad94c6f0649f7892d (diff) | |
download | gdb-d1e9de16dfb8237307e12945be5a1010e91a4dd2.zip gdb-d1e9de16dfb8237307e12945be5a1010e91a4dd2.tar.gz gdb-d1e9de16dfb8237307e12945be5a1010e91a4dd2.tar.bz2 |
Fix typo in Makefile.am to make it agree with Makefile.in.
ld/
* Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 55daa0d..7c753d8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2018-05-03 Jim Wilson <jimw@sifive.com> + + * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies. + 2018-05-03 Simon Atanasyan <simon@atanasyan.com> * testsuite/ld-mips-elf/gp-disp-sym.d: New test. diff --git a/ld/Makefile.am b/ld/Makefile.am index 6464e10..2d758b1 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -757,7 +757,7 @@ earmelfb_linux_eabi.c: $(srcdir)/emulparams/armelfb_linux_eabi.sh \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} earmelfb_linux_fdpiceabi.c: $(srcdir)/emulparams/armelfb_linux_fdpiceabi.sh \ - $(srcdir)/emulparams/armelfb_linux_fdpiceabi.sh \ + $(srcdir)/emulparams/armelf_linux_fdpiceabi.sh \ $(srcdir)/emulparams/armelf_linux.sh \ $(ELF_DEPS) $(srcdir)/emultempl/armelf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |