summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | Redefine STO_* value sin terms of STV_* valuesNick Clifton1999-12-282-4/+9
| |
* | Add new constants specified in Oct 4 1999 Draft of ELF ABI specNick Clifton1999-12-282-8/+138
| |
* | x86 indirect jump/call syntax fixes. Disassembly fix for lcall.Alan Modra1999-12-272-2/+10
| |
* | 1999-12-15 Doug Evans <dje@transmeta.com>Ian Lance Taylor1999-12-162-0/+12
| | | | | | | | * dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
* | Fix include pathsNick Clifton1999-12-094-3/+10
| |
* | *** empty log message ***Jim Blandy1999-12-071-0/+4
| |
* | * common.h (NT_PRXFPREG): New definition.Jim Blandy1999-12-071-0/+2
| |
* | * mn10300.h (E_MN10300_MACH_AM33): Define.Jeff Law1999-12-012-0/+5
| |
* | * mn10300.h: Add new operand types. Add new instruction formats.Jeff Law1999-12-012-0/+27
| |
* | * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb"Jeff Law1999-11-252-2/+10
| | | | | | | | instruction.
* | For include/opcode:Gavin Koch1999-11-182-0/+5
| | | | | | | | | | | | | | | | | | | | | | * mips.h (INSN_ISA5): New. For opcodes: * mips-opc.c (I5): New. (abs.ps,add.ps,alnv.ps,c.COND.ps,cvt.s.pl,cvt.s.pu,cvt.ps.s madd.ps,movf.ps,movt.ps,mul.ps,net.ps,nmadd.ps,nmsub.ps, pll.ps,plu.ps,pul.ps,puu.ps,sub.ps,suxc1,luxc1): New.
* | Add sim-d10v.hMichael Meissner1999-11-112-0/+111
| |
* | For include/opcode:Gavin Koch1999-11-012-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | * mips.h (OPCODE_IS_MEMBER): New. For gas: * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER. (mips_ip): Use OPCODE_IS_MEMBER. For opcodes: * mips-dis.c (_print_insn_mips): Use OPCODE_IS_MEMBER.
* | Define SHORT_AR (fix for CR: 101340)Nick Clifton1999-10-292-0/+5
| |
* | Add md expression support; Cleanup alpha warningsMichael Meissner1999-10-182-2/+7
| |
* | * hppa.h (PF_HP_PAGE_SIZE): Define.Jeff Law1999-10-122-0/+14
| | | | | | | | | | (PF_HP_FAR_SHARED, PF_HP_NEAR_SHARED, PF_HP_CODE): Likewise. (PF_HP_MODIFY, PF_HP_LAZYSWAP, PF_HP_SBP): Likewise.
* | * hppa.h (pa_opcodes): Add load and store cache control toJeff Law1999-10-102-75/+123
| | | | | | | | | | | | | | | | | | | | instructions. Add ordered access load and store. * hppa.h (pa_opcode): Add new entries for addb and addib. * hppa.h (pa_opcodes): Fix cmpb and cmpib entries. * hppa.h (pa_opcodes): Add entries for cmpb and cmpib.
* | Added seven new instructions ld, ld2w, sac, sachi, slae, st andDiego Novillo1999-10-072-0/+8
| | | | | | | | | | st2w for d10v. Created new testsuite for d10v to verify new instructions.
* | * m32r.h (E_M32RX_ARCH): Define.Doug Evans1999-10-052-0/+6
| |
* | 1999-09-15 Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper1999-10-042-6/+13
| | | | | | | | * hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.
* | Add missing initializer lost in last change.Jeff Law1999-09-231-1/+1
| |
* | * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve"Jeff Law1999-09-232-17/+29
| | | | | | | | and "be" using completer prefixes.
* | * hppa.h (pa_opcodes): Add initializers to silence compiler.Jeff Law1999-09-232-271/+273
| |
* | * hppa.h: Update comments about character usage.Jeff Law1999-09-232-1/+8
| |
* | * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaningJeff Law1999-09-202-8/+13
| | | | | | | | up the new fstw & bve instructions.
* | Delete bogus R_PCLONG. Tidy R_*.Alan Modra1999-09-202-27/+27
| |
* | * hppa.h (pa_opcodes): Add remaining PA2.0 integer load/storeJeff Law1999-09-192-1/+17
| | | | | | | | instructions.
* | * hppa.h (pa_opcodes): Add remaining PA2.0 FP load/store instructions.Jeff Law1999-09-192-0/+11
| |
* | * hppa.h (pa_opcodes): Add long offset double word load/storeJeff Law1999-09-192-3/+18
| | | | | | | | instructions.
* | * hppa.h (pa_opcodes): Add FLAG_STRICT variants of FP loads andJeff Law1999-09-192-1/+20
| | | | | | | | stores.
* | * hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns.Jeff Law1999-09-192-1/+13
| |
* | * hppa.h (pa_opcodes): Finish support for PA2.0 "b" instructions.Jeff Law1999-09-192-0/+5
| |
* | * hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions.Jeff Law1999-09-192-1/+8
| |
* | * hppa.h (pa_opcodes): Add new syntax "be" instructions.Jeff Law1999-09-192-0/+4
| |
* | * hppa.h (pa_opcodes): Note use of 'M' and 'L'.Jeff Law1999-09-192-1/+5
| |
* | * hppa.h (pa_opcodes): Add support for "b,l".Jeff Law1999-09-192-1/+5
| |
* | * hppa.h (pa_opcodes): Add support for "b,gate".Jeff Law1999-09-192-3/+7
| |
* | * hppa.h (pa_opcodes): Use 'fX' for first register operandJeff Law1999-09-182-1/+5
| | | | | | | | in xmpyu.
* | * hppa.h (pa_opcodes): Fix mask for probe and probei.Jeff Law1999-09-182-4/+6
| |
* | * hppa.h (pa_opcodes): Fix mask for depwi.Jeff Law1999-09-182-1/+5
| |
* | * hppa.h (pa_opcodes): Add "addil" variant which has the %r1 asJeff Law1999-09-072-1/+8
| | | | | | | | an explicit output argument.
* | 1999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-073-8/+15
| | | | | | | | | | | | | | * internal.h (DTYPE): Define. * pe.h (struct external_PEI_filehdr): Rename from external_PE_filehdr. Define even if COFF_IMAGE_WITH_PE is not defined.
* | * hppa.h: Add strict variants of PA1.0/PA1.1 loads and stores.Jeff Law1999-09-062-0/+66
| | | | | | | | Add a few PA2.0 loads and store variants.
* | 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-042-0/+5
| | | | | | | | * dis-asm.h (print_insn_pj): Declare.
* | 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-042-0/+50
| | | | | | | | * pj.h: New file.
* | 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-043-0/+52
| | | | | | | | | | * pj.h: New file. * common.h (EM_PJ): Define.
* | * hppa.h: Add HPUX specific symbol type definitions.Jeff Law1999-09-032-0/+6
| |
* | * hppa.h: Add HPUX specific dynamic and program header tableJeff Law1999-09-022-6/+52
| | | | | | | | specific definitions.
* | oops - omitted from previous deltaNick Clifton1999-08-311-1/+1
| |
* | Patch from Scott Bambrough <scottb@netwinder.org> to define NT_TASKSTRUCT.Nick Clifton1999-08-312-0/+5
| |