diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-26 18:27:36 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-26 18:27:36 +0000 |
commit | 2cbd22112172a92c52a1e698e423b375e04a5f79 (patch) | |
tree | 7d3917083823e85bf2371c6dd5b6eca9f627a0c1 /gas/Makefile.am | |
parent | 325e58c76a4767dc5d556310d2761ca77ed527dd (diff) | |
download | gdb-2cbd22112172a92c52a1e698e423b375e04a5f79.zip gdb-2cbd22112172a92c52a1e698e423b375e04a5f79.tar.gz gdb-2cbd22112172a92c52a1e698e423b375e04a5f79.tar.bz2 |
moxie fixes in gas.
gas/:
* Makefile.am (TARGET_CPU_CFILES): Add config/tc-moxie.c.
* config/tc-moxie.c (md_assemble): Fix typos in strings. Fix
syntax error.
* Makefile.in: Regenerate.
* po/POTFILES.in: Likewise.
* po/gas.pot: Likewise.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 27a7d1a..b8e86b1 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -275,6 +275,7 @@ TARGET_CPU_CFILES = \ config/tc-mmix.c \ config/tc-mn10200.c \ config/tc-mn10300.c \ + config/tc-moxie.c \ config/tc-msp430.c \ config/tc-mt.c \ config/tc-ns32k.c \ |