aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-18 * breakpoint.c (condition_command): Post breakpoint_modifyKeith Seitz2-13/+30
when a condition is added to an existing breakpoint. (commands_command): Likewise for commands. (set_ignore_count): Likewise for ignore counts. If no tty, do not simply return, still need to send event notification. (ignore_command): Only print a newline if the command came from a tty. Don't call breakpoints_changed, since this is now properly handled by set_ignore_count.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley1-0/+5
* configure.in: Add support for frv. * config.sub: Add support for frv.
2002-06-18* interp.c (sim_firmware_command): Initialize `address'.Andrew Cagney2-1/+8
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley14-2/+17242
* po/POTFILES.in: Add frv-*.[ch]. * disassemble.c (ARCH_frv): New macro. (disassembler): Handle bfd_arch_frv. * configure.in: Support frv_bfd_arch. * Makefile.am (HFILES): Add frv-*.h. (CFILES): Add frv-*.c (ALL_MACHINES): Add frv-*.lo. (CLEANFILES): Add stamp-frv. (FRV_DEPS): New variable. (stamp-frv): New target. (frv-asm.lo): New target. (frv-desc.lo): New target. (frv-dis.lo): New target. (frv-ibld.lo): New target. (frv-opc.lo): New target. (frv-*.[ch]): New files.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley6-1/+40
From Catherine Moore, Michael Meissner, Jim Blandy: * emulparams/elf32frv.sh: New file. * configure.tgt: Support frv-*-*. * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o. (eelf32frv.c): New target.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley2-0/+6
From Catherine Moore: * dis-asm.h (print_insn_frv): New prototype.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley3-0/+103
From Catherine Moore, Michael Meissner, Dave Brolley: * common.h (EM_CYGNUS_FRV): New macro. * frv.h: New file.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley9-0/+1791
From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley: * po/POTFILES.in: Add tc-frv.c, tc-frv.h. * configure.in: Support frv-*-*. * Makefile.am (CPU_TYPES): Add frv. (TARGET_CPU_CFILES): Add tc-frv.c. (TARGET_CPU_HFILES): Add tc-frv.h. (DEPTC_frv_coff): New variable. (DEPTC_frv_elf): New variable. (DEPOBJ_frv_coff): New variable. (DEPOBJ_frv_elf): New variable. (DEP_frv_coff): New variable. (DEP_frv_elf): New variable. * tc-frv.c: New file. * tc-frv.h: New file.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley4-0/+3904
* gas/frv: New testsuite.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley5-0/+20
From Catherine Moore: * readelf.c (elf/frv.h): #include it. (guess_is_rela): Support EM_CYGNUS_FRV. (dump_relocations): Ditto. (get_machine_name): Ditto. * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley13-5/+1563
From Catherine Moore, Michael Meissner, Dave Brolley: * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c * targets.c: Support bfd_elf32_frv_vec. * reloc.c: Add FRV relocs. * configure.in: Add support for bfd-elf32-frv-vec. * config.bfd (targ_cpu): Add support for frv-*-elf. * archures.c: Add frv arch and machines. * Makefile.am (ALL_MACHINES): Add cpu-frv.lo. (ALL_MACHINES_CFILES): Add cpu-frv.c. (BFD32_BACKENDS): Add elf32-frv.lo. (BFD32_BACKENDS_CFILES): Add elf32-frv.c (cpu-frv.lo): New target. (elf32-frv.lo): New target. * cpu-frv.c: New file. * elf32-frv.c: New file.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley2-2/+8
* configure.in: Add support for frv. * config.sub: Add support for frv.
2002-06-18 * Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.Ben Elliston3-2/+7
* Makefile.in: Regenerate.
2002-06-18* MAINTAINERS: Note that cris-elf target can be compiled withAndrew Cagney3-3/+10
-Werror. * cris-tdep.c (cris_register_name): Make return type constant. (cris_breakpoint_from_pc): Ditto.
2002-06-18 * interp.c (sim_resume): Fix setting of bus error forJoern Rennecke2-1/+6
instruction fetch.
2002-06-18binutils/Jakub Jelinek4-24/+46
* readelf.c (get_file_header): Only read the first section header if e_shoff is non-zero. bfd/ * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies e_shnum == 0. Only read the first section header if e_shoff is non-zero. Don't consider e_shstrndx if there are no sections.
2002-06-182002-06-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-1/+6
* frame.h (struct frame_info): Change type of context to 'struct context'.
2002-06-18merge from gccDJ Delorie2-12/+9
2002-06-18* config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.Catherine Moore2-1/+7
2002-06-18*** empty log message ***gdbadmin1-1/+1
2002-06-18daily updateAlan Modra1-1/+1
2002-06-17* hw-events.c (hw_event_queue_schedule): Initialize `dummy'.Andrew Cagney2-0/+3
2002-06-17* d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum.Andrew Cagney2-1/+5
2002-06-17* gdbarch.sh (REGISTER_NAME): Change return type a constant stringAndrew Cagney24-37/+76
pointer. * gdbarch.h, gdbarch.c: Regenerate. * config/mips/tm-mips.h (mips_register_name): Update. * i386-tdep.h (i386_register_name): Update. * mips-tdep.c (mips_register_name): Update * alpha-tdep.c (alpha_register_name): Update. * arch-utils.c (legacy_register_name): Update. * arch-utils.h (legacy_register_name): Update. * avr-tdep.c (avr_register_name): Update. * ia64-tdep.c (ia64_register_name): Update. * i386-tdep.c (i386_register_name): Update. * sparc-tdep.c (sparc32_register_name): Update. (sparc64_register_name): Update. (sparclite_register_name): Update. (sparclet_register_name): * sh-tdep.c (sh_generic_register_name): Update. (sh_sh_register_name): Update. (sh_sh3_register_name): Update. (sh_sh3e_register_name): Update. (sh_sh_dsp_register_name): Update. (sh_sh3_dsp_register_name): Update. (sh_sh4_register_name): Update. (sh_sh64_register_name): Update. * s390-tdep.c (s390_register_name): Update. * rs6000-tdep.c (rs6000_register_name): Update. * ns32k-tdep.c (ns32k_register_name_32082): Update. (ns32k_register_name_32382): Update. * d10v-tdep.c (d10v_ts2_register_name): Update. (d10v_ts3_register_name): Update. * xstormy16-tdep.c (xstormy16_register_name): Update. * vax-tdep.c (vax_register_name): Update. * v850-tdep.c (v850_register_name): Update. * m68hc11-tdep.c (m68hc11_register_name): Update. * mn10300-tdep.c (mn10300_generic_register_name): Update. (am33_register_name): Update.
2002-06-17* simops.c (trace_result): Fix printf formatting.Andrew Cagney2-1/+6
2002-06-17Indented m68k-tdep.c using gdb_indent.shGrace Sainsbury1-0/+4
2002-06-17* sim-memopt.c: Include <unistd.h>.Andrew Cagney3-1/+11
(do_memopt_add): Fix printf format. * sim-events.c (sim_events_schedule): Initialize ``dummy''.
2002-06-17* gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 andAndrew Cagney4-2/+13
``t'' to NULL. * igen.c (main): Add default case to switch. * gen-icache.c (print_icache_extraction): Ditto.
2002-06-17Indented file using gdb_indent.sh.Grace Sainsbury1-13/+13
2002-06-17* Makefile.in (BUILD_CFLAGS): Remove -O0.Andrew Cagney2-1/+5
2002-06-172002-06-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+18
* psim.c (psim_options): Don't choke when gdb invokes us with the --architecture option, just ignore it.
2002-06-17* gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to theAndrew Cagney2-1/+9
list of predefined types.
2002-06-17 * gdbmi.texinfo: Update command examples with real MI behavior.Keith Seitz2-5/+11
2002-06-17 * config/tc-sh.c (assemble_ppi): Initialize reg_n.Joern Rennecke2-0/+5
2002-06-17Fix comment.Joern Rennecke1-1/+1
2002-06-17 * gas/sh/dsp.s: Add three more instructions.Joern Rennecke3-1/+12
* gas/sh/dsp.d: Update.
2002-06-17Fix ld segfault for some elf targets. Fix default layout for d10v.Tom Rix4-4/+15
2002-06-17Tests for d10v.Tom Rix44-0/+678
2002-06-17Fix build breakage.Tom Rix2-0/+7
2002-06-17Fix pc relocations.Tom Rix2-7/+13
2002-06-17 * opncls.c (bfd_openr): Remove redundant bfd_set_error.Alan Modra2-6/+7
(bfd_fdopenr): Likewise. (bfd_openstreamr): Likewise. (bfd_openw): Likewise.
2002-06-17 * targets.c: Sort target vecs.Alan Modra4-200/+252
(_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec, bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec, bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec. * configure.in: Sort target vecs. Add m88kmach3_vec. * configure: Regenerate.
2002-06-17*** empty log message ***gdbadmin1-1/+1
2002-06-17daily updateAlan Modra1-1/+1
2002-06-16 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use memberHans-Peter Nilsson2-2/+11
bpo_reloc_no to break sort order ties, not address of items.
2002-06-16Import current --enable-gdb-build-warnings.Andrew Cagney31-1063/+1529
2002-06-16* Makefile.in (autoconf-changelog autoheader-changelog): Let name,Andrew Cagney2-4/+14
id, date and host to be overriden by NAME, ID, DATE and HOST respectfully. Use ISO dates.
2002-06-16* config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,Mark Kettenis3-28/+15
REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Remove defines. (i386_register_virtual_type, i386_register_convertible, i386_register_convert_to_virtual, i386_register_convert_to_raw): Remove prototypes. * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the macros mentioned above.
2002-06-16 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.Jeff Law3-39/+51
Skip excluded sections in determing __gp value. (elf_hppa_final_link_relocate): Use the symbol's address in R_PARISC_FPTR64 relocations that don't need an opd entry. * elf64-hppa.c (allocate_dynrel_entries): Simplify code. (elf64_hppa_finalize_dynreloc): Likewise. (elf64_hppa_size_dynamic_sections): Move comments and fix typo. (elf64_hppa_finish_dynamic_symbol): Break up assert.
2002-06-16* config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.Mark Kettenis3-19/+59
(i386lynx_saved_pc_after_call): Remove prototype. * i386ly-tdep.c: Include "i386-tdep.h". (i386lynx_saved_pc_after_call): Make static. Use read_memory_nobpt instead of read_memory. Use read_memory_unsigned_integer instead of read_memory_integer. (i386lynx_init_abi): New function. (i386lynx_coff_osabi_sniffer): New function. (_initialize_i386bsd_tdep): New function.