summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tipoAndrew Cagney2002-04-151-1/+1
|
* * hpread.c (hpread_getlntt): Add declaration.Andrew Cagney2002-04-152-0/+8
| | | | Also fix PR gdb/391.
* * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.Andrew Cagney2002-04-154-487/+593
| | | | | * aclocal.m4, configure: Re-generate. Fix PR gdb/391.
* 2002-04-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-04-152-1/+6
| | | | | * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN instead of tm_print_insn.
* 2002-04-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-04-152-1/+5
| | | | * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
* *** empty log message ***gdbadmin2002-04-151-1/+1
|
* daily updateAlan Modra2002-04-151-1/+1
|
* * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.Andrew Cagney2002-04-145-24/+13
| | | | | | | * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro. (get_prev_frame): Do not call FRAME_CHAIN_COMBINE. * gdbint.texinfo (Target Architecture Definition): Remove FRAME_CHAIN_COMBINE.
* daily updateAlan Modra2002-04-141-1/+1
|
* *** empty log message ***gdbadmin2002-04-141-1/+1
|
* 2002-04-12 Michael Chastain <mec@shout.net>Michael Chastain2002-04-132-3/+5
| | | | | * gdbint.texinfo (Obsolete Conditionals): Remove reference to REG_STACK_SEGMENT.
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-136-4/+51
| | | | | | | | | | | | From Jim Blandy <jimb@redhat.com> * gdb.base/foo.c (foox): Remove section attribute; the linker script can handle this instead. * gdb.base/bar.c (barx): Same. * gdb.base/baz.c (bazx): Same. * gdb.base/grbx.c (grbxx): Same. * gdb.base/overlays.exp: New test: check that GDB's manual overlay manager doesn't automatically unmap overlays unnecessarily.
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-132-1/+2
| | | | * Remote.c: Spelling fix.
* *** empty log message ***gdbadmin2002-04-131-1/+1
|
* daily updateAlan Modra2002-04-131-1/+1
|
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-122-4/+19
| | | | | | | * gcore.c (default_derive_heap_segment): Use bfd_section_name. If no symbol found for "sbrk", try "_sbrk". (make_output_phdrs): Use bfd_section_name. (gcore_copy_callback): Use bfd_section_name.
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-122-1/+7
| | | | | * bfd-in.h (bfd_get_section_lma): New access macro. Minor white-space fix-up.
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-122-6/+7
| | | | * eval.c: Indentation fix-ups.
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-122-12/+17
| | | | | | * d10v-tdep.c (d10v_make_iaddr): Make it idempotent, in case it gets applied to an address that is already in the instruction space.
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-122-6/+18
| | | | * cli/cli-decode.c (help_list): Allow long lines to wrap.
* 2002-04-12 Don Howard <dhoward@redhat.com>Don Howard2002-04-125-0/+51
| | | | | | | | | * cli/cli-cmds.c (init_cli_cmds): Add new user settable value: max_user_call_depth. (init_cmd_lists): Initialize the new value; * cli/cli-script.c (execute_user_command): Limit the call depth of user defined commands. This avoids a core-dump when user commands are infinitly recursive.
* Delete DEFAULT_LR_SAVE.Kevin Buettner2002-04-125-9/+23
|
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-122-1/+5
| | | | * source.c: White space fix-up.
* * defs.h (read_relative_register_raw_bytes): Delete declaration.Andrew Cagney2002-04-1217-82/+97
| | | | | | | | | | | | | | | | | * frame.c (frame_register_read): New function. Return non-zero on success. (read_relative_register_raw_bytes_for_frame): Delete. (read_relative_register_raw_bytes): Delete. * frame.h (frame_register_read): Declare. * d30v-tdep.c: Update Copyright. Use frame_register_read. * sh-tdep.c: Ditto. * infcmd.c (do_registers_info): Ditto. * hppa-tdep.c: Ditto. * rs6000-tdep.c: Ditto. * h8500-tdep.c: Ditto. * mips-tdep.c: Ditto. * h8300-tdep.c: Ditto. * z8k-tdep.c: Ditto.
* From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2002-04-122-2/+17
| | | | | * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for 64-bit SysV ABI.
* From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2002-04-122-1/+11
| | | | | * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from bfd info.
* From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2002-04-122-1/+17
| | | | | * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define register sets for these processor variants.
* * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION orAlan Modra2002-04-122-7/+5
| | | | header pad.
* sync with gccDJ Delorie2002-04-126-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk> * acinclude.m4: Fix spelling error of "separate" as "seperate". 2001-05-22 Jason Merrill <jason_merrill@redhat.com> * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks. 2001-01-27 Richard Henderson <rth@redhat.com> * mt-alphaieee: New file. 2001-01-02 Laurynas Biveinis <lauras@softhome.net> * mh-djgpp: do not set CFLAGS. 2000-08-04 Mark Elbrecht <snowball3@bigfoot.com> * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally modify 'gcc_version'. 2000-07-21 Andrew Haley <aph@cygnus.com> * mh-ia64pic: New file. * mt-ia64pic: New file.
* *** empty log message ***gdbadmin2002-04-121-1/+1
|
* daily updateAlan Modra2002-04-121-1/+1
|
* 2002-04-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-115-11/+29
| | | | | | | | | * gdbserver/linux-low.c (usr_store_inferior_registers): Support registers which are allowed to fail to store. * gdbserver/linux-low.h (linux_target_ops): Likewise. * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR. (ppc_cannot_store_register): FPSCR may not be storable. * regformats/reg-ppc.dat: Support FPSCR.
* Add support for the fpscr register for Power / PowerPC targets.Kevin Buettner2002-04-115-8/+54
|
* 2002-04-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-117-108/+125
| | | | | | | | | * configure.in: Autoconfiscate _SYSCALL32 define for solaris. * configure: Regenerate. * config.in: Regenerate. * acconfig.h: Add define for _SYSCALL32. * core-sol2.c: Remove #define _SYSCALL32. * solib-legacy.c: Remove #define _SYSCALL32.
* 2002-02-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-112-1/+5
| | | | * gdb.base/gcore.exp: Relax recognition of function breakpoint.
* 2002-02-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-112-1/+5
| | | | * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
* Add 'n' in order to prevent "-n" from being taken as an abbreviation forNick Clifton2002-04-113-1/+14
| | | | "--no-pipeline-knowledge".
* Use 'file delete' instead of 'exec rm -f'.Nick Clifton2002-04-112-1/+6
|
* reorder cmpsd, movsdAlan Modra2002-04-112-3/+4
|
* Fix thinko in last commit.Richard Sandiford2002-04-111-1/+1
|
* * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.Richard Sandiford2002-04-113-13/+23
| | | | | | * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an argument for the precision. (gen_to_words): Update accordingly.
* * i386.h: Add intel mode cmpsd and movsd.Alan Modra2002-04-112-0/+10
|
* 2002-04-10 Martin M. Hunt <hunt@redhat.com>Martin Hunt2002-04-112-0/+9
| | | | | * gdb.base/ending-run.exp: Fix pattern for Mips targets stepping out of main.
* daily updateAlan Modra2002-04-111-1/+1
|
* *** empty log message ***gdbadmin2002-04-111-1/+1
|
* * stack.c (select_frame): Cleanup internal error message, do notAndrew Cagney2002-04-102-2/+8
| | | | use %p.
* * stack.c (select_frame): Check that selected_frame and theAndrew Cagney2002-04-104-6/+63
| | | | | | | | | specified level are as expected. * blockframe.c (get_prev_frame): Set the `level' from next_frame. Update copyright. * frame.h (struct frame_info): Add field `level'. Update copyright. Work-in-progress PR gdb/464.
* * maint.c (maint_print_section_info): Rename print_section_info.Andrew Cagney2002-04-105-5/+19
| | | | | | | (print_bfd_section_info, print_objfile_section_info): Update. * inferior.h (struct gdbarch): Add opaque declaration. * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh. * gdbarch.h: Regenerate.
* * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.DJ Delorie2002-04-102-2/+6
|
* * as.c (parse_args <OPTION_VERSION>): Use VERSION isAlan Modra2002-04-103-0/+18
| | | | | BFD_VERSION_STRING unavailable. * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
OpenPOWER on IntegriCloud