aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney15-3/+94
1997-08-27Add MSBIT* and LSBIT* macro's to sim-bits.hAndrew Cagney7-1/+1214
1997-08-27Only pass endianess to simulator when explicitly set by user with setAndrew Cagney4-10/+36
1997-08-27* archures.c (bfd_archures_list): Always NULL terminate the list.Andrew Cagney2-1/+5
1997-08-27New file - generic implementation of sim_load for hardware onlyAndrew Cagney1-0/+53
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney35-382/+626
1997-08-27 * idecode_expression.h (ALU_END): From Charles Lefurgy - ExtractAndrew Cagney2-3/+13
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
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
1997-08-26 * doc/as.texinfo (Machine Dependencies): Add v850 to menu.Ian Lance Taylor3-1/+9
1997-08-26 * expr.c (integer_constant): If BFD64, don't make a bignum if theIan Lance Taylor1-0/+3
1997-08-26 * config/tc-alpha.c (load_expression): Check explicitly for O_big,Ian Lance Taylor2-5/+60
1997-08-26 * as.h: Don't define alloca if __GNUC__. Just declare it.Ian Lance Taylor3-23/+105
1997-08-26 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. FromIan Lance Taylor1-1/+4
1997-08-26 * i386.h (two_byte_segment_defaults): Correct base register 5 inIan Lance Taylor1-0/+4
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
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
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
1997-08-26 * i386.h (JUMP_ON_CX_ZERO): Uncomment (define again).Ian Lance Taylor2-11/+12
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
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
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 varia...Nick Clifton11-196/+429
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
1997-08-25 * config/tc-ppc.c (ppc_change_csect): Temporarily lower theIan Lance Taylor1-0/+8
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
1997-08-25 * gas/m32r/relax-1.[ds]: New testcase.David Edelsohn4-13/+36
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
1997-08-25Sun Aug 24 21:16:59 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-0/+11
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