summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-042-1/+5
| | | | * config.sub: Add support for configuring for pj.
* * 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
|
* Add support for configuring for fr30.Nick Clifton1999-08-312-2/+6
|
* Allow spaces in i386 FP reg names, eg. %st ( 1 ).Alan Modra1999-08-292-10/+20
|
* * 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'.
* Do not build ld for native AIX platforms.Nick Clifton1999-08-272-4/+15
|
* 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
|
* * Makefile.in (LDFLAGS): Define.Ian Lance Taylor1999-08-102-0/+5
|
* 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1999-08-082-2/+8
| | | | | | * configure.in (i[3456]-*-mingw32*): Don't put gprof in noconfigdirs. (*-*-cygwin*): Likewise.
* * mkdep: New file.Ian Lance Taylor1999-08-083-2/+93
| | | | | * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. (BINUTILS_SUPPORT_DIRS): Add mkdep.
* From Eli Zaretskii <eliz@is.elta.co.il>:Ian Lance Taylor1999-08-082-2/+8
| | | | | * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
* * 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
|
* * Makefile.in (check-target-libio): Remove all-target-libstdc++Alan Modra1999-07-302-1/+6
| | | | dependency as this causes "make check" to globally "make all"
* * 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'.
* * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat andIan Lance Taylor1999-07-233-18/+10
| | | | | | | configure.bat in SUPPORT_FILES. (gas+binutils.tar.bz2): Likewise. * makeall.bat: Remove; obsolete.