Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-03-04 | Fix 4320 sanitization. | Doug Evans | 2 | -2/+2 | |
1998-03-04 | Fix vr4320 sanitization. | Doug Evans | 1 | -1/+1 | |
1998-03-04 | * cpu.h,model.c,sem-switch.c,sem.c: Regenerate. | Doug Evans | 3 | -325/+453 | |
* cpux.h,decodex.[ch],modelx.c,readx.c,semx.c: Regenerate. | |||||
1998-03-04 | * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate. | Doug Evans | 2 | -242/+85 | |
1998-03-04 | Cleanup entry for feb 19 | John Metzler | 1 | -1/+3 | |
1998-03-04 | * Merely eliminated silly duplicated code, to raise test coverage. | Frank Ch. Eigler | 1 | -174/+29 | |
* sky-pke.c (pke_issue): Move interrupt-handling into decode logic. (pke_code_*): Remove duplicated interrupt-handling code. | |||||
1998-03-04 | sim-main.h: track SKY register number changes from gdb | Ron Unrau | 1 | -35/+60 | |
interp.c: ditto | |||||
1998-03-04 | elfread.c (elf_symtab_read): merge SYMBOL_IS_SPECIAL into MAKE_MSYMBOL_SPECIAL | Ron Unrau | 3 | -13/+17 | |
config/mips/tm-mips.h: ditto symtab.h: update comments re minimal_symbol->info mips-tdep.c: globalize gdb_print_insn_mips txvu-tdep.c: disassemble support config/mips/tm-txvu.h: add vu_pc, use MAKE_MSYMBOL_SPECIAL, track updates from tm-r5900.h | |||||
1998-03-04 | * cgen-asm.in: Move insertion of generated routines to top of file. | Doug Evans | 1 | -0/+9 | |
(insert_normal): Add prototype. Delete `shift' arg. * cgen-dis.in: Move insertion of generated routines to top of file. (extract_normal): Add prototype. Delete `shift' arg. (print_normal): Add prototype. Call CGEN_PRINT_NORMAL if defined. (print_keyword): Add prototype. Fix type of `attrs' arg. | |||||
1998-03-04 | * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. | Doug Evans | 2 | -10/+3 | |
Use 0xa5 as initial value. (sim_core_map_detach): Use free instead of zfree. Back out this change. | |||||
1998-03-04 | vr4111 changes for mips64vr4111-*-elf, Passes make chack with only 2 failures | John Metzler | 1 | -0/+9 | |
1998-03-04 | Previously, the size of pointers was taken from the hosts pointer size. Now, ↵ | John Metzler | 1 | -4/+2 | |
it is a function of TARGET_PTR_BITS. | |||||
1998-03-04 | Target triple mips64vr4111-*-elf is defined by the header file tm-vr4xxx.h | John Metzler | 1 | -2/+2 | |
1998-03-04 | Supports mips64vr4111-*-elf | John Metzler | 1 | -0/+5 | |
See tm-vrxxx.h | |||||
1998-03-04 | Defines a mips configuration which entails | John Metzler | 1 | -0/+25 | |
Configuration triple mips64vr4111-*-elf 64 bit architecture 16 bit sub core 32 bit ints and floats No floating point unit MIPS EABI interface Dwarf2 debugging format | |||||
1998-03-03 | Tue Mar 3 14:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jason Molenda | 2 | -7/+19 | |
* alpha-nat.c (fetch_osf_core_registers): Renamed from fetch_aout_core_registers. (alpha_osf_core_fns): Renamed from alpha_aout_core_fns, change flavour to bfd_target_unknown_flavour for OSF core files. | |||||
1998-03-03 | * vr4320.igen: New file. | Gavin Romig-Koch | 3 | -0/+163 | |
* Makefile.in (vr4320.igen) : Added. * configure.in (mips64vr4320-*-*): Added. * configure : Rebuilt. * mips.igen : Correct the bfd-names in the mips-ISA model entries. Add the vr4320 model entry and mark the vr4320 insn as necessary. | |||||
1998-03-03 | * mips-dis.c (_print_insn_mips) : Handle bfd_mach_mips4320. | Gavin Romig-Koch | 3 | -0/+42 | |
* mips-opc.c ("mac","dmac") : Added 4320 insns. | |||||
1998-03-03 | * mips.h (INSN_4320) : Added. | Gavin Romig-Koch | 2 | -1/+36 | |
1998-03-03 | * config/tc-mips.c : Added vr4320 similar to vr4300. | Gavin Romig-Koch | 4 | -5/+123 | |
1998-03-03 | * mips-cpu.c: Reorganize sanitization. | Gavin Romig-Koch | 4 | -10/+58 | |
* archures.c, bfd-in2.h, mips-cpu.c : Added bfd_mach_mips4320. | |||||
1998-03-03 | * configure.tgt (mips*vr4320el-*-elf*,mips*vr4320-*-elf*): Added. | Gavin Romig-Koch | 3 | -8/+49 | |
1998-03-03 | * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) : | Gavin Romig-Koch | 3 | -0/+38 | |
Added. | |||||
1998-03-03 | * gas/mips/mips.exp (ilocks) : Added mips64vr4320*-*-*. | Gavin Romig-Koch | 3 | -0/+62 | |
1998-03-03 | * config.sub (mips64vr4320-unknown-elf) : Added. | Gavin Romig-Koch | 3 | -2/+57 | |
1998-03-03 | Fix DIV, DIV1 (wrong check for overflow) and DIVU1 (shouldn't check | Andrew Cagney | 3 | -3/+26 | |
for overflow). Pacify GCC. | |||||
1998-03-03 | * sim-types.h (SIGNED32, SIGNED64): Pacify GCC. | Andrew Cagney | 1 | -0/+6 | |
* sim-alu.h (ALU64_BEGIN): Make alu64_r unsigned. | |||||
1998-03-03 | Fix typos. | Doug Evans | 1 | -2/+2 | |
1998-03-03 | Mon Mar 2 17:44:13 1998 Michael Snyder (msnyder@cleaver.cygnus.com) | Michael Snyder | 1 | -0/+5 | |
* breakpoint.c (_initialize_breakpoint): Make "en" an alias for "enable" (so that it doesn't conflict with "end"). | |||||
1998-03-03 | * Make-common.in (TAGS): Make smarter. | Doug Evans | 1 | -0/+1 | |
* Makefile.in (TAGS): Ditto. | |||||
1998-03-03 | Mon Mar 2 17:04:25 1998 Jason Molenda (crash@bugshack.cygnus.com) | Jason Molenda | 2 | -1/+5 | |
* Makefile (VERSION): Bump to 4.17.1. | |||||
1998-03-03 | * Make-common.in (TAGS): Make smarter. | Doug Evans | 1 | -0/+2 | |
1998-03-03 | Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com) | Jason Molenda | 2 | -0/+8 | |
* rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux. | |||||
1998-03-03 | Mon Mar 2 16:51:44 1998 Jason Molenda (crash@bugshack.cygnus.com) | Jason Molenda | 2 | -1/+5 | |
* Makefile.in (YYFILES): Remove in maintainer-clean, not distclean. Er, oops. | |||||
1998-03-03 | Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be> | Jason Molenda | 2 | -0/+5 | |
* Makefile.in (distclean): Add `rm $(YYFILES)'. | |||||
1998-03-03 | Mon Mar 2 16:45:48 1998 Philippe De Muyter <phdm@macqel.be> | Jason Molenda | 1 | -0/+5 | |
* coffread.c (coff_read_enum_type): Set TYPE_FLAG_UNSIGNED if enum is unsigned. | |||||
1998-03-03 | Good grief. Detailed function descriptions should accompany their definition. | Doug Evans | 2 | -12/+4 | |
1998-03-03 | Fix setting memory from default attributes | Michael Meissner | 1 | -0/+5 | |
1998-03-03 | (sim_core_attach): Add a comment describing its function. | Doug Evans | 1 | -1/+13 | |
Tweak switch() sanity check. | |||||
1998-03-03 | Improve comment. | Doug Evans | 1 | -1/+1 | |
1998-03-03 | * Continuing PKE sim unit tests. Found little bugs in VU instead. | Frank Ch. Eigler | 1 | -1/+1 | |
* sky-vu1.c (vu1_io_write_register_window): Make CIA (pc) write effective by updating more registers. * sky-libvpe.c: Updated to match earlier VU state-change code. * sky-vpe.h: Removed unused globals from declarations. | |||||
1998-03-02 | * Added more PKE unit tests. Coverage now at 90%. | Frank Ch. Eigler | 2 | -1/+46 | |
* t-pke3.trc: Added FLUSH* / PKEMS* tests. | |||||
1998-03-02 | Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com> | Jason Molenda | 6 | -0/+89 | |
* configure.host, configure.tgt: Add sparc-linux. * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux. * config/sparc/*linux*: New files. | |||||
1998-03-02 | * sim-core.c (sim_core_attach): Revise last patch. | Doug Evans | 2 | -1/+5 | |
Use 0xa5 as initial value. | |||||
1998-03-02 | * gas/m32r/allinsn.[sd] (ldi8a,ldi16a): Delete. | Doug Evans | 1 | -0/+6 | |
(ldi16): Improve test. (nop): Fix test. | |||||
1998-03-02 | Mon Mar 2 12:12:41 1998 Anthony Thompson (athompso@cambridge.arm.com) | Jason Molenda | 1 | -0/+5 | |
* arm-tdep.c (gdb_print_insn_arm): Call print_insn_big_arm if we're big endian; else call print_insn_little_arm. Patch contributed in PR 15182. | |||||
1998-03-02 | not used and not wanted | Angela Marie Thomas | 1 | -558/+0 | |
1998-03-02 | * cgen.h (CGEN_BOOL_ATTR): New macro. | Doug Evans | 1 | -0/+4 | |
1998-03-02 | * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. | Doug Evans | 2 | -2/+8 | |
(sim_core_map_detach): Use free instead of zfree. | |||||
1998-03-02 | add sky-gdb.c to sky_files | Ron Unrau | 1 | -1/+1 | |