aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2023-12-12 11:29:16 +0000
committerNick Clifton <nickc@redhat.com>2023-12-12 11:29:16 +0000
commit0804d18a023575ec65e5139703f600fcb0391c89 (patch)
treeb6d825e15705fd8dd58fe35fb2babb9d794d2213 /ld/Makefile.in
parent14f2724f80b156928b1a0b0f9733350558e35e63 (diff)
downloadfsf-binutils-gdb-0804d18a023575ec65e5139703f600fcb0391c89.zip
fsf-binutils-gdb-0804d18a023575ec65e5139703f600fcb0391c89.tar.gz
fsf-binutils-gdb-0804d18a023575ec65e5139703f600fcb0391c89.tar.bz2
Support rodata in flash for more AVR devices
PR 31124 * Makefile.am (ALL_EMULATION_SOURCES): Add eavrxmega2_flmap.c and eavrxmega4_flmap.c. * Makefile.in: Regenerate. * configure.tgt: Add eavrxmega2_flmap and eavrxmega4_flmap to avr's targ_extra_emuls list. * emulparams/avrxmega2.sh (MAYBE_FLMAP): Define. * emulparams/avrxmega2_flmap.sh: New file. * emulparams/avrxmega4.sh (MAYBE_FLMAP): Define. * emulparams/avrxmega4_flmap.sh: New file. * scripttempl/avr.sc: Add support for HAVE_FLMAP.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index d025227..41b0d8c 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -709,8 +709,10 @@ ALL_EMULATION_SOURCES = \
eavrtiny.c \
eavrxmega1.c \
eavrxmega2.c \
+ eavrxmega2_flmap.c \
eavrxmega3.c \
eavrxmega4.c \
+ eavrxmega4_flmap.c \
eavrxmega5.c \
eavrxmega6.c \
eavrxmega7.c \
@@ -1331,8 +1333,10 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrtiny.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega1.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2_flmap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega3.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4_flmap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega5.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega6.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega7.Po@am__quote@