aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-03 * cli/cli-interp.c (cli_interpreter_resume): Update theDaniel Jacobowitz2-0/+22
cli_uiout's stream to gdb_stdout.
2003-07-032003-07-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-13/+96
* gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add predicate. * gdbarch.h, gdbarch.c: Re-generate. * regcache.c (init_regcache_descr): Use legacy code when either REGISTER_BYTE or REGISTER_RAW_SIZE is set.
2003-07-03merge from gccDJ Delorie2-1/+13
2003-07-03 * gdb.base/store.c (charest): New typedef.Daniel Jacobowitz3-19/+32
(add_char): Rename to add_charest, update. (wack_char): Rename to wack_charest, update types. Return l + r to keep r live across the call. (wack_short, wack_int, wack_long, wack_longest, wack_float) (wack_double, wack_doublest): Return l + r to keep r live across the call. * gdb.base/store.exp: Accomodate store.c changes.
2003-07-03daily updateAlan Modra1-1/+1
2003-07-03*** empty log message ***gdbadmin1-1/+1
2003-07-02 * NEWS: Move "set logging" entry into GDB 6.0 section.Daniel Jacobowitz2-2/+6
2003-07-02* s390-tdep.c (struct frame_extra_info): new member:Jim Blandy2-1/+12
'stack_bought_valid'. (s390_get_frame_info): Set fextra_info->stack_bought_valid if we initialize fextra_info->stack_bought. (s390_frameless_function_invocation): Don't trust the value of fextra_info_ptr->stack_bought unless fextra_info->stack_bought_valid is set.
2003-07-02New S390 prologue analyzer.Jim Blandy2-455/+1284
* s390-tdep.c (struct prologue_value, enum pv_boolean): New types. (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register, pv_constant_last, pv_add, pv_add_constant, pv_subtract, pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref, compute_x_addr, s390_on_stack, s390_store, s390_get_signal_frame_info): New functions. (S390_NUM_SPILL_SLOTS): New macro. (s390_get_frame_info): Rewritten. (is_arg_reg): Deleted. Break out the decoding of S/390 instructions into separate functions, to make it more legible, and easier to check against the spec. * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse, is_rx, is_rxe): New functions. (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras, op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi, op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st, op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New enums for opcode values. (Is this an improvement?)
2003-07-022003-06-24 Michael Snyder <msnyder@redhat.com>Michael Snyder3-2/+15
* sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define. * compile.c (sim_resume): Use the above to return stop signal.
2003-07-022003-07-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-25/+39
* i386-tdep.c: Revert change committed as part of trad-frame code below.
2003-07-02 * breakpoint.c (insert_catchpoint): Make static.Daniel Jacobowitz2-1/+5
2003-07-02 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byteAndreas Jaeger1-4/+22
before the call. Set %rax only to number of SSE registers used.
2003-07-02 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* andAlan Modra2-7/+20
_restf* to be satisfied by shared libs, and always force them local. (toc_adjusting_stub_needed): Avoid scanning linker created sections. Correct test for "bl". (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for primary opcode 31.
2003-07-02 * gas/mips/set-arch.d: Fix GPR names and show raw insns.Thiemo Seufer2-360/+364
2003-07-02daily updateAlan Modra1-1/+1
2003-07-02*** empty log message ***gdbadmin1-1/+1
2003-07-01 * ia64-tdep.c (ia64_push_dummy_call): Define as combination ofAndreas Schwab2-32/+35
former ia64_push_arguments and ia64_push_return_address, and use regcache functions instead of read/write_register. (ia64_gdbarch_init): Set push_dummy_call instead of deprecated_push_arguments and deprecated_push_return_address.
2003-07-01merge from gccDJ Delorie1-0/+4
2003-07-01 * readelf.c (dynamic_segment_ia64_val): Print address and newlineJakub Jelinek2-2/+12
for sections by default. Comment fix.
2003-07-01 * s390-dis.c (s390_extract_operand): Add support for long displacements.Martin Schwidefsky5-14/+224
* s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z990. * s390-opc.c (D20_20): Add define for 20 bit displacements. (INSTR_RRF_R0RR, INSTR_RSL_R0RD, INSTR_RSY_RRRD, INSTR_RSY_RURD, INSTR_RSY_AARD, INSTR_RXY_RRRD, INSTR_RXY_FRRD, INSTR_SIY_URD): Add new instruction formats. (MASK_RRF_R0RR, MASK_RSL_R0RD, MASK_RSY_RRRD, MASK_RSY_RURD, MASK_RSY_AARD, MASK_RXY_RRRD, MASK_RXY_FRRD, MASK_SIY_URD): Likewise. (s390_opformats): Likewise. * s390-opc.txt: Add new instructions for cpu type z990. Add missing hfp instructions. Add missing instructions pgin, pgout and xsch.
2003-07-01 * s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.Martin Schwidefsky2-1/+6
2003-07-01 * s390.h (elf_s390_reloc_type): Add long displacement relocationsMartin Schwidefsky2-0/+10
R_390_20, R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
2003-07-01 * config/tc-s390.c (md_parse_option): Add cpu type z990.Martin Schwidefsky2-15/+63
(md_begin): Add minimal cpu type logic for instructions with different binary format depending on the cpu. (md_assemble): Remove check for minimal cpu. (s390_insert_operand): Add support for long displacements. (md_gather_operands): Likewise. (tc_s390_fix_adjustable): Likewise. (tc_s390_force_relocation): Likewise. (md_apply_fix3): Likewise.
2003-07-01 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.Martin Schwidefsky6-4/+237
(s390_tls_reloc): New function. (elf_howto_table): Add long displacement relocations R_390_20, R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20. (elf_s390_reloc_type_lookup): Likewise. (elf_s390_check_relocs): Likewise. (elf_s390_gc_sweep_hook): Likewise. (elf_s390_relocate_section): Likewise. * elf64-s390.c: Same changes as for elf32-s390.c. * reloc.c: Add long displacement relocations BFD_RELOC_390_20, BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and BFD_RELOC_390_TLS_GOTIE20. * bfd-in2.h: Regenerate. * libbfd.h: Likewise.
2003-07-01 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byteAndreas Jaeger1-1/+7
before the call. Set %rax only to number of SSE registers used.
2003-07-012003-07-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-68/+132
* trad-frame.h: Update comments, a -1 .addr is reserved. (trad_frame_value_p, trad_frame_addr_p): Declare. (trad_frame_reg_p): Declare. (trad_frame_set_value): Rename trad_frame_register_value. (trad_frame_set_unknown): Declare. * trad-frame.c (trad_frame_realreg_p): New function. (trad_frame_addr_p, trad_frame_value_p): New function. (trad_frame_set_unknown): New function. (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero. (trad_frame_prev_register): Use trad_frame_realreg_p, trad_frame_addr_p and trad_frame_value_p. (trad_frame_set_value): Rename trad_frame_register_value. * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p and trad_frame_set_value.
2003-07-01merge from gccDJ Delorie1-0/+4
2003-07-01Patch from IBM (authors unspecified, probably Ulrich Weigand andJim Blandy2-36/+74
Gerhard Tonn) for argument passing on the S/390 and S/390x: * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space for 16 registers, and then 32 more bytes. (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS): New macros. (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially. Move up in the file, since it's now used by is_simple_arg. (is_simple_arg): Don't assume registers are four bytes long. Exclude all double arguments. Extended floats are not simple args. (is_power_of_two): New function. (pass_by_copy_ref): Call is_power_of_two, and check that the length fits in a register, rather than listing all the acceptable sizes. Extended floats are not passed by reference. (s390_push_arguments): Don't assume registers are four bytes long. Reserve an argument register to point to the buffer for structures returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and S390_STACK_FRAME_OVERHEAD.
2003-07-01*** empty log message ***gdbadmin1-1/+1
2003-07-01daily updateAlan Modra1-1/+1
2003-06-30 * xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS,Bob Wilson2-1/+10
XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define.
2003-06-302003-06-30 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-44/+27
* config/tc-mips.c (s_mipsset): Implement -march= handling differently.
2003-06-30 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, toAndreas Schwab2-1/+6
format error message.
2003-06-30 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.Joel Brobecker2-3/+4
2003-06-30Fix indentation of previous commit.David Carlton1-1/+1
2003-06-302003-06-30 David Carlton <carlton@kealia.com>David Carlton5-14/+98
Band-aid for PR c++/1245. * Makefile.in (cp-support.o): Depend on complaints_h. * cp-support.c: Include complaints.h. Add declaration for find_last_component. (cp_find_first_component): Separate code into cp_find_first_component_aux. (cp_find_first_component_aux): Call demangled_name_complaint. (demangled_name_complaint): New. 2003-06-30 David Carlton <carlton@kealia.com> * gdb.c++/maint.exp (test_invalid_name): New. (test_first_component): Add tests for invalid names.
2003-06-302003-06-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-19/+32
* remote.c (remote_write_bytes): Explicitly compute and then use the payload size. Update comments to reflect. Fixes problem of GDB not sending small packets as found by Fred Fish.
2003-06-302003-06-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* remote.c (remote_async_wait): Fix -Wformat problem.
2003-06-30 * config/tc-mips.c: Convert to ISO C90 prototypes. Remove unnecessaryThiemo Seufer3-1494/+1019
prototypes and casts. Replace PTR with void *. Reformat. * config/tc-mips.h: Likewise.
2003-06-30 * config/tc-ia64.c (note_register_values): Warning fix.Alan Modra3-2/+8
* config/tc-mips.c (append_insn): Likewise.
2003-06-30 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.Alan Modra2-12/+11
(ins_imms, ins_immsm1u4): Likewise. Warning fix.
2003-06-302003-06-29 Michael Chastain <mec@shout.net>Michael Chastain2-0/+27
* gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb output of '<VTT for class>' for virtual base classes.
2003-06-30*** empty log message ***gdbadmin1-1/+1
2003-06-30daily updateAlan Modra1-1/+1
2003-06-292003-06-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-23/+18
* remote.c (remote_wait): Call error, and not warning, when the packet is corrupt. (remote_async_wait): Ditto.
2003-06-29 * sparc-tdep.c (sparc_y_regnum): Make external again.Daniel Jacobowitz2-1/+5
2003-06-29 * gdb.base/completion.exp: Tab-complete "complet" instead ofDaniel Jacobowitz4-8/+126
"compl". * gdb.base/complex.exp, gdb.base/complex.c: New files.
2003-06-29 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.Daniel Jacobowitz3-3/+24
* gdb.base/volatile.exp: Likewise.
2003-06-29 * ld-mips-elf/elf-rel-got-n64-linux.d: New file.Thiemo Seufer6-69/+1000
* ld-mips-elf/elf-rel-xgot-n64-linux.d: New file. * ld-mips-elf/mips-elf.exp: Use the new files for Linux.