aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-132004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney21-49/+57
* sparc-tdep.c: Replace VALUE_TYPE with value_type. * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto. * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto. * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto. * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto. * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto. * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-132004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-25/+28
Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM. * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete. (VALUE_REGNUM): Define. (struct value): Delete location.regnum, rename "regno" to "regnum". * value.c, valops.c, valarith.c, findvar.c: Update.
2004-11-13*** empty log message ***gdbadmin1-1/+1
2004-11-12daily updateAlan Modra1-1/+1
2004-11-12Add Sterling Augustine to previous entry (credit where it's due)Bob Wilson1-0/+1
2004-11-122004-11-12 Bob Wilson <bob.wilson@acm.org>Bob Wilson7-11/+56
include/ChangeLog * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id. * xtensa-isa.h (xtensa_interface_class_id): New prototype. bfd/ChangeLog * xtensa-isa.c (xtensa_interface_class_id): New. gas/ChangeLog * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if there is a conflict. (check_t1_t2_reads_and_writes): Check for both reads and writes to interfaces that are related as determined by xtensa_interface_class_id.
2004-11-122004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney36-511/+555
* value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE) (VALUE_BITPOS): Delete. (value_type, value_offset, value_bitsize, value_bitpos): Declare. * value.c (value_type, value_offset, value_bitpos) (value_bitsize): New functions. Update references. * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update. * f-valprint.c, cp-valprint.c, c-valprint.c: Update. * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update. * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update. * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update. * infcall.c, linespec.c, printcmd.c, valarith.c: Update. * valops.c, eval.c, findvar.c, breakpoint.c: Update. * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c: * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
2004-11-12 PR 18423Geoffrey Keating5-84/+87
* configure.in: Remove all instances of build-fixincludes from noconfigdirs. (build_configargs): Supply --target to subdirectories. * configure: Regenerate. * Makefile.def: Make gcc install depend on fixincludes install. * Makefile.in: Regenerate.
2004-11-122004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-32/+11
* cris-tdep.c (cris_register_offset): Delete, never called. (cris_spec_reg_applicable): Delete cris_ver_sim. * MAINTAINERS: List d10v as OBSOLETE. * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of FOPEN_WB et.al., defined by "fopen-bin.h".
2004-11-122004-11-12 Randolph Chung <tausq@debian.org>Randolph Chung5-28/+34
* hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ... * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here. * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ... * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
2004-11-122004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney73-50546/+4
* d30v, fr30, mn10200, z8k: Delete directory.
2004-11-12* tui/tui-io.c: Don't include "terminal.h".Mark Kettenis3-2/+6
* Makefile.in (tui-io.o): Update dependencies.
2004-11-12Fix off by one negative offsets for conditional branches.Nick Clifton5-3/+64
Add a test of this fix.
2004-11-122004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka3-1/+105
* Makefile.in (m32r-linux-tdep.o): Update dependencies. * m32r-linux-tdep.c (m32r_linux_init_abi): Call set_gdbarch_regset_from_core_section for core file support. (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section): New functions.
2004-11-122004-11-11 Randolph Chung <tausq@debian.org>Randolph Chung2-13/+38
* hppa-tdep.c (skip_prologue_hard_way): Make static, add stop_after_branch parameter and use it to determine if we should look at the delay slot of the first branch insn to find prologue insns. (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way. (hppa_frame_cache): Likewise.
2004-11-122004-11-11 Randolph Chung <tausq@debian.org>Randolph Chung2-10/+30
* hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer register so that it can be unwound from anywhere in the prologue.
2004-11-12*** empty log message ***gdbadmin1-1/+1
2004-11-11 * elf32-xtensa.c (property_table_compare): Remove assertion aboutBob Wilson2-7/+26
entries with the same address and non-zero size. (xtensa_read_table_entries): Report such entries as errors.
2004-11-11daily updateAlan Modra1-1/+1
2004-11-11sim/erc32:Andreas Schwab4-2/+11
* interf.c: Include "libiberty.h" instead of declaring buildargv ourselves. sim/ppc: * sim_calls.c: Include "libiberty.h".
2004-11-112004-11-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+158
* gdb.threads/threadapply.exp: New test. * gdb.threads/threadapply.c: New file.
2004-11-11mention who committed Jon's patch.Andrew Cagney1-0/+1
2004-11-112004-11-10 msnyder <msnyder@redhat.com>Michael Snyder2-4/+14
* rs6000-tdep.c (skip_prologue): After saving lr_offset, must invalidate lr_reg (so we don't try to save it again). Ditto for cr_offset and cr_reg.
2004-11-11gas/Bob Wilson6-4/+75
* config/tc-xtensa.c (MAX_IMMED6): Change value to 65. gas/testsuite/ * gas/xtensa/short_branch_offset.s: New. * gas/xtensa/short_branch_offset.d: New. * gas/xtensa/all.exp: Run new test.
2004-11-112004-11-05 Jon Beniston <jon@beniston.com>Andrew Cagney2-3/+12
* remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK when an unexpected packet is received, as the target stubs continually retransmit the same packet until ACKed.
2004-11-11 * elf32-arm.c (elf32_arm_final_link_relocate): Correct logic forMark Mitchell2-9/+17
R_ARM_RELATIVE on Symbian OS.
2004-11-11*** empty log message ***gdbadmin1-1/+1
2004-11-102004-11-10 Randolph Chung <tausq@debian.org>Randolph Chung2-1/+6
* frame.c (get_prev_frame): Use get_frame_type to retrieve the frame's type.
2004-11-10daily updateAlan Modra1-1/+1
2004-11-10 * config/tc-xtensa.c (update_next_frag_state): Always add a NOP ifBob Wilson2-33/+16
relaxing at the end of a loop. Don't mark frags as UNREACHABLE or MAYBE_UNREACHABLE. (relax_frag_immed): Update call to update_next_frag_state.
2004-11-102004-11-10 Randolph Chung <tausq@debian.org>Randolph Chung6-21/+54
* blockframe.c (inside_entry_func): Move to ..... * frame.c (inside_entry_func): ... here, and make static. (backtrace_past_entry): New flag. (get_prev_frame): Stop backtrace at the entry function if enabled by flag. Update comments. (_initialize_frame): Add command to set backtrace_past_entry flag. * defs.h (inside_entry_func): Remove prototype. doc/ * gdb.texinfo: Document set/show backtrace past-entry commands. Rearrange index entries for set/show backtrace past-main.
2004-11-10* dwarf2read.c: Fix formatting.Mark Kettenis2-12/+17
2004-11-102004-11-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney8-64/+100
* value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM) (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace macros with function declarations. * value.c (coerce_ref, coerce_array, coerce_number) (coerce_enum): New functions. (value_as_long, value_as_address): Update. * ada-lang.c (ada_coerce_ref, ada_value_binop) (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update. * jv-lang.c (evaluate_subexp_java): Update. * valarith.c (value_less, value_neg, value_complement) (value_binop, value_add, value_subscript, value_x_binop) (value_logical_not, value_sub): Update. * valops.c (check_field, value_struct_elt, value_ind) (value_find_oload_method_list, value_cast, value_assign): Update. * eval.c (evaluate_subexp_standard): Update.
2004-11-10* mips-tdep.c (mips32_relative_offset): Change return type toMark Kettenis2-10/+8
LONGEST, change argument type to ULONGEST. Fix sign-extension.
2004-11-102004-11-10 Randolph Chung <tausq@debian.org>Randolph Chung2-12/+32
* hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static. (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise. (hppa_fetch_pointer_argument): Likewise. (hppa_frame_cache): Use safe_frame_unwind_memory instead of deprecated_read_memory_nobpt. (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/ add_set_cmd sequence with add_setshow_boolean_cmd.
2004-11-10 PR binutils/536Ian Lance Taylor2-1/+9
* stabs.c (stab_demangle_template): Call stab_demangle_count rather than stab_demangle_get_count to get the length of a pointer target.
2004-11-102004-11-10 Jon Beniston <jon@beniston.com>Andrew Cagney2-1/+8
Committed by Andrew Cagney <cagney@gnu.org>. * gdb.texinfo (Remote Serial Protocol): Further describe binary transfer escaping mechanism .
2004-11-10 * defparse.y: Remove unnecessary commas from token list.Danny Smith2-2/+6
2004-11-10 * gas/i386/opcode.s: Pad section.Alan Modra5-6/+21
* gas/i386/intelok.s: Likewise. * gas/i386/opcode.d: Update. * gas/i386/intelok.d: Update.
2004-11-10 * ld-d10v/reloc-003.d: Update for changed error message.Alan Modra9-9/+20
* ld-d10v/reloc-004.d: Likewise. * ld-d10v/reloc-007.d: Likewise. * ld-d10v/reloc-008.d: Likewise. * ld-d10v/reloc-011.d: Likewise. * ld-d10v/reloc-012.d: Likewise. * ld-d10v/reloc-015.d: Likewise. * ld-d10v/reloc-016.d: Likewise.
2004-11-10 * obj.h (struct format_ops <app_file>): Add int param.Alan Modra10-39/+61
* read.h (s_app_file_string): Likewise. * read.c (s_app_file_string): Likewise. (s_app_file): Adjust s_app_file_string call. * config/tc-mips.c (s_mips_file): Likewise. * config/obj-coff.h (obj_app_file): Add app param. * config/obj-ecoff.h (obj_app_file): Likewise. * config/obj-multi.h (obj_app_file): Likewise. * config/obj-elf.h (elf_file_symbol): Likewise. * config/obj-elf.c (elf_file_symbol): Only emit one file symbol if called for # preprocessor lines.
2004-11-10GDB 6.3Andrew Cagney1-0/+4
2004-11-10*** empty log message ***gdbadmin1-1/+1
2004-11-09daily updateAlan Modra1-1/+1
2004-11-09Fix ChangeLog typo.Aaron W. LaFramboise1-1/+1
2004-11-092004-11-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-3/+9
* values.c: Rename to ... * value.c: ..., new file. * Makefile.in: Update.
2004-11-09 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocatedDaniel Jacobowitz2-1/+6
size.
2004-11-09 * som.c (som_bfd_print_private_bfd_data): New function.Mark Mitchell2-30/+92
(som_object_setup): Save the auxiliary header. Don't assume that zero is an invalid entry point for a shared library. (som_object_p): Allocate the auxiliary header on the heap.
2004-11-09 * elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&RMark Mitchell2-13/+12
declaration. (elf32_arm_symbian_modify_segment_map): Likewise.
2004-11-09 From David Poole <daveml@mbuf.com>:Daniel Jacobowitz2-0/+41
* elf32-arm.c (elf32_arm_readonly_dynrelocs): New function. (elf32_arm_size_dynamic_sections): Call it.