aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-30* i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET toMark Kettenis2-1/+4
i386nbsd_sc_pc_offset on OpenBSD too.
2002-06-30* config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]Mark Kettenis4-15/+36
(IN_SOLIB_CALL_TRAMPOLINE): Remove define. * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove define. * i386bsd-tdep.c: Include "arch-utils.h". (i386bsd_aout_in_solib_call_trampoline): New function. (i386bsd_init_abi): Set in_solib_call_trampoline to i386bsd_aout_in_solib_call_trampoline. (i386nbsdelf_init_abi, i386fbsd_init_abi): Set in_solib_call_trampoline to generic_in_solib_call_trampoline.
2002-06-30*** empty log message ***gdbadmin1-1/+1
2002-06-30daily updateAlan Modra1-1/+1
2002-06-29 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading andHans-Peter Nilsson2-8/+20
trailing zero-sequences when there's previous left-over data.
2002-06-29 * ld-mmix/sec-8m.d, ld-mmix/sec-8m.s, ld-mmix/sec-8a.s,Hans-Peter Nilsson6-0/+51
ld-mmix/sec-8b.s, ld-mmix/sec-8d.s: New test.
2002-06-29 * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.Stephane Carrez2-1/+5
2002-06-29 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.Stephane Carrez7-0/+45
* emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define. * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define. (EEPROM_START_ADDR): Define. (EEPROM_MEMORY): Define. * emulparams/m68hc12elf.sh: Likewise. * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs section to put soft registers in .page0. * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
2002-06-29 * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sectionsStephane Carrez2-1/+8
.softregs and .eeprom.
2002-06-292002-06-28 David O'Brien <obrien@FreeBSD.org>David O'Brien2-0/+7
* NEWS: Note the next release is 2.13.
2002-06-29*** empty log message ***gdbadmin1-1/+1
2002-06-29daily updateAlan Modra1-1/+1
2002-06-28* macrotab.h: Do not include "obstack.h" or "bcache.h".Andrew Cagney3-3/+9
(struct obstack, struct bcache): Add opaque declarations. * Makefile.in (macrotab_h): Update
2002-06-28* blockframe.c (generic_find_dummy_frame): Change return type toAndrew Cagney2-19/+43
``struct regcache''. (struct dummy_frame): Replace field ``registers'' with regcache, a struct regcache object. (generic_find_dummy_frame): Update. (generic_push_dummy_frame): Update. Use regcache_xfree, regcache_xmalloc and regcache_cpy. (generic_pop_dummy_frame): Update. Use regcache_cpy and regcache_xfree. (deprecated_generic_find_dummy_frame): Update. (generic_read_register_dummy): Update. Use regcache_read_as_address. (generic_call_dummy_register_unwind): Update. Use regcache_read. (generic_get_saved_register): Update. Use regcache_read.
2002-06-28* Makefile.in (objfiles_h): Add $(bcache_h).Andrew Cagney4-3/+12
* objfiles.h: Include "bcache.h". * Makefile.in (symtab_h): Remove $(bcache_h). * symtab.h: Do not include "bcache.h".
2002-06-28* ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid toAndrew Cagney2-0/+7
generic_func_frame_chain_valid.
2002-06-282002-06-28 David O'Brien <obrien@FreeBSD.org>David O'Brien3-0/+13
* config/i386/nm-fbsd.h: Include <sys/param.h>. * config/i386/tm-fbsd.h: Likewise.
2002-06-28* rs6000-tdep.c (rs6000_gdbarch_init): UseAndrew Cagney2-1/+6
generic_unwind_get_saved_register.
2002-06-28daily updateAlan Modra1-1/+1
2002-06-28*** empty log message ***gdbadmin1-1/+1
2002-06-27 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opdJeff Law2-1/+9
section. Add ${RELOCATING-0}.
2002-06-27 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.Jeff Law2-1/+35
(elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec and opd_rel_sec in order for starting rela section. Check _raw_size. (elf_backend_reloc_type_class): Define.
2002-06-27From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:Andrew Cagney2-1/+8
* regcache.c (supply_register): Add missing argument to register_buffer call.
2002-06-27* Makefile.in (init.c): Drop -e option to grep. Not necessary andAndrew Cagney2-1/+6
Solaris /bin/grep does not not like it. From Peter Schauer.
2002-06-27* gdbint.texinfo (User Interface): ISO C rather than ISO-C.Andrew Cagney2-4/+10
(Coding): Clarify ISO C version that GDB assumes.
2002-06-272002-06-27 Kevin Buettner <kevinb@redhat.com>Alan Modra2-14/+15
* dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit DWARF2 formats.
2002-06-27 * cpu-powerpc.c: Comment on ordering of arch_info.Alan Modra4-1/+62
* elf32-ppc.c (ppc_elf_object_p): New function. (elf_backend_object_p): Define. * elf64-ppc.c (ppc64_elf_object_p): New function. (elf_backend_object_p): Define.
2002-06-27Zap remainder of gdb.threads-hp directory.Andrew Cagney6-961/+31
2002-06-27daily updateAlan Modra1-1/+1
2002-06-27*** empty log message ***gdbadmin1-1/+1
2002-06-26 * gdbint.texinfo (User Interface): Mention add_setshow_cmd andTom Tromey2-1/+14
2002-06-26 * command.h (add_setshow_cmd): Declare.Tom Tromey3-19/+77
(add_setshow_cmd_full): Declare. * cli/cli-decode.c (add_setshow_cmd): No longer static. Now returns void. Use add_setshow_cmd_full. (add_setshow_cmd_full): New function. (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full. (add_setshow_boolean_cmd): Likewise.
2002-06-26Remove files checked in by mistake.Jason Thorpe4-64/+0
2002-06-26* config/vax/tm-vax.h: Protect from multiple inclusion.Jason Thorpe8-16/+120
(TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR) (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to... * config/vax/tm-vaxbsd.h: ...here. New file. * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2002-06-26* config/vax/tm-vax.h (BREAKPOINT): Remove.Jason Thorpe4-14/+30
(BELIEVE_PCC_PROMOTION): Remove. (AP_REGNUM): Move to... * config/vax/nm-vax.h: ...here. * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM. (vax_breakpoint_from_pc): New function. (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc and gdbarch_believe_pcc_promotion.
2002-06-26* config/m68k/tm-m68k.h: Rearrange code so macros not in theGrace Sainsbury3-49/+99
gdbarch vector are at the top. (NUM_REGS): Remove. (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove. (FRAME_ARGS_ADDRESS): Remove. (FRAME_LOCALS_ADDRESS): Remove. (FRAME_NUM_ARGS): Remove. (FRAME_ARGS_SKIP): Remove. * m68k-tdep.c (enum): Add eumeration of special register numbers. (m68k_gdbarch_init): Add gdbarch initializations for macros undefined in tm-m68k.h
2002-06-26* Makefile.in (vax_tdep_h): Define.Jason Thorpe4-6/+57
(vax-tdep.o): Use $(vax_tdep_h). * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework. (vax_dump_tdep): New function. (_initialize_vax_tdep): Register vax_dump_tdep. * vax-tdep.h: Include osabi.h. (struct gdbarch_tdep): New.
2002-06-26ld:Joern Rennecke3-2/+21
* emulparams/shelf.sh (STACK_ADDR): Don't define. (OTHER_SECTIONS): Define. * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef. (OTHER_SECTIONS): Undef. newlib: * libc/sys/sh/crt0.S: Remove vestigial .section directive. gcc: * config/sh/crt1.asm: remove _stack label definition and sentinel value.
2002-06-26* frame.h (deprecated_generic_find_dummy_frame): RenameAndrew Cagney6-11/+38
generic_find_dummy_frame. * blockframe.c (generic_find_dummy_frame): Make static. (deprecated_generic_find_dummy_frame): New function. * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace generic_find_dummy_frame with deprecated_find_dummy_frame. (sh64_nofp_frame_init_saved_regs): Ditto. (sh_fp_frame_init_saved_regs): Ditto. * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto. (s390_frame_chain): Ditto. * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2002-06-26made regname function const char *Grace Sainsbury1-1/+1
2002-06-26Rescind Tom Rix's maintainerships.Nick Clifton2-2/+4
2002-06-26* monitor.h: Add the function regname to monitor_opsGrace Sainsbury8-33/+124
structure. This way NUM_REGS does not have to be a constant. * monitor.c (monitor_fetch_register): Added support for regname function. The function is called if the array regnames is NULL. (monitor_store_register): Same. * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces regnames array. (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL, cpu32bug_cmds.regname to point to new function. * abug-rom.c (abug_regname): Same as above. (init_abug_cmds): Same. * dbug-rom.c (dbug_regname): Same as above. (init_dbug_cmds): Same. * remote-est.c (est_regname): Same. (init_est_cmds): Same. * rom68k-rom.c (rom68k_regname): Same. (init_rom68k_cmds): Same.
2002-06-26 * nm.c (print_symname): When demangling, strip leading dots fromAlan Modra2-1/+28
symbol names to avoid confusing the demangler.
2002-06-26 * ldmisc.c (demangle): Restore dots stripped from sym name.Alan Modra2-2/+24
2002-06-26New Turkish translationNick Clifton2-4260/+4974
2002-06-26 * breakpoint.c (delete_command): Don't repeat `delete' commands.Tom Tromey2-0/+6
2002-06-26* configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.Jason Thorpe3-182/+163
* configure: Regenerate.
2002-06-26 * ecoff.c: (get_tag): Replace strcpy with xstrdup.Alan Modra4-55/+50
(ecoff_directive_def): Likewise. (ecoff_directive_tag): Likewise. * listing.c (file_info): Likewise. * hash.c (what): Likewise.
2002-06-262002-06-25 H.J. Lu <hjl@gnu.org>H.J. Lu9-0/+21
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated.
2002-06-26*** empty log message ***gdbadmin1-1/+1