Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-08 | Add multi-sim support to simulator. | Andrew Cagney | 6 | -799/+3243 | |
1997-09-08 | Use updated MSMASK, MSMASKED macros. | Andrew Cagney | 3 | -10/+10 | |
Fix sat problem in d30v. | |||||
1997-09-08 | Check MS* macros from sim/common. | Andrew Cagney | 2 | -0/+574 | |
1997-09-08 | Add/use LSEXTRACTED, MSEXTRACTED macros. | Andrew Cagney | 4 | -184/+228 | |
Add CPU_CIA macro to extract the PC. | |||||
1997-09-08 | Sanity check for tic80 simulator. | Andrew Cagney | 4 | -0/+1103 | |
1997-09-08 | * as.h: Don't declare alloca if it is a macro. | Ian Lance Taylor | 1 | -0/+5 | |
* macro.c: Likewise. | |||||
1997-09-08 | * dbxread.c, buildsym.c, symtab.c, stabsread.c: Add support for | Dawn Perchik | 8 | -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-07 | Sun Sep 7 12:25:22 1997 H.J. Lu (hjl@gnu.ai.mit.edu) | Richard Henderson | 1 | -0/+4 | |
* bfd/elf64-alpha.c (reloc_howto_type): Fix the howto table. | |||||
1997-09-07 | tx19 and related necessary changes. | Gavin Romig-Koch | 7 | -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 and | Richard Henderson | 1 | -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 Fish | 1 | -0/+4 | |
1997-09-05 | * configure.in (*-*-rtems*): Do not build libgloss for rtems. | David Edelsohn | 2 | -2/+7 | |
1997-09-05 | Remove CYGNUS LOCAL marker for pure v850. | Jeff Law | 1 | -4/+17 | |
1997-09-05 | Redo watchpoint code so that it target can specify interrupt names. | Andrew Cagney | 4 | -214/+370 | |
Replace v850 interrupt code with this common watchpoint code. Other minor fixes to core. | |||||
1997-09-05 | Add sim_do_commandf - printf version of sim_do_command. | Andrew Cagney | 2 | -0/+22 | |
1997-09-05 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 17 | -388/+1587 | |
1997-09-05 | Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue. | Andrew Cagney | 7 | -22/+223 | |
1997-09-04 | Add missing end itemize. | Jeff Law | 1 | -0/+1 | |
1997-09-04 | * Makefile.am: Rebuild dependencies. | Ian Lance Taylor | 1 | -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 Taylor | 3 | -37/+73 | |
Remove BFD_RELOC_V850_16_PCREL. * bfd-in2.h: Rebuild. | |||||
1997-09-04 | fix sanitizations and copyright | Ian Lance Taylor | 1 | -1/+5 | |
1997-09-04 | * xcofflink.c (xcoff_link_add_symbols): Put XTY_CM/XMC_TD symbols | Ian Lance Taylor | 1 | -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): In | Ian Lance Taylor | 1 | -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 avoid | Ian Lance Taylor | 1 | -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 for | Ian Lance Taylor | 1 | -0/+5 | |
symbols on Irix. | |||||
1997-09-04 | Replace memory model with one from sim/common directory. | Andrew Cagney | 7 | -323/+213 | |
1997-09-04 | Finish implementation of sim-memopt. | Andrew Cagney | 10 | -82/+194 | |
Use in d30v and tic80. Make available a generic sim_read, sim_write implementation. | |||||
1997-09-04 | o Add modulo argument to sim_core_attach | Andrew Cagney | 18 | -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 Edelsohn | 1 | -0/+2 | |
1997-09-04 | * gdbinit.in: New file. | David Edelsohn | 6 | -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-03 | removed v850 sanitization. | Nick Clifton | 6 | -113/+40 | |
1997-09-03 | Removed v850 sanitization. | Nick Clifton | 7 | -371/+274 | |
1997-09-03 | Removed v850 sanitization. | Nick Clifton | 11 | -126/+8 | |
Fixed v850e sanitization. | |||||
1997-09-03 | * mips.h: Correct typo in comment. | Richard Henderson | 1 | -0/+4 | |
1997-09-03 | removed v850 sanitization | Nick Clifton | 5 | -55/+8 | |
Added v850/sim-main.h to list of files to keep after sanitization. | |||||
1997-09-03 | Removed v850 sanitization. | Nick Clifton | 5 | -86/+27 | |
1997-09-03 | Removed v850 sanitization | Nick Clifton | 2 | -39/+2 | |
1997-09-03 | Removed v850 sanitization. | Nick Clifton | 2 | -58/+1 | |
1997-09-03 | More building on NT support stuff. | Chris Provenzano | 2 | -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 a | Ian Lance Taylor | 2 | -1/+6 | |
noload_section. PR 13139. | |||||
1997-09-03 | Removed R_V850_16_PCREL. | Nick Clifton | 2 | -1/+4 | |
1997-09-03 | Removed BFD_RELOC_V850_PCREL. | Nick Clifton | 4 | -50/+5 | |
1997-09-03 | Removed the BFD_RELOC_V850_16_PCREL. | Nick Clifton | 2 | -10/+28 | |
1997-09-03 | Basic tests for tic80 simulator. | Andrew Cagney | 3 | -0/+580 | |
1997-09-03 | Doc directory - README. | Andrew Cagney | 3 | -12/+17 | |
Make suffix of executables to be run on simulator .run | |||||
1997-09-03 | Doc C language guidelines. | Andrew Cagney | 1 | -0/+24 | |
1997-09-03 | Allow backends to set the architecture using bfd_architecture enum | Andrew Cagney | 3 | -20/+50 | |
instead of some magic name. | |||||
1997-09-03 | Pacify gcc-current -Wall. | Andrew Cagney | 8 | -23/+49 | |
1997-09-03 | Add support for suspending/resumeing the simulator in sim-modules. | Andrew Cagney | 6 | -24/+180 | |
Use in sim-events. | |||||
1997-09-03 | * cofflink.c (coff_link_check_ar_symbols): Handle C_SYSTEM syms | Fred Fish | 1 | -0/+9 | |
the same as C_EXT syms. (coff_link_add_symbols): Ditto. (_bfd_coff_link_input_bfd): Ditto. (_bfd_coff_write_task_globals): Add save_global_to_static. Use it to preserve and restore state of global_to_static flag. PR 13202 |