aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-28Fix some PID/TPID fallout for HP/UX.Andrew Cagney2-5/+12
From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>: * infttrace.c (ptrace_wait): Match external declaration, and match target_post_wait declaration.
2001-07-28(cris): Set --enable-gdb-build-warnings flag to -w.Andrew Cagney2-1/+2
2001-07-28* MAINTAINERS: Add Orjan Friberg as cris target maintainer.Andrew Cagney2-0/+7
2001-07-28From 2001-07-23 Andreas Schwab <schwab@suse.de>:Andrew Cagney3-34/+24
* config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define. (TARGET_LONG_DOUBLE_BIT): Define. (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers. (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12. (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for floating point registers. (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL) (REGISTER_CONVERT_TO_RAW): Remove. * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
2001-07-28Move libgdb library functions to gdb.h (new file).Andrew Cagney9-46/+88
Update everything related to this.
2001-07-28 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.Stephane Carrez2-3/+18
(SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c (SFILES): Likewise. (tui-out.o): Define dependencies. (tui-hooks.o): Likewise.
2001-07-28 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.Stephane Carrez2-6/+10
2001-07-28 * tuiWin.c (_initialize_tuiWin): Use specific tui prefix forStephane Carrez2-10/+36
set/show configuration variables. (show_tui_cmd): New function. (set_tui_cmd): New function.
2001-07-28* config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,Mark Kettenis1-0/+16
DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines. (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New prototypes. * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h, config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call i386_dwarf_reg_to_regnum. * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New functions.
2001-07-28 * config/tc-m68hc11.c (md_estimate_size_before_relax): Fix bsrStephane Carrez2-2/+7
and bra relax: update fragP->fr_fix after the fixup.
2001-07-28 * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current writeStephane Carrez2-5/+11
address. (m68hc11eepr_port_event): Fix detach/attach logic.
2001-07-28* MAINTAINERS: Update e-mail address of active @cygnus.comAndrew Cagney2-76/+81
maintainers to @redhat.com.
2001-07-28* README (Known bugs): Delete section.Andrew Cagney2-72/+11
(Kernel debugging): Delete section. (Languages other than C): Delete section. (Host/target specific installation notes) New section.
2001-07-28* config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,Mark Kettenis4-0/+85
DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines. (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New prototypes. * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h, config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call i386_dwarf_reg_to_regnum. * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New functions.
2001-07-28* i386-tdep.c: Include "gdb_assert.h"Mark Kettenis2-8/+31
(i386_register_convert_to_virtual): Fix such that it can handle conversion to any floating-point type. Assert that we are dealing with a floating-point first. (i386_register_convert_to_raw): Assert that TYPE is a floating-point type with length 12.
2001-07-28 * i386-dis.c: Change formatting conventions for architectureAlan Modra2-50/+127
i386:intel to better match the format of various intel i386 assemblers, like nasm, tasm or masm.
2001-07-28*** empty log message ***gdbadmin1-1/+1
2001-07-272001-07-27 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+6
* ld-selective/selective.exp: Fix the error in the last change.
2001-07-27Added dependency of gdb/insight on tcl and tk libraries.John R. Moore1-0/+6
2001-07-27Added dependency on tcl/tk libraries.John R. Moore3-380/+451
2001-07-272001-07-27 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* binutils-all/windres/windres.exp: Don't set xfail for bmpalign (compare) on none-ix86/pe targets.
2001-07-27 * read.c (s_set): Check for missing symbol name.Alan Modra2-0/+13
2001-07-272001-07-26 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-3/+8
* gas/mips/lif-empic.d: Add back dollar signs before floating point register names.
2001-07-272001-07-26 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-2/+10
* sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of NUM_REGS. (SH_DEFAULT_NUM_REGS): Define.
2001-07-27*** empty log message ***gdbadmin1-1/+1
2001-07-26* gdbint.texinfo (libgdb): Rewrite.Andrew Cagney2-3/+116
2001-07-26 * go32-nat.c (read_memory_region): Make sure the segment limit wasEli Zaretskii2-1/+9
indeed set, to work around a Windows 2000 bug.
2001-07-26* MAINTAINERS: Clarify libiberty merge rules and procedures.DJ Delorie2-1/+9
2001-07-26merge from gccDJ Delorie2-1/+5
2001-07-26Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.Eli Zaretskii2-14/+4
2001-07-26Removed.Eli Zaretskii1-405/+0
2001-07-26 * gas/i386/relax.s: Test rs_space.Alan Modra3-4/+22
* gas/i386/relax.d: Update.
2001-07-26 * write.c (relax_segment <rs_space>): Account for fr_fix.Alan Modra2-1/+5
2001-07-26 * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.Daniel Jacobowitz10-15/+33
* infttrace.c (child_xfer_memory): Likewise. * symm-nat.c (child_xfer_memory): Likewise. * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-linux.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-lynx.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-nbsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sparc.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sun3.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise.
2001-07-26*** empty log message ***gdbadmin1-1/+1
2001-07-252001-07-25 Michael Snyder <msnyder@redhat.com>Michael Snyder3-0/+135
* gdb.base/consecutive.exp: New file. Test stepping over breakpoints on consecutive instructions. * gdb.base/consecutive.c: New file.
2001-07-252001-07-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2-9/+14
* gdb.base/call-rt-st.exp: Use double-backslash to quote curly braces in regular expressions.
2001-07-252001-07-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2-33/+56
* gdb.base/ending-run.exp: Accept "Program exited normally" as legitimate output from stepping out of main.
2001-07-252001-07-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+11
* config/tc-mips.c (md_estimate_size_before_relax): Make sure we treat weak like extern only for ELF. (mips_fix_adjustable): Make sure we don't adjust extern/weak symbols only for ELF.
2001-07-252001-07-25 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-1/+5
* config/tc-mips.c: Fix spelling error in comment.
2001-07-252001-07-25 Dave Brolley <brolley@redhat.com>Dave Brolley2-0/+9
* objdump.c (SKIP_ZEROES): Only define it if it is not already defined. (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2001-07-252001-07-25 Dave Brolley <brolley@redhat.com>Dave Brolley2-1/+28
* app.c (LEX_IS_PARALLEL_SEPARATOR): New macro. (IS_PARALLEL_SEPARATOR): New macro. (do_scrub_begin): Set up characters in tc_parallel_separator_chars as LEX_IS_PARALLEL_SEPARATOR, if it is defined. (do_scrub_chars): Handle LEX_PARALLEL_SEPARATOR chars like LEX_LINE_SEPARATOR except that we go to state 1 (as if the label has been seen).
2001-07-25Mention how to make the PDF version of the manual.Eli Zaretskii2-1/+10
2001-07-25Update NEWS.Eli Zaretskii2-8/+133
2001-07-25 * d10v-dis.c: Fix formatting.Kazu Hirata3-171/+179
* d30v-dis.c: Likewise.
2001-07-25*** empty log message ***gdbadmin1-1/+1
2001-07-24Fixed email address and line spacing.Stephen P. Smith2-3/+3
2001-07-24 * tui-hooks.c: New file, gdb hooks for tui.Stephane Carrez3-0/+812
* tui-out.c: New file, image copied from cli-out.c. (tui_field_int): Identify "line" fields and keep track of them. (tui_field_string): Likewise for "file". (tui_out_new): Use flags = 0 to avoid printing the sources.
2001-07-24Missed changelog entries for previous 2 commitsStephane Carrez1-0/+22
2001-07-24Added Stephen P. Smith to write after approval list in MAINTAINERS file.Stephen P. Smith1-0/+5