aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-17* Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all theDJ Delorie5-4/+20
previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, and restrap. * Makefile.in: Regenerate. * configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated.
2003-04-172003-04-17 Michael Snyder <msnyder@redhat.com>Elena Zannoni2-0/+87
Karen Bennet <bennet@redhat.com> Committed by Elena Zannoni <ezannoni@redhat.com> * gdb_gcore.sh: New script to create a core dump of a process.
2003-04-172003-04-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+8
* values.c (value_being_returned): Don't fetch the return value if the return type is void.
2003-04-172003-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-59/+70
* thread-db.c: Reindented.
2003-04-172003-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+8
* gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t, td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t as types.
2003-04-17*** empty log message ***gdbadmin1-1/+1
2003-04-17daily updateAlan Modra1-1/+1
2003-04-16merge from gccDJ Delorie8-86/+349
2003-04-16Fix typo.Kevin Buettner1-1/+1
2003-04-16 * rs6000-tdep.c (rs6000_gdbarch_init): For the SVR4 ABI, setKevin Buettner2-1/+9
the size of ``long double'' to 16, instead of 8.
2003-04-16 * gdb.base/args.exp: Invoke gdb_load for simulator targets.Kevin Buettner2-0/+16
2003-04-162003-04-16 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-9/+14
* gdb.base/completion.exp: Make 'info func mark' complete on 'info func marke' instead. Update test name.
2003-04-16* i386-linux-nat.c: Add some whitespace to make things moreMark Kettenis2-9/+24
readable. (fetch_register, store_register, fetch_inferior_registers, store_inferior_registers): Get rid of assignment in if-statement. (store_register): Fix typo in error message.
2003-04-162003-04-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-33/+34
* utils.c (xmmalloc): Always allocate something, matches libiberty/xmalloc's semantics. (xmrealloc, xmcalloc): Ditto.
2003-04-162003-04-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-15/+53
* frame.c (get_prev_frame): Do not initialize "unwind" or "type", update comments. (get_frame_type): Initialize unwind and type when needed. (get_frame_id, frame_register_unwind): Ditto.
2003-04-162003-04-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney12-3764/+3823
* NEWS: Mention that sparclet-*-* and sparclite-*-* have been made obsolete. * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code. * sparcl-stub.c: Obsolete file. * config/sparc/tm-sparclet.h: Obsolete file. * sparclet-stub.c: Obsolete file. * sparclet-rom.c: Obsolete file. * sparcl-tdep.c: Obsolete file. * config/sparc/tm-sparclite.h: Obsolete file. * config/sparc/sparclite.mt: Obsolete file. * config/sparc/sparclet.mt: Obsolete file. * configure.tgt: Make sparclet-*-*, sparclite-*-*, and sparc86x-*-* obsolete.
2003-04-16 Add .jcr section mapping.Nick Clifton2-0/+5
2003-04-16merge from gccDJ Delorie1-1/+1
2003-04-16merge from gccDJ Delorie9-91/+297
2003-04-16Fix changelog.Andrew Cagney1-2/+2
2003-04-162003-04-15 Richard Sandiford <rsandifo@redhat.com>Chris Demetriou2-1/+8
* vr.igen (do_vr_mul_op): Zero-extend the low 32 bits of unsigned operands.
2003-04-16* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo inAlexandre Oliva2-1/+6
2003-04-09's change.
2003-04-16*** empty log message ***gdbadmin1-1/+1
2003-04-16daily updateAlan Modra1-1/+1
2003-04-152003-04-15 David Carlton <carlton@math.stanford.edu>David Carlton12-11/+890
* Makefile.in (SFILES): Add cp-namespace.c. (COMMON_OBS): Add cp-namespace.o. (block.o): Depend on gdb_obstack_h and cp_support_h. (buildsym.o): Depend on cp_support_h. (cp-namespace.o): New. (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h, gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h. (dwarf2read.o): Depend on cp_support_h. * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE. * dwarf2read.c (process_die): Set processing_has_namespace_info, processing_current_namespace. (read_namespace): Update processing_current_namespace; check for anonymous namespaces. (dwarf2_name): New function. (dwarf2_extension): Ditto. * cp-support.h: Update copyright, contributors. Add inclusion guards. Add opaque declaration for structs obstack, block, symbol. (struct using_direct): New struct. Add declarations for cp_find_first_component, cp_entire_prefix_len, processing_has_namespace_info, processing_current_namespace, cp_is_anonymous, cp_add_using_directive, cp_initialize_namespace, cp_finalize_namespace, cp_set_block_scope, cp_scan_for_anonymous_namespaces. * cp-namespace.c: New file. * cp-support.c: Update copyright. Include ctype.h, gdb_assert.h, gdbcmd.h. New variable maint_cplus_cmd_list. (cp_find_first_component): New function. (cp_entire_prefix_len, maint_cplus_command) (first_component_command, _initialize_cp_support): Ditto. * buildsym.c: Include cp-support.h. New variable using_list. (add_symbol_to_list): Check for anonymous namespaces. (finish_block): Set block's scope. (start_symtab): Initialize C++ namespace support. (end_symtab): Finalize C++ namespace support. * block.h: Add opaque declarations for structs block_namespace_info, using_direct, and obstack. Add declarations for block_set_scope and block_set_using. (struct block): Add 'language_specific' member. (BLOCK_NAMESPACE): New macro. * block.c: Include gdb_obstack.h and cp-support.h. (struct block_namespace_info): New struct. (block_set_scope): New function. (block_set_using, block_initialize_namespace): Ditto. 2003-04-15 David Carlton <carlton@math.stanford.edu> * gdb.c++/maint.exp: New file.
2003-04-15merge from gccDJ Delorie1-8/+50
2003-04-15merge from gccDJ Delorie12-30/+41
2003-04-15merge from gccDJ Delorie2-0/+12
2003-04-15merge from gccDJ Delorie3-4/+13
2003-04-152003-04-15 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+7
* ld-elfcom/elfcom.exp: Fix a typo.
2003-04-152003-04-15 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+7
From Debian by Jack Howarth <howarth@nitro.med.uc.edu>: * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
2003-04-15If a section holds uninitialized data and is from an object file or from anNick Clifton2-8/+17
executable image that has not initialized the s_size field, or if the physical size is padded, use the virtual size (stored in s_paddr) instead.
2003-04-15Properly report filename for alignment reduction.Nick Clifton6-6/+130
Add test for alignment reduction.
2003-04-15Replace occurrances of 'Hitachi' with 'Renesas'.Nick Clifton45-177/+235
2003-04-15merge from gccDJ Delorie13-20/+35
2003-04-15merge from gccDJ Delorie2-5/+20
2003-04-152003-04-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+11
* gdb.threads/schedlock.c: Change type of thread function argument to long, to avoid warnings on 64-bit platforms.
2003-04-15 * solib-svr4.c (svr4_have_link_map_offsets): New function.Kevin Buettner2-2/+32
(locate_base): Return early if there aren't any link map offsets. (svr4_solib_create_inferior_hook): Warn if shared library support is unavailable.
2003-04-15*** empty log message ***gdbadmin1-1/+1
2003-04-15daily updateAlan Modra1-1/+1
2003-04-142003-04-14 David Carlton <carlton@math.stanford.edu>David Carlton2-12/+58
* symtab.c (symbol_set_names): Add prefix when storing Java names in hash table. Fix for PR java/1039.
2003-04-142003-04-14 David Carlton <carlton@math.stanford.edu>David Carlton3-24/+41
* symtab.c (symbol_set_names): Rename 'name' arg to 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'. * symtab.h: Change 'name' argument in declaration of symbol_set_names to 'linkage_name'. (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
2003-04-142003-04-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-6/+14
* mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE, return the fully sign-extended register value. (get_frame_pointer): Ditto. (mips_pop_frame): Initialize "proc_desc" after checking for a dummy frame.
2003-04-142003-04-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-111/+9
* mips-tdep.c (mips_push_dummy_frame): Delete function. (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros. (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro. (mips_push_register): Delete function. (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and PUSH_FP_REGNUM.
2003-04-14gdb/ChangeLog:Jim Blandy10-1/+266
2003-04-10 Jim Blandy <jimb@redhat.com> * symmisc.c: #include "gdb_regex.h". (maintenance_list_symtabs, maintenance_list_psymtabs): New functions. * maint.c (maintenance_list_command): New function. (_initialize_maint_cmds): Register the above as commands. * symtab.h (maintenance_list_symtabs, maintenance_list_psymtabs): New declarations. * cli/cli-cmds.c (maintenancelistlist): New variable. (init_cmd_lists): Initialize it. * cli/cli-cmds.h (maintenancelistlist): New declaration. * gdbcmd.h (maintenancelistlist): New declaration. * Makefile.in (symmisc.o): Update dependencies. gdb/doc/ChangeLog: 2003-04-09 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint list psymtabs'.
2003-04-14merge from gccDJ Delorie3-90/+93
2003-04-142003-04-08 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+5
* s390-nat.c: Include asm/types.h for addr_t.
2003-04-142003-04-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+7
* gdb.base/attach.exp: Add new message from ptrace in case of attaching to nonexistent process.
2003-04-14 * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o andAlan Modra10-56/+71
other variants of crtbegin.o, crtend.o. (DTOR): Likewise. * scripttempl/crisaout.sc (ctors, dtors): Likewise. * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise. * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise. * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise. * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise. * scripttempl/iq2000.sc (CTOR, DTOR): Likewise. * scripttempl/mmo.sc (ctors, dtors): Likewise. * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
2003-04-14Maintain maximum alignment for common symbols. Warn reducing alignment forNick Clifton2-7/+68
common symbols. Report old filename when symbol size changes.