diff options
author | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:15:21 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:15:21 +0000 |
commit | 0ebb9a87ebdcd88d4e8f77d7adc4d399bc371e23 (patch) | |
tree | ebd5f637ce3160163d05cf8c33cf40e7b2c35aca /gas/po | |
parent | af029d496f8678b82dfba51d73a2f6512a3b2e7d (diff) | |
download | gdb-0ebb9a87ebdcd88d4e8f77d7adc4d399bc371e23.zip gdb-0ebb9a87ebdcd88d4e8f77d7adc4d399bc371e23.tar.gz gdb-0ebb9a87ebdcd88d4e8f77d7adc4d399bc371e23.tar.bz2 |
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley:
* po/POTFILES.in: Add tc-frv.c, tc-frv.h.
* configure.in: Support frv-*-*.
* Makefile.am (CPU_TYPES): Add frv.
(TARGET_CPU_CFILES): Add tc-frv.c.
(TARGET_CPU_HFILES): Add tc-frv.h.
(DEPTC_frv_coff): New variable.
(DEPTC_frv_elf): New variable.
(DEPOBJ_frv_coff): New variable.
(DEPOBJ_frv_elf): New variable.
(DEP_frv_coff): New variable.
(DEP_frv_elf): New variable.
* tc-frv.c: New file.
* tc-frv.h: New file.
Diffstat (limited to 'gas/po')
-rw-r--r-- | gas/po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in index c170361..6f67bf4 100644 --- a/gas/po/POTFILES.in +++ b/gas/po/POTFILES.in @@ -60,6 +60,8 @@ config/tc-dlx.c config/tc-dlx.h config/tc-fr30.c config/tc-fr30.h +config/tc-frv.c +config/tc-frv.h config/tc-h8300.c config/tc-h8300.h config/tc-h8500.c |