aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-09-09Add basic tests for d10v-elf simulator.Andrew Cagney2-0/+14
1997-09-09 * config.guess: Merge with FSF.Ian Lance Taylor1-0/+4
1997-09-08 * ser-e7kpc.c: Don't include w32sut.h. We no longer use the UTStu Grossman2-9/+6
mechanism. Remove prototypes for dos_async_* functions. They don't exist anymore.
1997-09-08Only test for immediaqte overflow if there is no insertion function.Nick Clifton2-41/+45
1997-09-08Add command line option to specify processor type.Nick Clifton3-22/+67
1997-09-08 * gas/m32r/high-1.[ds]: New testcase.David Edelsohn3-0/+21
* gas/m32r/m32r.exp: Run it.
1997-09-08 * cgen-asm.c (cgen_parse_address): New argument resultp.David Edelsohn1-0/+6
All callers updated. * m32r-asm.c (parse_h_hi16): Right shift numbers by 16.
1997-09-08 * cgen.h: Move assembler interface sectionDavid Edelsohn1-0/+6
up so cgen_parse_operand_result is defined for cgen_parse_address. (cgen_parse_address): Update prototype.
1997-09-08Added -mwarn_unsigned_overflow so that defuault is to treat unsignedNick Clifton2-1/+17
values as signed values if they start to overflow.
1997-09-08Add multi-sim support to v850/v850e/v850eq simulators.Andrew Cagney8-483/+1625
1997-09-08Add multi-sim support to simulator.Andrew Cagney6-799/+3243
1997-09-08Use updated MSMASK, MSMASKED macros.Andrew Cagney3-10/+10
Fix sat problem in d30v.
1997-09-08Check MS* macros from sim/common.Andrew Cagney2-0/+574
1997-09-08Add/use LSEXTRACTED, MSEXTRACTED macros.Andrew Cagney4-184/+228
Add CPU_CIA macro to extract the PC.
1997-09-08Sanity check for tic80 simulator.Andrew Cagney4-0/+1103
1997-09-08 * as.h: Don't declare alloca if it is a macro.Ian Lance Taylor1-0/+5
* macro.c: Likewise.
1997-09-08 * dbxread.c, buildsym.c, symtab.c, stabsread.c: Add support forDawn Perchik8-197/+746
reading stabs extensions for live range information. * stabsread.h, partial-stab.h: Add prototypes for new functions. * symtab.h: Add structure for storing live range information.
1997-09-07Sun Sep 7 12:25:22 1997 H.J. Lu (hjl@gnu.ai.mit.edu)Richard Henderson1-0/+4
* bfd/elf64-alpha.c (reloc_howto_type): Fix the howto table.
1997-09-07tx19 and related necessary changes.Gavin Romig-Koch7-1/+88
* config.sub: Add tx19/r1900. * sim/mips/configure.in, sim/mips/gencode: Add tx19/r1900. * gcc/config.sub, gcc/configure: Add tx19/r1900. * gcc/config/mips/r1900.h, config/mips/t-r1900: New. * gas/config/tc-mips.c: Add tx19/r1900. * gcc/config/mips/mips.c: Don't build 16 bit to 32 bit stubs for TARGET_SOFT_FLOAT. * config.sub: Add "marketing-names" patch. * gcc/config.sub: Add "marketing-names" patch. * gcc/configure: Change "as" link from "../gas/as.new" to "../gas/as-new"; Same for "ld" link.
1997-09-07 * config/tc-alpha.c (md_parse_option): Move m[] out to top level andRichard Henderson1-0/+12
rename to cpu_types[]. (s_alpha_arch): New function. (md_pseudo_table): Add "arch". * config/tc-alpha.c (md_begin): Merge the two loops through the opcode table. (s_alpha_proc): Add initial SKIP_WHITESPACE. (s_alpha_set): Likewise. Use get_symbol_end instead local while loop.
1997-09-07 * read.h (s_lcomm_bytes): Add prototype (for real this time).Fred Fish1-0/+4
1997-09-05 * configure.in (*-*-rtems*): Do not build libgloss for rtems.David Edelsohn2-2/+7
1997-09-05Remove CYGNUS LOCAL marker for pure v850.Jeff Law1-4/+17
1997-09-05Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney4-214/+370
Replace v850 interrupt code with this common watchpoint code. Other minor fixes to core.
1997-09-05Add sim_do_commandf - printf version of sim_do_command.Andrew Cagney2-0/+22
1997-09-05* configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn17-388/+1587
1997-09-05Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.Andrew Cagney7-22/+223
1997-09-04Add missing end itemize.Jeff Law1-0/+1
1997-09-04 * Makefile.am: Rebuild dependencies.Ian Lance Taylor1-0/+5
(ALL_MACHINES_CFILES): Add cpu-v850.c. (ALL_MACHINES_CFILES): Add elf32-v850.c. * Makefile.in: Rebuild.
1997-09-04 * reloc.c: Remove extraneous commas from relocation entries.Ian Lance Taylor3-37/+73
Remove BFD_RELOC_V850_16_PCREL. * bfd-in2.h: Rebuild.
1997-09-04fix sanitizations and copyrightIan Lance Taylor1-1/+5
1997-09-04 * xcofflink.c (xcoff_link_add_symbols): Put XTY_CM/XMC_TD symbolsIan Lance Taylor1-0/+5
in sections named .tocbss rather than .bss. For AIX 4.2 support (PR 12597).
1997-09-04 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): InIan Lance Taylor1-0/+5
expression produced for -bpT and -bpD options, align to a 32 byte boundary rather than an 8 byte boundary. * scripttempl/aix.sc: Put .tocbss at start of .bss section. For AIX 4.2 support (PR 12957).
1997-09-04 * ldmisc.h, ldmisc.c, ldcref.c: Rename finfo to lfinfo, to avoidIan Lance Taylor1-0/+5
function name conflict with AIX 4.2 unistd.h header file.
1997-09-04 * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT forIan Lance Taylor1-0/+5
symbols on Irix.
1997-09-04Replace memory model with one from sim/common directory.Andrew Cagney7-323/+213
1997-09-04Finish implementation of sim-memopt.Andrew Cagney10-82/+194
Use in d30v and tic80. Make available a generic sim_read, sim_write implementation.
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney18-224/+768
o Add sim-memopt module - memory option processing.
1997-09-04 * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.David Edelsohn1-0/+2
1997-09-04 * gdbinit.in: New file.David Edelsohn6-73/+227
* aclocal.m4 (SIM_AC_OUTPUT): Build .gdbinit. * Make-common.in (distclean): Delete .gdbinit. (.gdbinit): Add rule for. * configure: Regenerated to track ../common/aclocal.m4 changes.
1997-09-03removed v850 sanitization.Nick Clifton6-113/+40
1997-09-03Removed v850 sanitization.Nick Clifton7-371/+274
1997-09-03Removed v850 sanitization.Nick Clifton11-126/+8
Fixed v850e sanitization.
1997-09-03 * mips.h: Correct typo in comment.Richard Henderson1-0/+4
1997-09-03removed v850 sanitizationNick Clifton5-55/+8
Added v850/sim-main.h to list of files to keep after sanitization.
1997-09-03Removed v850 sanitization.Nick Clifton5-86/+27
1997-09-03Removed v850 sanitizationNick Clifton2-39/+2
1997-09-03Removed v850 sanitization.Nick Clifton2-58/+1
1997-09-03More building on NT support stuff.Chris Provenzano2-16/+30
* ltconfig: Set CONFIG_SHELL in libtool. * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
1997-09-03 * ldlang.c (wild_doit): Clear SEC_HAS_CONTENTS from aIan Lance Taylor2-1/+6
noload_section. PR 13139.