summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2003-03-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-2516-42/+58
| | | | | | | | | | | | | | | | | | | | * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1. * gdbarch.h, gdbarch.c: Re-generate. * config/sparc/tm-sparc.h (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define. * sparc-tdep.c (sparc_gdbarch_init): Set deprecated_extra_stack_alignment_needed. * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete. * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear extra_stack_alignment_needed. * v850-tdep.c (v850_gdbarch_init): Ditto. * hppa-tdep.c (hppa_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto. * m68k-tdep.c (m68k_gdbarch_init): Ditto. * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* Add iWMMXt supportNick Clifton2003-03-2517-27/+487
|
* 2003-03-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-2529-94/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace STORE_STRUCT_RETURN. * gdbarch.h, gdbarch.c: Regenerate. * d10v-tdep.c (d10v_store_struct_return): Delete function. (d10v_push_arguments): Set the struct return register. (d10v_gdbarch_init): Update. * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. * x86-64-tdep.c (x86_64_init_abi): Update. * vax-tdep.c (vax_gdbarch_init): Update. * v850-tdep.c (v850_gdbarch_init): Update. * sparc-tdep.c (sparc_gdbarch_init): Update. * sh-tdep.c (sh_gdbarch_init): Update. * s390-tdep.c (s390_gdbarch_init): Update. * rs6000-tdep.c (rs6000_gdbarch_init): Update. * ns32k-tdep.c (ns32k_gdbarch_init): Update. * mn10300-tdep.c (mn10300_gdbarch_init): Update. * mips-tdep.c (mips_gdbarch_init): Update. * mcore-tdep.c (mcore_gdbarch_init): Update. * m68k-tdep.c (m68k_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * i386-tdep.c (i386_gdbarch_init): Update. * hppa-tdep.c (hppa_gdbarch_init): Update. * h8300-tdep.c (h8300_gdbarch_init): Update. * frv-tdep.c (frv_gdbarch_init): Update. * cris-tdep.c (cris_gdbarch_init): Update. * avr-tdep.c (avr_gdbarch_init): Update. * arm-tdep.c (arm_gdbarch_init): Update. * alpha-tdep.c (alpha_gdbarch_init): Update.
* 2003-03-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-2532-130/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete. (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace CALL_DUMMY_STACK_ADJUST with a predicate variable. * gdbarch.h, gdbarch.c: Regenerate. * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set call_dummy_stack_adjust_p. * vax-tdep.c (vax_gdbarch_init): Ditto. * v850-tdep.c (v850_gdbarch_init): Ditto. * sh-tdep.c (sh_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * mips-tdep.c (mips_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * m68k-tdep.c (m68k_gdbarch_init): Ditto. * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. * ia64-tdep.c (ia64_gdbarch_init): Ditto. * i386-tdep.c (i386_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto. * frv-tdep.c (frv_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto. * avr-tdep.c (avr_gdbarch_init): Ditto. * arm-tdep.c (arm_gdbarch_init): Ditto. * alpha-tdep.c (alpha_gdbarch_init): Ditto. * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update. * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update. * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update. * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set call_dummy_stack_adjust_p. * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro. (CALL_DUMMY_STACK_ADJUST): Delete macro. * sparc-tdep.c (sparc32_push_arguments): Update. * valops.c (hand_function_call): Update. 2003-03-25 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete reference to CALL_DUMMY_STACK_ADJUST_P. Rename CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST. Add reference to PUSH_ARGUMENTS.
* * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call toCorinna Vinschen2003-03-252-0/+6
| | | | set_gdbarch_char_signed.
* PR cli/548Richard Earnshaw2003-03-252-1/+6
| | | | * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
* * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.Richard Earnshaw2003-03-252-2/+8
| | | | (_initialize_arm_tdep): Don't set tm_print_insn.
* Makefile.in (YYOBJ): Add objc-exp.tab.oAdam Fedor2003-03-253-0/+19
| | | | | objc-lang.h: Add multiple inclusion protection. (start_msglist, add_msglist, end_msglist): Additional declarations.
* 2003-03-24 Martin M. Hunt <hunt@redhat.com>Martin Hunt2003-03-252-3/+9
| | | | | | * generic/gdbtk-register.c (get_register_types): Use register_type instead of REGISTER_VIRTUAL_TYPE. (get_register): Ditto.
* *** empty log message ***gdbadmin2003-03-251-1/+1
|
* daily updateAlan Modra2003-03-241-1/+1
|
* * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enumRichard Earnshaw2003-03-242-1/+6
| | | | value was renamed to ARM_FLOAT_SOFT_FPA.
* Index: ChangeLogAndrew Cagney2003-03-2442-249/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-03-23 Andrew Cagney <cagney@redhat.com> * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN. (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID. * gdbarch.h, gdbarch.c: Regenerate. * valops.c (hand_function_call): Update. * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update. * frame.c (legacy_saved_regs_this_id): Update. (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update. * dummy-frame.h: Update. * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update. * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update. * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update. * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update. * config/m68k/tm-sun3.h: Update. * blockframe.c (inside_main_func, frame_chain_valid): Update. * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. * x86-64-tdep.c (x86_64_init_abi): Update. * vax-tdep.c (vax_gdbarch_init): Update. * v850-tdep.c (v850_gdbarch_init): Update. * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update. * sh-tdep.c (sh_gdbarch_init): Update. * s390-tdep.c (s390_gdbarch_init): Update. * rs6000-tdep.c (rs6000_frame_saved_pc): Update. (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update. (frame_get_saved_regs): Update. * ppc-linux-tdep.c (ppc_linux_init_abi): Update. * ns32k-tdep.c (ns32k_gdbarch_init): Update. * mn10300-tdep.c (mn10300_gdbarch_init): Update. * mips-tdep.c (mips_gdbarch_init): Update. * mcore-tdep.c (mcore_gdbarch_init): Update. * m68k-tdep.c (m68k_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update. * i386-interix-tdep.c (i386_interix_init_abi): Update. (i386_interix_back_one_frame): Update. * hppa-tdep.c (hppa_gdbarch_init): Update. (hppa_init_extra_frame_info): Update. * h8300-tdep.c (h8300_gdbarch_init): Update. * frv-tdep.c (frv_gdbarch_init): Update. * cris-tdep.c (cris_gdbarch_init): Update. * avr-tdep.c (avr_gdbarch_init): Update. * arm-tdep.c (arm_gdbarch_init): Update. * alpha-tdep.c (alpha_gdbarch_init): Update. Index: doc/ChangeLog 2003-03-23 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Algorithms, Target Architecture Definition): Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
* *** empty log message ***gdbadmin2003-03-241-1/+1
|
* daily updateAlan Modra2003-03-231-1/+1
|
* * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)Alexandre Oliva2003-03-232-4/+15
| | | | | instead of $$CC alone. (install_to_tooldir): Use it.
* *** empty log message ***gdbadmin2003-03-231-1/+1
|
* * arm-tdep.h (arm_float_model): Add AUTO and LAST values.Richard Earnshaw2003-03-224-28/+134
| | | | | | | | | | | | | | | | | (arm_get_fp_model): Declare. * arm-tdep.c (fp_model_strings): New string array. (arm_fp_model, current_fp_model): New variables. (arm_get_fp_model): New function. (arm_set_fp): New function. (set_fp_model_sfunc): New function. (show_fp_model): New function. (_initialize_arm_tdep): Add new command to set/show the FPU. (arm_extract_return_value): Use arm_get_fp_model. (arm_store_return_value): Likewise. (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp to initialize the floating-point data types. * arm-linux-tdep.c (arm_linux_init_abi): The default floating point model is FPA.
* * i386-dis.c (dis386): Recognize icebp (0xf1).Doug Evans2003-03-222-1/+5
|
* * arm-tdep.c (show_arm_command): Don't print out help. Instead, showRichard Earnshaw2003-03-222-20/+44
| | | | | | | | the current setting of each value. (_initialize_arm_tdep): Delete variable new_cmd and add new vars new_set and new_show. Use add_setshow_cmd_full and add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32" commands and add new version as subcommands of "set/show arm".
* * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.Richard Earnshaw2003-03-222-45/+94
| | | | | | | | | | | | | | | (set_arm_command, show_arm_command): New functions. (_initialize_arm_tdep): Add them. (num_disassembly_options): Renamed from num_flavor_options. (valid_disassembly_styles): Renamed from valid_flavors. (disassembly_style): Renamed from disassembly_flavor. (set_disassembly_style_sfunc): Renamed from set_disassembly_flavor_sfunc. (set_disassembly_style): Renamed from set_disassembly_flavor. (arm_othernames): Updated. (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor" command. Add "set/show arm disassembly" commands. Deprecate "othernames" command.
* * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.Richard Earnshaw2003-03-222-1/+8
| | | | (arm-tdep.o): Depend on elf_arm_h.
* * Makefile.in (coff_internal_h): Define.Richard Earnshaw2003-03-222-3/+9
| | | | (arm-tdep.o): Update dependencies.
* * arm-tdep.c (prologue_cache): Delete.Richard Earnshaw2003-03-222-81/+8
| | | | | | | (check_prologue_cache, save_prologue_cache): Delete. (arm_scan_prologue): Don't check or update the prologue_cache. (arm_gdb_arch_init): Don't initialize it. (_initialize_arm_tdep): Likewise.
* *** empty log message ***gdbadmin2003-03-221-1/+1
|
* daily updateAlan Modra2003-03-211-1/+1
|
* * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.Stephane Carrez2003-03-213-0/+62
| | | | * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
* * MAINTAINERS (tui): Maintainer of tui code.Stephane Carrez2003-03-212-2/+6
|
* * elf32-xstormy16.c (elf32_xstormy16_relocate_section): CallDJ Delorie2003-03-212-3/+6
| | | | _bfd_elf_rela_local_sym.
* * s390-dis.c (init_disasm): Rename S390_OPCODE_ESAME toMartin Schwidefsky2003-03-215-666/+717
| | | | | | | | | | | | | | S390_OPCODE_ZARCH. (print_insn_s390): Use new modes field of s390_opcodes. * s390-mkopc.c (ARCHBITS_ESAONLY, ARCHBITS_ESA, ARCHBITS_ESAME): Remove. (s390_opcode_mode_val, s390_opcode_cpu_val): New enums. (struct op_struct): Remove archbits. Add mode_bits and min_cpu. (insertOpcode): Replace archbits by min_cpu and mode_bits. (dumpTable): Write mode_bits and min_cpu instead of archbits. (main): Adapt to new format in s390-opcode.txt. * s390-opc.c (s390_opformats): Replace archbits by min_cpu and mode_bits. * s390-opc.txt: Replace archbits by min_cpu and mode_bits.
* * s390.h (s390_opcode_arch_val): Rename to s390_opcode_mode_val.Martin Schwidefsky2003-03-212-4/+20
| | | | | (S390_OPCODE_ESAME): Rename to S390_OPCODE_ZARCH. (s390_opcode): Remove architecture. Add modes and min_cpu.
* * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.Corinna Vinschen2003-03-216-2/+72
| | | | | | | | (i386-cygwin-tdep.o): Add dependencies. * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN. * i386-cygwin-tdep.c: New file. * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN. * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
* *** empty log message ***gdbadmin2003-03-211-1/+1
|
* daily updateAlan Modra2003-03-201-1/+1
|
* 2003-03-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-202-34/+4
| | | | | | * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro. (handle_inferior_event): Remove code calling DYNAMIC_TRAMPOLINE_NEXTPC.
* 2003-03-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-202-1/+11
| | | | | * Makefile.in (init.c): Don't add $(srcdir) prefix when a file already has a full path.
* 2003-03-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-202-6/+7
| | | | | * main.c (gdb_main): Return 1. (captured_main): Call error to report an invalid interpreter.
* 2003-03-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-203-1/+7
| | | | | * Makefile.in (alpha-osf1-tdep.o): Update dependencies. * alpha-osf1-tdep.c: Include "gdb_string.h".
* 2003-03-20 H.J. Lu <hjl@gnu.org>H.J. Lu2003-03-202-0/+9
| | | | | * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for non-ELF outputs.
* * gdb.base/default.exp: Fix regular expression.Corinna Vinschen2003-03-202-2/+6
|
* * gdb.base/args.exp: Fix regular expression.Corinna Vinschen2003-03-202-3/+7
|
* * gdb.base/help.exp: Allow Win32 child process.Corinna Vinschen2003-03-202-1/+5
|
* * gdb.base/ending-run.exp: Check for Cygwin specific wrapper functionCorinna Vinschen2003-03-202-0/+9
| | | | when stepping out of main().
* * gdb.base/default.exp: Check for win32 specific message when callingCorinna Vinschen2003-03-202-0/+11
| | | | "run" without executable.
* * gdb.base/args.exp: Expect .exe in output.Corinna Vinschen2003-03-202-3/+7
|
* * gdb.asm/asm-source.exp: Add appropriate --entry linker flag forCorinna Vinschen2003-03-202-0/+8
| | | | Cygwin native.
* fix date on latest ChangeLog entry.Nick Clifton2003-03-201-1/+1
|
* Add Cirrus Maverick support to arm simulatorNick Clifton2003-03-2012-33/+1490
|
* Initialise $idata2 and $idata5 in case bfd_coff_final_link is not called.Nick Clifton2003-03-202-15/+31
|
* Added Commandline Support.D.Venkatasubramanian2003-03-203-0/+214
| | | | | | | | | | | | | | | 2003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com> * compile.c (cmdline_location): Added function to return the location of 8-bit (256 locations) where the Command Line arguments would be stored. (decode): Added a TRAP to 0xcc for Commandline processing using pseudo opcode O_SYS_CMDLINE. (sim_resume): Added handling of O_SYS_CMDLINE Trap. (sim_create_inferior): Setting a pointer to Commandline Args array. * inst.h: Added a new variable ptr_command_line for storing pointer to Commandline array.