Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-08-31 | When possible, keep the original type of the symbol. | Nick Clifton | 2 | -1/+9 | |
1999-08-31 | Add support for configuring for fr30. | Nick Clifton | 2 | -2/+6 | |
1999-08-31 | * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31. | Richard Henderson | 2 | -4/+8 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 132 | -3076/+8906 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -1/+0 | |
1999-08-30 | Check in correct version of previous patch. | Jeff Law | 1 | -2/+2 | |
1999-08-30 | * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow both | Jeff Law | 3 | -1/+15 | |
R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the tools were configured. * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare. | |||||
1999-08-30 | * gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA for | Jeff Law | 8 | -63/+33 | |
sectioning. * gas/hppa/unsorted/unsorted.exp: Disable tests not appropriate for PA64. | |||||
1999-08-30 | * gas/hppa/reloc/*.s: Use .code instead of .SPACE/.SUBSPA for | Jeff Law | 18 | -235/+99 | |
sectioning. * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64. Revamp address expressions slightly to handle an arbitrary sized address. | |||||
1999-08-30 | * gas/hppa/parse/*.s: Use .code instead of .SPACE/.SUBSPA for | Jeff Law | 25 | -222/+32 | |
sectioning. * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64. | |||||
1999-08-30 | * gas/hppa/basic/*.s: Use .code instead of .SPACE/.SUBSPA for | Jeff Law | 48 | -471/+53 | |
sectioning. | |||||
1999-08-30 | New i386 tests for naked register syntax, ie. "eax" instead of "%eax" | Alan Modra | 4 | -0/+64 | |
1999-08-30 | i386 gas code cleanups: combine i386_is_reg and parse_register. | Alan Modra | 2 | -189/+123 | |
1999-08-29 | Allow spaces in i386 FP reg names, eg. %st ( 1 ). | Alan Modra | 7 | -12/+69 | |
1999-08-29 | * fr30-asm.c,fr30-desc.h,fr30-dis.c,fr30-ibld.c,fr30-opc.c: Rebuild. | Doug Evans | 12 | -250/+222 | |
* m32r-asm.c,m32r-desc.h,m32r-dis.c,m32r-ibld.c,m32r-opc.c: Rebuild. * m32r-opinst.c: Rebuild. | |||||
1999-08-29 | * config/tc-m32r.c (md_parse_option): Delete unrecognized option | Doug Evans | 2 | -4/+5 | |
error message (done elsewhere). | |||||
1999-08-29 | * hppa-dis.c (print_insn_hppa): Replace 'f' by 'v'. Prefix float | Jeff Law | 2 | -92/+97 | |
register args by 'f'. | |||||
1999-08-29 | * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float register | Jeff Law | 2 | -176/+193 | |
args by 'f'. | |||||
1999-08-29 | * hppa.h (pa_opcodes): Replace 'f' by 'v'. Prefix float register args | Jeff Law | 2 | -122/+127 | |
by 'f'. | |||||
1999-08-28 | * gas/hppa/basic/basic.exp: Add new tests shift2.s, | Jeff Law | 8 | -0/+755 | |
shift3.s, extract2.s, extract3.s, deposit2.s, and deposit3.s. * gas/hppa/basic/shift2.s, shift3.s, extract2.s, extract3.s, deposit2.s, deposit3.s: New. | |||||
1999-08-28 | * config/tc-hppa.c (pa_ip): Add args q, %, and |. | Jeff Law | 2 | -1/+42 | |
1999-08-28 | * hppa-dis.c (print_insn_hppa): Add args q, %, !, and |. | Jeff Law | 2 | -0/+33 | |
1999-08-28 | * hppa.h (pa_opcodes): Add extrd, extrw, depd, depdi, depw, depwi. | Jeff Law | 2 | -2/+20 | |
Add supporting args. | |||||
1999-08-28 | * gas/hppa/basic/add.s,addi.s,dcor.s,shladd.s,sub.s,subi.s,unit.s: | Jeff Law | 17 | -5/+2031 | |
Add new syntax versions of instructions to tests. * gas/hppa/basic/add2.s,dcor2.s,perf.s,purge2.s,shladd2.s,sub2.s, system2.s, unit2.s: New tests. * hppa/basic/basic.exp: Add new tests. | |||||
1999-08-28 | * config/tc-hppa.c (pa_ip): Absorb white space in instructions | Jeff Law | 2 | -0/+204 | |
between args. Add new completers. Fix bug in 64 bit condition handling. | |||||
1999-08-28 | * hppa-dis.c (MASK_10, read_write_names, add_compl_names, | Jeff Law | 2 | -2/+81 | |
extract_10U_store): New. (print_insn_hppa): Add new completers. | |||||
1999-08-28 | * hppa.h: Document new completers and args. | Jeff Law | 2 | -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. | |||||
1999-08-28 | Fix minor bug in last change. | Jeff Law | 1 | -1/+1 | |
1999-08-28 | * gas/hppa/basic/basic.exp: | Jeff Law | 3 | -8/+50 | |
* gas/hppa/basic/media.s: Add test cases for new instructions. | |||||
1999-08-28 | * config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH', | Jeff Law | 2 | -0/+106 | |
'cS', and 'c*'. | |||||
1999-08-28 | * hppa-dis.c (signed_unsigned_names,mix_half_names, | Jeff Law | 2 | -0/+36 | |
saturation_names): New. (print_insn_hppa): Add completer codes 'a', 'ch', 'cH', 'cS', and 'c*'. | |||||
1999-08-28 | * hppa.h (pa_opcodes): Add pa2.0 instructions hadd, hshl, | Jeff Law | 2 | -3/+19 | |
hshr, hsub, mixh, mixw, permh. | |||||
1999-08-28 | * hppa-dis.c (print_insn_hppa): Place completers behind prefix 'c'. | Jeff Law | 2 | -16/+25 | |
1999-08-28 | * hppa.h (pa_opcodes): Change completers in instructions to | Jeff Law | 2 | -89/+99 | |
use 'c' prefix. | |||||
1999-08-28 | * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'. | Jeff Law | 2 | -79/+88 | |
1999-08-28 | Applied patch from Stephane Carrez <stcarrez@worldnet.fr> to fix pointer ↵ | Nick Clifton | 2 | -23/+92 | |
size assumption. | |||||
1999-08-28 | Fix minor goofs in previous delta. | Jeff Law | 1 | -3/+3 | |
1999-08-28 | Add missing '!' change. | Jeff Law | 1 | -0/+3 | |
1999-08-28 | * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers. | Jeff Law | 2 | -0/+16 | |
1999-08-28 | * hppa-dis.c (print_insn_hppa): Add cases for '.', '~'. '$'. and '!' | Jeff Law | 2 | -0/+17 | |
1999-08-28 | * gas/hppa/basic/basic.exp (do_branch2,do_media): New. | Jeff Law | 4 | -2/+156 | |
* gas/hppa/basic/branch2.s: New. * gas/hppa/basic/media.s: New. | |||||
1999-08-28 | * config/tc-hppa.c (pa_ip): Add cases for '.', '~'. '$'. and '!' | Jeff Law | 2 | -0/+44 | |
1999-08-28 | * hppa.h (pa_opcodes): Add popbts, new forms of bb, havg, | Jeff Law | 2 | -9/+25 | |
hshladd, hshradd, shrpd, and shrpw instructions. Update arg comments. | |||||
1999-08-28 | * hppa-dis.c (print_insn_hppa): Look at next arg instead of bits | Jeff Law | 2 | -2/+7 | |
to decide to print a space. | |||||
1999-08-28 | * config/tc-hppa.c (pa_ip): Add case for 'I'. | Jeff Law | 2 | -0/+10 | |
1999-08-28 | * hppa.h (pa_opcodes): Change fmpyfadd, fmpynfadd, fneg, | Jeff Law | 2 | -4/+12 | |
fnegabs to use 'I' instead of 'F'. | |||||
1999-08-28 | * binutils-all/hppa/freg.s: New file. | Jeff Law | 3 | -0/+54 | |
* binutils-all/hppa/objdump.exp: Add freg.s test. | |||||
1999-08-28 | * gas/testsuite/gas/hppa/basic/basic.exp (do_fp_comp2): New. | Jeff Law | 3 | -0/+94 | |
* gas/testsuite/gas/hppa/basic/fp_comp2.s: New. | |||||
1999-08-27 | Do not build ld for native AIX platforms. | Nick Clifton | 2 | -4/+15 | |
1999-08-27 | Patch from Jim Wilson - more bug fixes for line table decoding. | Nick Clifton | 2 | -4/+18 | |