summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Check for <sys/poll.h>.Andrew Cagney2000-07-055-194/+215
| |
* | Pass infodir down to sub-makes.Andrew Cagney2000-07-052-0/+6
| |
* | Update TODO.Andrew Cagney2000-07-052-0/+26
| |
* | * TODO: Update.Mark Kettenis2000-07-042-5/+7
| |
* | * armvirt.c (ABORTS): Do not define.Alexandre Oliva2000-07-042-1/+3
| |
* | * armdefs.h (struct ARMul_State): Add is_StrongARM.Alexandre Oliva2000-07-045-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.
* | * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.Alexandre Oliva2000-07-042-1/+3
| |
* | * armemu.h (INSN_SIZE): New macro.Alexandre Oliva2000-07-044-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.
* | * armemu.c (LoadSMult): Use WriteR15() to discard the leastAlexandre Oliva2000-07-042-2/+5
| | | | | | | | significant bits of PC.
* | * armemu.h (WRITEDESTB): New macro.Alexandre Oliva2000-07-043-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().
* | * armemu.h (GETSPSR): Call ARMul_GetSPSR().Alexandre Oliva2000-07-043-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.
* | * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.Alexandre Oliva2000-07-044-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.
* | * config/tc-arm.c (psrs): Accept combinations of flags.Alexandre Oliva2000-07-042-0/+125
| |
* | * arm-dis.c (print_insn_arm): Output combinations of PSR flags.Alexandre Oliva2000-07-042-21/+13
| |
* | * armemu.c (ARMul_Emulate): Compute writeback value beforeAlexandre Oliva2000-07-042-8/+20
| | | | | | | | | | loading, since the offset register may be the destination register.
* | * armdefs.h (SYSTEMBANK): Define as USERBANK.Alexandre Oliva2000-07-043-8/+6
| | | | | | | | * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
* | * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbolAlexandre Oliva2000-07-042-0/+12
| | | | | | | | value of PC-relative offsets.
* | TIc80 simulator.Andrew Cagney2000-07-0418-1/+8613
| |
* | Rewrite gdb.asm so that it doesn't assume a C comiler (or any CAndrew Cagney2000-07-044-16/+48
| | | | | | | | support).
* | Replace jumbo pattern match with gdb_expect_list().Andrew Cagney2000-07-042-6/+38
| |
* | Fix MOVN.fmt and MOVZ.fmt, need to test GPR[RT].Andrew Cagney2000-07-042-14/+14
| |
* | Fix hash section entry size to match ELF standard. Override for alpha-linux.Jim Wilson2000-07-043-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-03 Ulf Carlsson <ulfc@engr.sgi.com>Ulf Carlsson2000-07-041-0/+5
| | | | | | | | | | * elf32-mips.c: Include elf32-target.h again for the traditional MIPS targets.
* | 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>Ulf Carlsson2000-07-031-0/+17
| | | | | | | | | | * elf32-mips.c: Include elf32-target.h again for the traditional MIPS targets.
* | Tidy up formatting.Nick Clifton2000-07-037-80/+206
| | | | | | | | Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
* | Fix formatting.Nick Clifton2000-07-033-28/+33
| |
* | 2000-07-03 Christopher Faylor <cgf@cygnus.com>Elena Zannoni2000-07-032-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.
* | Fix typo in previous deltaNick Clifton2000-07-031-2/+2
| |
* | Turn a weak symbol into an external symbol for a non-shared, non-relocatableNick Clifton2000-07-032-15/+36
| | | | | | | | link.
* | Fix formatting of reloc16.cNick Clifton2000-07-037-289/+276
| | | | | | | | Regernate generated files.
* | * dllwrap.c: Changed mistaken dyn_string_append() callsDJ Delorie2000-07-022-71/+76
| | | | | | | | to dyn_string_append_cstr().
* | Forgot to commit the ChangeLog.Ulf Carlsson2000-07-021-0/+11
| |
* | 2000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-024-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-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-026-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-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-025-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-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-022-0/+21
| | | | | | | | * ltconfig: Add support for mips-dde-sysv4.2MP
* | 2000-07-01 H.J. Lu <hjl@gnu.org>H.J. Lu2000-07-013-8/+19
| | | | | | | | | | | | * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for automake to use YLWRAP. * Makefile.in: Rebuild.
* | AAganichev's parse_stab_type size fix.Alan Modra2000-07-012-0/+6
| |
* | * test cleanupFrank Ch. Eigler2000-07-012-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.
* | Revert previous ser-unix change. Locks up serial device.Andrew Cagney2000-07-012-26/+45
| |
* | Restore setting of SER_HARDWIRE. Lost during rs6000 merge.Andrew Cagney2000-07-012-3/+7
| |
* | Fix 2000-06-22. grep after running dep.sedAlan Modra2000-07-0115-40/+80
| |
* | Add entry omited when Stephane Carrez's h68hc11 code was chaecked in.Nick Clifton2000-06-301-0/+12
| |
* | * peicode.h (coff_swap_filehdr_in): can't use e_magic because weDJ Delorie2000-06-301-0/+5
| | | | | | | | can't assume the PE header is at 0x80.
* | * peicode.h (coff_swap_filehdr_in): can't use e_magic because weDJ Delorie2000-06-303-2/+15
| | | | | | | | | | can't assume the PE header is at 0x80. * coff/pe.h: clarify a comment
* | Remove unimplemented "PAGE N:" flag from default linker script.Timothy Wall2000-06-302-3/+8
| |
* | Do not change an existing section's attributes if a flags argument isn'tNick Clifton2000-06-292-12/+38
| | | | | | | | | | present. Warn if the new attributes don't match the section's current attributes.
* | Change the registers used in ldmac and stmac tests.Nick Clifton2000-06-293-11/+17
| |
* | Fix previous delta so that it is only used for TE_GO32 and not !TE_PE.Nick Clifton2000-06-292-6/+7
| |
* | * config/obj-aout.c (obj_aout_type): Do not ignore for undefinedHans-Peter Nilsson2000-06-292-15/+17
| | | | | | | | symbols; create them.
OpenPOWER on IntegriCloud