Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 35 | -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 - Extract | Andrew Cagney | 2 | -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-27 | Save a copy of argv, not just a pointer. | Andrew Cagney | 3 | -18/+54 | |
1997-08-26 | * Makefile.am: Rebuild dependencies. | Ian Lance Taylor | 3 | -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-26 | fix v850 machine number stuff | Ian Lance Taylor | 2 | -3/+3 | |
1997-08-26 | * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD. | Ian Lance Taylor | 3 | -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 Taylor | 3 | -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 the | Ian Lance Taylor | 1 | -0/+3 | |
number will fit in 64 bits. | |||||
1997-08-26 | * config/tc-alpha.c (load_expression): Check explicitly for O_big, | Ian Lance Taylor | 2 | -5/+60 | |
rather than calling abort. | |||||
1997-08-26 | * as.h: Don't define alloca if __GNUC__. Just declare it. | Ian Lance Taylor | 3 | -23/+105 | |
* macro.c: Copy alloca handling from as.h. | |||||
1997-08-26 | * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From | Ian Lance Taylor | 1 | -1/+4 | |
Gabriel Paubert <paubert@iram.es>. | |||||
1997-08-26 | * i386.h (two_byte_segment_defaults): Correct base register 5 in | Ian Lance Taylor | 1 | -0/+4 | |
modes 1 and 2 to be ss rather than ds. From Gabriel Paubert <paubert@iram.es>. | |||||
1997-08-26 | Corrected name of tiny data area label. | Nick Clifton | 2 | -2/+9 | |
1997-08-26 | * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert | Ian Lance Taylor | 2 | -1/+4 | |
<paubert@iram.es>. | |||||
1997-08-26 | Made immediate parameter of MOVHI be unsigned | Nick Clifton | 2 | -1/+7 | |
1997-08-26 | * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel Paubert | Ian Lance Taylor | 2 | -4/+7 | |
<paubert@iram.es>. | |||||
1997-08-26 | Use address size prefix for loopw as for jcxz. | Ian Lance Taylor | 2 | -2/+8 | |
1997-08-26 | tipo | Ian Lance Taylor | 1 | -1/+1 | |
1997-08-26 | * config/tc-i386.c (md_assemble): In JumpByte case, when looking | Ian Lance Taylor | 2 | -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 Taylor | 2 | -11/+12 | |
(JUMP_ON_EXC_ZERO): Remove commented out macro. | |||||
1997-08-26 | Make building of w65 simulator conditional on --enable-sim. | Andrew Cagney | 3 | -2/+15 | |
1997-08-26 | In some cases: Makefile.in (all-sim): Depends on all-readline. | Andrew Cagney | 2 | -6/+20 | |
1997-08-26 | Flush defunct sim_kill. | Andrew Cagney | 24 | -92/+48 | |
1997-08-26 | Mon Aug 25 17:08:01 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 2 | -6/+4 | |
* ocd.c: revert Sun change -- enable log file handling | |||||
1997-08-25 | Rebuild with latest devo autoconf for NT support | Chris Provenzano | 2 | -72/+75 | |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 41 | -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-25 | Fixed minor buglet in compatible. | Nick Clifton | 1 | -0/+4 | |
1997-08-25 | Added magic numbers for V850E and V850EQ. | Nick Clifton | 3 | -4/+81 | |
1997-08-25 | Set machine architecture and type. | Nick Clifton | 2 | -0/+20 | |
1997-08-25 | Switched over to using machine numbers to distinguish v850 architecture ↵ | Nick Clifton | 11 | -196/+429 | |
variants. | |||||
1997-08-25 | Rebuilt configure with latest devo autoconf for NT support. | Chris Provenzano | 2 | -8/+19 | |
1997-08-25 | * symbols.c (resolve_symbol_value): Store the value back into the | Ian Lance Taylor | 2 | -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 the | Ian Lance Taylor | 1 | -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-25 | Support constant expressions as register lists. | Nick Clifton | 2 | -21/+111 | |
1997-08-25 | * syms.c (_bfd_stab_section_find_nearest_line): Clear the | Ian Lance Taylor | 1 | -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 Edelsohn | 4 | -13/+36 | |
* gas/m32r/m32r.exp: Run it. | |||||
1997-08-25 | Fixed node name. | Nick Clifton | 2 | -1/+6 | |
1997-08-25 | Added rules to build cpu-v850e.lo and cpu-v850eq.lo object files. | Nick Clifton | 2 | -1/+30 | |
1997-08-25 | Switch from C++ style comment to C style. | Nick Clifton | 1 | -2/+2 | |
1997-08-25 | * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section | Ian Lance Taylor | 1 | -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-25 | Sun Aug 24 21:16:59 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 2 | -0/+11 | |
* ocd.c: comment out sections that create and flush wigglers.log log file when using the wiggler. | |||||
1997-08-23 | fix v850 sanitization | Ian Lance Taylor | 1 | -0/+1 | |
1997-08-22 | Added documentation of v850 assembler options. | Nick Clifton | 5 | -4/+377 | |
1997-08-22 | Make the NUL character be considered to be a line terminator. | Nick Clifton | 2 | -6/+41 | |
1997-08-22 | Add support for curly brace register list syntax. | Nick Clifton | 2 | -33/+119 | |
1997-08-22 | Updated with respect to the HDD-tool-0611 document. | Nick Clifton | 2 | -58/+82 | |
1997-08-22 | Added new flag: V850_NOT_R0 to indicate that r0 is not a valid register for | Nick Clifton | 2 | -8/+35 | |
this operand. | |||||
1997-08-22 | Updated from specs in HDD-tool-0611 document. | Nick Clifton | 3 | -93/+271 | |
1997-08-21 | Thu Aug 21 16:18:08 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 3 | -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-21 | Thu Aug 21 14:56:04 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 4 | -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. |