deliverable/binutils-gdb.git
19 years ago2004-12-14 Tomer Levi <Tomer.Levi@nsc.com>
Tomer Levi [Tue, 14 Dec 2004 15:38:04 +0000 (15:38 +0000)] 
2004-12-14  Tomer Levi  <Tomer.Levi@nsc.com>

* elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *'
to prototype, to make hash info available.
Prevent wrapped symbols from being adjusted twice.

19 years ago2004-12-14 Tomer Levi <Tomer.Levi@nsc.com>
Tomer Levi [Tue, 14 Dec 2004 15:36:23 +0000 (15:36 +0000)] 
2004-12-14  Tomer Levi  <Tomer.Levi@nsc.com>

* elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *' to prototype, to make hash info available.
Prevent wrapped symbols from being adjusted twice.

19 years ago * elfxx-mips.c (mips_elf_calculate_relocation): Don't report an
Richard Sandiford [Tue, 14 Dec 2004 09:48:20 +0000 (09:48 +0000)] 
* elfxx-mips.c (mips_elf_calculate_relocation): Don't report an
overflow for calls to undefined weak symbols.

19 years ago*** empty log message ***
gdbadmin [Tue, 14 Dec 2004 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Mon, 13 Dec 2004 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years ago * gdb.ada/fixed_points.c: New file.
Jerome Guitton [Mon, 13 Dec 2004 16:04:20 +0000 (16:04 +0000)] 
* gdb.ada/fixed_points.c: New file.
* gdb.ada/fixed_points.exp: New file.

19 years ago * stabsread.c (read_huge_number): Add support for reading octal
Jerome Guitton [Mon, 13 Dec 2004 15:56:47 +0000 (15:56 +0000)] 
* stabsread.c (read_huge_number): Add support for reading octal
signed number in twos complement, based on the size of this
number.
(read_range_type): Add support for reading octal signed bounds
in twos complements, based on the size of the type.
(read_type_number, read_cpp_abbrev, read_member_functions,
read_cpp_abbrev, read_one_struct_field, read_baseclasses,
read_struct_type, read_array_type, read_enum_type,
read_sun_builtin_type, read_sun_floating_type): Update calls to
read_huge_number.
(read_type): Update call to read_range_type.

19 years ago * ld-mips-elf/mips-elf.exp: Only run jalbal if n32 is supported.
Richard Sandiford [Mon, 13 Dec 2004 13:09:55 +0000 (13:09 +0000)] 
* ld-mips-elf/mips-elf.exp: Only run jalbal if n32 is supported.

19 years ago * gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
Richard Sandiford [Mon, 13 Dec 2004 13:02:10 +0000 (13:02 +0000)] 
* gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
.text alignments.

19 years ago2004-12-13 Randolph Chung <tausq@debian.org>
Randolph Chung [Mon, 13 Dec 2004 08:47:07 +0000 (08:47 +0000)] 
2004-12-13  Randolph Chung  <tausq@debian.org>

* hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
solib_get_solib_by_pc method through target vector.
(hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc
method through target vector.

19 years ago2004-12-13 Randolph Chung <tausq@debian.org>
Randolph Chung [Mon, 13 Dec 2004 08:43:17 +0000 (08:43 +0000)] 
2004-12-13  Randolph Chung  <tausq@debian.org>

* hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
solib_get_solib_by_pc method through target vector.

19 years agoCorrect date in last entry.
Joel Brobecker [Mon, 13 Dec 2004 05:10:16 +0000 (05:10 +0000)] 
Correct date in last entry.

19 years ago * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change
Joel Brobecker [Mon, 13 Dec 2004 05:07:23 +0000 (05:07 +0000)] 
    * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change
        parameter name to make it clear that we already have a next
        frame.  Return the sigcontext from that next frame instead
        of the frame following it.

19 years ago2004-12-13 Randolph Chung <tausq@debian.org>
Randolph Chung [Mon, 13 Dec 2004 04:06:16 +0000 (04:06 +0000)] 
2004-12-13  Randolph Chung  <tausq@debian.org>

* Makefile.in (pa64solib_h, somsolib_h): Delete.
(solib_pa64_h, solib_som_h): New.
(HFILES_NO_SRCDIR, ALLDEPFILES): Replace somsolib.h with solib-som.h.
(hppa-hpux-tdep.o, hpread.o): Update dependencies.
(pa64solib.o, somsolib.o): Delete.
(solib-pa64.o, solib-som.o): New.
* hppa-hpux-tdep.c: Include new solib interfaces.
(hppa_hpux_som_init_abi): Attach to SOM solib interface.
(hppa_hpux_elf_init_abi): Attach to PA64 ELF solib interface.
* hppa-tdep.c (internalize_unwinds): If solib_get_text_base method
is available, use it to determine the base of unwind records.
* hppa-tdep.h (gdbarch_tdep): Add new solib methods.
* hpread.c: Replace somsolib.h with solib-som.h.
(hpread_process_one_debug_symbol): Use target vector to get thread
start address.
* config/pa/hppa64.mt (TDEPFILES): Use new solib interface.
* config/pa/hppahpux.mt (TDEPFILES): Likewise.
* config/pa/hpux.mh (NATDEPFILES): Delete references to target objects.
* config/pa/tm-hppah.h: Use new solib interface.

19 years ago2004-12-13 Randolph Chung <tausq@debian.org>
Randolph Chung [Mon, 13 Dec 2004 03:38:23 +0000 (03:38 +0000)] 
2004-12-13  Randolph Chung  <tausq@debian.org>

* tramp-frame.c (tramp_frame_sniffer): Allow frames with names or
sections to be trampolines too.

19 years agoCorrect last mispasted entry
Hans-Peter Nilsson [Mon, 13 Dec 2004 00:46:42 +0000 (00:46 +0000)] 
Correct last mispasted entry

19 years ago * syscall.c (cb_syscall) <case CB_SYS_rename>: New case.
Hans-Peter Nilsson [Mon, 13 Dec 2004 00:46:05 +0000 (00:46 +0000)] 
* syscall.c (cb_syscall) <case CB_SYS_rename>: New case.

19 years agoCorrect attribution last changes
Hans-Peter Nilsson [Mon, 13 Dec 2004 00:43:59 +0000 (00:43 +0000)] 
Correct attribution last changes

19 years ago * callback.h (CB_SYS_rename): New macro.
Hans-Peter Nilsson [Mon, 13 Dec 2004 00:42:49 +0000 (00:42 +0000)] 
* callback.h (CB_SYS_rename): New macro.

19 years ago * syscall.c (cb_syscall) <case CB_SYS_lstat>: New case.
Hans-Peter Nilsson [Mon, 13 Dec 2004 00:38:38 +0000 (00:38 +0000)] 
* syscall.c (cb_syscall) <case CB_SYS_lstat>: New case.
* callback.c (os_lstat): New function.

19 years ago * callback.h (struct host_callback_struct): New member lstat.
Hans-Peter Nilsson [Mon, 13 Dec 2004 00:35:29 +0000 (00:35 +0000)] 
* callback.h (struct host_callback_struct): New member lstat.
(CB_SYS_lstat): New macro.

19 years ago*** empty log message ***
gdbadmin [Mon, 13 Dec 2004 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Sun, 12 Dec 2004 23:00:04 +0000 (23:00 +0000)] 
daily update

19 years ago * f-exp.y (typename): Remove unused nonterminal.
Ben Elliston [Sun, 12 Dec 2004 21:48:55 +0000 (21:48 +0000)] 
* f-exp.y (typename): Remove unused nonterminal.
(name): Likewise.

19 years ago2004-11-27 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
Andrew Cagney [Sun, 12 Dec 2004 17:06:26 +0000 (17:06 +0000)] 
2004-11-27  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>

Committed by Andrw Cagney.
* abug-rom.c, ada-lang.c, ada-typeprint.c, alpha-tdep.c: i18n
markup.

19 years ago2004-12-12 Andrew Cagney <cagney@gnu.org>
Andrew Cagney [Sun, 12 Dec 2004 16:26:17 +0000 (16:26 +0000)] 
2004-12-12  Andrew Cagney  <cagney@gnu.org>

* frame.c (get_prev_frame): When unwinding normal frames, check
that the PC isn't zero.
* hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
zero PC.

19 years ago2004-12-12 Andrew Cagney <cagney@gnu.org>
Andrew Cagney [Sun, 12 Dec 2004 15:31:36 +0000 (15:31 +0000)] 
2004-12-12  Andrew Cagney  <cagney@gnu.org>

* MAINTAINERS: Reword description of what "Target Instruction Set
Architectures" covers.

19 years ago* hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
Mark Kettenis [Sun, 12 Dec 2004 13:51:55 +0000 (13:51 +0000)] 
* hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.

19 years ago*** empty log message ***
gdbadmin [Sun, 12 Dec 2004 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

19 years ago* hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
Mark Kettenis [Sat, 11 Dec 2004 23:04:58 +0000 (23:04 +0000)] 
* hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
(hppa_hpux_save_state_offset): New function, replacing variable
with the same name.
(hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
functions.
(hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
Use new hppa_hpux_save_state_offset function.  Add special
handling for handling 64-bit "flags" register.
(hppa_hpux_store_register): Likewise.
(hppa_hpux_child_can_run): Tweak comment.

19 years agodaily update
Alan Modra [Sat, 11 Dec 2004 23:00:04 +0000 (23:00 +0000)] 
daily update

19 years ago* inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
Mark Kettenis [Sat, 11 Dec 2004 21:53:58 +0000 (21:53 +0000)] 
* inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
(inf_ttrace_attach): Likewise.
(inf_ttrace_resume_callback): New function.
(inf_ttrace_resume): Don't use TT_PROC_CONTINUE.  Iterate over all
lwps and call inf_ttrace_resume_callback instead.
(inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.

19 years ago* inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
Mark Kettenis [Sat, 11 Dec 2004 16:49:26 +0000 (16:49 +0000)] 
* inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.

19 years agoWrap long line.
Mark Kettenis [Sat, 11 Dec 2004 16:44:23 +0000 (16:44 +0000)] 
Wrap long line.

19 years agobfd/
Alan Modra [Sat, 11 Dec 2004 04:32:37 +0000 (04:32 +0000)] 
bfd/
* elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that
canonical sections syms have a name.

gas/testsuite/
Update for changed section syms.

ld/testsuite/
Update for changed section syms.

19 years ago * elf64-ppc.c (opd_entry_value): Don't use cached relocs if they
Alan Modra [Sat, 11 Dec 2004 03:56:43 +0000 (03:56 +0000)] 
* elf64-ppc.c (opd_entry_value): Don't use cached relocs if they
have been adjusted for output.
(ppc64_elf_relocate_section): Mark sections with reloc_done.

19 years ago * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
Ian Lance Taylor [Sat, 11 Dec 2004 03:41:31 +0000 (03:41 +0000)] 
* config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
which is too large in the case of NO_PIC without 64-bit
addresses.

19 years ago2004-12-10 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Sat, 11 Dec 2004 02:02:01 +0000 (02:02 +0000)] 
2004-12-10  Michael Snyder  <msnyder@redhat.com>

* mn10300-tdep.c: New file.  This is a re-implementation of
the mn10300 target back-end using the new frame api etc.
* mn10300-tdep.h: New file.
* config/mn10300/mn10300.mt: New file (or replace old file).
* configure.tgt: Add mn10300 target.

19 years ago*** empty log message ***
gdbadmin [Sat, 11 Dec 2004 00:00:36 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Fri, 10 Dec 2004 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years agomerge from gcc
DJ Delorie [Fri, 10 Dec 2004 22:04:41 +0000 (22:04 +0000)] 
merge from gcc

19 years ago* configure.host (hppa*-*-hpux11*): Remove.
Mark Kettenis [Fri, 10 Dec 2004 20:06:31 +0000 (20:06 +0000)] 
* configure.host (hppa*-*-hpux11*): Remove.
* config/pa/hpux11.mh: Remove file.

19 years ago * gas/mips/elf-rel23a.d: New test.
Ian Lance Taylor [Fri, 10 Dec 2004 19:48:42 +0000 (19:48 +0000)] 
* gas/mips/elf-rel23a.d: New test.
* gas/mips/elf-rel23b.d: New test.
* gas/mips/elf-rel25.s: New test.
* gas/mips/elf-rel25.d: New test.
* gas/mips/elf-rel25a.d: New test.
* gas/mips/mips.exp: Run new tests.

19 years ago * config/tc-mips.c (mips_in_shared): New static variable.
Ian Lance Taylor [Fri, 10 Dec 2004 19:48:21 +0000 (19:48 +0000)] 
* config/tc-mips.c (mips_in_shared): New static variable.
(macro_build_lui): Permit "_gp" if !mips_in_shared.
(md_longopts): Add -mshared and -mno-shared.
(md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
(s_cpload): Implement !mips_in_shared case.
(s_cpsetup): Likewise.
* doc/c-mips.texi (MIPS Opts): Document -mno-shared.
* NEWS: Mention -mno-shared.

19 years ago* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
Mark Kettenis [Fri, 10 Dec 2004 15:48:21 +0000 (15:48 +0000)] 
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
typo.

19 years ago * elf.c (bfd_elf_sym_name): Add symtab_hdr param.
Alan Modra [Fri, 10 Dec 2004 14:04:58 +0000 (14:04 +0000)] 
* elf.c (bfd_elf_sym_name): Add symtab_hdr param.
(group_signature): Update call.
* elf-bfd.h (bfd_elf_sym_name): Update.
* elf32-ppc.c (ppc_elf_relocate_section): Update.
* elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc)
(ppc64_elf_relocate_section): Update
* elflink.c (elf_link_input_bfd): Update.

19 years ago* nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
Kris Warkentin [Fri, 10 Dec 2004 13:38:23 +0000 (13:38 +0000)] 
* nto-tdep.h: Include osabi.h.  Prototypes for generic Neutrino
osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
function and nto_set_target function.
(struct nto_target_ops): Put comments inline with struct.  Add osabi
sniffer hook.  Redefine macros to permit testing/assignment.  Remove
nto_ prefix from members.
* nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
dynamically to support arbitrary root paths.  Check for basename of
lib in search path and then check for absolute.
(nto_in_dynsym_resolve_code): New function.
(nto_core_sniffer): New function.
(regset_core_fns): Register core sniffer.
(nto_initialize_signals): New function.
(_initialize_nto_tdep): Move signal initialization code to above to
avoid initialization race conditions.
(nto_set_target): New function.
* nto-procfs.c: Minor formatting/indenting changes.
(procfs_is_nto_target): New function.
(procfs_open): Set nto_is_nto_target.
(_initialize_procfs): Ditto.  Remove notice_signals() call to avoid
initialization race conditions.
(procfs_create_inferior): Resume inferior after creation.
* i386-nto-tdep.c: Declare i386_nto_target.
(init_i386nto_ops): Initialize i386_nto_target instead of
current_nto_target.
(i386nto_init_abi): Initialize signals.  Call nto_set_target.  Set
TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
(_initialize_i386nto_tdep): Call init_i386nto_ops.  Register osabi sniffer.

19 years ago * elf.c (bfd_elf_sym_name): Rename from bfd_elf_local_sym_name.
Alan Modra [Fri, 10 Dec 2004 13:18:40 +0000 (13:18 +0000)] 
* elf.c (bfd_elf_sym_name): Rename from bfd_elf_local_sym_name.
(group_signature): Update calls.
* elf-bfd.h (bfd_elf_sym_name): Update.
* elf32-ppc.c (ppc_elf_relocate_section): Update.
* elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc)
(ppc64_elf_relocate_section): Update
* elflink.c (elf_link_input_bfd): Update.

19 years ago * elf.c (bfd_elf_local_sym_name): Avoid crashes with invalid
Jakub Jelinek [Fri, 10 Dec 2004 13:08:03 +0000 (13:08 +0000)] 
* elf.c (bfd_elf_local_sym_name): Avoid crashes with invalid
st_shndx on STT_SECTION sections.

19 years ago* hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
Mark Kettenis [Fri, 10 Dec 2004 10:45:33 +0000 (10:45 +0000)] 
* hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
(hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
(hppa_hpux_init_abi): Reformat long line.

19 years ago* hppa-hpux-tdep.c: Include "regset.h".
Mark Kettenis [Fri, 10 Dec 2004 09:42:10 +0000 (09:42 +0000)] 
* hppa-hpux-tdep.c: Include "regset.h".
(HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
(HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
(HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
(HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
(hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
(hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
functions.
(hppa_hpux_regset): New variable.
(hppa_hpux_regset_from_core_section): New function.
(hppa_hpux_init_abi): Set regset_from_core_section.
(hppa_hpux_core_osabi_sniffer): New function.
(_initialize_hppa_hpux_tdep): Register
hppa_hpux_core_osabi_sniffer.
* Makefile.in (hppa-hpux-tdep.o): Update dependencies.
* config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.

19 years ago*** empty log message ***
gdbadmin [Fri, 10 Dec 2004 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Thu, 9 Dec 2004 23:00:24 +0000 (23:00 +0000)] 
daily update

19 years ago* MAINTAINERS: List 'depcomp' as part of automake.
Jim Blandy [Thu, 9 Dec 2004 21:59:14 +0000 (21:59 +0000)] 
* MAINTAINERS: List 'depcomp' as part of automake.

19 years ago * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
Paul Brook [Thu, 9 Dec 2004 20:25:24 +0000 (20:25 +0000)] 
* config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
for function start.
* testsuite/gas/arm/unwind.d: Expect R_ARM_PREL31 relocations.

19 years ago2004-12-09 Randolph Chung <tausq@debian.org>
Randolph Chung [Thu, 9 Dec 2004 17:58:04 +0000 (17:58 +0000)] 
2004-12-09  Randolph Chung  <tausq@debian.org>

* solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
text and data sections.
(pa64_current_sos): Also include the dld in the list of current shared
objects.
(pa64_solib_get_solib_by_pc): Update comments.
(pa64_solib_get_text_base): New function.
(pa64_solib_select): Set solib_get_text_base method.

19 years ago * elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalize
Daniel Jacobowitz [Thu, 9 Dec 2004 16:17:42 +0000 (16:17 +0000)] 
* elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalize
ELF section symbols.

19 years ago * config/tc-mips.c (append_insn): If we emit a nop during a relax
Ian Lance Taylor [Thu, 9 Dec 2004 15:51:32 +0000 (15:51 +0000)] 
* config/tc-mips.c (append_insn): If we emit a nop during a relax
sequence, increase the size of the sequence.

19 years ago * gas/mips/branch-swap.d: Pass -32 to as.
Ian Lance Taylor [Thu, 9 Dec 2004 15:44:17 +0000 (15:44 +0000)] 
* gas/mips/branch-swap.d: Pass -32 to as.

19 years ago * ld-mips-elf/jalbal.d: New test.
Ian Lance Taylor [Thu, 9 Dec 2004 07:14:53 +0000 (07:14 +0000)] 
* ld-mips-elf/jalbal.d: New test.
* ld-mips-elf/jalbal.s: New test.
* ld-mips-elf/mips-elf.exp: Run it.

19 years ago * elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR,
Ian Lance Taylor [Thu, 9 Dec 2004 07:12:28 +0000 (07:12 +0000)] 
* elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR,
return a real value, unless it is a PLT symbol.
(mips_elf_perform_relocation): On the RM9000, turn a jal into a
bal if possible.

19 years ago * elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
Ian Lance Taylor [Thu, 9 Dec 2004 06:32:41 +0000 (06:32 +0000)] 
* elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
R_MIPS_JALR entry to 0.

19 years ago * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
Ian Lance Taylor [Thu, 9 Dec 2004 06:19:12 +0000 (06:19 +0000)] 
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.

19 years ago * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
Ian Lance Taylor [Thu, 9 Dec 2004 06:17:14 +0000 (06:17 +0000)] 
* config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
use CPU_RM9000.

19 years ago * mips.h (CPU_RM9000): Define.
Ian Lance Taylor [Thu, 9 Dec 2004 06:13:44 +0000 (06:13 +0000)] 
* mips.h (CPU_RM9000): Define.
(OPCODE_IS_MEMBER): Handle CPU_RM9000.

19 years ago * archures.c: Define bfd_mach_mips9000.
Ian Lance Taylor [Thu, 9 Dec 2004 06:08:45 +0000 (06:08 +0000)] 
* archures.c: Define bfd_mach_mips9000.
* elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_9000.
(mips_set_isa_flags): Handle bfd_mach_mips9000.
* cpu-mips.c (I_mips9000): Define.
(arch_info_struct): Add case for bfd_mach_mips9000.
* aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mips9000.
* bfd-in2.h: Regenerate.

19 years ago * mips.h (E_MIPS_MACH_9000): Define.
Ian Lance Taylor [Thu, 9 Dec 2004 06:02:45 +0000 (06:02 +0000)] 
* mips.h (E_MIPS_MACH_9000): Define.

19 years ago * arlex.l: Fix formatting.
Ben Elliston [Thu, 9 Dec 2004 01:46:27 +0000 (01:46 +0000)] 
* arlex.l: Fix formatting.

19 years ago2004-12-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Kazuhiro Inaoka [Thu, 9 Dec 2004 00:47:45 +0000 (00:47 +0000)] 
2004-12-09  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        Committed by Kei Sakamoto.
        * traps-linux.c (m32r_trap): Add entries of the following dummy system
        calls: __NR_mmap2, __NR_lchown32, __NR_getuid32, __NR_getgid32,
        __NR_geteuid32, __NR_getegid32, __NR_getgroups32, __NR_fchown32,
        __NR_setfsuid32, __NR_setfsgid32, __NR_getresuid32,
        __NR_getresgid32 and __NR_chown32.
        * syscall.h: Add new definitions of system call number.

19 years ago*** empty log message ***
gdbadmin [Thu, 9 Dec 2004 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Wed, 8 Dec 2004 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years ago * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
David Edelsohn [Wed, 8 Dec 2004 20:29:58 +0000 (20:29 +0000)] 
* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
(EXTRA_TARGET_FLAGS): Add PICFLAG.
* Makefile.in: Regenerate.

19 years ago * ld-mips-elf/jaloverflow.d: New test.
Ian Lance Taylor [Wed, 8 Dec 2004 20:28:08 +0000 (20:28 +0000)] 
* ld-mips-elf/jaloverflow.d: New test.
* ld-mips-elf/jaloverflow.s: New test.
* ld-mips-elf/mips-elf.exp: Run it.

19 years ago * elfxx-mips.c (mips_elf_calculate_relocation): Test for R_MIPS_26
Ian Lance Taylor [Wed, 8 Dec 2004 20:27:50 +0000 (20:27 +0000)] 
* elfxx-mips.c (mips_elf_calculate_relocation): Test for R_MIPS_26
overflow.

19 years ago* Makefile.tpl: Generate normal dependencies if the LHS module is
DJ Delorie [Wed, 8 Dec 2004 18:57:27 +0000 (18:57 +0000)] 
* Makefile.tpl: Generate normal dependencies if the LHS module is
not bootstrapped.
* Makefile.in: Regenerate.

19 years agomerge from gcc
DJ Delorie [Wed, 8 Dec 2004 18:55:40 +0000 (18:55 +0000)] 
merge from gcc

19 years ago * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
Daniel Jacobowitz [Wed, 8 Dec 2004 15:50:29 +0000 (15:50 +0000)] 
* acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area.  Reset
LIBS when finished.
* aclocal.m4: Regenerated.
* configure: Regenerated.

19 years ago * linux-thread-db.c (BUILD_THREAD): Delete.
Daniel Jacobowitz [Wed, 8 Dec 2004 15:10:30 +0000 (15:10 +0000)] 
* linux-thread-db.c (BUILD_THREAD): Delete.
(thread_get_info_callback): Include LWP ID in thread ID.
(thread_from_lwp, check_event, find_new_threads_callback): Likewise.
(lwp_from_thread): Use the LWP ID from the thread ID.

19 years ago2004-12-07 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 8 Dec 2004 06:12:40 +0000 (06:12 +0000)] 
2004-12-07  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
register for both 32- and 64-bit targets.

19 years ago* gdb.texinfo (General Query Packets): Specify that thread ID's in
Jim Blandy [Wed, 8 Dec 2004 05:28:31 +0000 (05:28 +0000)] 
* gdb.texinfo (General Query Packets): Specify that thread ID's in
the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
numbers.

19 years ago * Makefile.in (.NOEXPORT): Move above the autogenerated line.
Ben Elliston [Wed, 8 Dec 2004 03:13:28 +0000 (03:13 +0000)] 
* Makefile.in (.NOEXPORT): Move above the autogenerated line.

19 years ago * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
Ben Elliston [Wed, 8 Dec 2004 02:50:40 +0000 (02:50 +0000)] 
* doc/Makefile.am (config.texi): Emit a @set UPDATED command to
config.texi whose value is the current month and year.
* doc/Makefile.in: Rebuild.
* doc/binutils.texi: Set the document subtitle to be the value of
the Texinfo UPDATED variable (obtained from config.texi).

19 years ago2004-12-07 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 8 Dec 2004 01:56:16 +0000 (01:56 +0000)] 
2004-12-07  Randolph Chung  <tausq@debian.org>

* frame.c (get_prev_frame): Don't terminate unwinding at main if we
are unwinding through a dummy frame.

19 years ago2004-12-07 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 8 Dec 2004 01:48:03 +0000 (01:48 +0000)] 
2004-12-07  Randolph Chung  <tausq@debian.org>

* hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
* hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
(hppa_hpux_init_abi) Set unwind_adjust_stub method.
* hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
     if defined.

19 years ago2004-12-07 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 8 Dec 2004 01:44:02 +0000 (01:44 +0000)] 
2004-12-07  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
unwinding from a frame with pc == 0.
(hppa_stub_frame_this_id): Likewise.
(hppa_stub_frame_prev_register): Only provide real values if the frame
cache is not NULL.

19 years ago2004-12-07 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 8 Dec 2004 01:36:42 +0000 (01:36 +0000)] 
2004-12-07  Randolph Chung  <tausq@debian.org>

* solib-som.c: New file.
* solib-som.h: New file.
* solib-pa64.c: New file.
* solib-pa64.h: New file.

19 years agomerge from gcc
DJ Delorie [Wed, 8 Dec 2004 01:02:33 +0000 (01:02 +0000)] 
merge from gcc

19 years ago * run.1: Document --sysroot=filepath.
Hans-Peter Nilsson [Wed, 8 Dec 2004 00:40:30 +0000 (00:40 +0000)] 
* run.1: Document --sysroot=filepath.
* sim-options.c (STANDARD_OPTIONS): New member OPTION_SYSROOT.
(standard_options): Support --sysroot=<path>.
(standard_option_handler): Handle OPTION_SYSROOT.
* syscall.c (simulator_sysroot): Define, initialized empty.
(get_path): Prepend simulator_sysroot to absolute file path.
[HAVE_STRING_H]: Include string.h.
[!HAVE_STRING_H && HAVE_STRINGS_H]: Include strings.h.
* nrun.c [HAVE_UNISTD_H]: Include unistd.h.
(main): If simulator_sysroot is not empty, chdir there.
* sim-config.h (simulator_sysroot): Declare.

19 years ago * getopt.c: Include "ansidecl.h" for the ATTRIBUTE_UNUSED macro.
Ben Elliston [Wed, 8 Dec 2004 00:30:35 +0000 (00:30 +0000)] 
* getopt.c: Include "ansidecl.h" for the ATTRIBUTE_UNUSED macro.
(_getopt_initialize): Annotate argc and argv parameters as unused.
* Makefile.in (getopt.o): Depend on $(INCDIR)/ansidecl.h.

19 years ago*** empty log message ***
gdbadmin [Wed, 8 Dec 2004 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

19 years ago * configure: Regenerate for ../common/aclocal.m4 update.
Hans-Peter Nilsson [Tue, 7 Dec 2004 23:51:23 +0000 (23:51 +0000)] 
* configure: Regenerate for ../common/aclocal.m4 update.

19 years ago * aclocal.m4 (SIM_AC_OUTPUT): Substitute @cgen_breaks@ for "break
Hans-Peter Nilsson [Tue, 7 Dec 2004 23:37:35 +0000 (23:37 +0000)] 
* aclocal.m4 (SIM_AC_OUTPUT): Substitute @cgen_breaks@ for "break
cgen_rtx_error" in a CGEN-generated simulator.
* gdbinit.in: Break on sim_core_signal too.  Have autoconf
replacement for CGEN-related breakpoints.

19 years agodaily update
Alan Modra [Tue, 7 Dec 2004 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years ago * Make-common.in (sim-basics_h): Add $(callback_h).
Hans-Peter Nilsson [Tue, 7 Dec 2004 22:28:53 +0000 (22:28 +0000)] 
* Make-common.in (sim-basics_h): Add $(callback_h).

19 years ago* Makefile.in (inf-ttrace.o): Fix typo.
Mark Kettenis [Tue, 7 Dec 2004 22:17:59 +0000 (22:17 +0000)] 
* Makefile.in (inf-ttrace.o): Fix typo.

19 years ago* remote.c (remote_threads_info, remote_current_thread): Use
Jim Blandy [Tue, 7 Dec 2004 20:21:32 +0000 (20:21 +0000)] 
* remote.c (remote_threads_info, remote_current_thread): Use
strtoul to parse thread ID numbers.

19 years agomerge from gcc
DJ Delorie [Tue, 7 Dec 2004 20:02:09 +0000 (20:02 +0000)] 
merge from gcc

19 years ago* inf-ttrace.c: Include "gdbthread.h".
Mark Kettenis [Tue, 7 Dec 2004 19:57:21 +0000 (19:57 +0000)] 
* inf-ttrace.c: Include "gdbthread.h".
(inf_ttrace_num_lwps): New variable.
(inf_ttrace_num_lwps_in_syscall): Renamed from
inf_ttrace_num_threads_in_syscall.
(inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
TTEVT_LWP_TERMINATE events.
(inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
zero.
(inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
(inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
events.
(inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
default.  Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
TTEVT_LWP_TERMINATE events.
(inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
(inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
* Makefile.in (inf-ttrace.o): Update dependencies.

19 years ago* hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
Mark Kettenis [Tue, 7 Dec 2004 18:04:11 +0000 (18:04 +0000)] 
* hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
prototypes.
* hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
Make global.  Remove HP-UX specific code.  Use
frame_unwind_register_unsigned instead of
frame_unwind_register_signed.
(hppa_write_pc): Rename from hppa_target_write_pc.  Make global.
Remove HP-UX specific code.
(hppa_unwind_pc): Make global.  Remove HP-UX specific code.
(hppa_frame_prev_register_helper): Set "flags" register to zero
for all unwound frames.
(hppa_gdbarch_init): Adjust.
* hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
(hppa_hpux_read_pc, hppa_hpux_write_pc)
(hppa_hpux_unwind_pc): New functions.
(hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.

19 years ago * ldemul.h: Forward declare struct option.
Ben Elliston [Tue, 7 Dec 2004 12:29:41 +0000 (12:29 +0000)] 
* ldemul.h: Forward declare struct option.

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