aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney35-382/+626
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.
1997-08-27 * idecode_expression.h (ALU_END): From Charles Lefurgy - ExtractAndrew Cagney2-3/+13
sign bit using 64 bit and not a 32 bit mask. * sim_calls.c (sim_load): From Ian Lance Taylor - free argv after it has been used, not before.
1997-08-27Save a copy of argv, not just a pointer.Andrew Cagney3-18/+54
1997-08-26 * Makefile.am: Rebuild dependencies.Ian Lance Taylor3-22/+25
(ALL_MACHINES_CFILES): Add cpu-arc.c. (ALL_MACHINES_CFILES): Add elf32-arc.c. (elf32-arc.lo): Remove explicit dependency. * Makefile.in: Rebuild.
1997-08-26fix v850 machine number stuffIan Lance Taylor2-3/+3
1997-08-26 * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.Ian Lance Taylor3-48/+82
* doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT. * aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.
1997-08-26 * doc/as.texinfo (Machine Dependencies): Add v850 to menu.Ian Lance Taylor3-1/+9
* doc/c-v850.texi: Change node name to match other chapter nodes.
1997-08-26 * expr.c (integer_constant): If BFD64, don't make a bignum if theIan Lance Taylor1-0/+3
number will fit in 64 bits.
1997-08-26 * config/tc-alpha.c (load_expression): Check explicitly for O_big,Ian Lance Taylor2-5/+60
rather than calling abort.
1997-08-26 * as.h: Don't define alloca if __GNUC__. Just declare it.Ian Lance Taylor3-23/+105
* macro.c: Copy alloca handling from as.h.
1997-08-26 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. FromIan Lance Taylor1-1/+4
Gabriel Paubert <paubert@iram.es>.
1997-08-26 * i386.h (two_byte_segment_defaults): Correct base register 5 inIan Lance Taylor1-0/+4
modes 1 and 2 to be ss rather than ds. From Gabriel Paubert <paubert@iram.es>.
1997-08-26Corrected name of tiny data area label.Nick Clifton2-2/+9
1997-08-26 * i386.h: Set ud2 to 0x0f0b. From Gabriel PaubertIan Lance Taylor2-1/+4
<paubert@iram.es>.
1997-08-26Made immediate parameter of MOVHI be unsignedNick Clifton2-1/+7
1997-08-26 * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel PaubertIan Lance Taylor2-4/+7
<paubert@iram.es>.
1997-08-26Use address size prefix for loopw as for jcxz.Ian Lance Taylor2-2/+8
1997-08-26tipoIan Lance Taylor1-1/+1
1997-08-26 * config/tc-i386.c (md_assemble): In JumpByte case, when lookingIan Lance Taylor2-3/+25
for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this is jcxz.
1997-08-26 * i386.h (JUMP_ON_CX_ZERO): Uncomment (define again).Ian Lance Taylor2-11/+12
(JUMP_ON_EXC_ZERO): Remove commented out macro.
1997-08-26Make building of w65 simulator conditional on --enable-sim.Andrew Cagney3-2/+15
1997-08-26In some cases: Makefile.in (all-sim): Depends on all-readline.Andrew Cagney2-6/+20
1997-08-26Flush defunct sim_kill.Andrew Cagney24-92/+48
1997-08-26Mon Aug 25 17:08:01 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-6/+4
* ocd.c: revert Sun change -- enable log file handling
1997-08-25Rebuild with latest devo autoconf for NT supportChris Provenzano2-72/+75
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney41-513/+3424
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
1997-08-25Fixed minor buglet in compatible.Nick Clifton1-0/+4
1997-08-25Added magic numbers for V850E and V850EQ.Nick Clifton3-4/+81
1997-08-25Set machine architecture and type.Nick Clifton2-0/+20
1997-08-25Switched over to using machine numbers to distinguish v850 architecture ↵Nick Clifton11-196/+429
variants.
1997-08-25Rebuilt configure with latest devo autoconf for NT support.Chris Provenzano2-8/+19
1997-08-25 * symbols.c (resolve_symbol_value): Store the value back into theIan Lance Taylor2-122/+176
symbol expression, to handle add or subtract simplification correctly. Handle O_symbol_rva. Add default case.
1997-08-25 * config/tc-ppc.c (ppc_change_csect): Temporarily lower theIan Lance Taylor1-0/+8
chunksize while creating the new subsection. * as.c (chunksize): Initialize to zero. * subsegs.c (subseg_set_rest): Change 5000 to chunksize when calling obstack_begin.
1997-08-25Support constant expressions as register lists.Nick Clifton2-21/+111
1997-08-25 * syms.c (_bfd_stab_section_find_nearest_line): Clear theIan Lance Taylor1-0/+5
cached_stab field if the offset prevents us from using the cache.
1997-08-25 * gas/m32r/relax-1.[ds]: New testcase.David Edelsohn4-13/+36
* gas/m32r/m32r.exp: Run it.
1997-08-25Fixed node name.Nick Clifton2-1/+6
1997-08-25Added rules to build cpu-v850e.lo and cpu-v850eq.lo object files.Nick Clifton2-1/+30
1997-08-25Switch from C++ style comment to C style.Nick Clifton1-2/+2
1997-08-25 * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to sectionIan Lance Taylor1-0/+19
flags. * aout-arm.c (aout_arm_little_vec): Likewise. (aout_arm_big_vec): Likewise. * bout.c (b_out_vec_big_host): Likewise. (b_out_vec_little_host): Likewise. * mipsbsd.c (aout_mips_little_vec): Likewise. (aout_mips_big_vec): Likewise.
1997-08-25Sun Aug 24 21:16:59 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-0/+11
* ocd.c: comment out sections that create and flush wigglers.log log file when using the wiggler.
1997-08-23fix v850 sanitizationIan Lance Taylor1-0/+1
1997-08-22Added documentation of v850 assembler options.Nick Clifton5-4/+377
1997-08-22Make the NUL character be considered to be a line terminator.Nick Clifton2-6/+41
1997-08-22Add support for curly brace register list syntax.Nick Clifton2-33/+119
1997-08-22Updated with respect to the HDD-tool-0611 document.Nick Clifton2-58/+82
1997-08-22Added new flag: V850_NOT_R0 to indicate that r0 is not a valid register forNick Clifton2-8/+35
this operand.
1997-08-22Updated from specs in HDD-tool-0611 document.Nick Clifton3-93/+271
1997-08-21Thu Aug 21 16:18:08 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer3-2/+10
* config/powerpc/ppc-eabi.mt: * config/powerpc/ppc-sim.mt: * config/powerpc/ppcle-eabi.mt: * config/powerpc/ppcle-sim.mt: ser-ocd.c needs to be before other ocd-related files in TDEPFILES
1997-08-21Thu Aug 21 14:56:04 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer4-26/+50
* ppc-bdm.c (bdm_ppc_wait): stop printfing ecr, der * ocd.c: initialize remote_timeout (ocd_wait): while looping, call ocd_do_command with OCD_AYT (ocd_get_packet): remove find_packet goto. If there isn't an 0x55 at the start, something is quite wrong so error out instead of advancing in the packet and trying again. If checksum is invalid, print error message instead of trying again. * ser-ocd.c (ocd_readchar): error if we attempt to read past the end of the from_wiggler_buffer.