aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-162003-12-16 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+6
Patch submitted by Anil Paranjape <AnilP1@KPITCummins.com> * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits.
2003-12-162003-12-16 David Carlton <carlton@kealia.com>David Carlton2-2/+7
* cp-support.c (class_name_from_physname): Add DMGL_PARAMS. (method_name_from_physname): Ditto.
2003-12-16Remove -8 bias on PC-relative load instructions for arm-wince-pe targetNick Clifton8-6/+386
2003-12-16Only skip one instance of each prefix character, if they are present.Nick Clifton2-4/+40
2003-12-16merge from gccDJ Delorie3-32/+57
2003-12-16*** empty log message ***gdbadmin1-1/+1
2003-12-15daily updateAlan Modra1-1/+1
2003-12-15 * gas/z8k/eidi.s: Add uppercase forms. Add forms with commaChristian Groessler2-0/+25
separated parameters.
2003-12-15 * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere.Christian Groessler2-26/+80
(ctrl_table): Add "flags" keyword and some comments. (flag_table): Convert to uppercase. (get_flags_operand): Be case insensitive. (get_interrupt_operand): Be case insensitive. Support notation where the inperrupt arguments are separated by commas. (get_operands): Check whether get_flags_operand consumed all arguments. Return failure if get_ctrl_operand didn't recognize a valid control register. (get_specific): Add case CLASS_CTRL: Test for valid control register for ldctlb opcode. (build_bytes): Check for valid control registers.
2003-12-15 * z8k-dis.c (intr_names): Removed.Christian Groessler2-14/+61
(print_intr, print_flags): New functions. (unparse_instr): Use new functions.
2003-12-15* i386-sol2-tdep.c (i386_sol2_gregset_reg_offset): New variable.Mark Kettenis4-4/+43
(i386_sol2_init_abi): Initialize TDEP->gregset_reg_offset, TDEP->gregset_num_regs, TDEP->sizeof_gregset and TDEP->sizeof_fpregset. * config/i386/i386sol2.mh (XM_FILE): Set to xm-i386.h. (XM_CLIBS): Remove. (NATDEPFILES): Remove core-regset.o and corelow.o. * config/i386/i386sol2.mt (TDEPFILES): Add corelow.o.
2003-12-15merge from gccDJ Delorie2-1/+7
2003-12-15merge from gccDJ Delorie3-44/+136
2003-12-15Add PIPE_O attribute to "pop" instruction.Nick Clifton2-1/+5
2003-12-15(obj_crawl_symbol_chain): Skip defined symbols which resolve to symbolic values.Nick Clifton2-2/+11
2003-12-15Ensure that correct flags are set on known PE section types.Nick Clifton2-14/+56
2003-12-15 * arm-opc.h (arm_opcodes): Put V6 instructions before XScaleMark Mitchell2-64/+69
instructions.
2003-12-15 * gas/arm/thumbv6.s: Add nops.Mark Mitchell3-1/+17
* gas/arm/thumbv6.d: Use -M force-thumb option to objdump. Add nops.
2003-12-15*** empty log message ***gdbadmin1-1/+1
2003-12-14daily updateAlan Modra1-1/+1
2003-12-14* proc-api.c (procfs_note): Add format string to fprintf call.Mark Kettenis2-1/+3
2003-12-14* i386-tdep.c (i386_analyze_frame_setup): Add missing encodingsMark Kettenis2-1/+10
for `subl' and `xorl' instructions.
2003-12-14*** empty log message ***gdbadmin1-1/+1
2003-12-13 * gas/mmix/basep-8.d: Update for lcomm symbol type change.Alan Modra3-4/+9
* gas/mmix/basep-9.d: Likewise.
2003-12-13daily updateAlan Modra1-1/+1
2003-12-13* dwarf2read.c (dwarf2_add_member_fn, read_structure_scope):Jim Blandy2-2/+8
Replace uses of DEPRECATED_STREQ and DEPRECATED_STREQN with calls to strcmp and strncmp.
2003-12-13* osabi.c (gdbarch_init_osabi): Reformat error message with betterJim Blandy2-5/+10
line breaks.
2003-12-13* gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.Jim Blandy3-0/+140
2003-12-13 * mmix-opc.c (mmix_opcodes): Use GO_INSN_BYTE, PUSHGO_INSN_BYTE,Hans-Peter Nilsson2-8/+21
SETL_INSN_BYTE, INCH_INSN_BYTE, INCMH_INSN_BYTE, INCML_INSN_BYTE and SWYM_INSN_BYTE instead of raw numbers.
2003-12-13* blockframe.c (inside_main_func): Reformat. Introduce new localMark Kettenis2-58/+62
variables to prevent long lines. Update comments to reflect reality.
2003-12-13 * config/obj-elf.c: Convert to C90, remove unneeded prototypes andAlan Modra3-214/+142
casts. Formatting. * config/obj-elf.h: Remove PARAMS.
2003-12-13 * read.c (s_lcomm_internal): Make global.Alan Modra4-12/+31
* read.h (s_lcomm_internal): Declare. * config/obj-elf.c (elf_pseudo_table): Handle lcomm. (obj_elf_lcomm): New function.
2003-12-13 * read.c: Remove unneeded prototypes.Alan Modra5-368/+236
(s_comm): Split out code to.. (s_comm_internal): ..here. Tidy error returns. Rearrange so that "name" from input line may be used in more places. Merge code testing for valid size from elf_common. Merge code from s_lcomm_internal. Call comm_parse_extra. (bss_alloc): New function, split out of s_lcomm_internal and elf_common. (parse_align): Likewise. (s_lcomm_internal): Rewrite. (s_lcomm, s_lcomm_bytes): Use s_comm_internal. * read.h (bss_alloc, parse_align, s_comm_internal): Declare. * config/obj-elf.c (elf_common): Split out code to.. (elf_common_parse): ..here. Remove code common to s_comm_internal, parse_align and bss_alloc. Rearrange and Tidy. * config/tc-alpha.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Define.
2003-12-13 From David Mosberger <davidm@hpl.hp.com>:Kevin Buettner4-38/+47
* libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments with a single unw_dyn_info_t pointer. (libunwind_find_dyn_list): Likewise. * libunwind-frame.h: Likewise. * ia64-tdep.c (ia64_find_unwind_table): Switch to using UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the entire unwind-table at once. Support for this table format has been added to libunwind v0.95. (ia64_find_proc_info_x): Adjust for remote-unwind-table changes. (ia64_get_dyn_info_list): Adjust for interface change for libunwind_find_dyn_list().
2003-12-13 * gdb.asm/frv.inc: New file.Kevin Buettner3-0/+62
* gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2003-12-13*** empty log message ***gdbadmin1-1/+1
2003-12-12daily updateAlan Modra1-1/+1
2003-12-12Updated Romanian translationNick Clifton2-629/+917
2003-12-122003-12-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-20/+37
* breakpoint.c (breakpoint_enabled): New function to test whether breakpoint is active and enabled. (insert_bp_location, insert_breakpoints): Call new function to test for enabled breakpoint. (remove_breakpoint, breakpoint_here_p, breakpoint_thread_match) (bpstat_should_step, bpstat_have_active_hw_watchpoints) (disable_breakpoints_in_shlibs, hw_watchpoint_used_count) (disable_watchpoints_before_interactive_call_start) (breakpoint_re_set_one): Ditto. (bpstat_stop_status): Use new function and simplify test.
2003-12-12oops - forgot to add this file!Nick Clifton1-0/+484
2003-12-12* observer.c (observer_test_first_observer)Mark Kettenis2-11/+20
(observer_test_second_observer, observer_test_third_observer): Don't define as `static'. (observer_test_first_notification_function) (observer_test_second_notification_function) (observer_test_third_notification_function): Likewise.
2003-12-12 * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Check forAlan Modra2-2/+7
NULL dyn_h.
2003-12-12*** empty log message ***gdbadmin1-1/+1
2003-12-11daily updateAlan Modra1-1/+1
2003-12-11(INCLUDE_SECTION_IN_SEGMENT): Skip PT_GNU_STACK segments.Nick Clifton2-2/+8
2003-12-11* solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" insteadMark Kettenis2-1/+6
of (0).
2003-12-11Add --only-keep-debug to the --help output.Nick Clifton2-0/+7
2003-12-11Add support for the m32r2 processorNick Clifton30-168/+16057
2003-12-11 * MAINTAINERS (write after approval): Add myselfDhananjay Deshpande2-0/+5
2003-12-11 Fix GDB crash problem when object file of different H8 cpu is loadedDhananjay Deshpande6-53/+104