Andrew Cagney
129188f6b2
* README (Reporting Bugs in GDB): Document the bug web page as the
...
prefered way of submitting bugs.
Fix PR gdb/402.
* gdb.texinfo (Bug Reporting): Document that the web is the
prefered way of submitting bug reports.
(Bug Reporting): Delete the s-mail address as the last resort.
2002-04-07 19:09:58 +00:00
Andrew Cagney
aeec20bafb
From 2002-03-05 Scott Pakin <pakin@uiuc.edu>
...
* mmap-sup.c (MAP_PRIVATE_OR_SHARED): Define.
(__mmalloc_mmap_morecore): Use.
(__mmalloc_remap_core): Use.
2002-04-07 17:58:57 +00:00
Matthew Green
c657a1f082
* ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2002-04-07 13:57:53 +00:00
Matthew Green
0565ba9601
fix a typo in my name
2002-04-07 13:56:38 +00:00
Andrew Cagney
1200cd6e7e
* gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
...
-1. Update comment.
* gdbarch.h, gdbarch.c: Re-generate.
2002-04-07 02:16:46 +00:00
gdbadmin
2bb5238aee
*** empty log message ***
2002-04-07 00:00:33 +00:00
Alan Modra
239ea0b4e3
daily update
2002-04-07 00:00:05 +00:00
Andreas Schwab
2853c33c33
* m68klinux-nat.c (fill_fpregset): Properly pass address of
...
buffer to regcache_collect.
2002-04-06 23:42:15 +00:00
Andrew Cagney
c2169756a8
* gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
...
* gdbarch.c, gdbarch.h: Re-generate.
2002-04-06 20:50:10 +00:00
Andrew Cagney
25f1b00810
* symtab.c (lookup_symtab): Remove `const'' from
`rp''
...
declaration. Fix -Werror.
2002-04-06 18:28:20 +00:00
Daniel Jacobowitz
6c1e5d11fe
Correct bad checkin (missing semicolon somehow)
2002-04-06 03:07:59 +00:00
Daniel Jacobowitz
5926342628
2002-04-05 Daniel Jacobowitz <drow@mvista.com>
...
* gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
* gdbarch.c: Regenerate.
2002-04-06 02:39:10 +00:00
Michael Snyder
f5db4da3d7
2002-04-05 Michael Snyder <msnyder@redhat.com>
...
* cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2002-04-06 01:52:34 +00:00
H.J. Lu
ad3dcc5cf2
2002-04-05 H.J. Lu (hjl@gnu.org)
...
* solib-svr4.c (bkpt_names): Add "__start".
2002-04-06 01:51:35 +00:00
Andrew Cagney
f32e7a74f7
* sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
...
as test for 64 bit target.
2002-04-06 00:19:44 +00:00
Andrew Cagney
8227c0ffb1
* h8500-tdep.c (h8500_write_fp): Delete function.
...
* dwarf2cfi.c (cfi_write_fp): Document as not used.
* mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
* ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
* rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
* s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
(s390_write_fp):
* sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
* x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
* d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
(d10v_write_fp): Delete function.
* inferior.h (write_fp, generic_target_write_fp): Delete
declarations.
* regcache.c (generic_target_write_fp): Delete function.
(write_fp): Delete function.
* gdbarch.sh (TARGET_WRITE_FP): Delete.
* gdbarch.h, gdbarch.c: Regenerate.
* config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
* config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
(sparc64_write_fp): Delete declaration.
* config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
(h8500_write_fp): Delete declaration.
2002-04-06 00:02:52 +00:00
Alan Modra
6adce8c596
daily update
2002-04-06 00:00:08 +00:00
gdbadmin
6553d8d2ab
*** empty log message ***
2002-04-06 00:00:03 +00:00
Andrew Cagney
2757dd8645
* sparc-tdep.c (sparc64_write_fp): Delete.
...
(sparc_push_dummy_frame): Replace write_fp call with code to store
the FP directly.
(sparc_gdbarch_init): Do not initialize write_fp.
2002-04-05 23:38:07 +00:00
Hans-Peter Nilsson
32d279374d
* ld-cris/libdso-2.d, ld-cris/dso-2.s, ld-cris/hide1: New test.
2002-04-05 23:13:09 +00:00
Hans-Peter Nilsson
44aa49bb65
* elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
...
R_CRIS_32_PCREL>: Fix typo in name.
(cris_elf_check_relocs): Always create .rela.got here when
R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
(elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
assume it's created.
2002-04-05 23:11:32 +00:00
Kevin Buettner
c69255e19c
* rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
...
clause.
2002-04-05 22:36:32 +00:00
Jim Blandy
ae767bfb78
gdb/ChangeLog:
...
* stack.c (get_selected_block): Add new argument `addr_in_block',
used to return the exact code address we used to select the block,
not just the block.
* blockframe.c (get_frame_block, get_current_block): Same.
* frame.h (get_frame_block, get_current_block,
get_selected_block): Update declarations.
* linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
gdb/mi/ChangeLog:
* mi-cmd-stack.c (list_args_or_locals): Pass new arg to
get_frame_block. (See entry in gdb/ChangeLog.)
2002-04-05 22:04:43 +00:00
Michael Snyder
84d2ac95e4
2002-04-05 Michael Snyder <msnyder@redhat.com>
...
* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
warning message.
2002-04-05 19:16:15 +00:00
Joel Brobecker
24181d81cc
Document the addition of the new xfullpath.exp testcase.
2002-04-05 16:45:04 +00:00
Joel Brobecker
989d314b85
New testcase.
2002-04-05 16:43:57 +00:00
Joel Brobecker
596aa3bf50
Document changes relative to the new xfullpath function.
2002-04-05 16:43:14 +00:00
Joel Brobecker
f079a2e599
(lookup_symtab): Use the new xfullpath function, in order to be able to
...
match a filename with either the real filename, or the name of any
symbolic link to this file.
(lookup_partial_symtab): Ditto.
2002-04-05 16:42:04 +00:00
Joel Brobecker
a89f66e45b
(openp): Use xfullpath in place of gdb_realpath to avoid resolving the
...
basename part of filenames when the associated file is a symbolic link.
This fixes a potential inconsistency between the filenames known to GDB
and the filenames it prints in the annotations.
2002-04-05 16:40:45 +00:00
Joel Brobecker
08b204d1d1
(xfullpath): Add declaration.
2002-04-05 16:39:36 +00:00
Joel Brobecker
303c8ebdfe
(xfullpath): New function.
2002-04-05 16:39:11 +00:00
Elena Zannoni
46fe161328
2002-04-05 Elena Zannoni <ezannoni@redhat.com>
...
* mi-cmd-disas.c (mi_cmd_disassemble): Use TARGET_PRINT_INSN
instead of tm_print_insn.
Update copyright year.
2002-04-05 15:59:23 +00:00
Daniel Jacobowitz
7cdb710751
2002-04-01 Daniel Jacobowitz <drow@mvista.com>
...
* gdb.asm/Makefile.in: Correct dependencies.
* gdb.asm/powerpc.inc: New file.
* gdb.asm/asm-source.exp: Add PowerPC.
* gdb.asm/configure.in: Likewise.
* gdb.asm/configure: Regenerated.
2002-04-05 02:48:33 +00:00
Daniel Jacobowitz
a7d17088c5
2002-04-04 Daniel Jacobowitz <drow@mvista.com>
...
* gdb.base/relocate.exp: New file.
* gdb.base/relocate.c: New file.
2002-04-05 02:45:48 +00:00
Michael Snyder
c02f570307
2002-04-04 Michael Snyder <msnyder@redhat.com>
...
* breakpoint.c: Add support for hardware breakpoints in overlays.
(overlay_events_enabled): New state variable.
(insert_breakpoints): Use overlay_events_enabled to decide
whether to attempt to set a breakpoint at the overlay load addr.
Handle bp_hardware_breakpoint as well as bp_breakpoint.
(remove_breakpoint): Use overlay_events_enabled to decide
whether breakpoints need to be removed from overlay load addr.
Handle bp_hardware_breakpoint as well as bp_breakpoint.
(bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
(create_overlay_event_breakpoint, enable_overlay_breakpoints,
disable_overlay_breakpoints): Update overlay_events_enabled.
2002-04-05 02:35:26 +00:00
Fred Fish
cd72150368
2002-04-04 Fred Fish <fnf@redhat.com>
...
* gdb.base/step-test.exp: Update comment regarding stopping in
memcpy/bcopy calls inserted as part of the compiler runtime.
2002-04-05 00:30:09 +00:00
Alan Modra
2b9dd17b2f
daily update
2002-04-05 00:00:04 +00:00
gdbadmin
c82891d613
*** empty log message ***
2002-04-05 00:00:03 +00:00
Daniel Jacobowitz
5fb290d7a3
2002-04-04 Daniel Jacobowitz <drow@mvista.com>
...
* dwarf2read.c (struct function_range): New.
(cu_first_fn, cu_last_fn, cu_cached_fn): New.
(check_cu_functions): New.
(read_file_scope): Initialize global function lists.
Call dwarf_decode_line after processing children.
(read_func_scope): Add to global function list.
(dwarf_decode_lines): Call check_cu_functions everywhere
record_line is called. Call record_line with a linenumber
of 0 to mark sequence ends.
2002-04-04 22:26:43 +00:00
Daniel Jacobowitz
b0c0ea31a1
2002-04-04 Daniel Jacobowitz <drow@mvista.com>
...
* mi-cmd-disas.c (mi_cmd_disassemble): Skip end-of-function
markers in the line table.
2002-04-04 20:23:36 +00:00
Daniel Jacobowitz
e2d34d7de2
2002-04-04 Daniel Jacobowitz <drow@mvista.com>
...
* aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
* aout-target.h (MY_bfd_link_hash_table_free): Conditionally
define.
* aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
* bfd.c (bfd_link_hash_table_free): Define.
* binary.c (binary_bfd_link_hash_table_free): Define.
* bout.c (b_out_bfd_link_hash_table_free): Define.
* coff-rs6000.c (rs6000coff_vec): Include
_bfd_generic_link_hash_table_free.
(pmac_xcoff_vec): Likewise.
* coff64-rs6000.c (rs6000coff64_vec): Likewise.
(aix5coff64_vec): Likewise.
* coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
* elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
(bfd_elf32_bfd_link_hash_table_free): Define.
* elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
(bfd_elf32_bfd_link_hash_table_free): Define.
* elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
define.
* i386msdos.c (msdos_bfd_link_hash_table_free): Define.
* i386os9k.c (os9k_bfd_link_hash_table_free): Define.
* ieee.c (ieee_bfd_link_hash_table_free): Define.
* ihex.c (ihex_bfd_link_hash_table_free): Define.
* libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
(_bfd_generic_link_hash_table_free): Add prototype.
* libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
* libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
* linker.c (_bfd_generic_link_hash_table_free): New function.
* mmo.c (mmo_bfd_link_hash_table_free): Define.
* nlm-target.h (nlm_bfd_link_hash_table_free): Define.
* oasys.c (oasys_bfd_link_hash_table_free): Define.
* ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
* som.c (som_bfd_link_hash_table_free): Define.
* srec.c (srec_bfd_link_hash_table_free): Define.
* tekhex.c (tekhex_bfd_link_hash_table_free): Define.
* versados.c (versados_bfd_link_hash_table_free): Define.
* vms.c (vms_bfd_link_hash_table_free): New function.
* xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
* coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
instead of bfd_alloc.
* coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
* coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
* coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
* cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
* ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
* elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
* elf.c (_bfd_elf_link_hash_table_create): Likewise.
* elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
* elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
* elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
* elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
* elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
* elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
* elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
* elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
* elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
* elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
* elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
* elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
* elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
* elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
* linker.c (_bfd_generic_link_hash_table_create): Likewise.
* m68klinux.c (linux_link_hash_table_create): Likewise.
* sparclinux.c (linux_link_hash_table_create): Likewise.
* sunos.c (sunos_link_hash_table_create): Likewise.
* xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
* targets.c: Add _bfd_link_hash_table_free to xvec.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
* libcoff.h: Regenerate.
2002-04-04 19:53:38 +00:00
Michael Snyder
b22ad7a776
2002-04-04 Michael Snyder <msnyder@redhat.com>
...
* gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2002-04-04 19:48:09 +00:00
Alan Modra
61bef6f1a0
* dep-in.sed: Cope with absolute paths.
...
* Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
2002-04-04 14:07:57 +00:00
Alan Modra
8e42bcb6b9
* dep-in.sed: Cope with absolute paths.
...
* Makefile.am (dep.sed): Subst TOPDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
2002-04-04 14:07:22 +00:00
Alan Modra
82674a1fec
* dep-in.sed: Cope with absolute paths.
...
* Makefile.am (dep.sed): Subst TOPDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
* ppc-opc.c: Whitespace.
* s390-dis.c: Fix copyright date.
2002-04-04 14:05:44 +00:00
Alan Modra
830629ab3e
* dep-in.sed: Cope with absolute paths.
...
* Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
* coff-arm.c: Fix copyright date.
* cpu-h8300.c: Likewise.
* cpu-i370.c: Likewise.
* cpu-s390.c: Likewise.
* cpu-mips.c: Likewise.
* po/SRC-POTFILES.in: Regenerate.
2002-04-04 14:04:39 +00:00
Michal Ludvig
7b3fabf05e
* x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI change sync
2002-04-04 13:18:59 +00:00
Nick Clifton
f22ba854c7
Open out one-line if-then-else test clauses so that other clauses can be
...
inserted in the future.
2002-04-04 08:23:30 +00:00
Thiemo Seufer
874e898605
* config/tc-mips.c (mips16_macro_build): Cast type mismatch.
...
(mips_ip): Remove unused variable.
(md_apply_fix3): Cast signed/unsignes mismatches. Replace
unsigned char with bfd_byte.
(s_file): Remove unused variable.
(s_mips_ent): Likewise.
2002-04-04 07:43:11 +00:00
Thiemo Seufer
49ba2791b8
* emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2002-04-04 07:21:39 +00:00