Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2000-07-01 | AAganichev's parse_stab_type size fix. | Alan Modra | 2 | -0/+6 | |
2000-07-01 | * test cleanup | Frank Ch. Eigler | 2 | -7/+21 | |
2000-07-01 Frank Ch. Eigler <fche@redhat.com> * binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize syntax to display more tcl nature. | |||||
2000-07-01 | Revert previous ser-unix change. Locks up serial device. | Andrew Cagney | 2 | -26/+45 | |
2000-07-01 | Restore setting of SER_HARDWIRE. Lost during rs6000 merge. | Andrew Cagney | 2 | -3/+7 | |
2000-07-01 | Fix 2000-06-22. grep after running dep.sed | Alan Modra | 15 | -40/+80 | |
2000-06-30 | Add entry omited when Stephane Carrez's h68hc11 code was chaecked in. | Nick Clifton | 1 | -0/+12 | |
2000-06-30 | * peicode.h (coff_swap_filehdr_in): can't use e_magic because we | DJ Delorie | 1 | -0/+5 | |
can't assume the PE header is at 0x80. | |||||
2000-06-30 | * peicode.h (coff_swap_filehdr_in): can't use e_magic because we | DJ Delorie | 3 | -2/+15 | |
can't assume the PE header is at 0x80. * coff/pe.h: clarify a comment | |||||
2000-06-30 | Remove unimplemented "PAGE N:" flag from default linker script. | Timothy Wall | 2 | -3/+8 | |
2000-06-29 | Do not change an existing section's attributes if a flags argument isn't | Nick Clifton | 2 | -12/+38 | |
present. Warn if the new attributes don't match the section's current attributes. | |||||
2000-06-29 | Change the registers used in ldmac and stmac tests. | Nick Clifton | 3 | -11/+17 | |
2000-06-29 | Fix previous delta so that it is only used for TE_GO32 and not !TE_PE. | Nick Clifton | 2 | -6/+7 | |
2000-06-29 | * config/obj-aout.c (obj_aout_type): Do not ignore for undefined | Hans-Peter Nilsson | 2 | -15/+17 | |
symbols; create them. | |||||
2000-06-29 | Set vma and lma for segment when using the BFD_ASSEMBLER for COFF format files. | Nick Clifton | 2 | -0/+29 | |
2000-06-29 | typo | DJ Delorie | 1 | -1/+1 | |
2000-06-29 | * syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH. | DJ Delorie | 2 | -1/+5 | |