binutils-gdb/opcodes
Alexandre Oliva d28847ce8e Contribute sh64-elf.
2001-10-08  Nick Clifton  <nickc@cambridge.redhat.com>
* sh64-opc.c: Regenerate.
2001-03-13  DJ Delorie  <dj@redhat.com>
* sh64-opc.h: Rename A_RESV_Fx to A_REUSE_PREV so that its
purpose is more obvious.
* sh64-opc.c (shmedia_table): Ditto.
* sh64-dis.c (initialize_shmedia_opcode_mask_table): Ditto.
(print_insn_shmedia): Ditto.
2001-03-12  DJ Delorie  <dj@redhat.com>
* sh64-opc.c: Adjust comments to reflect reality: replace bits
3:0 with zeros (not "reserved"), replace "rrrrrr" with
"gggggg" for two-operand floating point opcodes.  Remove
"fsina".
2001-01-08  Hans-Peter Nilsson  <hpn@cygnus.com>
* sh64-dis.c (print_insn_shmedia) <failing read_memory_func>:
Correct printing of .byte:s.  Return number of printed bytes or
-1; never 0.
(print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto.  Print as .byte:s
to next four-byte-alignment if insn or data is not aligned.
2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
* sh64-dis.c: Update comments and fix comment formatting.
(initialize_shmedia_opcode_mask_table) <case A_IMMM>:
Abort instead of setting length to 0.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl, sh64_get_contents_type,
sh64_address_in_cranges): Move to bfd/elf32-sh64.c.
2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
* sh64-opc.c: Remove #if 0:d entries for instructions not found in
SH-5/ST50-023-04: fcosa.s, fsrra.s and prefo.
2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
* sh64-dis.c (print_insn_shmedia): Display MOVI/SHORI-formed
address with same prefix as SHcompact.
In the disassembler, use a .cranges section for linked executables.
* sh64-dis.c (SAVED_MOVI_R, SAVED_MOVI_IMM): Move to head of file
and update for using structure in info->private_data.
(struct sh64_disassemble_info): New.
(is_shmedia_p): Delete.
(crange_qsort_cmpb): New function.
(crange_qsort_cmpl, crange_bsearch_cmpb): New functions.
(crange_bsearch_cmpl, sh64_address_in_cranges): New functions.
(init_sh64_disasm_info, sh64_get_contents_type_disasm): New functions.
(sh64_get_contents_type, sh64_address_is_shmedia): New functions.
(print_insn_shmedia): Correct displaying of address after MOVI/SHORI
pair.  Display addresses for linked executables only.
(print_insn_sh64x_media): Initialize info->private_data by calling
init_sh64_disasm_info.
(print_insn_sh64x): Ditto.  Find out type of contents by calling
sh64_contents_type_disasm.  Display data regions using ".long" and
".byte" similar to unrecognized opcodes.
2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
* sh64-dis.c (is_shmedia_p): Check info->section and look for ISA
information in section flags before considering symbols.  Don't
assume an info->mach setting of bfd_mach_sh5 means SHmedia code.
* configure.in (bfd_sh_arch): Check presence of sh64 insns by
matching $target $canon_targets instead of looking at the
now-removed -DINCLUDE_SHMEDIA in $targ_cflags.
* configure: Regenerate.
2000-11-25  Hans-Peter Nilsson  <hpn@cygnus.com>
* sh64-opc.c (shmedia_creg_table): New.
* sh64-opc.h (shmedia_creg_info): New type.
(shmedia_creg_table): Declare.
* sh64-dis.c (creg_name): New function.
(print_insn_shmedia): Use it.
* disassemble.c (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map
bfd_mach_sh5 to print_insn_sh64 if big-endian and to
print_insn_sh64l if little-endian.
* sh64-dis.c (print_insn_shmedia): Make r unsigned.
(print_insn_sh64l): New.
(print_insn_sh64x): New.
(print_insn_sh64x_media): New.
(print_insn_sh64): Break out code to print_insn_sh64x and
print_insn_sh64x_media.
2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
* sh64-opc.h: New file
* sh64-opc.c: New file
* sh64-dis.c: New file
* Makefile.am: Add sh64 targets.
(HFILES): Add sh64-opc.h.
(CFILES): Add sh64-opc.c and sh64-dis.c.
(ALL_MACHINES): Add sh64 files.
* Makefile.in: Regenerate.
* configure.in: Add support for sh64 to bfd_sh_arch.
* configure: Regenerate.
* disassemble.c [ARCH_all] (INCLUDE_SHMEDIA): Define.
(disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to
print_insn_sh64.
* sh-dis.c (print_insn_shx): Handle bfd_mach_sh5 as arch_sh4.
* po/POTFILES.in: Regenerate.
* po/opcodes.pot: Regenerate.
2002-02-08 05:51:04 +00:00
..
po Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
ChangeLog Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
ChangeLog-9297 Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ChangeLog-9899 Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
MAINTAINERS add MAINTAINERS files 2000-07-05 19:28:06 +00:00
Makefile.am Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
Makefile.in Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
a29k-dis.c * i960-dis.c: Add parameters for prototypes 2001-08-21 08:42:28 +00:00
acinclude.m4 * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
aclocal.m4 Regenerate files 2000-12-16 22:01:44 +00:00
alpha-dis.c * alpha-dis.c (print_insn_alpha): Also mask the base opcode for 2002-01-22 09:44:09 +00:00
alpha-opc.c * alpha-opc.c (unop): Encode with RB as $sp. 2001-12-18 00:23:00 +00:00
arc-dis.c * arc-dis.c: Formatting fixes. 2001-09-26 01:54:07 +00:00
arc-dis.h Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
arc-ext.c * tic54x-opc.c: Add default initializers to avoid warnings. 2001-08-31 20:05:24 +00:00
arc-ext.h Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
arc-opc.c * tic54x-opc.c: Add default initializers to avoid warnings. 2001-08-31 20:05:24 +00:00
arm-dis.c * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h. 2002-01-19 12:27:24 +00:00
arm-opc.h * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h. 2002-01-19 12:27:24 +00:00
avr-dis.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
cgen-asm.c * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to 2001-11-09 18:05:30 +00:00
cgen-asm.in Use safe-ctype.h not ctype.h 2001-10-13 09:38:04 +00:00
cgen-dis.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 20:07:27 +00:00
cgen-dis.in * opcodes disassembler extension 2002-02-05 19:40:45 +00:00
cgen-ibld.in Fix badly placed #if 0... 2001-11-09 10:21:22 +00:00
cgen-opc.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
cgen.sh Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
config.in Add openRISC support in opcodes 2001-04-27 13:34:20 +00:00
configure Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
configure.in Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
cris-dis.c Fix compile time warning messages 2001-09-19 17:40:28 +00:00
cris-opc.c * cris-opc.c (cris_spec_regs): Add missing initializer field for 2001-05-18 15:21:59 +00:00
d10v-dis.c * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of 2001-12-04 12:30:55 +00:00
d10v-opc.c * d10v-opc.c (d10v_predefined_registers): Remove warnings 2001-12-04 12:31:26 +00:00
d30v-dis.c * d30v-dis.c: Fix a comment typo. 2001-10-29 22:43:32 +00:00
d30v-opc.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
dep-in.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
dis-buf.c * dis-buf.c (generic_strcat_address): Add missing prototype. 2001-08-09 14:52:56 +00:00
disassemble.c Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
fr30-asm.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
fr30-desc.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
fr30-desc.h [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
fr30-dis.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
fr30-ibld.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
fr30-opc.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
fr30-opc.h [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
h8300-dis.c For include/opcode: 2001-08-26 11:47:39 +00:00
h8500-dis.c For include/opcode: 2001-08-26 11:47:39 +00:00
h8500-opc.h * h8500-opc.h: Add default initializers to h8500_table to shut up 2001-08-26 14:04:42 +00:00
hppa-dis.c * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers, 2001-12-31 23:44:08 +00:00
i370-dis.c More portability patches. Include sysdep.h everywhere. 2000-04-14 04:16:58 +00:00
i370-opc.c Fix compile time warnings 2001-09-20 15:28:25 +00:00
i386-dis.c * i386-dis.c (print_insn): Use x86-64 as option. 2001-11-14 12:01:12 +00:00
i860-dis.c gas: 2000-08-09 03:33:42 +00:00
i960-dis.c Fix compile time warnings 2001-09-20 15:28:25 +00:00
ia64-asmtab.c Fix 2 bugs with parsing the resource dependency tables. 2001-03-20 02:32:27 +00:00
ia64-asmtab.h Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-dis.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-gen.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
ia64-ic.tbl Fix DV bug reported by Intel against the setf instruction. 2001-02-14 20:30:26 +00:00
ia64-opc-a.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-opc-b.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-opc-d.c Improve gas error messages for invalid instructions. 2001-02-22 03:16:21 +00:00
ia64-opc-f.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-opc-i.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-opc-m.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-opc-x.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-opc.c * mips-dis.c: Add missing prototypes. 2001-08-21 08:51:12 +00:00
ia64-opc.h Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ia64-raw.tbl Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again. 2000-09-22 19:43:50 +00:00
ia64-war.tbl Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again. 2000-09-22 19:43:50 +00:00
ia64-waw.tbl Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again. 2000-09-22 19:43:50 +00:00
m32r-asm.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m32r-desc.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m32r-desc.h [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m32r-dis.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m32r-ibld.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m32r-opc.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m32r-opc.h [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m32r-opinst.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
m68hc11-dis.c * m68hc11-dis.c (print_insn): Fix disassembly of movb with a 2001-11-01 09:48:57 +00:00
m68hc11-opc.c Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support 2000-06-19 01:22:44 +00:00
m68k-dis.c * m68k-dis.c: Fix formatting. 2001-07-24 00:48:04 +00:00
m68k-opc.c Fix definitions of wddata[bwl]. 2001-11-12 16:36:06 +00:00
m88k-dis.c 2001-06-24 Ben Elliston <bje@redhat.com> 2001-06-24 01:04:16 +00:00
m10200-dis.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
m10200-opc.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
m10300-dis.c * alpha-dis.c: Fix formatting. 2001-07-24 04:10:19 +00:00
m10300-opc.c 2001-06-15 Aldy Hernandez <aldyh@redhat.com> 2001-06-16 16:00:46 +00:00
makefile.vms 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mcore-dis.c * mcore-dis.c: Fix formatting. 2001-08-13 08:09:58 +00:00
mcore-opc.h Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
mips-dis.c 2001-11-04 Chris Demetriou <cgd@broadcom.com> 2001-11-05 03:07:51 +00:00
mips-opc.c [opcodes/ChangeLog] 2001-10-23 19:20:28 +00:00
mips16-opc.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
mmix-dis.c * mmix-dis.c, mmix-opc.c: New files. 2001-10-31 02:40:19 +00:00
mmix-opc.c * mmix-dis.c, mmix-opc.c: New files. 2001-10-31 02:40:19 +00:00
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-make.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ns32k-dis.c Fix compile time warnings 2001-09-20 15:28:25 +00:00
openrisc-asm.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
openrisc-desc.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
openrisc-desc.h [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
openrisc-dis.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
openrisc-ibld.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
openrisc-opc.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
openrisc-opc.h [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
opintl.h Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
or32-dis.c Add support for OpenRISC 32-bit embedded processor 2002-01-31 17:33:08 +00:00
or32-opc.c Add support for OpenRISC 32-bit embedded processor 2002-01-31 17:33:08 +00:00
pdp11-dis.c * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions. 2001-11-23 07:09:48 +00:00
pdp11-opc.c Add PDP-11 support 2001-02-18 23:33:11 +00:00
pj-dis.c For include/opcode: 2001-08-26 11:47:39 +00:00
pj-opc.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ppc-dis.c binutils/ChangeLog 2001-11-15 01:08:53 +00:00
ppc-opc.c * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY. 2001-12-18 14:07:03 +00:00
s390-dis.c * i960-dis.c: Add parameters for prototypes 2001-08-21 08:42:28 +00:00
s390-mkopc.c s390 assembler improvements and testsuite 2001-09-18 15:41:33 +00:00
s390-opc.c s390 assembler improvements and testsuite 2001-09-18 15:41:33 +00:00
s390-opc.txt s390 assembler improvements and testsuite 2001-09-18 15:41:33 +00:00
sh-dis.c Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
sh-opc.h * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS. 2002-02-04 12:29:01 +00:00
sh64-dis.c Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
sh64-opc.c Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
sh64-opc.h Contribute sh64-elf. 2002-02-08 05:51:04 +00:00
sparc-dis.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
sparc-opc.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
tic30-dis.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
tic54x-dis.c Fix tic54x testsuite failures and Lmem disassembly bugs. 2001-11-13 14:22:53 +00:00
tic54x-opc.c Fix tic54x testsuite failures and Lmem disassembly bugs. 2001-11-13 14:22:53 +00:00
tic80-dis.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
tic80-opc.c Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
v850-dis.c For include/opcode: 2001-08-26 11:47:39 +00:00
v850-opc.c Fix compile time warnings 2001-09-20 15:28:25 +00:00
vax-dis.c Fix compile time warnings 2001-09-20 15:28:25 +00:00
w65-dis.c For include/opcode: 2001-08-26 11:47:39 +00:00
w65-opc.h Fix compile time warnings 2001-09-20 15:28:25 +00:00
xstormy16-asm.c [cgen/ChangeLog] 2002-01-11 07:24:59 +00:00
xstormy16-desc.c [ include/opcode/ChangeLog ] 2002-01-22 21:45:36 +00:00
xstormy16-desc.h [cgen/ChangeLog] 2002-01-11 07:24:59 +00:00
xstormy16-dis.c [cgen/ChangeLog] 2002-01-11 07:24:59 +00:00
xstormy16-ibld.c [cgen/ChangeLog] 2002-01-11 07:24:59 +00:00
xstormy16-opc.c [cgen/ChangeLog] 2002-01-11 07:24:59 +00:00
xstormy16-opc.h [cgen/ChangeLog] 2002-01-11 07:24:59 +00:00
z8k-dis.c fix z8k assembly and disassembly 2001-10-09 17:25:58 +00:00
z8k-opc.h Fix compile time warnings 2001-09-20 15:28:25 +00:00
z8kgen.c Fix compile time warnings 2001-09-20 15:28:25 +00:00