aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/c-i860.texi
AgeCommit message (Collapse)AuthorFilesLines
2003-08-262003-08-25 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-2/+2
* doc/c-i860.texi: Update text about relocatable address expansions.
2003-08-072003-08-01 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-0/+6
* config/tc-i860.c (s_align_wrapper): New function and prototype. (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove surrounding OBJ_ELF ifdef, and re-format slightly. * doc/c-i860.texi: Document the special .align syntax available in Intel mode.
2003-08-052003-08-05 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-0/+2
* doc/c-i860.texi: Mention that .dual, .enddual, and .atmp directives are only available in Intel syntax mode.
2003-08-022003-08-01 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-4/+11
* config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences. (target_intel_syntax): Declare variable. (OPTION_INTEL_SYNTAX): Declare macro. (md_longopts): Add option -mintel-syntax. (md_parse_option): Set target_intel_syntax. (md_show_usage): Add -mintel-syntax usage. (md_begin): Set reg_prefix based on target_intel_syntax. (i860_process_insn): Skip register prefix only if there is one. Parse relocatable expressions in either Intel or AT&T syntax based on target_intel_syntax instead of the SYNTAX_SVR4 macro. * doc/c-i860.texi: Document -mintel-syntax option and give blurb about the differences in syntax.
2003-05-242003-05-23 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-2/+6
gas: * config/tc-i860.c (target_xp): Declare variable. (OPTION_XP): Declare macro. (md_longopts): Add option -mxp. (md_parse_option): Set target_xp. (md_show_usage): Add -mxp usage. (i860_process_insn): Recognize XP registers bear, ccr, p0-p3. (md_assemble): Don't try expansions if XP_ONLY is set. * doc/c-i860.texi: Document -mxp option. gas/testsuite: * gas/i860/xp.s: New file. * gas/i860/xp.d: New file. include/opcode: * i860.h (expand_type): Add XP_ONLY. (scyc.b): New XP instruction. (ldio.l): Likewise. (ldio.s): Likewise. (ldio.b): Likewise. (ldint.l): Likewise. (ldint.s): Likewise. (ldint.b): Likewise. (stio.l): Likewise. (stio.s): Likewise. (stio.b): Likewise. (pfld.q): Likewise. opcodes: * i860-dis.c (crnames): Add bear, ccr, p0, p1, p2, p3. (print_insn_i860): Grab 4 bits of the control register field instead of 3.
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2000-08-122000-08-11 Andreas Schwab <schwab@suse.de>Jason Eckhardt1-4/+6
* doc/c-i860.texi (Opcodes for i860): Remove braces from @item argument.
2000-08-102000-08-10 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-5/+66
* doc/c-i860.texi: Flesh out the i860 section more.
2000-08-012000-07-31 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+90
* doc/c-i860.texi: New file. * doc/Makefile.am (CPU_DOCS): Add c-i860.texi. * doc/Makefile.in: Regenerate. * doc/all.texi: Add I860 as relevant architecture. * doc/as.texinfo: Include i860 dependent file c-i860.texi.