diff options
author | Nick Clifton <nickc@redhat.com> | 1998-04-29 01:06:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-04-29 01:06:56 +0000 |
commit | 1e74d15c9f3c086a02afe7b49a8b0c161c9fa3b0 (patch) | |
tree | 7777ba88e715558643348c579c1731b71462d3dc /opcodes | |
parent | eb0948b0066e168aace1e6d366207af62da728f7 (diff) | |
download | gdb-1e74d15c9f3c086a02afe7b49a8b0c161c9fa3b0.zip gdb-1e74d15c9f3c086a02afe7b49a8b0c161c9fa3b0.tar.gz gdb-1e74d15c9f3c086a02afe7b49a8b0c161c9fa3b0.tar.bz2 |
Internationalised these files.
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. |