deliverable/binutils-gdb.git
20 years ago2003-11-15 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 15 Nov 2003 22:09:07 +0000 (22:09 +0000)] 
2003-11-15  Andrew Cagney  <cagney@redhat.com>

Replace MIPS_REGSIZE with mips_regsize.
* mips-tdep.c (mips_regsize): New function.
* mips-tdep.h (mips_regsize): Declare.
* mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
(SIZEOF_STRUCT_REG): Update.
* mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
(mipsnbsd_fill_reg): Update.
(mipsnbsd_supply_fpreg): Update.
(mipsnbsd_fill_fpreg): Update.
(NBSD_MIPS_JB_ELEMENT_SIZE): Update.
* mips-tdep.c (mips_register_raw_size): Update.
(mips_register_type): Update.
(SIGFRAME_BASE): Update.
(SIGFRAME_PC_OFF): Update.
(SIGFRAME_REGSAVE_OFF): Update.
(SIGFRAME_FPREGSAVE_OFF): Update.
(SIGFRAME_REG_SIZE): Update.
(mips32_heuristic_proc_desc): Update.
(print_gp_register_row): Update.
(mips_dump_tdep): Do not print MIPS_REGSIZE.
* irix5-nat.c (supply_gregset): Update.
(fetch_core_registers): Update.
* config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
* config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
* config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
(MIPS_REGISTER_BYTE): Update.
* config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.

20 years ago2003-11-15 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 15 Nov 2003 21:49:30 +0000 (21:49 +0000)] 
2003-11-15  Andrew Cagney  <cagney@redhat.com>

* config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
USE_REGISTER_NOT_ARG.
* stabsread.c (define_symbol): Update.

20 years ago2003-11-15 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 15 Nov 2003 19:39:04 +0000 (19:39 +0000)] 
2003-11-15  Andrew Cagney  <cagney@redhat.com>

* bcache.h (deprecated_bcache): Declare.
(bcache): Make returned buffer constant.
* bcache.c (deprecated_bcache): New function.
(bcache_data): New function.
(bcache): Call bcache data.
* symfile.c (add_psymbol_to_list): Use deprecated_bcache.
(add_psymbol_with_dem_name_to_list): Ditto.

20 years ago2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sat, 15 Nov 2003 18:31:44 +0000 (18:31 +0000)] 
2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.trace/configure: Remove.

20 years agoMove an entry that belong to sim/h8300/ChangeLog.
Kazu Hirata [Sat, 15 Nov 2003 16:57:07 +0000 (16:57 +0000)] 
Move an entry that belong to sim/h8300/ChangeLog.

20 years ago* config/tc-mips.c: Formatting fixes.
Maciej W. Rozycki [Sat, 15 Nov 2003 15:57:14 +0000 (15:57 +0000)] 
* config/tc-mips.c: Formatting fixes.

20 years ago* glibc-tdep.h (struct gdbarch): Declare opaque.
Mark Kettenis [Sat, 15 Nov 2003 14:02:58 +0000 (14:02 +0000)] 
* glibc-tdep.h (struct gdbarch): Declare opaque.
(glibc_skip_solib_resolver): Adjust prototype.
* glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
* arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
(arm_linux_init_abi): Set skip_solib_resolver.
* i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
(i386_linux_init_abi): Set skip_solib_resolver.
* config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
(arm_linux_skip_solib_resolver): Remove prototype.
* config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
(i386_linux_skip_solib_resolver): Remove prototype.

20 years ago*** empty log message ***
gdbadmin [Sat, 15 Nov 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago* gdbarch.sh (skip_solib_resolver): Change into a multi-arch
Mark Kettenis [Fri, 14 Nov 2003 21:22:42 +0000 (21:22 +0000)] 
* gdbarch.sh (skip_solib_resolver): Change into a multi-arch
function.
* gdbarch.c, gdbarch.h: Regenerate.
* infrun.c (handle_inferior_event): Call
gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
* arch-utils.c (generic_in_solib_call_trampoline): Adjust function
definition.
* arch-utils.h (generic_in_solib_call_trampoline): Adjust function
prototype.

20 years ago2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Fri, 14 Nov 2003 21:17:51 +0000 (21:17 +0000)] 
2003-11-14  Jeff Johnston  <jjohnstn@redhat.com>

        * libunwind-frame.c: New file.
        * libunwind-frame.h: New file.
        * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
        * configure.in: Add --with-libunwind option support.  Define
        HAVE_LIBUNWIND if libunwind support selected / defaulted.
        Also check for libunwind.h and libunwind-ia64.h headers.
        * configure: Regenerated.
        * Makefile.in: Add support for libunwind-frame.o.
        * config.in: Regenerated.

20 years ago2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Fri, 14 Nov 2003 20:49:23 +0000 (20:49 +0000)] 
2003-11-14  Jeff Johnston  <jjohnstn@redhat.com>

        * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
        set up the ia64 linux native target method for getting the kernel
        unwind table.
        * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
        * inftarg.c (child_xfer_partial): Enable section of code to
        handle TARGET_OBJECT_UNWIND_TABLE.
        * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.

20 years ago * config/arm/nbsd.mt (TM_FILE): Define.
Ian Lance Taylor [Fri, 14 Nov 2003 20:45:12 +0000 (20:45 +0000)] 
* config/arm/nbsd.mt (TM_FILE): Define.
* config/arm/tm-nbsd.h: New file.

20 years ago * elfxx-mips.c (mips_elf_merge_gots): Weaken assert for local
Daniel Jacobowitz [Fri, 14 Nov 2003 16:05:13 +0000 (16:05 +0000)] 
* elfxx-mips.c (mips_elf_merge_gots): Weaken assert for local
GOT entries.

20 years agoAdd new field to disassemble_info structure: symbol_is_valid() and use it to
Nick Clifton [Fri, 14 Nov 2003 15:12:44 +0000 (15:12 +0000)] 
Add new field to disassemble_info structure: symbol_is_valid() and use it to
skip displaying arm elf mapping symbols in disassembly output.

20 years ago2003-11-14 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 14 Nov 2003 14:34:30 +0000 (14:34 +0000)] 
2003-11-14  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (ppc-sysv-tdep.o): Update dependencies.
* ppc-sysv-tdep.c: Include "objfiles.h".
(ppc64_sysv_abi_push_dummy_call): Provide the
the FN's objfile when looking for the descriptor.

20 years ago2003-11-13 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 14 Nov 2003 14:16:29 +0000 (14:16 +0000)] 
2003-11-13  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
"name_of_malloc" to ".malloc".

20 years agoFix typo in ChangeLog entry: s/R_390_RELAVITE/R_390_RELATIVE/.
Martin Schwidefsky [Fri, 14 Nov 2003 09:25:00 +0000 (09:25 +0000)] 
Fix typo in ChangeLog entry: s/R_390_RELAVITE/R_390_RELATIVE/.

20 years agooops - oomitted during previous commit
Nick Clifton [Fri, 14 Nov 2003 08:21:02 +0000 (08:21 +0000)] 
oops - oomitted during previous commit

20 years ago * config/tc-arm.c (arm_elf_change_section): Not static.
Ben Elliston [Fri, 14 Nov 2003 06:55:21 +0000 (06:55 +0000)] 
* config/tc-arm.c (arm_elf_change_section): Not static.

20 years ago*** empty log message ***
gdbadmin [Fri, 14 Nov 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago* config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
Mark Kettenis [Thu, 13 Nov 2003 22:01:01 +0000 (22:01 +0000)] 
* config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.

20 years ago2003-11-13 David Carlton <carlton@kealia.com>
David Carlton [Thu, 13 Nov 2003 19:34:02 +0000 (19:34 +0000)] 
2003-11-13  David Carlton  <carlton@kealia.com>

* cp-namespace.c (lookup_namespace_scope): Fix typo in comment.

20 years ago2003-11-13 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 13 Nov 2003 19:06:26 +0000 (19:06 +0000)] 
2003-11-13  Andrew Cagney  <cagney@redhat.com>

* arch-utils.h (selected_architecture_name): Declare.
(selected_byte_order): Declare.
* arch-utils.c (selected_byte_order): New function.
(selected_architecture_name): New function.
(target_architecture_auto): Make static.
(set_architecture_string): Make static.
(target_byte_order): Make static.
(target_byte_order_auto): Make static.
* gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
non-multi-arch definition.
(TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
(target_byte_order, target_architecture): Delete declaration.
(target_byte_order_auto, target_architecture_auto): Ditto.
* gdbarch.h: Re-generate.
* remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
"selected_byte_order".

20 years ago2003-11-13 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 13 Nov 2003 18:08:57 +0000 (18:08 +0000)] 
2003-11-13  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.

20 years ago* cp-namespace.c: Doc fix.
Jim Blandy [Thu, 13 Nov 2003 17:28:38 +0000 (17:28 +0000)] 
* cp-namespace.c: Doc fix.

20 years agoEmit a warning when an archive is created (only shown with -v) in order to
Nick Clifton [Thu, 13 Nov 2003 16:01:52 +0000 (16:01 +0000)] 
Emit a warning when an archive is created (only shown with -v) in order to
confrom to POSIX specification.

20 years ago * elf32-s390.c (elf_s390_relocate_section): Only convert R_390_32
Martin Schwidefsky [Thu, 13 Nov 2003 15:56:50 +0000 (15:56 +0000)] 
* elf32-s390.c (elf_s390_relocate_section): Only convert R_390_32
to R_390_RELAVITE. Convert the other relocations against local
symbols to relocations against the start of the section.
* elf64-s390.c (elf_s390_relocate_section): Only convert R_390_64
to R_390_RELAVITE. Convert the other relocations against local
symbols to relocations against the start of the section.

20 years ago2003-11-13 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 13 Nov 2003 15:34:39 +0000 (15:34 +0000)] 
2003-11-13  Elena Zannoni  <ezannoni@redhat.com>

       * gdb.base/break.c: Add comments to aid finding line numbers for
       breakpoints.
       * gdb.base/break.exp: Remove all references to explicit line
       numbers.

20 years agoAdd support for ARM ELF Mapping symbols
Nick Clifton [Thu, 13 Nov 2003 14:19:01 +0000 (14:19 +0000)] 
Add support for ARM ELF Mapping symbols

20 years ago2003-11-12 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 13 Nov 2003 00:04:59 +0000 (00:04 +0000)] 
2003-11-12  Michael Snyder  <msnyder@redhat.com>

        * sh64_tdep.c: Regularize some names.
        (sh_sh64_register_name): Rename to sh64_register_name.
        (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
        (sh_sh64_register_byte): Rename to sh64_register_byte.
        (sh_sh64_build_float_register_type):
        Rename to sh64_build_float_register_type.
        (sh_sh64_register_convert_to_virtual):
        Rename to sh64_register_convert_to_virtual.
        (sh_sh64_register_convert_to_raw):
        Rename to sh64_register_convert_to_raw.

20 years ago*** empty log message ***
gdbadmin [Thu, 13 Nov 2003 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago2003-11-12 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 12 Nov 2003 22:45:41 +0000 (22:45 +0000)] 
2003-11-12  Michael Snyder  <msnyder@redhat.com>

* sh64-tdep.c (translate_insn_rn, is_media_pseudo,
sh64_media_reg_base_num, sh64_compact_reg_base_num,
sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
sh64_extract_return_value, sh64_show_media_regs,
sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
sh64_pseudo_register_read, sh64_pseudo_register_write,
sh64_do_pseudo_register, sh_compact_print_registers_info):
Delete unused variable 'tdep'.

20 years ago2003-11-12 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 12 Nov 2003 22:12:59 +0000 (22:12 +0000)] 
2003-11-12  Michael Snyder  <msnyder@redhat.com>

* sh64-tdep.c: Coding standard and spelling comment fixes.
(sh64_extract_return_value): Replace deprecated_store_floating
with store_typed_floating.
(sh_sh64_register_convert_to_raw): Replace
deprecated_store_floating with store_typed_floating.
(sh_sh64_register_virtual_type): Convert to sh64_register_type.
(sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
sh64_extract_struct_value_address, sh64_pop_frame,
sh64_extract_return_value, sh64_store_return_value,
sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
(sh64_gdbarch_init): Don't set deprecated_register_bytes,
deprecated_register_virtual_type, deprecated_register_raw_size,
deprecated_max_register_raw_size, or
deprecated_max_register_virtual_size.  Instead, just set
gdbarch_register_type.

20 years ago * Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
Daniel Jacobowitz [Wed, 12 Nov 2003 17:15:38 +0000 (17:15 +0000)] 
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
* doc/Makefile.am (install-info): Define.

* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.

20 years ago * dwarf2read.c (struct dwarf2_cu): New type.
Daniel Jacobowitz [Wed, 12 Nov 2003 17:10:55 +0000 (17:10 +0000)] 
* dwarf2read.c (struct dwarf2_cu): New type.

(dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
dwarf2_cu structure to pass down.

(scan_partial_symbols, add_partial_symbol, add_partial_namespace)
(add_partial_enumeration, locate_pdi_sibling, process_die)
(read_file_scope, read_func_scope)
(read_lexical_block_scope, dwarf2_get_pc_bounds)
(dwarf2_add_field, dwarf2_attach_fields_to_type)
(dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
(read_structure_scope, read_enumeration, read_array_type)
(read_common_block, read_namespace, read_tag_pointer_type)
(read_tag_ptr_to_member_type, read_tag_reference_type)
(read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
(read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
(read_die_and_children, read_die_and_siblings, dwarf2_read_section)
(dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
(read_full_die. read_attribute_value, read_attribute)
(read_address, dwarf_decode_line_header, dwarf_decode_lines)
(var_decode_location, new_symbol, dwarf2_const_value, die_type)
(die_containing_type, type_at_offset, tag_type_to_type)
(read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
(dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.

20 years ago PR breakpoints/1450
Daniel Jacobowitz [Wed, 12 Nov 2003 17:00:42 +0000 (17:00 +0000)] 
PR breakpoints/1450
* breakpoint.c (insert_bp_location): Fix a logic error by returning
0 after a catchpoint fails.

20 years ago*** empty log message ***
gdbadmin [Wed, 12 Nov 2003 00:00:01 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Tue, 11 Nov 2003 23:00:05 +0000 (23:00 +0000)] 
daily update

20 years ago2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 11 Nov 2003 21:07:52 +0000 (21:07 +0000)] 
2003-11-11  Michael Chastain  <mec.gnu@mindspring.com>

* mips-tdep.c (msymbol_size): Delete.

20 years ago2003-11-07 Michael Chastain <mec@shout.net>
Michael Chastain [Tue, 11 Nov 2003 20:04:52 +0000 (20:04 +0000)] 
2003-11-07  Michael Chastain  <mec@shout.net>

* symtab.h (struct minimal_symbol): Add size.
* dbxread.c: Use it.
* elfread.c: (record_minimal_symbol_and_info): Do not use info.
Rename to record_minimal_symbol.
(elf_symtab_read): Set MSYMBOL_SIZE explicitly.
* minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
(install_minimal_symbols): Ditto.
* objfiles.c (terminate_minimal_symbol_table): Ditto.
* arm-tdep.c: Delete unused MSYMBOL_SIZE.
* m68hc11-tdep.c: Ditto.
* mips-tdep.c: Ditto.
* sh64-tdep.c: Ditto.

20 years agoDo not run for targets which do not support shared objects.
Nick Clifton [Tue, 11 Nov 2003 17:58:28 +0000 (17:58 +0000)] 
Do not run for targets which do not support shared objects.

20 years agoAdd new feature to objcopy/strip. The -w switch allows wildcards to be used
Nick Clifton [Tue, 11 Nov 2003 17:50:26 +0000 (17:50 +0000)] 
Add new feature to objcopy/strip.  The -w switch allows wildcards to be used
in symbol names.

20 years ago2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 11 Nov 2003 14:51:33 +0000 (14:51 +0000)] 
2003-11-10  Michael Chastain  <mec.gnu@mindspring.com>

* MAINTAINERS: Change my e-mail address.

20 years ago2003-11-11 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 11 Nov 2003 14:09:37 +0000 (14:09 +0000)] 
2003-11-11  Elena Zannoni  <ezannoni@redhat.com>

       * stabs.texinfo: Add dircategory and direntry commands.
       * annotate.texinfo: Ditto.

20 years agoFix decision about when a .interp section should exist
Nick Clifton [Tue, 11 Nov 2003 13:32:38 +0000 (13:32 +0000)] 
Fix decision about when a .interp section should exist

20 years agoAdd support for arm-wince-pe target.
Nick Clifton [Tue, 11 Nov 2003 12:05:08 +0000 (12:05 +0000)] 
Add support for arm-wince-pe target.

20 years ago2003-11-11 Jan Hubicka <jh@suse.cz>
Andreas Jaeger [Tue, 11 Nov 2003 09:30:48 +0000 (09:30 +0000)] 
2003-11-11  Jan Hubicka  <jh@suse.cz>

* config/tc-i386.c (tc_i386_fix_adjustable):

20 years ago * objdump.c: Revert rev 1.81 commit.
Alan Modra [Tue, 11 Nov 2003 01:57:04 +0000 (01:57 +0000)] 
* objdump.c: Revert rev 1.81 commit.

20 years ago*** empty log message ***
gdbadmin [Tue, 11 Nov 2003 00:00:31 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Mon, 10 Nov 2003 23:00:04 +0000 (23:00 +0000)] 
daily update

20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 22:47:31 +0000 (22:47 +0000)] 
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (return_value): Replace "inval" and "outval" with
"readbuf" and "writebuf".
* ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
* d10v-tdep.c (d10v_return_value): Ditto.
* ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
(ppc_sysv_abi_broken_return_value): Ditto.
(ppc64_sysv_abi_return_value): Ditto.
* ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
(ppc_sysv_abi_return_value): Ditto.
(ppc_sysv_abi_broken_return_value): Ditto.
(ppc64_sysv_abi_return_value): Ditto.
* values.c (register_value_being_returned): Update call.
* stack.c (return_command): Update call.
* gdbarch.h, gdbarch.c: Re-generate.

Index: gdb/doc/ChangeLog
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Replace the
return_value method's "inval" and "outval" parameters with
"readbuf" and "writebuf".

20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 21:20:44 +0000 (21:20 +0000)] 
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* target.h (struct target_ops): Order xfer buffer parameters "read
write" not "write read".
* bfd-target.c (target_bfd_xfer_partial): Update.
* remote.c (remote_xfer_partial): Update.
* inftarg.c (child_xfer_partial): Update.
* target.c (default_xfer_partial): Update.
(target_read_partial, target_write_partial): Update.
(debug_to_xfer_partial): Update.

20 years agoRemove "member" from verbose output of "-dv" in order to conform to POSIX
Nick Clifton [Mon, 10 Nov 2003 17:28:33 +0000 (17:28 +0000)] 
Remove "member" from verbose output of "-dv" in order to conform to POSIX
specification.

20 years agoAdd initial support for TLS sections in PE format files.
Nick Clifton [Mon, 10 Nov 2003 17:04:55 +0000 (17:04 +0000)] 
Add initial support for TLS sections in PE format files.

20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 16:17:12 +0000 (16:17 +0000)] 
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* arch-utils.h, arch-utils.c: Fix typo in comment.

20 years agofix changelog tipo.
Andrew Cagney [Mon, 10 Nov 2003 16:05:24 +0000 (16:05 +0000)] 
fix changelog tipo.

20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 16:03:26 +0000 (16:03 +0000)] 
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
(gdbarch_from_bfd): Call gdbarch_find_by_info.
(set_gdbarch_from_file): Call "deprecated_select_gdbarch_hack".

20 years ago * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
Corinna Vinschen [Mon, 10 Nov 2003 09:12:20 +0000 (09:12 +0000)] 
* gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
Don't run tests if nofileio flag is given.

20 years agoFix changelog tipo.
Andrew Cagney [Mon, 10 Nov 2003 04:42:16 +0000 (04:42 +0000)] 
Fix changelog tipo.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 04:39:17 +0000 (04:39 +0000)] 
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* arch-utils.c (gdbarch_update_p): New function.
* gdbarch.sh (gdbarch_update_p): Delete function.
  (find_arch_by_info, gdbarch_find_by_info): New functions.
(deprecated_current_gdbarch_set_hack): New function.
* gdbarch.c: Re-generate.

20 years ago * config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop.
Alan Modra [Mon, 10 Nov 2003 03:07:52 +0000 (03:07 +0000)] 
* config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop.

20 years agoExpand and consolidate bug reporting details.
Alan Modra [Mon, 10 Nov 2003 03:06:05 +0000 (03:06 +0000)] 
Expand and consolidate bug reporting details.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 02:50:04 +0000 (02:50 +0000)] 
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (clear_gdbarch_swap): Delete function.
(swapout_gdbarch_swap): Delete function.
(swapin_gdbarch_swap): Delete function.
(init_gdbarch_swap): Delete function.
(initialize_non_multiarch): Delete function.
(current_gdbarch_swap_in_hack): New function.
(current_gdbarch_swap_out_hack): New function.
(current_gdbarch_swap_init_hack): New function.
* gdbarch.c: Re-generate.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 01:10:55 +0000 (01:10 +0000)] 
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
parameter to "current_gdbarch".  Add comment explaining why.
(TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
(TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
* gdbarch.c: Re-generate.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 00:11:12 +0000 (00:11 +0000)] 
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
* config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
* config/s390/xm-linux.h: Delete file.
* config/m88k/xm-delta88v4.h: Delete stray.

20 years ago*** empty log message ***
gdbadmin [Mon, 10 Nov 2003 00:00:31 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 9 Nov 2003 23:52:28 +0000 (23:52 +0000)] 
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (arch-utils.o): Update dependencies.
* arch-utils.c: Include "osabi.h".
(gdbarch_info_fill): New function.
* arch-utils.h (gdbarch_info_fill): Declare.
* gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
* gdbarch.c: Re-generate.

20 years agodaily update
Alan Modra [Sun, 9 Nov 2003 23:00:05 +0000 (23:00 +0000)] 
daily update

20 years agoSee previous commit.
Mark Kettenis [Sun, 9 Nov 2003 17:32:32 +0000 (17:32 +0000)] 
See previous commit.

20 years ago* glibc-tdep.c, glibc-tdep.h: New files.
Mark Kettenis [Sun, 9 Nov 2003 17:28:08 +0000 (17:28 +0000)] 
* glibc-tdep.c, glibc-tdep.h: New files.
* config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
* config/i386/linux.mt (TDEPFILES): Likewise.
* i386-linux-tdep.c (glibc-tdep.h): Include.
(find_minsym_and_objfile, skip_hurd_resolver): Delete.
(i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
* arm-linux-tdep.c (glibc-tdep.h): Include.
(find_minsym_and_objfile, skip_hurd_resolver): Delete.
(arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
* Makefile.in (ALLDEPFILES): Add glibc-tdep.c
(glibc_tdep_h): Define.
(glibc-tdep.o): Add dependencies.
(arm-linux-tdep.o): Update dependencies.
(i386-linux-tdep.o): Likewise.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 9 Nov 2003 14:29:26 +0000 (14:29 +0000)] 
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
* config/mips/nm-irix6.h: Delete file.
* config/mips/nm-linux.h: Update copyright.
(MIPS_GNULINUX_TARGET): Delete macro.
* config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
* config/mips/xm-irix6.h: Delete file.
* config/mips/linux.mh (XM_FILE): Delete definition.
* config/mips/xm-linux.h: Delete file.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 9 Nov 2003 14:20:55 +0000 (14:20 +0000)] 
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* d10v-tdep.c (d10v_return_value): New function.
(d10v_use_struct_convention): Delete function.
(d10v_store_return_value): Delete function.
(d10v_extract_struct_value_address): Delete function.
(d10v_gdbarch_init): Set "return_value" instead of
"extract_return_value", "store_return_value",
"extract_struct_value_address", and "use_struct_convention".
(RET1_REGNUM): Delete const.

20 years ago * configure.host (HOSTING_LIBS): Group libgcc and libc with
Alan Modra [Sun, 9 Nov 2003 13:24:45 +0000 (13:24 +0000)] 
* configure.host (HOSTING_LIBS): Group libgcc and libc with
--start-group, --end-group pair.
(*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS.
(am33_2.0-*-linux*): Edit default HOSTING_CRT0.
(arm*-*-linux-gnu*): Remove extraneous '*' in sed expression.
(hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.

20 years agoFrom David S. Miller <davem@redhat.com>:
Mark Kettenis [Sun, 9 Nov 2003 12:07:16 +0000 (12:07 +0000)] 
From David S. Miller  <davem@redhat.com>:
* gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
* gdbarch.c, gdbarch.h: Regenerated.
* arch-utils.c (generic_skip_solib_resolver): New function.
* arch-utils.h (generic_skip_solib_resolver): New prototype.
* infrun.c (SKIP_SOLIB_RESOLVER): Don't define.

20 years ago*** empty log message ***
gdbadmin [Sun, 9 Nov 2003 00:00:01 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Sat, 8 Nov 2003 23:00:05 +0000 (23:00 +0000)] 
daily update

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 8 Nov 2003 00:13:03 +0000 (00:13 +0000)] 
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* top.c (print_gdb_version): Replace STREQ with strcmp.
* valops.c (value_struct_elt_for_reference): Ditto.
(value_struct_elt_for_reference): Ditto.
* symtab.c (gdb_mangle_name): Ditto.
(find_line_symtab): Ditto.
* symmisc.c (maintenance_print_symbols): Ditto.
* symfile.c (symbol_file_command): Ditto.
* stabsread.c (define_symbol, read_type): Ditto.
(cleanup_undefined_types, scan_file_globals): Ditto.
* solib.c (solib_map_sections): Ditto.
* solib-svr4.c (bfd_lookup_symbol): Ditto.
* rs6000-tdep.c (skip_prologue): Ditto.
* p-valprint.c (pascal_value_print): Ditto.
(pascal_object_is_vtbl_ptr_type): Ditto.
* objfiles.c (in_plt_section): Ditto.
* minsyms.c (lookup_minimal_symbol): Ditto.
(compact_minimal_symbols): Ditto.
(find_solib_trampoline_target): Ditto.
* mdebugread.c (parse_type): Ditto.
* language.c (set_language_command): Ditto.
(set_type_command, set_range_command): Ditto.
* f-lang.c (add_common_block): Ditto.
(add_common_block): Ditto.
(find_first_common_named): Ditto.
(patch_all_commons_by_name): Ditto.
* elfread.c (elf_locate_sections): Ditto.
(elf_locate_sections): Ditto.
(elfstab_offset_sections): Ditto.
* dwarf2read.c (dwarf2_locate_sections): Ditto.
* dbxread.c (add_old_header_file): Ditto.
(find_corresponding_bincl_psymtab): Ditto.
(read_dbx_symtab, process_one_symbol): Ditto.
* coffread.c (patch_opaque_types): Ditto.
* cli/cli-decode.c (delete_cmd): Ditto.
* cli/cli-cmds.c (pwd_command, list_command): Ditto.
* c-typeprint.c (c_type_print_base): Ditto.
* breakpoint.c (bpstat_stop_status): Ditto.
(clear_command, breakpoint_re_set_one): Ditto.

20 years ago*** empty log message ***
gdbadmin [Sat, 8 Nov 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Fri, 7 Nov 2003 23:00:06 +0000 (23:00 +0000)] 
daily update

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 7 Nov 2003 22:04:39 +0000 (22:04 +0000)] 
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* bcache.h: Update copyright.  Add comments on bcache VS hashtab.
* bcache.c (struct bstring): Make "length" an unsigned short, add
"half_hash".
(struct bcache): Add "half_hash_error_count".
(bcache): Compute and save the "half_hash".  Compare the
"half_hash" before comparing the length.  Update
half_hash_error_count.

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 7 Nov 2003 21:33:37 +0000 (21:33 +0000)] 
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* inftarg.c (child_xfer_partial): New function
(init_child_ops): Set "to_xfer_partial".

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 7 Nov 2003 20:44:51 +0000 (20:44 +0000)] 
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
set "return_value" instead of "use_struct_convention".
(ppc_linux_use_struct_convention): Delete function.
(ppc_linux_return_value): New function.
* ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
(ppc_sysv_abi_broken_return_value): New function.
(do_ppc_sysv_return_value): Add "gdbarch" parameter.
(ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
static.
(ppc_sysv_abi_extract_return_value): Delete function.
(ppc_sysv_abi_broken_extract_return_value): Delete function.
(ppc_sysv_abi_store_return_value): Delete function.
(ppc_sysv_abi_broken_store_return_value): Delete function.
(ppc_sysv_abi_use_struct_convention): Delete function.
(ppc64_sysv_abi_use_struct_convention): Delete function.
(ppc64_sysv_abi_extract_return_value): Delete function.
(ppc64_sysv_abi_store_return_value): Delete function.
* ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
(ppcnbsd_init_abi): Set "return_value", instead of
"use_struct_convention", "extract_return_value", and
"store_return_value".
(ppcnbsd_use_struct_convention): Delete function.
* ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
(ppc_sysv_abi_return_value): Declare.
(ppc_sysv_abi_broken_return_value): Declare.
(ppc_sysv_abi_use_struct_convention): Delete.
(ppc_sysv_abi_store_return_value): Delete.
(ppc_sysv_abi_extract_return_value): Delete.
(ppc_sysv_abi_broken_store_return_value): Delete.
(ppc_sysv_abi_broken_extract_return_value): Delete.
(ppc64_sysv_abi_use_struct_convention): Delete.
(ppc64_sysv_abi_extract_return_value): Delete.
(ppc64_sysv_abi_store_return_value): Delete.
* rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
set "return_value" instead of "extract_return_value",
"store_return_value", and "use_struct_convention".

20 years ago2003-11-07 Christian Groessler <chris@groessler.org>
Christian Groessler [Fri, 7 Nov 2003 20:43:15 +0000 (20:43 +0000)] 
2003-11-07  Christian Groessler  <chris@groessler.org>

* doc/c-z8k.texi: Document command-line options.  Fix byte
register names.  Document '.z8001' and '.z8002' directives.
Extend addressing modes documentation.

20 years ago* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
Mark Kettenis [Fri, 7 Nov 2003 20:36:15 +0000 (20:36 +0000)] 
* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.

20 years ago* fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
Mark Kettenis [Fri, 7 Nov 2003 16:30:26 +0000 (16:30 +0000)] 
* fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
fscanf.

20 years ago* fbsd-proc.c: Fix formatting.
Mark Kettenis [Fri, 7 Nov 2003 15:57:22 +0000 (15:57 +0000)] 
* fbsd-proc.c: Fix formatting.

20 years ago2003-11-07 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Fri, 7 Nov 2003 15:46:33 +0000 (15:46 +0000)] 
2003-11-07  Elena Zannoni  <ezannoni@redhat.com>

* gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
        as well as 'Watchpoint'.

20 years agoUse consistent error messages for missing files.
Nick Clifton [Fri, 7 Nov 2003 12:19:34 +0000 (12:19 +0000)] 
Use consistent error messages for missing files.
Detect directories where an ordinary file is expected.

20 years agoFix typo in previous patch.
Kevin Buettner [Fri, 7 Nov 2003 06:00:07 +0000 (06:00 +0000)] 
Fix typo in previous patch.

20 years agoHandle iacc0 as a pseudo-register.
Kevin Buettner [Fri, 7 Nov 2003 05:54:51 +0000 (05:54 +0000)] 
Handle iacc0 as a pseudo-register.

20 years ago*** empty log message ***
gdbadmin [Fri, 7 Nov 2003 00:00:01 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Thu, 6 Nov 2003 23:00:04 +0000 (23:00 +0000)] 
daily update

20 years ago2003-11-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 22:54:02 +0000 (22:54 +0000)] 
2003-11-06  Andrew Cagney  <cagney@redhat.com>

* valops.c (destructor_name_p): Replace STREQN with strncmp.
* top.c (command_line_input): Ditto.
* objc-exp.y (yylex): Ditto.
* minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
* jv-exp.y (yylex): Ditto.
* f-exp.y (yylex): Ditto.
* event-top.c (command_line_handler): Ditto.
* environ.c (get_in_environ): Ditto.
(set_in_environ): Ditto.
* dwarfread.c (handle_producer): Ditto.
* dbxread.c (process_one_symbol): Ditto.
* c-typeprint.c (c_type_print_base): Ditto.
* c-exp.y (yylex): Ditto.

2003-11-06  Andrew Cagney  <cagney@redhat.com>

* mi-cmd-var.c (mi_cmd_var_set_format): Replace STREQN with
strncmp.

20 years ago2003-11-06 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 6 Nov 2003 20:50:47 +0000 (20:50 +0000)] 
2003-11-06  Elena Zannoni  <ezannoni@redhat.com>

Reported by Jim Ingham <jingham@apple.com>:
* gdb.base/annota1.exp: Match at least one occurrence of the
signal handler annotation.

20 years ago2003-11-06 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 6 Nov 2003 20:39:46 +0000 (20:39 +0000)] 
2003-11-06  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
        as well as 'Watchpoint'.

20 years ago2003-11-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 19:56:26 +0000 (19:56 +0000)] 
2003-11-06  Andrew Cagney  <cagney@redhat.com>
    Jeff Johnston  <jjohnstn@redhat.com>

* target.c (add_target): Only set "to_xfer_partial" when NULL.
(init_dummy_target): Set "to_xfer_partial".

20 years ago2003-11-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 19:09:46 +0000 (19:09 +0000)] 
2003-11-06  Andrew Cagney  <cagney@redhat.com>

* stack.c (return_command): Warn when STRUCT_CONVENTION, and not
REGISTER_CONVENTION.

20 years ago * breakpoint.c (insert_bp_location, allocate_bp_location): Make
Daniel Jacobowitz [Thu, 6 Nov 2003 18:35:05 +0000 (18:35 +0000)] 
* breakpoint.c (insert_bp_location, allocate_bp_location): Make
static.

20 years ago * breakpoint.c (remove_breakpoint): Take an bp_location
Daniel Jacobowitz [Thu, 6 Nov 2003 18:28:33 +0000 (18:28 +0000)] 
* breakpoint.c (remove_breakpoint): Take an bp_location
instead of a breakpoint argument.  Check the bp_location's type.
Fix a reversed condition for hardware breakpoints.

(insert_bp_location): Update call to remove_breakpoint.
(remove_breakpoints): Likewise.  Use ALL_BP_LOCATIONS.
(remove_hw_watchpoints): Likewise.
(reattach_breakpoints): Likewise.
(detach_breakpoints): Likewise.
(delete_breakpoint): Likewise.

20 years ago * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
Daniel Jacobowitz [Thu, 6 Nov 2003 18:27:34 +0000 (18:27 +0000)] 
* breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
(beakpoint_init_inferior): Likewise.
(breakpoint_here_p): Likewise.  Only check addresses for software
or hardware breakpoints.
(breakpoint_inserted_here_p): Likewise.
(breakpoint_thread_match): Likewise.  Correct comment.
(bpstat_have_active_hw_watchpoints): Likewise.
(check_duplicates): Likewise.

This page took 0.042194 seconds and 4 git commands to generate.