aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1997-09-29 * as.h, input-scrub.c (new_logical_line): New return value.Joern Rennecke1-0/+6
* read.c (s_app_file): Don't note the same file several times in a row. Fix for PR 12277
1997-09-25 * config/tc-m68k.c (m68k_ip): Remove ` operand specifier.Ian Lance Taylor1-0/+4
1997-09-24 * config/tc-m68k.c (m68k_ip): Handle q and v operand specifiers.Ian Lance Taylor2-2/+52
1997-09-24Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com>Ian Lance Taylor3-77/+82
* configure.in (sh*-*-rtems*): New target, like sh-*-elf*. * configure: Rebuild.
1997-09-24 * doc/c-i386.texi (i386-Float): Remove incorrect assertion thatIan Lance Taylor1-0/+4
fn* instructions do not insert implicit fwait. This was changed Jan 29, 1996.
1997-09-24 * config/m68k-parse.y (yylex): Permit an expression to be used forIan Lance Taylor1-0/+3
the scale factor. PR 13393.
1997-09-24 * Makefile.am (EXTRA_as_new_SOURCES): Set to config/m68k-parse.y,Ian Lance Taylor1-0/+4
not m68k-parse.y. * Makefile.in: Rebuild.
1997-09-24 * aclocal.m4: Rebuild with new libtool.Ian Lance Taylor2-89/+93
* configure: Rebuild.
1997-09-23 * app.c (do_scrub_chars): Clear mri_state at end of .mriIan Lance Taylor1-0/+3
pseudo-op.
1997-09-23 * config/tc-mips.c (hilo_interlocks): Change from a staticIan Lance Taylor1-13/+13
variable to a macro, so that it varies with the variables upon which it depends. (gpr_interlocks, cop_interlocks): Likewise. (md_begin): Don't initialize them.
1997-09-23vr5900 -> r5900Jeff Law1-20/+23
1997-09-22only remove more.parse if it existsIan Lance Taylor1-4/+5
1997-09-22don't sanitize out empty directories if they're not here (e.g., 'cvs co -P')Ken Raeburn2-7/+10
1997-09-22Lose the empty directories only if they exist; otherwise Sanitize complains.Ken Raeburn1-5/+7
1997-09-21Fixed sanitization bugs.Nick Clifton2-56/+13
1997-09-21Removed v850eq sanitization.Nick Clifton6-143/+24
Added Things-to-loose entries for unspecifed/empty directories.
1997-09-20Remove use of sanitization to select target CPU. This is now done basedNick Clifton1-4/+36
on the contents of the configuration string TARGET_CPU.
1997-09-19 * config/tc-mn10300.c (md_assemble): Use strcasecomp insteadJeff Law1-0/+5
of strcmp where appropriate. Fixes problem in one of mec's prs.
1997-09-19Update sparc -A/-xarch docs.David Edelsohn1-3/+11
1997-09-19 * config/tc-sparc.c: (lookup_arch,init_default_arch): New functions.David Edelsohn5-102/+113
(default_arch,default_init_p,sparc_arch_table): New static locals. (sparc_arch_size): New static local. (max_architecture): Initialize in init_default_arch. (md_parse_options): Call init_default_arch if necessary. Rewrite -xarch/-A processing. (md_show_usage): Print -A values from sparc_arch_table. (md_begin): Call init_default_arch if necessary. (sparc_md_end): Handle both 32 and 64 bit environments. * config/tc-sparc.h (TARGET_FORMAT): Likewise. * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete. (DEFAULT_ARCH): Add. * config.in: Regenerate. * configure.in (sparc): Default DEFAULT_ARCH based on target cpu. (SPARC_V9,SPARC_ARCH64): Delete. * configure: Regenerate. * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.
1997-09-19Reset processor mask if specified by command line switchNick Clifton2-1/+4
1997-09-18 * gas/sparc/splet.d: Update to new objdump output format.David Edelsohn1-0/+4
* gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Likewise. * gas/sparc/set64.[ds]: New testcase. * gas/sparc/splet-2.[ds]: New testcase. * gas/sparc/sparc.exp: Run them.
1997-09-18 * gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Update to newDavid Edelsohn4-0/+91
objdump output format. * gas/sparc/set64.[ds]: New testcase. * gas/sparc/splet-2.[ds]: New testcase. * gas/sparc/sparc.exp: Run them.
1997-09-18Oops - fixed typos in previous delta.Nick Clifton1-2/+2
1997-09-18Proced error messages when special data are relocations are used onNick Clifton2-10/+32
instructions which do not support them.
1997-09-18 * config/tc-sparc.c: Reorganize file.David Edelsohn2-854/+809
(SPECIAL_CASE_NONE): New macro. (md_assemble): Use it.
1997-09-18Added code to cope with a constant offset to a ZDA relocation.Nick Clifton2-2/+12
1997-09-18 * config/tc-sparc.c (parse_keyword_arg): Allow numbers in reg names.David Edelsohn2-2/+6
1997-09-18 * gas/sparc/splet.d: Update to new objdump output format.David Edelsohn1-0/+4
1997-09-18Remove arc sanization.David Edelsohn1-32/+0
1997-09-18Remove arc sanitization.David Edelsohn1-8/+2
1997-09-18sanitization fixes. typoes, missing fences, "start" instead of "end", etc.Felix Lee3-30/+20
1997-09-18add missing files.Felix Lee4-0/+49
1997-09-18v850 files that weren't being removed if !keep-v850Felix Lee1-2/+6
1997-09-18Corrected spelling mistake!Nick Clifton2-1/+3
1997-09-17Added support for ctoff() reloc prefix.Nick Clifton3-77/+145
1997-09-16Add support for a 16 bit relocation against the TDA register!Nick Clifton2-5/+13
1997-09-16merge from d30v-970225-branch, plus bugfixes for 64-bit hostKen Raeburn1-0/+31
1997-09-16 * config/tc-hppa.c (fix_new_hppa): Make declaration matchJeff Law1-0/+5
definition. Net bug.
1997-09-16Added checking of instructions against target cpu.Nick Clifton3-2/+55
1997-09-15 * gas/config/tc-mips.c (mips_1900): Replace with mips_3900 andGavin Romig-Koch2-0/+14
mips16. * gas/testsuite/gas/mips/mips.exp: Handle r3900 and r1900. * gas/testsuite/gas/mips/ld-ilocks: New file. * gcc/config/mips/mips.h, gcc/config/mips/r1900.h: Implement r1900 as r3900 with mips16.
1997-09-15merge from d30v-970225-branchKen Raeburn1-0/+55
1997-09-10Fixed sanitizationNick Clifton3-7/+10
1997-09-10Added v850 emulation.Nick Clifton3-0/+6
1997-09-10remove mentions of ARCIan Lance Taylor1-145/+0
1997-09-10Support tx19 sanitation.Gavin Romig-Koch2-0/+57
1997-09-10Remove arc sanitization.David Edelsohn1-28/+0
1997-09-10ARC port no longer sanitized.David Edelsohn1-0/+3
1997-09-10 * Makefile.am (CPU_TYPES): Add arc.David Edelsohn1-1/+9
(TARGET_CPU_CFILES): Add tc-arc.c. (TARGET_CPU_HFILES): Add tc-arc.h. (dependencies): Rebuild. * Makefile.in: Rebuild.
1997-09-10Remove arc sanitization.David Edelsohn2-91/+85