OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
18 years agoRemove stray colon.
Daniel Jacobowitz [Fri, 25 Nov 2005 18:12:42 +0000 (18:12 +0000)]
Remove stray colon.

18 years ago2005-11-25 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Fri, 25 Nov 2005 11:45:49 +0000 (11:45 +0000)]
2005-11-25  Andrew Stubbs  <andrew.stubbs@st.com>

* cli-decode.c (find_command_name_length): New function.
(lookup_cmd_1): Replace loop reading command name with
find_command_name_length().
(lookup_cmd): Likewise.
(lookup_cmd_composition): Likewise.

18 years ago * dwarf2-frame.c: (execute_cfa_program): Don't access past the
Frederic Riss [Fri, 25 Nov 2005 06:42:07 +0000 (06:42 +0000)]
* dwarf2-frame.c: (execute_cfa_program): Don't access past the
allocated dwarf2_frame_state.initial.regs.

18 years ago* MAINTAINERS (Write After Approval): Add myself to the list.
Frederic Riss [Fri, 25 Nov 2005 06:34:47 +0000 (06:34 +0000)]
* MAINTAINERS (Write After Approval): Add myself to the list.

18 years ago*** empty log message ***
gdbadmin [Fri, 25 Nov 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Thu, 24 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agobfd/
Alan Modra [Thu, 24 Nov 2005 06:02:08 +0000 (06:02 +0000)]
bfd/
* elf-bfd.h (_bfd_generic_match_sections_by_type): Don't define.
* libbfd-in.h (_bfd_generic_match_sections_by_type): Delete.
* libbfd.c (_bfd_generic_match_sections_by_type): Delete.
* targets.c (bfd_match_sections_by_type): Don't define.
(BFD_JUMP_TABLE_LINK): Remove _bfd_generic_match_sections_by_type.
* coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
* coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
ld/
* ldlang.c (lang_output_section_find_by_flags): Add match_type param.
Run two passes, first using match_type, second without.
* ldlang.h (lang_match_sec_type_func): New typedef.
(lang_output_section_find_by_flags): Update prototype.
bfd_match_sections_by_type and lang_output_section_find_by_flags.
* emultempl/pe.em (place_orphan): Likewise.

18 years ago*** empty log message ***
gdbadmin [Thu, 24 Nov 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Wed, 23 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago2005-11-23 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Wed, 23 Nov 2005 16:30:36 +0000 (16:30 +0000)]
2005-11-23  Andrew Stubbs  <andrew.stubbs@st.com>

* sh-tdep.c (do_fv_register_info, do_dr_register_info): Delete function.
(do_bank_register_info, do_bank_register_info): Likewise.
(sh_print_pseudo_register, sh_do_fp_register): Likewise.
(sh_do_register, sh_print_register, sh_print_registers_info): Likewise.
(sh_gdbarch_init): Remove call to set_gdbarch_print_registers_info().

18 years agobfd/
Daniel Jacobowitz [Wed, 23 Nov 2005 14:04:17 +0000 (14:04 +0000)]
bfd/
* elf32-mips.c (elf_mips_howto_table_rel): Use rightshift 2 for
R_MIPS_PC16.
(mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
(bfd_elf32_bfd_reloc_type_lookup): Don't handle
BFD_RELOC_16_PCREL_S2.
* elf64-mips.c (mips_elf64_howto_table_rel): Use rightshift 2 for
R_MIPS_PC16.
(mips_elf64_howto_table_rela): Likewise.
(mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
(bfd_elf64_bfd_reloc_type_lookup): Don't handle
BFD_RELOC_16_PCREL_S2.
* elfn32-mips.c (elf_mips_howto_table_rel): Use rightshift 2 for
R_MIPS_PC16.
(elf_mips_howto_table_rela): Likewise.
(mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
(bfd_elf32_bfd_reloc_type_lookup): Don't handle
BFD_RELOC_16_PCREL_S2.
* elfxx-mips.c: Formatting fixes.
(mips_elf_calculate_relocation): Handle R_MIPS_GNU_REL16_S2
and R_MIPS_PC16 identically.
gas/
* config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL_S2.
(macro_build): Complain for invalid branch displacements.
(mips_validate_fix): Delete.
(md_apply_fix): Re-add pcrel support for branches.  Use consistent
text for misaligned branch targets.
(tc_gen_reloc: Re-add pcrel support for branches.  Handle strange
BFD pcrel processing.  Remove error for unresolved branches.
* config/tc-mips.h (TC_VALIDATE_FIX, mips_validate_fix): Delete.
gas/testsuite/
* gas/mips/bge.d, gas/mips/bge.s, gas/mips/bgeu.d, gas/mips/bgeu.s,
gas/mips/blt.d, gas/mips/blt.s, gas/mips/bltu.d,
gas/mips/bltu.s: Reactivate external branch tests.
* gas/mips/branch-misc-2.d, gas/mips/branch-misc-2pic.d,
gas/mips/branch-misc-2-64.d, gas/mips/branch-misc-2pic-64.d: New
tests.
* gas/mips/branch-misc-2.l, gas/mips/branch-misc-2pic.l,
gas/testsuite/gas/mips/branch-misc-2pic.s: Remove.
* gas/mips/mips.exp: Adjust branch-misc-2 tests.  Add 64-bit
variants.

18 years ago * elfcode.h (elf_object_p): Delay the setting of start_address
Alan Modra [Wed, 23 Nov 2005 11:46:01 +0000 (11:46 +0000)]
* elfcode.h (elf_object_p): Delay the setting of start_address
until we're sure the backend matches the binary.

18 years agoFix 32-bit host/target --enable-targets=all build failure from Doug Evans.
Jim Wilson [Wed, 23 Nov 2005 04:58:37 +0000 (04:58 +0000)]
Fix 32-bit host/target --enable-targets=all build failure from Doug Evans.
* ia64-gen.c (_opcode_int64_low, _opcode_int64_high,
opcode_fprintf_vma): New.
(print_main_table): New opcode_fprintf_vma instead of fprintf_vma.

18 years ago2005-11-21 Jim Blandy <jimb@redhat.com>
Jim Blandy [Wed, 23 Nov 2005 00:03:15 +0000 (00:03 +0000)]
2005-11-21  Jim Blandy  <jimb@redhat.com>

* gdb.texinfo (Tracepoint Packets): Document restrictions on
placement of 'R' actions in tracepoint action packets; document
dependence of 'X' and 'M' actions on a preceding 'R' action for
their registers.

18 years ago*** empty log message ***
gdbadmin [Wed, 23 Nov 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Tue, 22 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago * top.c (print_gdb_version): Update copyright year.
Joel Brobecker [Tue, 22 Nov 2005 19:24:03 +0000 (19:24 +0000)]
    * top.c (print_gdb_version): Update copyright year.

18 years ago*** empty log message ***
gdbadmin [Tue, 22 Nov 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update msnyder-fork-checkpoint-branchpoint
Alan Modra [Mon, 21 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago* inf-ptrace.c (inf_ptrace_xfer_partial): Use PIOD_WRITE_I instead
Mark Kettenis [Mon, 21 Nov 2005 09:11:44 +0000 (09:11 +0000)]
* inf-ptrace.c (inf_ptrace_xfer_partial): Use PIOD_WRITE_I instead
of PIOD_WRITE_D.

18 years ago * sim/cris: New directory with C and assembly tests for the CRIS
Hans-Peter Nilsson [Mon, 21 Nov 2005 04:48:19 +0000 (04:48 +0000)]
* sim/cris: New directory with C and assembly tests for the CRIS
simulator.

18 years agogdb/ChangeLog:
Jim Blandy [Mon, 21 Nov 2005 00:30:22 +0000 (00:30 +0000)]
gdb/ChangeLog:
2005-11-19  Jim Blandy  <jimb@redhat.com>

* tracepoint.c (memrange_absolute): New enum constant.
(struct memrange, memrange_cmp, add_memrange, collect_symbol,
stringify_collection_list, encode_actions): Use it instead of '-1'
to indicate an fixed-address memory range.
(Suggested by Eli Zaretskii.)

18 years ago*** empty log message ***
gdbadmin [Mon, 21 Nov 2005 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Sun, 20 Nov 2005 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago * som.c (som_decode_symclass): Decode BSF_WEAK symbols in the same
Dave Anglin [Sun, 20 Nov 2005 19:21:06 +0000 (19:21 +0000)]
* som.c (som_decode_symclass): Decode BSF_WEAK symbols in the same
manner as bfd_decode_symclass.

18 years ago cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
Hans-Peter Nilsson [Sun, 20 Nov 2005 14:52:36 +0000 (14:52 +0000)]
cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
(open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
TARGET_O_WRONLY.
(cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for
F_GETFL on fd 0, 1 and 2.

18 years agogdb/doc/ChangeLog:
Jim Blandy [Sun, 20 Nov 2005 06:12:59 +0000 (06:12 +0000)]
gdb/doc/ChangeLog:
2005-11-19  Jim Blandy  <jimb@redhat.com>

* gdb.texinfo (Tracepoint Packets): New node.
(General Query Packets): Add entries for the tracepoint packets,
referring to the "Tracepoint Packets" node.
(Tracepoints): Add reference to "Tracepoint Packets".

18 years ago*** empty log message ***
gdbadmin [Sun, 20 Nov 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Sat, 19 Nov 2005 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago2005-11-19 Jim Blandy <jimb@redhat.com>
Jim Blandy [Sat, 19 Nov 2005 18:57:28 +0000 (18:57 +0000)]
2005-11-19  Jim Blandy  <jimb@redhat.com>

* tracepoint.c (stringify_collection_list): Indicate absolute
memory ranges by using "-1" as the memory range's base register
number, not "FFFFFFFF".

18 years ago2005-11-19 Randolph Chung <tausq@debian.org>
Randolph Chung [Sat, 19 Nov 2005 13:43:35 +0000 (13:43 +0000)]
2005-11-19  Randolph Chung  <tausq@debian.org>

* dwarf2loc.c (dwarf2_tracepoint_var_ref): Remove extra add for
DW_OP_fbreg.  Handle DW_OP_breg0 through DW_OP_breg31.  Print
DWARF opcode for unsupported case.

18 years ago2005-11-19 Randolph Chung <tausq@debian.org>
Randolph Chung [Sat, 19 Nov 2005 12:55:55 +0000 (12:55 +0000)]
2005-11-19  Randolph Chung  <tausq@debian.org>

* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Use
HPPA_HPUX_SS_* constants.  Ensure "off" is large enough to hold
64-bit offset.  Set proper signal context offset for 64-bit
programs.  Set pc properly for signal frames.

18 years ago2005-11-19 Randolph Chung <tausq@debian.org>
Randolph Chung [Sat, 19 Nov 2005 12:47:21 +0000 (12:47 +0000)]
2005-11-19  Randolph Chung  <tausq@debian.org>

* hppa-hpux-tdep.c (hppa_hpux_sigtramp_unwind_sniffer): Rely on the
unwind record to determine a signal frame, instead of hardcoding
a function name.

18 years ago2005-11-19 Randolph Chung <tausq@debian.org>
Randolph Chung [Sat, 19 Nov 2005 12:39:50 +0000 (12:39 +0000)]
2005-11-19  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (skip_prologue_hard_way): Add one more insn pattern
for "std rp,-0x10(sp)".
(hppa_frame_cache): Likewise.
(hppa_fallback_frame_cache): Likewise.

18 years ago2005-11-19 Randolph Chung <tausq@debian.org>
Randolph Chung [Sat, 19 Nov 2005 12:38:56 +0000 (12:38 +0000)]
2005-11-19  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_frame_cache): Reformat code and enhance
debugging.

18 years ago2005-11-18 Jim Blandy <jimb@redhat.com>
Jim Blandy [Sat, 19 Nov 2005 04:44:43 +0000 (04:44 +0000)]
2005-11-18  Jim Blandy  <jimb@redhat.com>

* tracepoint.c (collect_symbol): Doc fix.

18 years ago2005-11-18 Jim Blandy <jimb@redhat.com>
Jim Blandy [Sat, 19 Nov 2005 01:23:26 +0000 (01:23 +0000)]
2005-11-18  Jim Blandy  <jimb@redhat.com>

* tracepoint.c (struct memrange): Doc fix.

18 years ago*** empty log message ***
gdbadmin [Sat, 19 Nov 2005 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Fri, 18 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago * gdb.texinfo (set remotebreak): Add anchor.
Kevin Buettner [Fri, 18 Nov 2005 22:17:09 +0000 (22:17 +0000)]
* gdb.texinfo (set remotebreak): Add anchor.
(X packet): Likewise.
(Remote Protocol): Add new section `Interrupts' and new index
entry `interrupts (remote protocol)'.

18 years ago* gdb.texinfo (Packets): Move information out of 'q' and 'Q'
Jim Blandy [Fri, 18 Nov 2005 19:20:56 +0000 (19:20 +0000)]
* gdb.texinfo (Packets): Move information out of 'q' and 'Q'
entries into the General Query Packets section.  Add a
cross-reference to that section.  Drop description of replies, as
these are covered in the descriptions of each packet.
(General Query Packets): Add introductory text.  Explain naming
conventions, and how the end of a name is recognized.

18 years ago2005-11-18 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Fri, 18 Nov 2005 17:02:14 +0000 (17:02 +0000)]
2005-11-18  Andrew Stubbs  <andrew.stubbs@st.com>

* mi/mi-main.c (mi_load_progress): Ensure the use of the correct mi
uiout for the duration of the function.

18 years ago(gdb-source-file-list): Declare.
Nick Roberts [Fri, 18 Nov 2005 06:37:38 +0000 (06:37 +0000)]
(gdb-source-file-list): Declare.
(gdbmi): Bind new functions.
(gdbmi-var-list-children-handler, gdbmi-var-list-children-regexp):
Handle string expressions properly.  Move "type" field into regexp.
(gdbmi-var-update-regexp, gdbmi-var-update-handler): Handle string
expressions properly.  Update speedbar.
(gdbmi-breakpoints-buffer, gdb-stack-buffer, gdb-locals-buffer)
(gdb-registers-buffer): Use def-gdb-auto-update-trigger instead of
def-gdb-auto-updated-buffer as handlers is defined explicitly.
(gdb-stack-list-locals-handler): Handle string expressions properly.
(gdb-data-list-register-values-handler)
(gdb-data-list-register-values-custom): Fontify buffer.

18 years ago*** empty log message ***
Nick Roberts [Fri, 18 Nov 2005 06:37:11 +0000 (06:37 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Nick Roberts [Fri, 18 Nov 2005 06:35:02 +0000 (06:35 +0000)]
*** empty log message ***

18 years ago * elf64-ppc.c (ppc64_elf_check_relocs): Don't set has_14bit_branch
Alan Modra [Fri, 18 Nov 2005 04:52:57 +0000 (04:52 +0000)]
* elf64-ppc.c (ppc64_elf_check_relocs): Don't set has_14bit_branch
on branches to same section.

18 years ago * elf64-hppa.c (elf64_hppa_object_p): Recognize corefiles under
Dave Anglin [Fri, 18 Nov 2005 00:48:50 +0000 (00:48 +0000)]
* elf64-hppa.c (elf64_hppa_object_p): Recognize corefiles under
hppa64-hp-hpux11.11.
(elf64_hppa_section_from_phdr): New function.
(elf_backend_section_from_phdr): Define.

18 years ago*** empty log message ***
gdbadmin [Fri, 18 Nov 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Thu, 17 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agoFix ChangeLog typo from previous commit.
Kevin Buettner [Thu, 17 Nov 2005 19:12:26 +0000 (19:12 +0000)]
Fix ChangeLog typo from previous commit.

18 years ago * gdb.texinfo (Remote Configuration): Fix typo in description of
Kevin Buettner [Thu, 17 Nov 2005 19:08:38 +0000 (19:08 +0000)]
* gdb.texinfo (Remote Configuration): Fix typo in description of
"set remotebreak" command.

18 years ago * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
Hans-Peter Nilsson [Thu, 17 Nov 2005 16:14:53 +0000 (16:14 +0000)]
* cris/sim-main.h (struct _sim_cpu): New members last_syscall,
last_open_fd, last_open_flags.
* cris/traps.c: Don't include targ-vals.h.
(TARGET_O_ACCMODE): Define.
(cris_break_13_handler): Set new _sim_cpu members.
<case TARGET_SYS_fcntl>: Support special case of F_GETFL.
Rearrange code as switch.  Emit "unimplemented" abort for
unimplemented fcntl calls.

18 years ago * cris/traps.c (TARGET_SYS_stat): Define.
Hans-Peter Nilsson [Thu, 17 Nov 2005 15:51:24 +0000 (15:51 +0000)]
* cris/traps.c (TARGET_SYS_stat): Define.
(syscall_stat32_map): Add entry for TARGET_SYS_stat.
(cris_break_13_handler) <case TARGET_SYS_stat>: New case.

18 years ago2005-11-16 Shaun Jackman <sjackman@gmail.com>
Daniel Jacobowitz [Thu, 17 Nov 2005 04:23:03 +0000 (04:23 +0000)]
2005-11-16  Shaun Jackman  <sjackman@gmail.com>

* sim/arm/armos.c: Include limits.h
(unlink): Remove this macro. It is unused in this file and
conflicts with sim_callback->unlink.
(PATH_MAX): Define as 1024 if not already defined.
(ReadFileName): New function.
(SWIopen): Fix a potential buffer overflow.
(SWIremove): New function.
(SWIrename): Ditto.
(ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY,
SWI_Remove, and SWI_Rename, as well as the RDI calls
AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and
AngelSWI_Reason_Rename.

18 years ago * version.in: Update to 6.4.50.
Daniel Jacobowitz [Thu, 17 Nov 2005 04:05:35 +0000 (04:05 +0000)]
* version.in: Update to 6.4.50.

18 years ago*** empty log message *** gdb-csl-gxxpro-6_3-branchpoint
gdbadmin [Thu, 17 Nov 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Wed, 16 Nov 2005 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago2005-11-16 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Wed, 16 Nov 2005 12:49:17 +0000 (12:49 +0000)]
2005-11-16  Andrew Stubbs  <andrew.stubbs@st.com>

* NEWS (6.4): Mention $argc.

18 years agogdb/doc/ChangeLog:
Jim Blandy [Wed, 16 Nov 2005 10:34:33 +0000 (10:34 +0000)]
gdb/doc/ChangeLog:
2005-11-16  Jim Blandy  <jimb@redhat.com>

* gdb.texinfo (Packets, Stop Reply Packets)
(General Query Packets): Various formatting cleanups.
- Use @samp for packet contents.
- Drop summaries from packet @item lines; the same information appears
  immediately below in the description.
- Delete paragraph breaks after packet @item commands, so that the
  description appears directly to the right of the packet prototype
  in the printed manual, if it fits.
- Place spaces in packet prototypes between @vars and non-@var
  letters, and explain that they're just for formatting.
- Use @dots{} instead of '...'.
- Fix uses of @code where @var was needed.
- Replace "deprecated" markers with English text spelling out the
  packet's status and the preferred alternatives.
- Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
  what this ever meant.
- Remove "(draft)" markers on 'i' packets; nobody has commented on
  this for a long time.
- Remove "(draft)" markers on 'z' and 'Z' packets; these have been
  implemented several times, and have been in use for years.

18 years ago2005-11-15 Jim Blandy <jimb@redhat.com>
Jim Blandy [Wed, 16 Nov 2005 06:24:52 +0000 (06:24 +0000)]
2005-11-15  Jim Blandy  <jimb@redhat.com>

* gdb.texinfo (Packets): Add index entries for 'm' packet
disclaimers.

18 years ago * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
Hans-Peter Nilsson [Wed, 16 Nov 2005 04:50:57 +0000 (04:50 +0000)]
* cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
low 32 bits are used after an unsigned long cast.

18 years ago*** empty log message ***
gdbadmin [Wed, 16 Nov 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Tue, 15 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago * ppc-opc.c (powerpc_opcodes): Add frin,friz,frip,frim. Correct
Alan Modra [Tue, 15 Nov 2005 21:33:04 +0000 (21:33 +0000)]
* ppc-opc.c (powerpc_opcodes): Add frin,friz,frip,frim.  Correct
frsqrtes.

18 years ago* gdb.texinfo (Packets): Clarify lack of restrictions on behavior
Jim Blandy [Tue, 15 Nov 2005 19:58:30 +0000 (19:58 +0000)]
* gdb.texinfo (Packets): Clarify lack of restrictions on behavior
of stub when processing an 'm' packet.

18 years ago* gdb.texinfo (Packets): Mention that packets beginning with
Jim Blandy [Tue, 15 Nov 2005 18:00:28 +0000 (18:00 +0000)]
* gdb.texinfo (Packets): Mention that packets beginning with
letters are reserved once, at the top, instead of actually listing
them all and saying "reserved".

18 years ago2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Tue, 15 Nov 2005 12:38:45 +0000 (12:38 +0000)]
2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>

* NEWS: Add --batch-silent, --return-child-result, and --eval-command
options to the 6.4 section.

18 years ago2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Tue, 15 Nov 2005 12:03:08 +0000 (12:03 +0000)]
2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>

* cli/cli-script.c: Include gdb_assert.h.
(locate_arg): Detect $argc.
(insert_args): Substitute $argc.
* Makefile.in (cli-script.o): Add dependency on gdb_assert.h.

doc/
* gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
Change @var{$arg0 to @code{$arg0.

18 years ago*** empty log message ***
gdbadmin [Tue, 15 Nov 2005 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Mon, 14 Nov 2005 23:00:04 +0000 (23:00 +0000)]
daily update

18 years agoFix gcc bug 24490, location list query failed due to out-of-range address.
Jim Wilson [Mon, 14 Nov 2005 22:25:16 +0000 (22:25 +0000)]
Fix gcc bug 24490, location list query failed due to out-of-range address.
PR 2024
* dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block
instead of get_frame_pc.
(loclist_read_variable): Likewise.

18 years ago2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Mon, 14 Nov 2005 19:07:15 +0000 (19:07 +0000)]
2005-11-14  Andrew Stubbs  <andrew.stubbs@st.com>

        * MAINTAINERS (Write After Approval): Add myself to the list.

18 years ago2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Mon, 14 Nov 2005 17:03:25 +0000 (17:03 +0000)]
2005-11-14  Andrew Stubbs  <andrew.stubbs@st.com>

* thread.c (_initialize_thread): Correct the 'thread apply' help
message.

18 years ago * gdb.texinfo: Correct a merge error introduced by -r 1.286.
Wu Zhou [Mon, 14 Nov 2005 03:27:22 +0000 (03:27 +0000)]
* gdb.texinfo: Correct a merge error introduced by -r 1.286.

18 years ago* gdb.texinfo (Fortran): Add some words about Fortran debugging.
Wu Zhou [Mon, 14 Nov 2005 02:34:43 +0000 (02:34 +0000)]
* gdb.texinfo (Fortran): Add some words about Fortran debugging.

18 years ago * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore
Thiemo Seufer [Mon, 14 Nov 2005 02:25:39 +0000 (02:25 +0000)]
    * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore
        instructions.  Define MIPS16_ALL_ARGS and MIPS16_ALL_STATICS for
        save/restore encoding of the args field.

        * mips16-opc.c: Add MIPS16e save/restore opcodes.
        * mips-dis.c (print_mips16_insn_arg): Handle printing of 'm'/'M'
        codes for save/restore.

        * config/tc-mips.c (mips16_ip): Add handling of 'm' and 'M' codes
        for the MIPS16e save/restore instructions.

        * gas/mips/mips.exp: Run new save/restore tests.
        * gas/testsuite/gas/mips/mips16e-save.s: New test for generating
        different styles of save/restore instructions.
        * gas/testsuite/gas/mips/mips16e-save.d: New.

18 years ago*** empty log message ***
gdbadmin [Mon, 14 Nov 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Sun, 13 Nov 2005 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago * elfread.c (elf_symtab_read): Remove if (1) and reindent.
Daniel Jacobowitz [Sun, 13 Nov 2005 18:56:34 +0000 (18:56 +0000)]
* elfread.c (elf_symtab_read): Remove if (1) and reindent.

18 years ago * arm-linux-tdep.c (eabi_linux_arm_le_breakpoint)
Daniel Jacobowitz [Sun, 13 Nov 2005 18:04:14 +0000 (18:04 +0000)]
* arm-linux-tdep.c (eabi_linux_arm_le_breakpoint)
(eabi_linux_arm_be_breakpoint): New variables.
(arm_linux_init_abi): Use them.

18 years ago * linux-arm-low.c (arm_eabi_breakpoint): New variable.
Daniel Jacobowitz [Sun, 13 Nov 2005 18:04:03 +0000 (18:04 +0000)]
* linux-arm-low.c (arm_eabi_breakpoint): New variable.
(arm_breakpoint_at): Recognize both breakpoints.
(the_low_target): Use the correct breakpoint instruction.

18 years ago*** empty log message ***
gdbadmin [Sun, 13 Nov 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2005-11-12 Jim Blandy <jimb@redhat.com>
Jim Blandy [Sat, 12 Nov 2005 23:09:46 +0000 (23:09 +0000)]
2005-11-12  Jim Blandy  <jimb@redhat.com>

* gdb.texinfo (General Query Packets): Put packets in alphabetical
order.  Remove extraneous 'z'.

18 years agodaily update
Alan Modra [Sat, 12 Nov 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sat, 12 Nov 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Fri, 11 Nov 2005 23:00:04 +0000 (23:00 +0000)]
daily update

18 years ago2005-11-11 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Fri, 11 Nov 2005 22:30:23 +0000 (22:30 +0000)]
2005-11-11  Michael Snyder  <msnyder@redhat.com>

        * inftarg.c (child_wait): Delete unused local variable.

18 years ago * Makefile.def: Remove gdb dependencies for gdbtk.
Daniel Jacobowitz [Fri, 11 Nov 2005 21:45:22 +0000 (21:45 +0000)]
* Makefile.def: Remove gdb dependencies for gdbtk.
* Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
(configure-gdb, install-gdb): New rules.
* configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
* Makefile.in, configure: Regenerated.

18 years ago PR tui/1995
Stephane Carrez [Fri, 11 Nov 2005 19:55:51 +0000 (19:55 +0000)]
PR tui/1995
* tui/tui-command.c (tui_dispatch_ctrl_char): Handle CTRL-L even if the
focus is on the command window.

18 years ago * tui/tui-win.c (tui_update_gdb_sizes): Use tui_term_width() and
Stephane Carrez [Fri, 11 Nov 2005 18:07:09 +0000 (18:07 +0000)]
* tui/tui-win.c (tui_update_gdb_sizes): Use tui_term_width() and
tui_term_height() to restore the terminal size when leaving the
TUI mode.

18 years ago From Spencer Oliver <spencer.oliver@anglia.com>:
Keith Seitz [Fri, 11 Nov 2005 17:19:06 +0000 (17:19 +0000)]
    From Spencer Oliver <spencer.oliver@anglia.com>:
        * library/targetselection.itb (build_win): Only pack the xterm checkbutton
        on unix platforms.

18 years ago * gdb.asm/m68hc11.inc: Setup the data section.
Stephane Carrez [Fri, 11 Nov 2005 11:18:53 +0000 (11:18 +0000)]
* gdb.asm/m68hc11.inc: Setup the data section.
* gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
script for this test.
(m6812-*-*): Likewise.

18 years agoPR 1150
Nick Clifton [Fri, 11 Nov 2005 11:06:34 +0000 (11:06 +0000)]
PR 1150
* readelf.c (get_mips_symbol_other): New function.
  (get_symbol_other): New function.
  (process_symbol_table): Call get_symbol_other() to get a description of the
    st_other field if it contains more information than just the visibility.
* elfxx-mips.c (mips_elf_calculate_relocation): Ignore an undefined symbol if
    it is optional.
  (_bfd_mips_elf_merge_symbol_attribute): Make sure that the optional flag is
    merged as well as the visibility.
* elfxx-mips.h (_bfd_mips_elf_merge_symbol_attribute): Prototype.
  (elf_backend_merge_symbol_attribute): Define.
* mips.h (STO_OPTIONAL): Define.
  (ELF_MIPS_IS_OPTIONAL): Define.

18 years ago * m68hc11-tdep.c (m68hc11_pseudo_register_write): Use gdb_byte
Stephane Carrez [Fri, 11 Nov 2005 10:25:34 +0000 (10:25 +0000)]
* m68hc11-tdep.c (m68hc11_pseudo_register_write): Use gdb_byte
for buffers.
(m68hc11_pseudo_register_read): Likewise.
(m68hc11_return_value): Likewise.
(m68hc11_frame_prev_register): Likewise.
(m68hc11_frame_align): Remove as its seems no longer necessary.
(m68hc11_gdbarch_init): Don't install frame_align handler.
(m68hc11_scan_prologue): Fix crash that occurred when called from
m68hc11_skip_prologue

18 years ago*** empty log message ***
gdbadmin [Fri, 11 Nov 2005 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Thu, 10 Nov 2005 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago* MAINTAINERS: Mark m68k-elf, sparc-elf and vax-netbsd as no
Mark Kettenis [Thu, 10 Nov 2005 19:21:51 +0000 (19:21 +0000)]
* MAINTAINERS: Mark m68k-elf, sparc-elf and vax-netbsd as no
longer broken.

18 years ago * m68k-dis.c (print_insn_m68k): Only match FPU insns with
Andreas Schwab [Thu, 10 Nov 2005 14:32:28 +0000 (14:32 +0000)]
* m68k-dis.c (print_insn_m68k): Only match FPU insns with
coprocessor ID 1.

18 years ago2005-11-10 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Thu, 10 Nov 2005 11:05:31 +0000 (11:05 +0000)]
2005-11-10  Andrew Stubbs  <andrew.stubbs@st.com>

* interp.c (sim_memory_size): Use same amount of memory on Windows as
elsewhere.

18 years ago*** empty log message ***
gdbadmin [Thu, 10 Nov 2005 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***