summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.cvs/add-fakeroots-diradd-fakeroots-dirDJ Delorie2003-04-195-12/+14
| | | | | | | * Makefile.in: Regenerate. * configure.in (powerpc64*-*-linux*): Remove. * configure: Rebuilt.
* daily updateAlan Modra2003-04-191-1/+1
|
* *** empty log message ***gdbadmin2003-04-191-1/+1
|
* * s390-tdep.c (s390_frame_align): New function.Jim Blandy2003-04-182-0/+15
| | | | (s390_gdbarch_init): Register it with the gdbarch object.
* Only check associated vector if the matching_vector has been created.Nick Clifton2003-04-182-1/+8
|
* * remote.c (minitelnet): Don't redeclare escape_count, echo_check.Richard Henderson2003-04-182-3/+4
|
* daily updateAlan Modra2003-04-181-1/+1
|
* *** empty log message ***gdbadmin2003-04-181-1/+1
|
* * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all theDJ Delorie2003-04-175-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-17 Michael Snyder <msnyder@redhat.com>Elena Zannoni2003-04-172-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-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-04-172-1/+8
| | | | | * values.c (value_being_returned): Don't fetch the return value if the return type is void.
* 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-04-172-59/+70
| | | | * thread-db.c: Reindented.
* 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-04-172-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.
* *** empty log message ***gdbadmin2003-04-171-1/+1
|
* daily updateAlan Modra2003-04-171-1/+1
|
* merge from gccDJ Delorie2003-04-168-86/+349
|
* Fix typo.Kevin Buettner2003-04-161-1/+1
|
* * rs6000-tdep.c (rs6000_gdbarch_init): For the SVR4 ABI, setKevin Buettner2003-04-162-1/+9
| | | | the size of ``long double'' to 16, instead of 8.
* * gdb.base/args.exp: Invoke gdb_load for simulator targets.Kevin Buettner2003-04-162-0/+16
|
* 2003-04-16 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-04-162-9/+14
| | | | | * gdb.base/completion.exp: Make 'info func mark' complete on 'info func marke' instead. Update test name.
* * i386-linux-nat.c: Add some whitespace to make things morecarlton_dictionary-20030416-mergeMark Kettenis2003-04-162-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-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-162-33/+34
| | | | | | * utils.c (xmmalloc): Always allocate something, matches libiberty/xmalloc's semantics. (xmrealloc, xmcalloc): Ditto.
* 2003-04-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-162-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-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-1612-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.
* merge from gccDJ Delorie2003-04-161-1/+1
|
* merge from gccDJ Delorie2003-04-169-91/+297
|
* Fix changelog.Andrew Cagney2003-04-161-2/+2
|
* 2003-04-15 Richard Sandiford <rsandifo@redhat.com>Chris Demetriou2003-04-162-1/+8
| | | | | * vr.igen (do_vr_mul_op): Zero-extend the low 32 bits of unsigned operands.
* * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo inAlexandre Oliva2003-04-162-1/+6
| | | | 2003-04-09's change.
* *** empty log message ***gdbadmin2003-04-161-1/+1
|
* daily updateAlan Modra2003-04-161-1/+1
|
* 2003-04-15 David Carlton <carlton@math.stanford.edu>David Carlton2003-04-1512-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.
* merge from gccDJ Delorie2003-04-1513-38/+91
|
* merge from gccDJ Delorie2003-04-152-0/+12
|
* merge from gccDJ Delorie2003-04-153-4/+13
|
* If a section holds uninitialized data and is from an object file or from anNick Clifton2003-04-152-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.
* Properly report filename for alignment reduction.Nick Clifton2003-04-152-6/+25
| | | | Add test for alignment reduction.
* Replace occurrances of 'Hitachi' with 'Renesas'.Nick Clifton2003-04-1522-100/+129
|
* merge from gccDJ Delorie2003-04-1515-25/+55
|
* 2003-04-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-04-152-3/+11
| | | | | * gdb.threads/schedlock.c: Change type of thread function argument to long, to avoid warnings on 64-bit platforms.
* * solib-svr4.c (svr4_have_link_map_offsets): New function.Kevin Buettner2003-04-152-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.
* *** empty log message ***gdbadmin2003-04-151-1/+1
|
* daily updateAlan Modra2003-04-151-1/+1
|
* 2003-04-14 David Carlton <carlton@math.stanford.edu>David Carlton2003-04-142-12/+58
| | | | | * symtab.c (symbol_set_names): Add prefix when storing Java names in hash table. Fix for PR java/1039.
* 2003-04-14 David Carlton <carlton@math.stanford.edu>David Carlton2003-04-143-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-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-142-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-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-142-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.
* gdb/ChangeLog:Jim Blandy2003-04-1410-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'.
* merge from gccDJ Delorie2003-04-143-90/+93
|
* 2003-04-08 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-04-142-0/+5
| | | | * s390-nat.c: Include asm/types.h for addr_t.