summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | * hppa.h (pa_opcodes): Replace 'f' by 'v'. Prefix float register argsJeff Law1999-08-292-122/+127
| | | | | | | | by 'f'.
* | * hppa.h (pa_opcodes): Add extrd, extrw, depd, depdi, depw, depwi.Jeff Law1999-08-282-2/+20
| | | | | | | | Add supporting args.
* | * hppa.h: Document new completers and args.Jeff Law1999-08-282-4/+59
| | | | | | | | | | | | | | * hppa.h (pa_opcodes): Add 64 bit patterns and pa2.0 syntax for uxor, uaddcm, dcor, addi, add, sub, subi, shladd, rfi, and probe. Add pa2.0 extensions for ssm, rsm, pdtlb, pitlb. Add performance instructions pmenb and pmdis.
* | Fix minor bug in last change.Jeff Law1999-08-281-1/+1
| |
* | * hppa.h (pa_opcodes): Add pa2.0 instructions hadd, hshl,Jeff Law1999-08-282-3/+19
| | | | | | | | hshr, hsub, mixh, mixw, permh.
* | * hppa.h (pa_opcodes): Change completers in instructions toJeff Law1999-08-282-89/+99
| | | | | | | | use 'c' prefix.
* | * hppa.h (pa_opcodes): Add popbts, new forms of bb, havg,Jeff Law1999-08-282-9/+25
| | | | | | | | hshladd, hshradd, shrpd, and shrpw instructions. Update arg comments.
* | * hppa.h (pa_opcodes): Change fmpyfadd, fmpynfadd, fneg,Jeff Law1999-08-282-4/+12
| | | | | | | | fnegabs to use 'I' instead of 'F'.
* | Add AMD athlon support to x86 assembler and disassembler.Alan Modra1999-08-212-34/+42
| |
* | * cgen.h (CGEN_INSN_MACH_HAS_P): New macro.Doug Evans1999-08-192-0/+10
| |
* | * hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and,Jeff Law1999-08-062-0/+11
| | | | | | | | and andcm. Add 32 and 64 bit version of cmpclr, cmpiclr.
* | * hppa.h: Document 64 bit condition completers.Jeff Law1999-08-062-2/+21
| |
* | * hppa.h (pa_opcodes): Change condition args to use '?' prefix.Jeff Law1999-08-052-93/+106
| |
* | Support for gcc to generate 16-bit i386 code. (.code16gcc)Alan Modra1999-08-042-25/+40
| |
* | * hppa.h (pa_opcodes): Add "pushnom" and "pushbts".Jeff Law1999-07-282-10/+17
| | | | | | | | * hppa.h (pa_opcodes): Mark all PA2.0 opcodes with FLAG_STRICT.
* | * hppa.h (pa_opcodes): Change xmpyu, fmpyfadd,Jeff Law1999-07-282-3/+8
| | | | | | | | and fmpynfadd to use 'J' and 'K' instead of 'E' and 'X'.
* | Rename F_SOFTFLOAt to F_SOFT_FLOAT for compatability with include/elf/arm.hNick Clifton1999-07-172-5/+6
| |
* | Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-07-162-1/+7
| | | | | | | | | | * sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions flag (as per SCD2.4.1).
* | Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-07-162-1/+6
| | | | | | | | | | * sparc.h (ELF64_R_TYPE_DATA): Only use ELF64_R_TYPE bits, not ELF64_R_SYM bits.
* | 1999-06-21 Philip Blundell <pb@nexus.co.uk>Nick Clifton1999-07-152-0/+6
| | | | | | | | * arm.h (EF_SOFT_FLOAT, F_SOFT_FLOAT): Define.
* | 1999-06-21 Philip Blundell <pb@nexus.co.uk>Nick Clifton1999-07-152-29/+61
| | | | | | | | * arm.h (F_SOFTFLOAT): Define.
* | 8Alan Modra1999-07-131-7/+10
| | | | | | | | include/opcode/i386.h: Add "undocumented" AMD 3DNow! pf2iw, pi2fw, pswapw
* | oAlan Modra1999-07-131-0/+4
| | | | | | | | include/opcode/i386.h: Add "undocumented" AMD 3DNow! pf2iw, pi2fw, pswapw
* | * m68k.h (EF_CPU32): Move definition inside multiple inclusionAndreas Schwab1999-07-132-2/+7
| | | | | | | | guard.
* | * aout64.h (N_SHARED_LIB): Define as 0 if TEXT_START_ADDR isIan Lance Taylor1999-07-122-0/+9
| | | | | | | | defined as 0.
* | * ansidecl.h: Copy attribute support macros from egcs.Ian Lance Taylor1999-07-112-1/+38
| |
* | * sparc.h (ELF64_R_TYPE_DATA): Sign extend the value.Richard Henderson1999-07-082-14/+15
| | | | | | | | | | (ELF64_R_TYPE_INFO): Mask out all but low 24 bits of data. (DT_SPARC_PLTFMT): Delete.
* | Define F_ARM_5Nick Clifton1999-07-052-1/+5
| |
* | * hppa.h (struct pa_opcode): Add new field "flags".Jeff Law1999-06-302-0/+9
| | | | | | | | (FLAGS_STRICT): Define.
* | * hppa.h (pa_opcodes): Add pa2.0 clrbts instruction.Jeff Law1999-06-252-1/+4
| |
* | * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions.Jeff Law1999-06-252-0/+7
| |
* | * bfdlink.h (struct bfd_link_hash_entry): Add init_function andMark Mitchell1999-06-232-0/+12
| | | | | | | | fini_function.
* | PAlan Modra1999-06-232-42/+48
| | | | | | | | | | include/opcode/i386.h: Allow bswapl, arplw, and other dodgy insns. opcodes/i386-dis.c: Fix a comment
* | 8Jeff Law1999-06-211-2/+2
| | | | | | | | * hppa.h (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
* | bJeff Law1999-06-211-0/+4
| | | | | | | | * hppa.h (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
* | * mips.h (Elf32_Internal_Msym): New structure.Mark Mitchell1999-06-212-0/+42
| | | | | | | | | | | | | | (Elf32_External_Msym): Likewise. (ELF32_MS_REL_INDEX): New macro. (ELF32_MS_FLAGS): Likewise. (ELF32_MS_INFO): Likewise.
* | Add -M command line switch to objdump - text of switch is passed on to ↵Nick Clifton1999-06-162-0/+10
| | | | | | | | | | | | disassembler Add support for register name set selection ot ARM disassembler.
* | Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-06-102-0/+6
| | | | | | | | * sparc.h (R_SPARC_max_std): Define.
* | Jeff Law1999-06-091-89/+182
| | | | | | | | | | * hppa.h: Update with various changes from newest PA ELF specifications.
* | .Jeff Law1999-06-091-0/+5
| | | | | | | | | | * hppa.h: Update with various changes from newest PA ELF specifications.
* | * common.h (EM_PPC64): Define.Ian Lance Taylor1999-06-032-1/+6
| |
* | * internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New.Richard Henderson1999-06-032-1/+9
| |
* | Stu Grossman <grossman@babylon-5.cygnus.com>Richard Henderson1999-06-023-2/+9
| | | | | | | | | | * dwarf.h: Add LANG_JAVA. * dwarf2.h: Add DW_LANG_Java.
* | Define ELFOSABI_ARMNick Clifton1999-05-292-0/+5
| |
* | * hppa.h (pa_opcodes): Move integer arithmetic instructions afterJeff Law1999-05-282-21/+26
| | | | | | | | integer logical instructions.
* | Update commentNick Clifton1999-05-282-2/+6
| |
* | 1999-05-28 Linus Nordberg <linus.nordberg@canit.se>Ian Lance Taylor1999-05-272-2/+39
| | | | | | | | | | | | | | * m68k.h: Document new formats `E', `G', `H' and new places `N', `n', `o'. * m68k.h: Define mcf5206e, mcf5307, mcf. Document new format `u' and new places `m', `M', `h'.
* | * i960.h: New file.Ian Lance Taylor1999-05-272-0/+41
| |
* | * hppa.h (pa_opcodes): Add several processor specific systemJeff Law1999-05-272-0/+15
| | | | | | | | instructions.
* | * hppa.h (pa_opcodes): Add second entry for "comb", "comib",Jeff Law1999-05-262-0/+17
| | | | | | | | "addb", and "addib" to be used by the disassembler.