Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[MRISC32] Add MRISC32 support in gas
Browse files Browse the repository at this point in the history
  • Loading branch information
mbitsnbites committed Feb 23, 2020
1 parent 325a85a commit 4d613ea
Show file tree
Hide file tree
Showing 8 changed files with 1,604 additions and 1 deletion.
1 change: 1 addition & 0 deletions gas/Makefile.am
Expand Up @@ -167,6 +167,7 @@ TARGET_CPU_CFILES = \
config/tc-mn10200.c \
config/tc-mn10300.c \
config/tc-moxie.c \
config/tc-mrisc32.c \
config/tc-msp430.c \
config/tc-mt.c \
config/tc-nds32.c \
Expand Down
4 changes: 4 additions & 0 deletions gas/Makefile.in
Expand Up @@ -556,6 +556,7 @@ TARGET_CPU_CFILES = \
config/tc-mn10200.c \
config/tc-mn10300.c \
config/tc-moxie.c \
config/tc-mrisc32.c \
config/tc-msp430.c \
config/tc-mt.c \
config/tc-nds32.c \
Expand Down Expand Up @@ -964,6 +965,8 @@ config/tc-mn10300.$(OBJEXT): config/$(am__dirstamp) \
config/$(DEPDIR)/$(am__dirstamp)
config/tc-moxie.$(OBJEXT): config/$(am__dirstamp) \
config/$(DEPDIR)/$(am__dirstamp)
config/tc-mrisc32.$(OBJEXT): config/$(am__dirstamp) \
config/$(DEPDIR)/$(am__dirstamp)
config/tc-msp430.$(OBJEXT): config/$(am__dirstamp) \
config/$(DEPDIR)/$(am__dirstamp)
config/tc-mt.$(OBJEXT): config/$(am__dirstamp) \
Expand Down Expand Up @@ -1187,6 +1190,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mn10200.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mn10300.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-moxie.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mrisc32.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-msp430.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-nds32.Po@am__quote@
Expand Down

0 comments on commit 4d613ea

Please sign in to comment.