diff options
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/Makefile.am | 12 | ||||
-rw-r--r-- | ld/Makefile.in | 12 |
3 files changed, 18 insertions, 12 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 35c5e20..fe68e6d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2021-03-12 Alan Modra <amodra@gmail.com> + + * Makefile.am (ALL_EMULATION_SOURCES): Move riscv files to.. + (ALL_64_EMULATION_SOURCES): ..here. + * Makefile.in: Regenerate. + 2021-03-12 Clément Chigot <clement.chigot@atos.net> * emultempl/aix.em: Ensure .tdata section is removed diff --git a/ld/Makefile.am b/ld/Makefile.am index 3fcaab7..606a917 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -262,12 +262,6 @@ ALL_EMULATION_SOURCES = \ eelf32ppcsim.c \ eelf32ppcvxworks.c \ eelf32ppcwindiss.c \ - eelf32lriscv.c \ - eelf32lriscv_ilp32f.c \ - eelf32lriscv_ilp32.c \ - eelf32briscv.c \ - eelf32briscv_ilp32f.c \ - eelf32briscv_ilp32.c \ eelf32rl78.c \ eelf32rx.c \ eelf32rx_linux.c \ @@ -416,6 +410,12 @@ ALL_64_EMULATION_SOURCES = \ eelf32ltsmipn32.c \ eelf32ltsmipn32_fbsd.c \ eelf32mipswindiss.c \ + eelf32lriscv.c \ + eelf32lriscv_ilp32f.c \ + eelf32lriscv_ilp32.c \ + eelf32briscv.c \ + eelf32briscv_ilp32f.c \ + eelf32briscv_ilp32.c \ eelf64_aix.c \ eelf64bpf.c \ eelf64_ia64.c \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 27b18c1..f1be6bc 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -752,12 +752,6 @@ ALL_EMULATION_SOURCES = \ eelf32ppcsim.c \ eelf32ppcvxworks.c \ eelf32ppcwindiss.c \ - eelf32lriscv.c \ - eelf32lriscv_ilp32f.c \ - eelf32lriscv_ilp32.c \ - eelf32briscv.c \ - eelf32briscv_ilp32f.c \ - eelf32briscv_ilp32.c \ eelf32rl78.c \ eelf32rx.c \ eelf32rx_linux.c \ @@ -905,6 +899,12 @@ ALL_64_EMULATION_SOURCES = \ eelf32ltsmipn32.c \ eelf32ltsmipn32_fbsd.c \ eelf32mipswindiss.c \ + eelf32lriscv.c \ + eelf32lriscv_ilp32f.c \ + eelf32lriscv_ilp32.c \ + eelf32briscv.c \ + eelf32briscv_ilp32f.c \ + eelf32briscv_ilp32.c \ eelf64_aix.c \ eelf64bpf.c \ eelf64_ia64.c \ |