summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include PowerPC SPR numbers for special-purpose registers.Jim Blandy2004-07-202-69/+113
| | | | | | | | | | | | * rs6000-tdep.c (struct reg): Add new member, 'spr_num'. (R, R4, R8, R16, F, P, R32, R64, R0): Include value for new member in initializer. (S, S4, SN4, S64): New macros for defining special-purpose registers. (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power, registers_403, registers_403GC, registers_505, registers_860, registers_601, registers_602, registers_603, registers_604, registers_750, registers_e500): Use them.
* * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';Jim Blandy2004-07-202-5/+9
| | | | replace references with expression used to initialize variable.
* 2004-07-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-202-440/+144
| | | | | | | * gdb.base/signals.exp: Replace send_gdb and gdb_expect with gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect XFAILs. Clean up test messages and comments. Check backtraces. Delete re-sync code.
* 2004-07-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-2021-50/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | * breakpoint.c (deprecated_read_memory_nobpt): Rename read_memory_nobpt. * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update. * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p) (s390_sigtramp_frame_sniffer): Update. * mn10300-tdep.c (mn10300_analyze_prologue): Update. * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update. * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) (mips32_fetch_instruction): Update. * mcore-tdep.c (get_insn): Update. * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update. * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update. * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update. * i386-linux-tdep.c (i386_linux_sigtramp_start) (i386_linux_rt_sigtramp_start): Update. * i386-linux-nat.c (child_resume): Update. * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update. * hppa-linux-tdep.c (insns_match_pattern): Update. * gdbcore.h: Update. * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update. * frame.c (safe_frame_unwind_memory): Update. * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update. * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update. * alpha-tdep.c (alpha_read_insn): Update.
* opcodes/Maciej W. Rozycki2004-07-202-16/+34
| | | | | | | | | * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2 move/branch operations to the bottom so that VR5400 multimedia instructions take precedence in disassembly. gas/testsuite/ * gas/mips/vr5400.d: Update for a correct disassembly of "racm.ob".
* opcodes/Maciej W. Rozycki2004-07-202-1/+5
| | | | | | | | | | | * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32 ISA-specific "break" encoding. gas/testsuite/ * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add another "break" case. Update the comment accordingly. * gas/mips/set-arch.s: Likewise. * gas/mips/mips32.d: Adjust for the new output. * gas/mips/set-arch.d: Likewise.
* 2004-07-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-205-26/+63
| | | | | | | | | | | * tramp-frame.h (struct tramp_frame): Change "insn" to a struct containing both bytes and mask. Add "frame_type". * tramp-frame.c (tramp_frame_start): Update. (tramp_frame_prepend_unwinder): Update. * mips-linux-tdep.c (mips_linux_o32_sigframe) (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe) (mips_linux_n64_rt_sigframe): Update. Make "static const". * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
* Argh, I screwed up and committed a ChangeLog entry for a patchMichael Chastain2004-07-201-7/+0
| | | | that is still in the comment period. Sorry!
* 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-07-203-71/+104
| | | | | | Fix PR cli/740. * gdb.base/annota1.exp: Honor gdb,nosignals. * gdb.base/annota3.exp: Likewise.
* *** empty log message ***gdbadmin2004-07-201-1/+1
|
* 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-07-192-1/+6
| | | | * lib/java.exp: Update copyright notice.
* 2004-07-19 Martin Hunt <hunt@redhat.com>Martin Hunt2004-07-197-11/+16
| | | | | * All: Updated load_lib calls to find new location of insight-support.exp.
* Add remapping for bfd/elf32-cr*.c,Eli Zaretskii2004-07-192-0/+16
| | | | | | bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c, sim/testsuite/sim/mips/hilo-hazard-[123].s, and sim/testsuite/sim/mips/fpu64-ps-sb1.s.
* bfd/H.J. Lu2004-07-195-7/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-19 H.J. Lu <hongjiu.lu@intel.com> * bfd-in.h (dynamic_lib_link_class): Add DYN_NO_ADD_NEEDED and DYN_NO_NEEDED. (bfd_elf_get_dyn_lib_class): New prototype. * elf.c (bfd_elf_get_dyn_lib_class): New function. * elflink.c (elf_link_add_object_symbols): Check DYN_AS_NEEDED, DYN_DT_NEEDED and DYN_NO_NEEDED bits to see if a DT_NEEDED entry is needed. Issue an error if a DT_NEEDED entry is needed for a file marked DYN_NO_NEEDED. (elf_link_check_versioned_symbol): Check the DYN_DT_NEEDED bit for DT_NEEDED tags. * bfd-in2.h: Regenerated. ld/ 2004-07-19 H.J. Lu <hongjiu.lu@intel.com> * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also check the add_needed field. (dt_needed): New struct. (gld${EMULATION_NAME}_try_needed): Change the first argument to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED bit in the file where the DT_NEEDED entry comes from. (gld${EMULATION_NAME}_search_needed): Change the second argument to a pointer to struct dt_needed. (gld${EMULATION_NAME}_check_ld_so_conf): Updated. (gld${EMULATION_NAME}_after_open): Likewise. * ld.texinfo: Add --add-needed document. * ldlang.c (new_afile): Set p->add_needed. * ldlang.h (lang_input_statement_type): Add add_needed field. * ldmain.h (add_needed): Declare. * ldmain.c (add_needed): New global var. * lexsup.c (option_values): Add OPTION_ADD_NEEDED and OPTION_NO_ADD_NEEDED. (ld_options): Likewise. (parse_args): Handle them.
* 2004-07-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-192-0/+5
| | | | | * gdb.base/selftest.exp: Copy file from here ... * gdb.gdb/selftest.exp: ... to here.
* *** empty log message ***gdbadmin2004-07-191-1/+1
|
* GRR, commit was lost.Andrew Cagney2004-07-183-2/+6
|
* *** empty log message ***gdbadmin2004-07-181-1/+1
|
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-172-48/+50
| | | | * README: Update to 6.2.
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-172-11/+3
| | | | * utils.c (xvasprintf): Call xstrvprintf.
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-172-3/+7
| | | | | * parse.c: Update copyright. (null_post_parser): Eliminate ARGSUSED.
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-174-3/+7
| | | | | | * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C. * tui/tui-win.c (tui_get_cmd_list): Ditto. * symfile-mem.c (_initialize_symfile_mem): Ditto.
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-176-8/+15
| | | | | | | | * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux. * ppc-linux-nat.c: Use "Linux kernel". * hppa-linux-tdep.c: Use GNU/Linux. * hppa-linux-nat.c: Use GNU/Linux. * dwarfread.c: Add [sic] to use of Linux.
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-172-2/+4
| | | | | * hppa-linux-nat.c: Do not include <string.h>. (supply_fpregset): Remove "register" attribute.
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-172-1/+5
| | | | * solib-frv.c (fetch_loadmap): Use xfree, not free.
* (Edit): Fix markup of EDITOR and improve wording.Eli Zaretskii2004-07-172-12/+27
| | | | | (Search, Expressions, Arrays, Variables, Data, Machine Code) (Auto Display): Improve indexing.
* * configure.in: Define _MSE_INT_H on Solaris 9 too.Mark Kettenis2004-07-174-6/+9
| | | | * configure, config.in: Regenerated.
* * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> andMark Kettenis2004-07-176-4/+70
| | | | | | | | | | | | | | "bsd-kvm.h". (vaxbsd_supply_pcb): New function. (_initialize_vaxbsd_nat): New prototype and function. * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and solib-sunos.o. (LOADLIBES): New variable. * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * Makefile.in (vaxbsd-nat.o): Update dependencies.
* Index: ChangeLogAndrew Cagney2004-07-176-34/+23
| | | | | | | | | | | | | | | | 2004-07-16 Andrew Cagney <cagney@gnu.org> * defs.h (event_loop_p): Replace variable declaration with macro, always 1. * main.c (captured_main): Delete options "-async" and "-noasync". (event_loop_p): Delete variable. * NEWS: Mention that "-async" and "-noasync" were removed. Index: doc/ChangeLog 2004-07-16 Andrew Cagney <cagney@gnu.org> * gdb.texinfo (Mode Options): Delete documentation on "-async" and "-noasync".
* 2004-07-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-07-173-320/+22
| | | | | * lib/insight-support.exp: Delete file. * lib/java.exp (java_init): Fix copyright.
* 2004-07-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-07-172-0/+323
| | | | * insight-support.exp: Moved to here from ../lib.
* *** empty log message ***gdbadmin2004-07-171-1/+1
|
* 2004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-163-27/+43
| | | | | | | | | * gdb.base/restore.c: Append "prologue" to comments marking the a function's prologue. * gdb.base/restore.exp: Update copyright, re-indent. (restore_tests): Use gdb_test_multiple. Add "calleeN calls callerN" prefix where needed. Update patterns that match a function's prologue.
* 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-07-162-0/+23
| | | | * gdb.base/restore.c: Add copyright notice.
* * arm.h: Remove all old content. Replace with architecture definesRichard Earnshaw2004-07-162-294/+96
| | | | from gas/config/tc-arm.c.
* 2004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-162-11/+14
| | | | * remote-m32r-sdi.c: Re-indent.
* * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.Jim Blandy2004-07-162-1/+16
| | | | | | | | | (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1) (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add missing MPC823 SPRs. (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was incorrect. (This was corrected in GDB's register name tables on 2004-07-14.)
* * rs6000-tdep.c (registers_602): Correct register name: "esassr"Jim Blandy2004-07-162-1/+6
| | | | should be "esasrr" ("ESA Save and Restore Register").
* 2004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-162-17/+22
| | | | | | * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert calls, no longer applicable. Update comments and rename parameter "step_frame" to "return_frame".
* 2004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-162-517/+78
| | | | | | * gdb.base/logical.exp: Update copyright. (evaluate): New procedure. Use to re-implement tests using several tables.
* 2004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-162-4/+20
| | | | | * frame.c (fprint_field): New function. (fprint_frame_id): Use fprint_field.
* *** empty log message ***gdbadmin2004-07-161-1/+1
|
* * ada-lang.c (ada_language_defn): Remove commented out code.Joel Brobecker2004-07-152-6/+4
|
* Replace entry for 2004-06-02 with more detailed log entries.Paul N. Hilfinger2004-07-151-7/+597
| | | | Add missing notice that ada-tasks.c has been removed to 2004-07-09 entry.
* * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.Jim Blandy2004-07-153-1/+28
| | | | * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
* *** empty log message ***gdbadmin2004-07-151-1/+1
|
* daily updateAlan Modra2004-07-151-1/+1
|
* * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.Jim Blandy2004-07-142-11/+2
|
* * ppc-tdep.h (ppc_num_vrs): New enum constant.Jim Blandy2004-07-142-1/+4
|
* * ppc-tdep.h (ppc_num_srs): New enum constant.Jim Blandy2004-07-142-0/+3
|