OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
20 years ago2003-10-31 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 31 Oct 2003 16:37:03 +0000 (16:37 +0000)]
2003-10-31  Andrew Cagney  <cagney@redhat.com>

* rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
adjust_breakpoint_address.
* Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
* ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
* ppc-sysv-tdep.c: Include "target.h".  Update copyright.
(ppc64_sysv_abi_adjust_breakpoint_address): New function.

20 years ago2003-10-31 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 31 Oct 2003 15:25:34 +0000 (15:25 +0000)]
2003-10-31  Andrew Cagney  <cagney@redhat.com>

* target.h (struct target_ops): Replace "to_read_partial" and
"to_write_partial" with "to_xfer_partial".  Update comments.
* target.c (debug_to_write_partial): Delete function.
(debug_to_xfer_partial): Replace debug_to_read_partial.
(add_target, update_current_target, setup_target_debug): Set
"to_xfer_partial" instead of "to_read_partial" and
"to_write_partial".
(default_xfer_partial): Replace "default_write_partial".
(default_read_partial): Delete.
(target_read_partial, target_write_partial): Call
"to_xfer_partial".
* remote.c (init_remote_ops): Set "to_xfer_partial".
(init_remote_async_ops): Ditto.
(remote_xfer_partial): Replace "remote_read_partial".

20 years agomerge from gcc
DJ Delorie [Fri, 31 Oct 2003 13:10:32 +0000 (13:10 +0000)]
merge from gcc

20 years agoIndex: sim/frv/ChangeLog
Andrew Cagney [Fri, 31 Oct 2003 05:32:46 +0000 (05:32 +0000)]
Index: sim/frv/ChangeLog
2003-10-30  Andrew Cagney  <cagney@redhat.com>

* traps.c: Replace "struct symbol_cache_entry" with "struct
bfd_symbol".

Index: sim/d10v/ChangeLog
2003-10-30  Andrew Cagney  <cagney@redhat.com>

* simops.c: Replace "struct symbol_cache_entry" with "struct
bfd_symbol".

Index: sim/common/ChangeLog
2003-10-30  Andrew Cagney  <cagney@redhat.com>

* sim-trace.c, sim-base.h: Replace "struct symbol_cache_entry"
with "struct bfd_symbol".

Index: ld/ChangeLog
2003-10-30  Andrew Cagney  <cagney@redhat.com>

* emultempl/pe.em, pe-dll.c: Replace "struct symbol_cache_entry"
with "struct bfd_symbol".

Index: bfd/ChangeLog
2003-10-30  Andrew Cagney  <cagney@redhat.com>

* syms.c: Replace "struct symbol_cache_entry" with "struct
bfd_symbol".
* vms.h, targets.c, section.c, reloc.c, peicode.h: Ditto.
* mipsbsd.c, elf.c, linker.c, elf-bfd.h, ecoff.c: Ditto.
* cpu-z8k.c, cpu-ns32k.c, cpu-h8500.c, bfd.c, bfd-in.h: Ditto.
* bfd-in2.h: Re-generate.

20 years ago*** empty log message ***
gdbadmin [Fri, 31 Oct 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago* i386-tdep.c (i386_supply_fpregset): Support floating-point
Mark Kettenis [Thu, 30 Oct 2003 23:03:36 +0000 (23:03 +0000)]
* i386-tdep.c (i386_supply_fpregset): Support floating-point
registers in `fxsave' format.
(i386_regset_from_core_section): Deal with ".reg-xfp" sections.

20 years agodaily update
Alan Modra [Thu, 30 Oct 2003 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
Mark Kettenis [Thu, 30 Oct 2003 22:25:54 +0000 (22:25 +0000)]
* i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
(i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
TDEP->gregset_num_regs and tdep->sizeof_gregset.

20 years agomerge from gcc
DJ Delorie [Thu, 30 Oct 2003 21:31:43 +0000 (21:31 +0000)]
merge from gcc

20 years ago* i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
Mark Kettenis [Thu, 30 Oct 2003 21:22:13 +0000 (21:22 +0000)]
* i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
specify size of array.
(i386_linux_init_abi): Remove initialization of
TDEP->num_xmm_regs.  Use I386_LINUX_NUM_REGS for number of
registers.  Use ARRAY_SIZE to initialize TDEP->sc_num_regs.

20 years ago* config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
Mark Kettenis [Thu, 30 Oct 2003 19:41:40 +0000 (19:41 +0000)]
* config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
* config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
core-regset.o.

20 years ago* fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
Mark Kettenis [Thu, 30 Oct 2003 19:29:40 +0000 (19:29 +0000)]
* fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
the ELF header.

20 years agomerge from gcc
DJ Delorie [Thu, 30 Oct 2003 18:39:13 +0000 (18:39 +0000)]
merge from gcc

20 years ago * elfxx-ia64.c: Include objalloc.h, hashtab.h.
Jakub Jelinek [Thu, 30 Oct 2003 14:41:37 +0000 (14:41 +0000)]
* elfxx-ia64.c: Include objalloc.h, hashtab.h.
(struct elfNN_ia64_local_hash_entry): Remove root. Add id and r_sym
fields.
(struct elfNN_ia64_local_hash_table): Remove.
(struct elfNN_ia64_link_hash_table): Change loc_hash_table's type
to htab_t.  Add loc_hash_memory field.
(elfNN_ia64_local_hash_table_init, elfNN_ia64_new_loc_hash_entry):
Removed.
(elfNN_ia64_local_htab_hash, elfNN_ia64_local_htab_eq): New
functions.
(elfNN_ia64_hash_table_create): Use hashtab.h hashtable for
loc_hash_table.  Initialize loc_hash_memory.
(elfNN_ia64_hash_table_free): New function.
(elfNN_ia64_local_hash_lookup): Remove.
(elfNN_ia64_local_dyn_sym_thunk): Change into htab_traverse
callback.
(elfNN_ia64_dyn_sym_traverse): Use htab_traverse.
(get_local_sym_hash): Use hashtab.h hashtable for loc_hash_table.
(bfd_elfNN_bfd_link_hash_table_free): Define.

20 years ago * elflink.c (_bfd_elf_link_record_dynamic_symbol): Modify versioned
Alan Modra [Thu, 30 Oct 2003 14:13:50 +0000 (14:13 +0000)]
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Modify versioned
symbol string in place.

20 years agoCheck the correct arch_info object's mach field: all PowerPC machines are
Nick Clifton [Thu, 30 Oct 2003 12:01:08 +0000 (12:01 +0000)]
Check the correct arch_info object's mach field: all PowerPC machines are
supersets of the original rs6000, but not later rs6000 machines.

20 years agoAdd second argument to rcpp instruction.
Nick Clifton [Thu, 30 Oct 2003 10:03:03 +0000 (10:03 +0000)]
Add second argument to rcpp instruction.

20 years ago * dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".
Alan Modra [Thu, 30 Oct 2003 09:50:02 +0000 (09:50 +0000)]
* dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".
Add "val" and "sval" fields.
(DW_STRING, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR): Delete.
(read_attribute_value): Expand and adjust DW_* occurrences.
(scan_unit_for_functions, parse_comp_unit): Likewise.

20 years agoRemove separate vxworks stanza; merge withother common ELF triples.
Nick Clifton [Thu, 30 Oct 2003 09:05:14 +0000 (09:05 +0000)]
Remove separate vxworks stanza; merge withother common ELF triples.

20 years ago*** empty log message ***
gdbadmin [Thu, 30 Oct 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Wed, 29 Oct 2003 23:00:04 +0000 (23:00 +0000)]
daily update

20 years ago * merge.c (struct sec_merge_sec_info): Update comment.
Alan Modra [Wed, 29 Oct 2003 22:59:37 +0000 (22:59 +0000)]
* merge.c (struct sec_merge_sec_info): Update comment.
(struct sec_merge_hash_entry): Remove entsize.
(sec_merge_hash_lookup): Only adjust alignment when creating.
(sec_merge_emit): Remove register keyword.
(cmplengthentry, last4_eq, last_eq): Delete.
(strrevcmp, strrevcmp_align, is_suffix): New.
(merge_strings): Use them to implement fast suffix merging.
* elf-strtab.c (struct elf_strtab_hash_entry): Update comments.
Make "len" signed.
(_bfd_elf_strtab_add): Lose on >2G strings.
(_bfd_elf_strtab_emit): Don't emit strings with len < 0.
(cmplengthentry, last4_eq): Delete.
(strrevcmp, is_suffix): New.
(_bfd_elf_strtab_finalize): Rework to implement fast suffix merging.

20 years ago* config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
Mark Kettenis [Wed, 29 Oct 2003 22:53:08 +0000 (22:53 +0000)]
* config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
* config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
core-regset.o.

20 years ago* fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
Mark Kettenis [Wed, 29 Oct 2003 22:47:37 +0000 (22:47 +0000)]
* fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.

20 years ago2003-10-29 Daniel Jacobowitz <drow@mvista.com>
Phil Blundell [Wed, 29 Oct 2003 22:33:26 +0000 (22:33 +0000)]
2003-10-29  Daniel Jacobowitz  <drow@mvista.com>

        * elf32-arm.h (elf32_arm_final_link_relocate): Move check for
        SEC_ALLOC.

2003-10-29  Philip Blundell  <philb@gnu.org>

* elf32-arm.h (elf32_arm_plt0_entry, elf32_arm_plt_entry): New
code sequence.
(PLT_HEADER_SIZE): New.
(struct elf32_arm_pcrel_relocs_copied): Rename to ...
(struct elf32_arm_relocs_copied): ... this.  Count both
pcrel and non-pcrel relocs.  All uses updated.
(struct elf32_arm_link_hash_table): Add pointers to dynamic linker
sections and symbol/section mapping cache.
(create_got_section): New.
(elf32_arm_create_dynamic_sections): New.
(elf_backend_create_dynamic_sections): Use it.
(elf32_arm_final_link_relocate): Support garbage collection of relocs.
(elf32_arm_check_relocs): Likewise.
(elf32_arm_adjust_dynamic_symbol): Likewise.
(elf32_arm_copy_indirect_symbol): New.
(elf32_arm_link_hash_table_create): Initialise new fields.
(elf32_arm_gc_sweep_hook): Implement.
(elf32_arm_discard_copies): Delete.
(elf32_arm_finish_dynamic_symbol): Use new PLT code.
(elf32_arm_finish_dynamic_sections): Likewise.
(elf_backend_can_refcount): Define.
(elf_backend_copy_indirect_symbol): Likewise.
(elf_backend_plt_header_size): Set to PLT_HEADER_SIZE.

20 years ago* corelow.c: Include "arch-utils.h", "regset.h" and
Mark Kettenis [Wed, 29 Oct 2003 20:59:07 +0000 (20:59 +0000)]
* corelow.c: Include "arch-utils.h", "regset.h" and
"gdb_assert.h".
(core_gdbarch): New variable.
(sniff_core_bfd): Don't sniff if we have support for register sets
in CORE_GDBARCH.
(core_close): Reset CORE_GDBARCH.
(core_open): Initialize CORE_GDBARCH.
(get_core_register_section): Use register sets if they are
supported by CORE_GDBARCH.
(get_core_registers): Don't print error message if we have support
for register sets in CORE_GDBARCH.

20 years ago2003-10-29 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 29 Oct 2003 19:24:52 +0000 (19:24 +0000)]
2003-10-29  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
default PPC machine, register 32-bit and 64-bit PPC, and rs6k.

20 years ago* objfiles.h (clear_objfile_data): New prototype.
Mark Kettenis [Wed, 29 Oct 2003 18:29:07 +0000 (18:29 +0000)]
* objfiles.h (clear_objfile_data): New prototype.
* objfiles.c (clear_objfile_data): New function.
* symfile.c (reread_symbols): Clear per-objfile data.

20 years ago * elf64-ppc.c (elf_backend_grok_prstatus): Define.
Alan Modra [Wed, 29 Oct 2003 13:06:06 +0000 (13:06 +0000)]
* elf64-ppc.c (elf_backend_grok_prstatus): Define.
(elf_backend_grok_psinfo): Define.
(ppc64_elf_grok_prstatus, ppc64_elf_grok_psinfo): New functions.

20 years ago * elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
Alan Modra [Wed, 29 Oct 2003 11:15:24 +0000 (11:15 +0000)]
* elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
sections with the same name.
(elfcore_grok_lwpstatus): Likewise.
(elfcore_grok_win32pstatus): Likewise.
(elfcore_grok_note): Likewise.
(elfcore_grok_nto_status): Likewise.
(elfcore_grok_nto_gregs): Likewise.

20 years ago*** empty log message ***
gdbadmin [Wed, 29 Oct 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

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

20 years ago* gdb.texinfo (The F request packet, The F reply packet): Renamed
Jim Blandy [Tue, 28 Oct 2003 22:04:47 +0000 (22:04 +0000)]
* gdb.texinfo (The F request packet, The F reply packet): Renamed
from "The `F' request packet" and "The `F' reply packet", to make
texi2dvi happy.
(File-I/O remote protocol extension): Update menu entries, too.

20 years ago2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 28 Oct 2003 17:09:12 +0000 (17:09 +0000)]
2003-10-28  Jeff Johnston  <jjohnstn@redhat.com>

        * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
        printf_unfiltered instead of printf_filtered for output messages.
        (add_symbol_file_command): Ditto.
        (reread_symbols): Ditto.
        (overlay_auto_command): Ditto.
        (overlay_manual_command): Ditto.
        (overlay_off_command): Ditto.

20 years ago*** empty log message ***
gdbadmin [Tue, 28 Oct 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Mon, 27 Oct 2003 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* arch-utils.c (deprecated_select_gdbarch_hack): New function.
Mark Kettenis [Mon, 27 Oct 2003 20:47:27 +0000 (20:47 +0000)]
* arch-utils.c (deprecated_select_gdbarch_hack): New function.
(gdbarch_from_bfd): New function.
(set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
deprecated_select_gdbarch_hack.
* arch-utils.h (gdbarch_from_bfd): New prototype.

20 years agos/post date/commit date/ for change log
Andrew Cagney [Mon, 27 Oct 2003 18:53:47 +0000 (18:53 +0000)]
s/post date/commit date/ for change log

20 years ago * elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamic
Daniel Jacobowitz [Mon, 27 Oct 2003 17:33:44 +0000 (17:33 +0000)]
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamic
objects.

20 years ago2003-10-24 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 27 Oct 2003 16:18:23 +0000 (16:18 +0000)]
2003-10-24  Andrew Cagney  <cagney@redhat.com>

* osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
arch_info.  Use warning instead of fprintf_filtered.  Do not use
deprecated bfd_printable_arch_mach.

20 years ago2003-10-26 Michael Chastain <mec@shout.net>
Michael Chastain [Mon, 27 Oct 2003 13:59:08 +0000 (13:59 +0000)]
2003-10-26  Michael Chastain  <mec@shout.net>

* gdb.texinfo (Thread Stops): Document the issue with
premature return from system calls in multi-threaded programs.

20 years ago * m68hc11-dis.c: Convert to ISO C90 prototypes.
Stephane Carrez [Mon, 27 Oct 2003 09:26:13 +0000 (09:26 +0000)]
* m68hc11-dis.c: Convert to ISO C90 prototypes.

20 years agoRevert small portion of previous commit. (Delete a #if 0 and #endif that I
Kevin Buettner [Mon, 27 Oct 2003 06:30:49 +0000 (06:30 +0000)]
Revert small portion of previous commit.  (Delete a #if 0 and #endif that I
had added for testing.)

20 years ago * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
Kevin Buettner [Mon, 27 Oct 2003 06:26:12 +0000 (06:26 +0000)]
* frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
Delete.
(frv_register_type): Rename from frv_register_virtual_type.  Add
``struct gdbarch *'' parameter.
(frv_gdbarch_init): Delete calls to the following functions:
set_gdbarch_deprecated_size(),
set_gdbarch_deprecated_register_bytes(),
set_gdbarch_deprecated_register_raw_size(),
set_gdbarch_deprecated_max_register_raw_size(),
set_gdbarch_deprecated_register_virtual_size(),
set_gdbarch_deprecated_max_register_virtual_size(),
set_gdbarch_deprecated_register_virtual_size(),
set_gdbarch_deprecated_register_virtual_type().
Add call to function set_gdbarch_register_type().

20 years ago*** empty log message ***
gdbadmin [Mon, 27 Oct 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

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

20 years agoFix typo.
Mark Kettenis [Sun, 26 Oct 2003 15:05:54 +0000 (15:05 +0000)]
Fix typo.

20 years ago* i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
Mark Kettenis [Sun, 26 Oct 2003 15:03:42 +0000 (15:03 +0000)]
* i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
FDOFF_REGNUM): Remove defines.
* win32-nat.c (do_child_fetch_inferior_registers): Include
"i387-tdep.h".
(do_child_fetch_inferior_registers): Use I387_FISEG_ST0_REGNUM and
I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM.  Define and
undefine I387_ST0_REGNUM.

20 years ago* i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
Mark Kettenis [Sun, 26 Oct 2003 14:47:26 +0000 (14:47 +0000)]
* i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
* x86-64-tdep.c (x86_64_store_return_value): Use
I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.

20 years agoChange register numbers to enumartion values.
Mark Kettenis [Sun, 26 Oct 2003 13:08:57 +0000 (13:08 +0000)]
Change register numbers to enumartion values.
* i386-tdep.h (enum i386_regnum): New.
(I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
I386_ST0_REGNUM): Remove defines.
* i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
I386_EDI_REGNUM): Remove defines.

20 years ago*** empty log message ***
gdbadmin [Sun, 26 Oct 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Sat, 25 Oct 2003 23:00:07 +0000 (23:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Sat, 25 Oct 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Sat, 25 Oct 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago2003-10-24 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 24 Oct 2003 20:24:06 +0000 (20:24 +0000)]
2003-10-24  Andrew Cagney  <cagney@redhat.com>

* target.c: Include "gdbcore.h".
(get_target_memory, get_target_memory_unsigned): New functions.
* target.h (get_target_memory, get_target_memory_unsigned): Declare.
* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
Use get_target_memory_unsigned.
* Makefile.in (target.o): Update dependencies.

20 years ago2003-10-22 Michael Chastain <mec@shout.net>
Michael Chastain [Fri, 24 Oct 2003 19:55:09 +0000 (19:55 +0000)]
2003-10-22  Michael Chastain  <mec@shout.net>

* gdb.mi/pthreads.c: Add copyright notice.

20 years agoIndex: mi/ChangeLog
Andrew Cagney [Fri, 24 Oct 2003 17:37:04 +0000 (17:37 +0000)]
Index: mi/ChangeLog
2003-10-24  Andrew Cagney  <cagney@redhat.com>

* tui-out.c: Fix "fortunatly"[sic].

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

* annotate.texinfo: Fix "fortunatly"[sic].

2003-10-24  Andrew Cagney  <cagney@redhat.com>

* osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
* PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
* complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
* frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
* kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.

20 years ago2003-10-24 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 24 Oct 2003 15:36:17 +0000 (15:36 +0000)]
2003-10-24  Andrew Cagney  <cagney@redhat.com>

* osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
(can_run_code_for): Use the OO term "singleton".

20 years ago * elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
Richard Sandiford [Fri, 24 Oct 2003 15:18:29 +0000 (15:18 +0000)]
* elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.

20 years agobfd/
H.J. Lu [Fri, 24 Oct 2003 14:55:14 +0000 (14:55 +0000)]
bfd/

2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>

* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Look up
hash table for real symbols.

include/

2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>

* bfdlink.h (bfd_elf_version_expr): Add "symbol" and remove
"wildcard".

ld/

2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>

* ldlang.c (lang_vers_match): Check "symbol" instead of
"wildcard" and "pattern". Fix a typo.
(lang_finalize_version_expr_head): Likewise.
(lang_register_vers_node): Likewise.
(realsymbol): New function.
(lang_new_vers_pattern): Set "symbol" and remove "wildcard".

* ldlex.l (V_IDENTIFIER): Allow '\\'.

20 years agodaily update
Alan Modra [Fri, 24 Oct 2003 00:00:08 +0000 (00:00 +0000)]
daily update

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

20 years ago2003-10-23 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 23 Oct 2003 22:36:14 +0000 (22:36 +0000)]
2003-10-23  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (stack.o): Add $(regcache_h).
* stack.c: Include "regcache.h"
(return_command): Rewrite.  Use get_frame_id and
get_selected_frame.  Eliminate "deprecated_selected_frame".  Warn
about unhandled return-values.
* value.h (set_return_value): Delete declaration.
* values.c (set_return_value): Delete function.

20 years ago2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 23 Oct 2003 22:06:37 +0000 (22:06 +0000)]
2003-10-23  Jeff Johnston  <jjohnstn@redhat.com>

        * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
        (pseudo_regs): Add comment regarding register stack registers.
        (ia64_alloc_frame_cache):  Initialize new prev_cfm field to 0.
        (floatformat_valid): New static routine.
        (floatformat_ia64_ext): Add name field and set up is_valid routine
        to floatformat_valid().
        (examine_prologue):  For the previous cfm, use
        frame_unwind_register()
        if the cfm is not stored in a register-stack register.  Save the
        previous cfm value in the prev_cfm field.  Add debug output.
        (ia64_frame_this_id): Use frame_id_build_special() to also register
        the bsp.  Add debug output.
        (ia64_sigtramp_frame_this_id): Ditto.
        (ia64_frame_prev_register):  Look at cache saved_regs for a few more
        registers and also add some checks for framelessness before accepting
        current register values for fields such as return address.  For cfm,
        use the cached prev_cfm field if available.  Add comment to explain
        PSR logic.  Add debug output.
        (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
        as part of initialization.
        (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
        calculated.  Cache the bsp and cfm values.
        (ia64_sigtramp_frame_prev_register): Add logic to this routine out
        instead of using ia64_frame_prev_register() which doesn't expect most
        registers to be saved.  The saved values for bsp and sp
        can be taken from the cache.  Add debug output.
        (ia64_push_dummy_call): Use frame_id_build_special() to also register
        the bsp.

20 years ago* osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
Jim Blandy [Thu, 23 Oct 2003 21:15:50 +0000 (21:15 +0000)]
* osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
architecture the current arch can run code for --- but not if it's
a superset.
(can_run_code_for): New function.

20 years ago2003-10-23 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 23 Oct 2003 18:27:41 +0000 (18:27 +0000)]
2003-10-23  Michael Snyder  <msnyder@redhat.com>

        * section.c (asection): Fix typo in comment.

20 years ago * sh.h (EF_SH4A, EF_SH4AL_DSP, EF_SH4_NOFPU, EF_SH4A_NOFPU): New.
Corinna Vinschen [Thu, 23 Oct 2003 09:43:20 +0000 (09:43 +0000)]
* sh.h (EF_SH4A, EF_SH4AL_DSP, EF_SH4_NOFPU, EF_SH4A_NOFPU): New.
(EF_SH_MERGE_MACH): Combine them.

20 years ago * elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc
Alan Modra [Thu, 23 Oct 2003 09:02:33 +0000 (09:02 +0000)]
* elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc
reloc symbol index to it.  Don't allow gd syms in shared libs
to be optimized.
(ppc64_elf_tls_optimize): Adjust get_tls_mask call.
(ppc64_elf_size_stubs): Likewise.
(ppc64_elf_relocate_section): Check that tls relocs are only used
with tls syms, and similarly for non-tls.  Correct symbol used
when optimizing toc tls code.

20 years ago* MAINTAINERS: Move myself from paper trail section back to write
Jim Wilson [Thu, 23 Oct 2003 06:27:29 +0000 (06:27 +0000)]
* MAINTAINERS: Move myself from paper trail section back to write
after approval section.

20 years ago2003-10-22 Michael Chastain <mec@shout.net>
Michael Chastain [Thu, 23 Oct 2003 04:43:54 +0000 (04:43 +0000)]
2003-10-22  Michael Chastain  <mec@shout.net>

* gdb.threads/pthreads.c: Add copyright notice.

20 years ago2003-10-22 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 23 Oct 2003 03:01:55 +0000 (03:01 +0000)]
2003-10-22  Andrew Cagney  <cagney@redhat.com>

* exec.h: New file.
* win32-nat.c: Include "exec.h".
* solib.c: Include "exec.h".
* target.h (build_section_table): Delete declaration.
* somsolib.c: Include "exec.h".
(exec_ops): Delete extern declaration.
* rs6000-nat.c: Update copyright.  Include "exec.h".
(exec_ops): Delete extern declaration.
* pa64solib.c: Update copyright.  Include "exec.h".
(exec_ops): Delete extern declaration.
* exec.c: Update copyright.  Include "exec.h".
* corelow.c: Update dependencies.  Include "exec.h".
* Makefile.in (exec_h): Define.
(exec.o, somsolib.o): Update dependencies.
(pa64solib.o, corelow.o): Update dependencies.

20 years ago2003-10-22 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 23 Oct 2003 00:13:53 +0000 (00:13 +0000)]
2003-10-22  Andrew Cagney  <cagney@redhat.com>

* target.c: Include "gdb_assert.h" (target_read): Call
"target_read_partial", not "target_write_partial".
(default_read_partial, default_write_partial): New function.
(target_read_partial, target_write_partial): Simplify, assume that
there is always a read/write method.
(update_current_target, add_target): Always set "to_read_partial"
and "to_write_partial".
(target_write, target_read): Fail on a zero byte transfer.
* Makefile.in (target.o): Update dependencies.
* target.h: Update copyright date.
(target_object): Fix typo.

20 years ago2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
Kazuhiro Inaoka [Thu, 23 Oct 2003 00:11:59 +0000 (00:11 +0000)]
2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>

* gdb.texinfo (Contributors to GDB): Replace "Renesas"
with "Hitachi" and "Mitsubishi".

20 years agomerge from gcc
DJ Delorie [Thu, 23 Oct 2003 00:01:06 +0000 (00:01 +0000)]
merge from gcc

20 years agodaily update
Alan Modra [Thu, 23 Oct 2003 00:00:21 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Thu, 23 Oct 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2003-10-22 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 22 Oct 2003 23:54:11 +0000 (23:54 +0000)]
2003-10-22  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
multi-arch method, add "targ" parameter.
(struct target_ops): Declare.
* gdbarch.h, gdbarch.c: Re-generate.
* Makefile.in (c-valprint.o): Update dependencies.
* arch-utils.h: Update copyright.
(convert_from_func_ptr_addr_identity): Declare.
* arch-utils.c (convert_from_func_ptr_addr_identity): New function.
* ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
* rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
* infcall.c (find_function_addr, call_function_by_hand): Update.
* c-valprint.c: Include "target.h".
(print_function_pointer_address): Update.

20 years ago2003-10-22 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 22 Oct 2003 21:39:09 +0000 (21:39 +0000)]
2003-10-22  Andrew Cagney  <cagney@redhat.com>

* target.c (target_close): New function.
(debug_to_close): Use "target_close".
(push_target): Use "target_close".
(unpush_target): Use "target_close".
(pop_target): Use "target_close".
* target.h (struct target_ops): Add "to_xclose".
(target_open): Delete macro.  Move comment to "to_open".
(target_close): Replace macro with function that takes a target.
* top.c (quit_target): Pass "current_target" to "target_close".

20 years ago(coff_swap_scnhdr_in): Only remove padding when processing an executable.
Nick Clifton [Wed, 22 Oct 2003 15:12:58 +0000 (15:12 +0000)]
(coff_swap_scnhdr_in): Only remove padding when processing an executable.

20 years agobfd/
Jakub Jelinek [Wed, 22 Oct 2003 06:58:17 +0000 (06:58 +0000)]
bfd/
* elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
field changes.
(_bfd_elf_link_assign_sym_version): Likewise.
* elflink.h (size_dynamic_sections): Likewise.
include/
* bfdlink.h (struct bfd_elf_version_expr): Remove match field.
Add wildcard and mask fields.
(BFD_ELF_VERSION_C_TYPE): Define.
(BFD_ELF_VERSION_CXX_TYPE): Likewise.
(BFD_ELF_VERSION_JAVA_TYPE): Likewise.
(struct bfd_elf_version_expr_head): New.
(struct bfd_elf_version_tree): Add match field.
Change type of globals and locals fields
to struct bfd_elf_version_expr_head.
ld/
* ldlang.c: Include hashtab.h.
(lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
lang_vers_match_lang_java): Remove.
(lang_vers_match): New function.
(lang_new_vers_pattern): Initialize wildcard and mask
fields, don't initialize match.
(lang_new_vers_node): Use xcalloc.  Adjust for globals and
locals field type changes.  Set match field.
(version_expr_head_hash, version_expr_head_eq): New functions.
(lang_finalize_version_expr_head): New function.
(lang_register_vers_node): Call lang_finalize_version_expr_head.
Search in hash table if not wildcard when looking for duplicates.
* emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
duplicate checking.  Initialize all fields of dot_entry from entry
with the exception of pattern and next.

20 years agodaily update
Alan Modra [Wed, 22 Oct 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Wed, 22 Oct 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2003-10-21 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 21 Oct 2003 22:56:39 +0000 (22:56 +0000)]
2003-10-21  Elena Zannoni  <ezannoni@redhat.com>

* minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
* symtab.h (lookup_minimal_symbol_text): Update.
  * breakpoint.c (create_overlay_event_breakpoint,
  create_longjmp_breakpoint): Update callers.
* ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
* symtab.c (find_pc_sect_line): Ditto.

20 years ago2003-10-21 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 21 Oct 2003 21:29:55 +0000 (21:29 +0000)]
2003-10-21  Andrew Cagney  <cagney@redhat.com>

* target.c (errno): Delete extern declaration.

20 years ago2003-10-21 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 21 Oct 2003 20:41:43 +0000 (20:41 +0000)]
2003-10-21  Andrew Cagney  <cagney@redhat.com>

* callback.c (os_truncate): Call "truncate", and not "stat".

20 years ago * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
Corinna Vinschen [Tue, 21 Oct 2003 15:49:45 +0000 (15:49 +0000)]
* archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
bfd_mach_sh4a_nofpu): New machine types.
* bfd-in2.h: Rebuilt.
* cpu-sh.c (compatible): Remove unused function.
(SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New.
(arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu.
* elf32-sh.c (sh_elf_set_mach_from_flags): Handle them.

20 years agoFix up error messages for Maverick.
Nick Clifton [Tue, 21 Oct 2003 14:20:39 +0000 (14:20 +0000)]
Fix up error messages for Maverick.

20 years agoSet the machine number as well as the architecture when converting from a
Nick Clifton [Tue, 21 Oct 2003 14:08:12 +0000 (14:08 +0000)]
Set the machine number as well as the architecture when converting from a
binary file to another file type.

20 years agoAdd ColfFire v4 support
Nick Clifton [Tue, 21 Oct 2003 13:28:59 +0000 (13:28 +0000)]
Add ColfFire v4 support

20 years ago2003-10-20 Michael Chastain <mec@shout.net>
Michael Chastain [Tue, 21 Oct 2003 00:35:02 +0000 (00:35 +0000)]
2003-10-20  Michael Chastain  <mec@shout.net>

* gdb.base/gdb1056.exp: New test script.

20 years agomerge from gcc
DJ Delorie [Tue, 21 Oct 2003 00:06:36 +0000 (00:06 +0000)]
merge from gcc

20 years agodaily update
Alan Modra [Tue, 21 Oct 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Tue, 21 Oct 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * cplus-dem.c (demangle_template): Register a new Btype only
Joel Brobecker [Mon, 20 Oct 2003 23:50:37 +0000 (23:50 +0000)]
* cplus-dem.c (demangle_template): Register a new Btype only
when needed.
* testsuite/demangle-expected: Add a new test.

20 years ago* configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
DJ Delorie [Mon, 20 Oct 2003 21:53:45 +0000 (21:53 +0000)]
* configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
* configure:  Regenerate.

20 years ago2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 20 Oct 2003 20:38:07 +0000 (20:38 +0000)]
2003-10-20  Jeff Johnston  <jjohnstn@redhat.com>

        * ia64-tdep.c: Change all occurrences of
        DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
        (ia64_frame_prev_register): Minor whitespace change.

20 years ago2003-10-20 Michael Chastain <mec@shout.net>
Michael Chastain [Mon, 20 Oct 2003 18:30:43 +0000 (18:30 +0000)]
2003-10-20  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: Add lines for:
sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.

20 years agoErr, fix a spacing problem in a ChangeLog entry that I made yesterday.
Michael Chastain [Mon, 20 Oct 2003 18:19:13 +0000 (18:19 +0000)]
Err, fix a spacing problem in a ChangeLog entry that I made yesterday.
I'm not making a ChangeLog entry for this!

20 years ago2003-10-20 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 20 Oct 2003 15:38:02 +0000 (15:38 +0000)]
2003-10-20  Andrew Cagney  <cagney@redhat.com>

* values.c (register_value_being_returned): Update comments.  Use
"gdbarch_return_value" when available.
(using_struct_return): Ditto.
(set_return_value): Ditto.  Use "gdbarch_return_value" when
available..  Print a warning, and not an error, when an unhandled
return type is encountered.
* infcmd.c: Include "gdb_assert.h".
(print_return_value): When gdbarch_return_value_p, and using
struct return, assume that the value is not available.
* defs.h (return_value_convention): Define.
* gdbarch.sh (gdbarch_return_value): New predicate method.
* gdbarch.h, gdbarch.c: Re-generate
* ppc-sysv-tdep.c (return_value_convention): Delete definition.

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

* gdbint.texinfo (Target Architecture Definition): Document
gdbarch_return_value.  Add cross references from
USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.

20 years ago2003-10-19 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 20 Oct 2003 14:38:46 +0000 (14:38 +0000)]
2003-10-19  Andrew Cagney  <cagney@redhat.com>

* targets.c: Replace "struct sec" with "struct bfd_section"
* syms.c, sparclynx.c, section.c, opncls.c: Ditto.
* libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto.
* elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto.
* aout-tic30.c, aout-target.h:
* bfd-in2.h, libcoff.h, libbfd.h: Regenerate.

Index: binutils/ChangeLog
2003-10-19  Andrew Cagney  <cagney@redhat.com>

* coffgrok.h (coff_section): Replace 'struct sec" with "struct
bfd_section".

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

* symtab.c: Replace "struct sec" with "struct bfd_section".
* objfiles.c, linespec.c, blockframe.c, block.c: Ditto.

Index: ld/ChangeLog
2003-10-19  Andrew Cagney  <cagney@redhat.com>

* pe-dll.c: Replace "struct sec" with "struct bfd_section".

Index: sim/common/ChangeLog
2003-10-19  Andrew Cagney  <cagney@redhat.com>

* sim-base.h: Replace "struct sec" with "struct bfd_section".