aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1997-12-22 * configure.in: Add txvu support.Doug Evans4-112/+126
* configure: Regenerate. * config/tc-txvu.[ch]: New files.
1997-12-22* tc-txvu.[ch]: New files.Doug Evans3-0/+310
1997-12-22rebuild with devo toolsIan Lance Taylor1-48/+79
1997-12-22tipoIan Lance Taylor1-0/+292
1997-12-22 * configure.in (i386*-go32-rtems*): Fix to be the same asIan Lance Taylor3-4/+10
i[3456]86-go32. * configure: Rebuild.
1997-12-22 * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,Ian Lance Taylor2-18/+62
M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB, or M_S_DOB. (mips_ip): Always check for FP_D, not just for instructions that are not part of the regular ISA.
1997-12-22 * gas/mips/r5900.d: Update for current disassembler.Ian Lance Taylor1-0/+6
1997-12-21move sanitization check from Things-to-lose to Do-lastIan Lance Taylor1-3/+2
1997-12-18* config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.Richard Henderson1-0/+4
1997-12-18* config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.Richard Henderson1-0/+4
1997-12-18Files for testing m32rx instruction set.Nick Clifton3-0/+23
1997-12-18Updated tests to match changes in disassemblerNick Clifton1-0/+6
1997-12-18fix d30v sanitizationIan Lance Taylor1-1/+1
1997-12-17 * expr.c (integer_constant 32bit bignum): Mask off bits outsideJeff Law2-4/+34
the range we care about.
1997-12-17Start d30v documentationMichael Meissner1-0/+36
1997-12-17keep lb-xgot-ilocks.dKen Raeburn1-0/+1
1997-12-17Make sure NOPS are inserted between 32-bit multiply and load or 16-bit ↵Michael Meissner2-64/+208
multiply; Compile cleanly with -Wall; Add -n/-N options
1997-12-16 * config/tc-tic80.c (tic80_relax): New static variable.Fred Fish2-6/+48
(md_longopts): Add new OPTION_RELAX and OPTION_NO_RELAX options. (md_parse_option): Handle new relax options. (md_show_usage): Document new relax options. (find_opcode): Don't use short forms of PC relative branches if tic80_relax is set. PR 12927
1997-12-16mips tweaks from vr5400 branch -- deal with cpus w/interlocks a little betterKen Raeburn1-0/+9
1997-12-16Fixed m32rx sanitizationNick Clifton1-1/+1
1997-12-16Added m32rx sanitization.Nick Clifton5-0/+96
1997-12-16Better optimize parallel instructionsMichael Meissner2-68/+323
1997-12-16 * gas/mips/r5900.s: Add more r5900 tests.Jeff Law1-0/+3
* gas/mips/r5900.d: Corresponding changes.
1997-12-16 * gas/mips/r5900.s: New testcase for r5900 insns.Jeff Law6-0/+149
* gas/mips/r5900.d: Support file for r5900 tests. * gas/mips/mips.exp: Run r5900 tests too.
1997-12-16Added c-m32r.exi to list of kept files.Nick Clifton1-0/+1
1997-12-16Prevent use of interworking support in non-COFF targets.Nick Clifton1-0/+5
1997-12-16Document new --m32rx command line option.Nick Clifton4-9/+71
1997-12-15Add support for --m32rx command line option.Nick Clifton2-13/+70
1997-12-15 * gas/mips/vr5400.s: Tweak mfpc, mtpc, mfps, mfps, and mtps forJeff Law1-0/+8
better testing coverage. * gas/mips/vr5400.d: Corresponding changes.
1997-12-15 * config/tc-mips.c (mips_ip): Correctly insert 'P' operands intoJeff Law1-0/+5
the instruction.
1997-12-13 * config/tc-tic80.c (build_insn): Handle instructions that haveFred Fish2-16/+44
long (32 bit) PC relative offsets. Fix places that previously misused R_MPPCR for 15 bit offsets to use the new R_MPPCR15W type. (md_apply_fix): Add case to handle long PC relative offsets. PR 12927
1997-12-12Fixed bug in previous delta (strcmp <=> streq)Nick Clifton1-2/+2
1997-12-12Renamed v850eq -> v850eqNick Clifton1-6/+6
1997-12-12Add support for more ARM processor names.Nick Clifton2-137/+344
1997-12-12 * config/tc-m68k.c (m68k_ip): Don't overwrite opcode table data.Richard Henderson1-0/+8
(insop, m68k_ip): Make `opcode' const so it doesn't happen again.
1997-12-11Don't run mips16 tests for tx49.Gavin Romig-Koch2-3/+33
1997-12-11sanitization fixes. (files not mentioned, fences misspelled)Felix Lee1-2/+1
1997-12-05Use special section values for v850 common sections.Nick Clifton1-0/+5
1997-12-04Added missing sanitization markers.Nick Clifton1-0/+2
1997-12-03Brought up to date with respect to the branchNick Clifton3-67/+148
1997-12-01bfd:Joern Rennecke1-0/+13
* coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry. (get_symbol_value): Handle R_SH_SWITCH8. (sh_relax_delete_bytes): Likewise. include: * coff/sh.h (R_SH_SWITCH8): New. gas: * config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1. (SWITCH_TABLE): Handle BFD_RELOC_8. (md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1. (coff_reloc_map): Add BFD_RELOC_8_PCREL entry. (sh_coff_reloc_mangle): SWITCH_TABLE case: Handle BFD_RELOC_8. PR 14155
1997-11-22Brought devo up to date with the branch.Nick Clifton1-0/+5
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-7/+8
* config-gas.com: Get version info from configure.in.
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-1/+3
* makefile.vms: include depend.obj in OBJS.
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-3/+4
* config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-38/+43
* config/tc-alpha.c (alpha_basereg_clobbered): Remove variable and all corresponding code.
1997-11-20Patch from Richard EarnshawNick Clifton1-0/+5
1997-11-20 * sh-dis.c (print_insn_shx): Recognize all sh4 additions.Richard Henderson1-0/+6
* sh-opc.h (fmov): Add @<REG_M>+,<DX_REG_N> variant for sh4. (ftrv): Slay the cut-and-paste monster. * tc-sh.c (parse_reg): Properly quote for fv4. pr14044
1997-11-20 * symbols.c (resolve_symbol_value): Add missing breaks in case onIan Lance Taylor1-0/+5
symbol value operator.
1997-11-20rebuildIan Lance Taylor1-74/+76