diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 | ||||
-rw-r--r-- | opcodes/cgen-opc.in | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ae437af..9fc3417 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,12 @@ Tue Apr 28 14:12:12 1998 Nick Clifton <nickc@cygnus.com> + * cgen-asm.c: Internationalised. + * cgen-asm.in: Internationalised. + * cgen-opc.in: Internationalised. + * m32r-asm.c: Internationalised. + * m32r-dis.c: Internationalised. + * m32r-opc.c: Internationalised. + * aclocal.m4: Regenerated. * configure: Regenerated. * Makefile.am (POTFILES): Remove inclusion of BFD_H. diff --git a/opcodes/cgen-opc.in b/opcodes/cgen-opc.in index af6e672..2205f51 100644 --- a/opcodes/cgen-opc.in +++ b/opcodes/cgen-opc.in @@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" #include "symcat.h" #include "@arch@-opc.h" +#include "opintl.h" /* Look up instruction INSN_VALUE and extract its fields. INSN, if non-null, is the insn table entry. |