Jeff Law
cffaa28118
* symlink-tree: Check number of arguments.
2000-07-07 13:21:39 +00:00
Andrew Cagney
f7b9e9fc07
More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,
...
SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC,
INNER_THAN.
2000-07-07 09:19:03 +00:00
Mark Kettenis
f19ebbbc84
* config/i386/tm-linux.h: Add longjmp support.
...
(JB_ELEMENT_SIZE, JB_PC): New defines.
(GET_LONGJMP_TARGET): Define.
(get_longjmp_target): Add prototype.
2000-07-07 00:30:35 +00:00
Mark Kettenis
a48bb0b384
* breakpoint.c (bpstat_what): Keep returning
...
BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp()
breakpoints instead of signalling an error by returning
BPSTAT_WHAT_STOP_NOISY.
2000-07-07 00:20:29 +00:00
Nick Clifton
c3b7c7671f
Fix formatting
2000-07-06 23:26:55 +00:00
Michael Snyder
65c1106637
2000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.
2000-07-06 23:17:32 +00:00
Christopher Faylor
00373e55b6
* infcmd.c (attach_command): Move "stop_soon_quietly" setting inside
...
ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not
calling wait_for_inferior.
2000-07-06 20:58:33 +00:00
Nick Clifton
1ad5eac08e
oops - omitted frpom previous delta
2000-07-06 17:21:00 +00:00
Nick Clifton
b8a9dcabf3
Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement
...
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
2000-07-06 17:18:10 +00:00
Andrew Cagney
beb2de9b61
Always NULL terminate long option list.
2000-07-06 07:25:02 +00:00
Andrew Cagney
24ddb29628
Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
...
* config/tc-d30v.h: Include "write.h" for fixS.
(d30v_start_line, md_pcrel_from_section): Add function prototypes.
2000-07-06 07:01:38 +00:00
Andrew Cagney
ec9914b0ad
Update texinfo.tex to version 2000-05-28.15.
2000-07-06 05:39:36 +00:00
Nick Clifton
97b39d03ca
Fix expected results
...
Fix expected results.
2000-07-05 22:28:07 +00:00
Nick Clifton
1fe720117b
oops - omitted from previous delta
2000-07-05 21:56:08 +00:00
Nick Clifton
bcc74d77db
Further changes to warning messages
2000-07-05 21:55:13 +00:00
Nick Clifton
0dbdd75378
Change minimum loop size limit to 0x10 (103792)
2000-07-05 21:40:11 +00:00
Nick Clifton
68dcecab73
Add Mike Meissner
2000-07-05 20:11:22 +00:00
DJ Delorie
302ab118e1
add MAINTAINERS files
2000-07-05 19:28:06 +00:00
Eli Zaretskii
5f208f6d22
Remove \centerline from the blurb. Patch from Brian Youmans.
2000-07-05 13:11:41 +00:00
Andrew Cagney
90f59acafb
Keep NATDEPFILES on a single line.
2000-07-05 11:11:58 +00:00
Andrew Cagney
95cbc9830c
Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.
2000-07-05 10:55:17 +00:00
Andrew Cagney
e2273c6d9d
Replace command_loop_marker() with null_cleanup().
2000-07-05 10:36:41 +00:00
Andrew Cagney
409a3f64ac
Check for <sys/poll.h>.
2000-07-05 10:25:43 +00:00
Andrew Cagney
a5cb8284bf
Pass infodir down to sub-makes.
2000-07-05 08:12:04 +00:00
Andrew Cagney
5d35f0ac05
Update TODO.
2000-07-05 08:05:53 +00:00
Mark Kettenis
37d4dc7404
* TODO: Update.
2000-07-04 22:55:42 +00:00
Alexandre Oliva
ae3c7619e1
* armvirt.c (ABORTS): Do not define.
2000-07-04 08:00:19 +00:00
Alexandre Oliva
1e6b544a97
* armdefs.h (struct ARMul_State): Add is_StrongARM.
...
(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 07:18:18 +00:00
Alexandre Oliva
66210567f0
* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
2000-07-04 06:54:48 +00:00
Alexandre Oliva
e063aa3bd8
* armemu.h (INSN_SIZE): New macro.
...
(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 06:52:30 +00:00
Alexandre Oliva
13b6dd6f68
* armemu.c (LoadSMult): Use WriteR15() to discard the least
...
significant bits of PC.
2000-07-04 06:39:39 +00:00
Alexandre Oliva
892c6b9d8f
* armemu.h (WRITEDESTB): New macro.
...
* 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 06:35:36 +00:00
Alexandre Oliva
cf52c765b0
* armemu.h (GETSPSR): Call ARMul_GetSPSR().
...
* 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 06:19:29 +00:00
Alexandre Oliva
4ef2594f4e
* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
...
(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 06:06:30 +00:00
Alexandre Oliva
8de8f17e3d
* config/tc-arm.c (psrs): Accept combinations of flags.
2000-07-04 05:49:04 +00:00
Alexandre Oliva
6eeeb4b407
* arm-dis.c (print_insn_arm): Output combinations of PSR flags.
2000-07-04 05:47:22 +00:00
Alexandre Oliva
e62263b8ec
* armemu.c (ARMul_Emulate): Compute writeback value before
...
loading, since the offset register may be the destination
register.
2000-07-04 05:30:43 +00:00
Alexandre Oliva
b0eae074ca
* armdefs.h (SYSTEMBANK): Define as USERBANK.
...
* armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
2000-07-04 05:16:20 +00:00
Alexandre Oliva
ed1de528f6
* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
...
value of PC-relative offsets.
2000-07-04 05:11:37 +00:00
Andrew Cagney
6c29acca43
TIc80 simulator.
2000-07-04 05:00:54 +00:00
Andrew Cagney
78492fde3d
Rewrite gdb.asm so that it doesn't assume a C comiler (or any C
...
support).
2000-07-04 02:47:08 +00:00
Andrew Cagney
49a2cef8b7
Replace jumbo pattern match with gdb_expect_list().
2000-07-04 02:38:05 +00:00
Andrew Cagney
80ee11fa0e
Fix MOVN.fmt and MOVZ.fmt, need to test GPR[RT].
2000-07-04 02:32:58 +00:00
Jim Wilson
70bcb1452f
Fix hash section entry size to match ELF standard. Override for alpha-linux.
...
* 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 02:18:06 +00:00
Ulf Carlsson
b8ee63fa40
2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
...
* elf32-mips.c: Include elf32-target.h again for the traditional
MIPS targets.
2000-07-04 00:10:15 +00:00
Ulf Carlsson
e364195dbd
2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
...
* elf32-mips.c: Include elf32-target.h again for the traditional
MIPS targets.
2000-07-03 23:49:36 +00:00
Nick Clifton
00d2865b83
Tidy up formatting.
...
Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
2000-07-03 22:25:33 +00:00
Nick Clifton
c07ab2ec0c
Fix formatting.
2000-07-03 21:52:37 +00:00
Elena Zannoni
2bfa91eece
2000-07-03 Christopher Faylor <cgf@cygnus.com>
...
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 18:59:36 +00:00
Nick Clifton
99d6ac2f42
Fix typo in previous delta
2000-07-03 18:47:53 +00:00