aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-07Import of readline 4.0readline_4_0Elena Zannoni19-467/+21620
2000-07-07This commit was generated by cvs2svn to track changes on a CVS vendorElena Zannoni9-0/+21400
branch.
2000-07-07* archive.c (_bfd_write_archive_contents): Add an informativeDJ Delorie2-0/+10
comment.
2000-07-07Dummy commit before importof 4.1 versionElena Zannoni0-0/+0
2000-07-07Fix comments.Nick Clifton16-580/+634
2000-07-07fixed another comment formatting problem.Nick Clifton1-1/+2
2000-07-07oops - omitted from previous deltaNick Clifton1-2/+2
2000-07-07Fix formatting.Nick Clifton2-58/+61
2000-07-072000-07-07 Andrew Haley <aph@cygnus.com>Andrew Haley2-0/+6
* cplus-dem.c (main): fflush() after emitting last char before waiting for input.
2000-07-07 * symlink-tree: Check number of arguments.Jeff Law2-0/+9
2000-07-07More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,Andrew Cagney3-65/+40
SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC, INNER_THAN.
2000-07-07* config/i386/tm-linux.h: Add longjmp support.Mark Kettenis2-0/+22
(JB_ELEMENT_SIZE, JB_PC): New defines. (GET_LONGJMP_TARGET): Define. (get_longjmp_target): Add prototype.
2000-07-07* breakpoint.c (bpstat_what): Keep returningMark Kettenis2-1/+8
BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp() breakpoints instead of signalling an error by returning BPSTAT_WHAT_STOP_NOISY.
2000-07-06Fix formattingNick Clifton2-31/+26
2000-07-062000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-3/+9
* mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.
2000-07-06* infcmd.c (attach_command): Move "stop_soon_quietly" setting insideChristopher Faylor2-1/+7
ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not calling wait_for_inferior.
2000-07-06oops - omitted frpom previous deltaNick Clifton1-1/+1
2000-07-06Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implementNick Clifton3-0/+23
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
2000-07-06Always NULL terminate long option list.Andrew Cagney2-3/+12
2000-07-06Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2-1/+11
* config/tc-d30v.h: Include "write.h" for fixS. (d30v_start_line, md_pcrel_from_section): Add function prototypes.
2000-07-06Update texinfo.tex to version 2000-05-28.15.Andrew Cagney2-8/+19
2000-07-05Fix expected resultsNick Clifton3-98/+114
Fix expected results.
2000-07-05oops - omitted from previous deltaNick Clifton1-0/+6
2000-07-05Further changes to warning messagesNick Clifton1-4/+6
2000-07-05Change minimum loop size limit to 0x10 (103792)Nick Clifton2-1/+5
2000-07-05Add Mike MeissnerNick Clifton2-1/+6
2000-07-05add MAINTAINERS filesDJ Delorie14-0/+79
2000-07-05Remove \centerline from the blurb. Patch from Brian Youmans.Eli Zaretskii2-5/+11
2000-07-05Keep NATDEPFILES on a single line.Andrew Cagney2-2/+7
2000-07-05Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.Andrew Cagney3-50/+58
2000-07-05Replace command_loop_marker() with null_cleanup().Andrew Cagney4-18/+10
2000-07-05Check for <sys/poll.h>.Andrew Cagney5-194/+215
2000-07-05Pass infodir down to sub-makes.Andrew Cagney2-0/+6
2000-07-05Update TODO.Andrew Cagney2-0/+26
2000-07-04* TODO: Update.Mark Kettenis2-5/+7
2000-07-04* armvirt.c (ABORTS): Do not define.Alexandre Oliva2-1/+3
2000-07-04* armdefs.h (struct ARMul_State): Add is_StrongARM.Alexandre Oliva5-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 Oliva2-1/+3
2000-07-04* armemu.h (INSN_SIZE): New macro.Alexandre Oliva4-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 leastAlexandre Oliva2-2/+5
significant bits of PC.
2000-07-04* armemu.h (WRITEDESTB): New macro.Alexandre Oliva3-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 Oliva3-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 Oliva4-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 Oliva2-0/+125
2000-07-04* arm-dis.c (print_insn_arm): Output combinations of PSR flags.Alexandre Oliva2-21/+13
2000-07-04* armemu.c (ARMul_Emulate): Compute writeback value beforeAlexandre Oliva2-8/+20
loading, since the offset register may be the destination register.
2000-07-04* armdefs.h (SYSTEMBANK): Define as USERBANK.Alexandre Oliva3-8/+6
* armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
2000-07-04* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbolAlexandre Oliva2-0/+12
value of PC-relative offsets.
2000-07-04TIc80 simulator.Andrew Cagney18-1/+8613
2000-07-04Rewrite gdb.asm so that it doesn't assume a C comiler (or any CAndrew Cagney4-16/+48
support).