aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-13Add FR450 support.Kevin Buettner3-0/+25
2004-03-13 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)Kevin Buettner3-52/+64
(struct_return_regnum, last_gpr_regnum, first_fpr_regnum) (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum) (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum) (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum) (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum) (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum) (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum) definitions from frv-tdep.c to frv-tdep.h.
2004-03-13Add shared library support for FR-V FDPIC ABI.Kevin Buettner7-1/+1327
2004-03-13Fix typo in Makefile.in; commit ChangeLog entries for previous change.Kevin Buettner2-1/+15
2004-03-13Add support for FDPIC executables.Kevin Buettner3-1/+99
2004-03-13*** empty log message ***gdbadmin1-1/+1
2004-03-12daily updateAlan Modra1-1/+1
2004-03-12* solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_HMark Kettenis2-3/+8
wrapper.
2004-03-12 * linux-low.c: Include <errno.h>. Remove extern declaration ofDaniel Jacobowitz2-2/+6
errno.
2004-03-12 * gdbreplay.c, server.h, utils.c: Update copyright years.Daniel Jacobowitz4-3/+7
2004-03-12 * read.c (s_leb128): Call md_flush_pending_output.Bob Wilson2-0/+8
2004-03-122004-03-12 David Carlton <carlton@kealia.com>David Carlton4-0/+132
* gdb.cp/pr-1553.exp: New. Tests for PR c++/1553. * gdb.cp/pr-1553.cc: Ditto. * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third pass branch.
2004-03-122004-03-12 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+5
* gdb.cp/templates.exp: Accept more template types.
2004-03-122004-03-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-0/+6
* i386.h (i386_optab): Added xstore as an alias for xstorerng.
2004-03-122004-03-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-13/+6
* i386-dis.c (GRPPLOCK): Delete. (grps): Detele GRPPLOCK entry.
2004-03-122004-03-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig4-0/+43
* gas/i386/padlock.s, gas/i386/padlock.d: New tests for VIA PadLock instructions. * gas/i386/i386.exp: Run padlock tests.
2004-03-12 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.Alan Modra4-44/+91
(M, Mp): Use OP_M. (None, PADLOCK_SPECIAL, PADLOCK_0): Delete. (GRPPADLCK): Define. (dis386): Use NOP_Fixup on "nop". (dis386_twobyte): Use GRPPADLCK on opcode 0xa7. (twobyte_has_modrm): Set for 0xa7. (padlock_table): Delete. Move to.. (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence and clflush. (print_insn): Revert PADLOCK_SPECIAL code. (OP_E): Delete sfence, lfence, mfence checks. * gas/i386/katmai.d: Revert last change.
2004-03-12Ignore data-only sections when checking interworking statusNick Clifton2-3/+21
2004-03-12 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.Jakub Jelinek4-5/+32
(INVLPG_Fixup): New function. (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag. * opcode/i386.h (i386_optab): Remove CpuNo64 from sysenter and sysexit.
2004-03-122004-03-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig7-11/+91
* gas/config/tc-i386.c (output_insn): Handle PadLock instructions. * gas/config/tc-i386.h (CpuPadLock): New define. (CpuUnknownFlags): Added CpuPadLock. * include/opcode/i386.h (i386_optab): Added xstore/xcrypt insns. * opcodes/i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines. (dis386_twobyte): Opcode 0xa7 is PADLOCK_0. (padlock_table): New struct with PadLock instructions. (print_insn): Handle PADLOCK_SPECIAL.
2004-03-12opcodes/Alan Modra4-6/+21
* i386-dis.c (grps): Use clflush by default for 0x0fae/7. (OP_E): Twiddle clflush to sfence here. gas/testsuite/ * gas/i386/katmai.d: Adjust for clflush change.
2004-03-12*** empty log message ***gdbadmin1-1/+1
2004-03-112004-03-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+9
* solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
2004-03-11daily updateAlan Modra1-1/+1
2004-03-112004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>DJ Delorie3-6/+20
Paolo Bonzini <bonzini@gnu.org> PR bootstrap/14522 * configure.in: Cope with shell that do not support nesting quotes inside quoted backquote substitutions. * configure: Regenerate. 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu> PR bootstrap/14522 * configure.in: Fix escaping of $. * configure: Regenerate.
2004-03-11 * solist.h (master_so_list): New function.Kevin Buettner4-13/+29
* solib.c (master_so_list): Likewise. * solib-svr4.c (enable_break): Iterate over so_list entries obtained from master list instead of entries obtained directly via svr4_current_sos().
2004-03-11(top level)Nathanael Nerode6-842/+1297
2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org> * configure: Regenerate. 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * configure.in: Find default values for the tools as soon as possible. Disable ada if GNAT is not found. Emit error message about missing languages. Expand --enable-languages=all for the gcc subdirectory. (config) 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * acx.m4 (ACX_PROG_GNAT): New macro, moved here from the gcc subdirectory. 2004-03-09 Hans-Peter Nilsson <hp@axis.com> * accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with "-c". Properly quote parameter for AC_MSG_ERROR.
2004-03-11*** empty log message ***gdbadmin1-1/+1
2004-03-10daily updateAlan Modra1-1/+1
2004-03-10 * MAINTAINERS: Update my mail address.Ben Elliston6-5/+17
2004-03-10merge from gccDJ Delorie1-3/+0
2004-03-102004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2-6/+16
* remote-m32r-sdi.c: Support hardware watchpoint.
2004-03-10merge from gccDJ Delorie4-68/+86
2004-03-10*** empty log message ***gdbadmin1-1/+1
2004-03-09daily updateAlan Modra1-1/+1
2004-03-09Patch from Steve Ellcey for potential race condition.Jim Wilson2-1/+5
* elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
2004-03-09 * user-regs.c: Update copyright years.Daniel Jacobowitz2-8/+22
(struct user_regs): Rename to gdb_user_regs. (append_user_reg, builtin_user_regs, user_regs_init) (user_reg_add, user_reg_map_name_to_regnum) (usernum_to_user_reg): Update.
2004-03-09 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)Daniel Jacobowitz2-16/+177
(skip_children): New functions. (locate_pdi_sibling): Call skip_children.
2004-03-092004-03-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-6/+10
From Corinna Vinschen with modifications. * gdb.cp/classes.cc (enums1): Add a line to extend scope of local variable obj_with_enum. * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL results with obj_with_enum.
2004-03-092004-03-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-1/+613
* gdb.cp/classes.cc: New file, copied from misc.cc. * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
2004-03-09 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.Daniel Jacobowitz3-6/+18
* gdbtypes.c (check_typedef): Update comments.
2004-03-092004-03-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/misc.cc: Add copyright notice.
2004-03-09 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.Daniel Jacobowitz2-48/+69
(struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs pointer. Update comment about comp_unit_head. (struct abbrev_info): Shorten two int flags. (dwarf_alloc_abbrev): Take a CU argument. (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table each time through the loop. Update cleanup argument. (psymtab_to_symtab_1): Update cleanup call. (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the abbrev_obstack. (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table. Just call obstack_free and clear the pointer.
2004-03-09 * infrun.c (handle_inferior_event): Remove short-circuit code forDaniel Jacobowitz2-54/+7
events in a different thread.
2004-03-09 * target.c (debug_to_xfer_memory): If targetdebug is 1, don'tDaniel Jacobowitz2-4/+18
print the whole transfer. (initialize_targets): Update description of "set debug target".
2004-03-09 * gdb.texinfo (Debugging Output): Document values for "set debugDaniel Jacobowitz2-1/+8
target".
2004-03-09 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.Daniel Jacobowitz2-2/+9
2004-03-09merge from gccDJ Delorie2-369/+912
2004-03-09*** empty log message ***gdbadmin1-1/+1
2004-03-08daily updateAlan Modra1-1/+1