aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1996-07-18 From Andrew Gierth <ANDREWG@microlise.co.uk>:Ian Lance Taylor3-2/+6
* configure.in (sparc-*-sysv4*): New target. * configure: Rebuild.
1996-07-18 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, andIan Lance Taylor2-32/+180
uaxword to use s_uacons. (sparc_no_align_cons): New static variable. (s_uacons): New static function. (sparc_cons_align): If sparc_no_align_cons is set, just clear it and return.
1996-07-18 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like IrixIan Lance Taylor3-35/+41
5 with regard to shared libraries. * configure: Rebuild.
1996-07-18 * config/tc-m68k.c (m68k_ip): Use the correct length whenIan Lance Taylor2-3/+7
allocating space for the unsupported architecture error message.
1996-07-18Minor tweaks to d10v configurationMichael Meissner2-2/+6
1996-07-18start-sanitize-d10vMartin Hunt7-57/+1131
Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * config/tc-d10v.c: New file. * config/tc-d10v.h: New file. * configure (d10v-*-elf): New target. * configure.in (d10v-*-elf): New target. end-sanitize-d10v
1996-07-13Recognize and handle -K PICMichael Meissner2-1/+17
1996-07-10Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor2-2219/+2717
* config/tc-alpha.c (alpha_align): Change fill parameter to a pointer. Take NULL as 0 or nop depending on section. Change all callers. (s_alpha_align): Rename local variables. * doc/as.texinfo (.align): Document action of omitted fill parameter.
1996-07-10 * app.c (do_scrub_chars): Remove not_cpp_line local variable.Ian Lance Taylor1-0/+9
Instead, check state when '#' comment is seen. PR 10073.
1996-07-10 * config/tc-ppc.c (md_apply_fix3): Give a useful error messageIan Lance Taylor1-16/+172
when an unsupported PC relative reloc is seen, rather than calling abort. PR 10073.
1996-07-08 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF orIan Lance Taylor2-7/+48
OBJ_MAYBE_ELF. (tc_gen_reloc): If fixup was changed to be PC relative, change reloc type accordingly. Use name of reloc in error message.
1996-07-08 * as.h: Don't define const or volatile.Ian Lance Taylor3-30/+16
* flonum.h: Don't define const.
1996-07-08Improve SCO ELF commentIan Lance Taylor1-1/+28
1996-07-08At the request of Andreas Schwab:Ian Lance Taylor4-3/+8
* gas/m68k/pcrel.d: Rename from schwab.d. * gas/m68k/pcrel.s: Rename from schwab.s.
1996-07-08Mon Jul 8 14:23:26 1996 Andreas Schwab ↵Ian Lance Taylor3-19/+18
<schwab@issan.informatik.uni-dortmund.de> * gas/m68k/schwab.d: Correct for ELF format. * gas/m68k/all.exp: Run "schwab" test for all targets.
1996-07-08 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriatelyIan Lance Taylor2-7/+53
if fx_pcrel is set. Correct setting the addend case in the OBJ_ELF case (from Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>). (md_show_usage): Correct -mfc5200 to -m5200.
1996-07-05No longer need to sanitize away h8s stuff.Jeff Law1-31/+0
1996-07-05No longer sanitize away h8s stuffJeff Law8-134/+23
1996-07-05* doc/c-m68k.texi: Document -m5200 flag.J.T. Conklin2-58/+122
* doc/as.texinfo: Likewise.
1996-07-05* config/tc-m68k.c (m68k_ip): The coldfire does not support 8xJ.T. Conklin2-32/+123
scale factor.
1996-07-05 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.Ian Lance Taylor2-7/+41
(S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
1996-07-05fix screwed up sanitizationIan Lance Taylor4-0/+100
1996-07-05fix screwed up sanitizationIan Lance Taylor3-0/+153
1996-07-04 * Makefile.in (VERSION): Set to cygnus-2.7.1.Ian Lance Taylor1-0/+2
1996-07-04keep sh3e testsIan Lance Taylor1-2/+2
1996-07-04 Avoid DOS file naming problems:Ian Lance Taylor9-20/+936
* gas/h8300/branch.s: Rename from branches.s. * gas/h8300/branchh.s: Rename from branchesh.s. start-sanitize-h8s * gas/h8300/branchs.s: Rename from branchess.s. end-sanitize-h8s * gas/h8300/rotsh.s: Rename from rotshift.s. * gas/h8300/rotshh.s: Rename from rotshifth.s. start-sanitize-h8s * gas/h8300/rotshs.s: Rename from rotshifts.s. end-sanitize-h8s * gas/h8300/h8300.exp: Corresponding changes.
1996-07-04sanitize binutils 2.7 branchIan Lance Taylor28-1292/+0
1996-07-04tipoIan Lance Taylor1-1/+1
1996-07-04xIan Lance Taylor1-0/+4
1996-07-04Added "keep" entries for div-ilocks.d and mul-ilocks.dJackie Smith Cashion1-0/+2
1996-07-04Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-0/+5
* config/tc-mips.c (mips_ip): Only perform range check when dealing with O_constant expressions. Problem noticed by QMS, where "%lo(SYM + LARGEOFFSET)" would complain about the OFFSET being greater than 16bits or not absolute, when it should really just be taking the lo-16bits of the final address value.
1996-07-04 * read.h (is_it_end_of_statement): Declare.Ian Lance Taylor1-0/+8
* read.c (is_it_end_of_statement): Remove declaration.
1996-07-03* m68k-parse.h (m68k_register): Add new coldfile controlJ.T. Conklin1-0/+15
registers. * config/tc-m68k.c (mcf5200_control_regs): New variable, array of control registers for the coldfire. (cpu_of_arch): Added mcf5200. (archs): Added mcf5200. (init_table): Add new control registers. (m68k_ip): Added support for new control registers. (m68k_init_after_args): Likewise. * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
1996-07-03 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.Ian Lance Taylor1-0/+2
1996-07-03 Based on patches from Tom Quiggle <quiggle@sgi.com>:Ian Lance Taylor2-4/+28
* ecoff.c (last_lineno): New static variable. (add_procedure): Set last_lineno. (ecoff_directive_loc): Likewise. (ecoff_generate_asm_lineno): Likewise. (ecoff_fix_loc): New function. * ecoff.h (ecoff_fix_loc): Declare. * config/tc-mips.c (append_insn): When inserting nops, and using ECOFF debugging, call ecoff_fix_loc.
1996-07-03 * gas/all/gas.exp: Remove setup_xfail for h8300*-*-* for two testsIan Lance Taylor1-0/+7
which now pass. * gas/h8300/h8300.exp: Fix regexp of mov32bug test to work on a 64 bit host.
1996-07-03 * config/tc-h8300.c (build_bytes): If an operand type isJeff Law1-0/+5
marked as SRC_IN_DST retrieve it from the "destination" op. Disgusting hack for shal #2,er0. HMSE
1996-06-29 * gas/all/gas.exp: Add setup_xfail for vax*-*-vms* for 930509aIan Lance Taylor3-20/+65
test. * gas/vax/quad.exp: Expect a nop after the movq.
1996-06-29 * configure.in (arm-*-riscix*): Set emulation to riscix.Ian Lance Taylor3-0/+11
* configure: Rebuild. * config/te-riscix.h: New file to define TE_RISCIX.
1996-06-29 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.Ian Lance Taylor1-0/+9
1996-06-29sanitize out reference to MACREGIan Lance Taylor1-28/+163
1996-06-28 * mpw-config.in (TARGET_OS): Add definition to conf.Stan Shebs2-0/+8
1996-06-28various trivial cleanupsIan Lance Taylor7-293/+15
1996-06-27 * listing.c (listing_print): Close the listing file if it is notIan Lance Taylor1-8/+9
stdout. Close the other files opened for the listing.
1996-06-27 * config/tc-sparc.h (md_cons_align): Define.Ian Lance Taylor1-0/+15
(sparc_cons_align): Declare. (HANDLE_ALIGN): Define. (sparc_handle_align): Declare. * config/tc-sparc.c (sparc_cons_align): New function. (sparc_handle_align): New function. * read.c (cons_worker): Call md_cons_align if it is defined.
1996-06-27Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-0/+5
* config/tc-mips.c (append_insn): Parenthesize cop_interlocks expressions.
1996-06-27 * as.h (struct frag): Remove unused align_mask and align_offsetIan Lance Taylor2-16/+11
fields.
1996-06-27 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.Ian Lance Taylor2-33/+68
From <uddeborg@carmen.se>.
1996-06-27remove debugging codeIan Lance Taylor1-1/+0
1996-06-26 * configure.in (mips-*-osf*): New target.Ian Lance Taylor1-0/+3
* configure: Rebuild.