Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-07-06 | Always NULL terminate long option list. | Andrew Cagney | 2 | -3/+12 | |
2000-07-06 | Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 2 | -1/+11 | |
* config/tc-d30v.h: Include "write.h" for fixS. (d30v_start_line, md_pcrel_from_section): Add function prototypes. | |||||
2000-07-06 | Update texinfo.tex to version 2000-05-28.15. | Andrew Cagney | 2 | -8/+19 | |
2000-07-05 | Fix expected results | Nick Clifton | 3 | -98/+114 | |
Fix expected results. | |||||
2000-07-05 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+6 | |
2000-07-05 | Further changes to warning messages | Nick Clifton | 1 | -4/+6 | |
2000-07-05 | Change minimum loop size limit to 0x10 (103792) | Nick Clifton | 2 | -1/+5 | |
2000-07-05 | Add Mike Meissner | Nick Clifton | 2 | -1/+6 | |
2000-07-05 | add MAINTAINERS files | DJ Delorie | 14 | -0/+79 | |
2000-07-05 | Remove \centerline from the blurb. Patch from Brian Youmans. | Eli Zaretskii | 2 | -5/+11 | |
2000-07-05 | Keep NATDEPFILES on a single line. | Andrew Cagney | 2 | -2/+7 | |
2000-07-05 | Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*. | Andrew Cagney | 3 | -50/+58 | |
2000-07-05 | Replace command_loop_marker() with null_cleanup(). | Andrew Cagney | 4 | -18/+10 | |
2000-07-05 | Check for <sys/poll.h>. | Andrew Cagney | 5 | -194/+215 | |
2000-07-05 | Pass infodir down to sub-makes. | Andrew Cagney | 2 | -0/+6 | |
2000-07-05 | Update TODO. | Andrew Cagney | 2 | -0/+26 | |
2000-07-04 | * TODO: Update. | Mark Kettenis | 2 | -5/+7 | |
2000-07-04 | * armvirt.c (ABORTS): Do not define. | Alexandre Oliva | 2 | -1/+3 | |
2000-07-04 | * armdefs.h (struct ARMul_State): Add is_StrongARM. | Alexandre Oliva | 5 | -11/+59 | |
(ARM_Strong_Prop, STRONGARM): Define. * arminit.c (ARMul_NewState): Reset is_StrongARM. (ARMul_SelectProcessor): Set is_StrongARM. * wrapper.c (sim_create_inferior): Use bfd machine type to determine processor type to emulate. * armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC when emulating StrongARM. | |||||
2000-07-04 | * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn. | Alexandre Oliva | 2 | -1/+3 | |
2000-07-04 | * armemu.h (INSN_SIZE): New macro. | Alexandre Oliva | 4 | -45/+48 | |
(SET_ABORT): Save CPSR in SPSR and set LR. * armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE. (WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode. * arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE. | |||||
2000-07-04 | * armemu.c (LoadSMult): Use WriteR15() to discard the least | Alexandre Oliva | 2 | -2/+5 | |
significant bits of PC. | |||||
2000-07-04 | * armemu.h (WRITEDESTB): New macro. | Alexandre Oliva | 3 | -37/+48 | |
* armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to modify PC. Moved the existing logic... (WriteR15Branch): ... here. New function. (WriteR15, WriteSR15): Drop the two least significant bits. (LoadSMult): Use WriteR15Branch() to modify PC. (LoadMult): Use WRITEDESTB() instead of WRITEDEST(). | |||||
2000-07-04 | * armemu.h (GETSPSR): Call ARMul_GetSPSR(). | Alexandre Oliva | 3 | -4/+18 | |
* armsupp.c (ARMul_CPSRAltered): Zero out bits as they're extracted from state->Cpsr, but preserve the unused bits. (ARMul_GetCPSR): Get bits preserved in state->Cpsr. (ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to get the full CPSR word. | |||||
2000-07-04 | * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New. | Alexandre Oliva | 4 | -30/+40 | |
(SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros. (SETPSR, SET_INTMODE, SETCC): Removed. * armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit mask. Use SETPSR_* to modify PSR. (ARMul_SetCPSR): Load all bits from value. * armemu.c (ARMul_Emulate, msr): Do not test bit mask. | |||||
2000-07-04 | * config/tc-arm.c (psrs): Accept combinations of flags. | Alexandre Oliva | 2 | -0/+125 | |
2000-07-04 | * arm-dis.c (print_insn_arm): Output combinations of PSR flags. | Alexandre Oliva | 2 | -21/+13 | |
2000-07-04 | * armemu.c (ARMul_Emulate): Compute writeback value before | Alexandre Oliva | 2 | -8/+20 | |
loading, since the offset register may be the destination register. | |||||
2000-07-04 | * armdefs.h (SYSTEMBANK): Define as USERBANK. | Alexandre Oliva | 3 | -8/+6 | |
* armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases. | |||||
2000-07-04 | * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol | Alexandre Oliva | 2 | -0/+12 | |
value of PC-relative offsets. | |||||
2000-07-04 | TIc80 simulator. | Andrew Cagney | 18 | -1/+8613 | |
2000-07-04 | Rewrite gdb.asm so that it doesn't assume a C comiler (or any C | Andrew Cagney | 4 | -16/+48 | |
support). | |||||
2000-07-04 | Replace jumbo pattern match with gdb_expect_list(). | Andrew Cagney | 2 | -6/+38 | |
2000-07-04 | Fix MOVN.fmt and MOVZ.fmt, need to test GPR[RT]. | Andrew Cagney | 2 | -14/+14 | |
2000-07-04 | Fix hash section entry size to match ELF standard. Override for alpha-linux. | Jim Wilson | 3 | -1/+40 | |
* elf64-alpha.c (alpha_elf_size_info): New. (elf_backend_size_info): Define to alpha_elf_size_info. * elfcode.h (elf_size_info): Change hash bucket size to 4. | |||||
2000-07-04 | 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com> | Ulf Carlsson | 1 | -0/+5 | |
* elf32-mips.c: Include elf32-target.h again for the traditional MIPS targets. | |||||
2000-07-03 | 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com> | Ulf Carlsson | 1 | -0/+17 | |
* elf32-mips.c: Include elf32-target.h again for the traditional MIPS targets. | |||||
2000-07-03 | Tidy up formatting. | Nick Clifton | 7 | -80/+206 | |
Add -mall-opcodes, -mno-skip-bug, -mno-wrap. | |||||
2000-07-03 | Fix formatting. | Nick Clifton | 3 | -28/+33 | |
2000-07-03 | 2000-07-03 Christopher Faylor <cgf@cygnus.com> | Elena Zannoni | 2 | -33/+43 | |
Committed by Elena Zannoni <ezannoni@cygnus.com> * sh-tdep.c (sh_skip_prologue): Change prologue matching for modern compilers. (sh_frame_find_saved_regs): Ditto. (sh_find_callers_reg): Stop if pc is zero. | |||||
2000-07-03 | Fix typo in previous delta | Nick Clifton | 1 | -2/+2 | |
2000-07-03 | Turn a weak symbol into an external symbol for a non-shared, non-relocatable | Nick Clifton | 2 | -15/+36 | |
link. | |||||
2000-07-03 | Fix formatting of reloc16.c | Nick Clifton | 7 | -289/+276 | |
Regernate generated files. | |||||
2000-07-02 | * dllwrap.c: Changed mistaken dyn_string_append() calls | DJ Delorie | 2 | -71/+76 | |
to dyn_string_append_cstr(). | |||||
2000-07-02 | Forgot to commit the ChangeLog. | Ulf Carlsson | 1 | -0/+11 | |
2000-07-02 | 2000-07-01 Koundinya K <kk@ddeorg.soft.net> | Ulf Carlsson | 4 | -175/+266 | |
* configure.in: Add entry for mips-*-sysv4*MP* * configure: Rebuild * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or elf32-tradlittlemips for traditional mips targets. * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the test for Link Once sections as in adjust_reloc_syms. * config/te-tmips.h: New file for traditional mips targets. Define TE_TMIPS. | |||||
2000-07-02 | 2000-07-01 Koundinya K <kk@ddeorg.soft.net> | Ulf Carlsson | 6 | -14/+38 | |
* config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4* to add a new target for traditional mips i.e bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec. * configure.in: Likewise. * configure: Rebuild. * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in bfd_target_vector. (bfd_elf32_tradlittlemips_vec): Likewise. * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test to see that elfNN_bed does not get redefined even if the target file is included twice for a chip. See elf32-mips.c. | |||||
2000-07-02 | 2000-07-01 Koundinya K <kk@ddeorg.soft.net> | Ulf Carlsson | 5 | -0/+47 | |
* configure.tgt: Add traditional mips (mips*-*-sysv4*) target. * emulparams/elf32btsmip.sh: New file. * Makefile.am: Add traditional mips target. * Makefile.in: Rebuild. | |||||
2000-07-02 | 2000-07-01 Koundinya K <kk@ddeorg.soft.net> | Ulf Carlsson | 2 | -0/+21 | |
* ltconfig: Add support for mips-dde-sysv4.2MP | |||||
2000-07-01 | 2000-07-01 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -8/+19 | |
* Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for automake to use YLWRAP. * Makefile.in: Rebuild. |