aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-202004-07-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney21-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.
2004-07-20* gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the testMaciej W. Rozycki2-1/+6
expects load delay slots.
2004-07-20opcodes/Maciej W. Rozycki4-17/+40
* 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".
2004-07-20* config/tc-mips.c (append_insn): Handle constant expressions withMaciej W. Rozycki2-8/+18
no associated relocation. (mips_ip): Cancel the expression after use for the Q format specifier. (parse_relocation): Return no relocation for unsupported operators. (my_getSmallExpression): Return no relocation if no relocation operators are used.
2004-07-20opcodes/Maciej W. Rozycki7-207/+233
* 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-202004-07-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-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.
2004-07-20 * config/obj-som.c (adjust_stab_sections): Add prototype.Dave Anglin4-11/+27
(obj_som_compiler, obj_som_version, obj_som_copyright, adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments. * config/tc-hppa.c (update_subspace): Likewise. (is_defined_subspace): Amplify comment. * config/obj-som.h (som_frob_file): Add prototype.
2004-07-20Argh, I screwed up and committed a ChangeLog entry for a patchMichael Chastain1-7/+0
that is still in the comment period. Sorry!
2004-07-202004-07-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-71/+104
Fix PR cli/740. * gdb.base/annota1.exp: Honor gdb,nosignals. * gdb.base/annota3.exp: Likewise.
2004-07-20*** empty log message ***gdbadmin1-1/+1
2004-07-192004-07-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+6
* lib/java.exp: Update copyright notice.
2004-07-192004-07-19 Christopher Faylor <cgf@timesys.com>H.J. Lu2-7/+13
H.J. Lu <hongjiu.lu@intel.com> * subsegs.c (section_symbol): Don't create a new segment when existing segment is undefined.
2004-07-192004-07-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+12
* NEWS: Mention the new --add-needed/--no-add-needed and --as-needed/--no-as-needed options.
2004-07-19Add remapping for bfd/elf32-cr*.c,Eli Zaretskii2-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.
2004-07-19bfd/H.J. Lu13-23/+179
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-192004-07-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-0/+5
* gdb.base/selftest.exp: Copy file from here ... * gdb.gdb/selftest.exp: ... to here.
2004-07-19*** empty log message ***gdbadmin1-1/+1
2004-07-18GRR, commit was lost.Andrew Cagney3-2/+6
2004-07-18*** empty log message ***gdbadmin1-1/+1
2004-07-172004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-48/+50
* README: Update to 6.2.
2004-07-172004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-11/+3
* utils.c (xvasprintf): Call xstrvprintf.
2004-07-172004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-3/+7
* parse.c: Update copyright. (null_post_parser): Eliminate ARGSUSED.
2004-07-172004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-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-172004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-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-172004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-2/+4
* hppa-linux-nat.c: Do not include <string.h>. (supply_fpregset): Remove "register" attribute.
2004-07-172004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+5
* solib-frv.c (fetch_loadmap): Use xfree, not free.
2004-07-17(Edit): Fix markup of EDITOR and improve wording.Eli Zaretskii2-12/+27
(Search, Expressions, Arrays, Variables, Data, Machine Code) (Auto Display): Improve indexing.
2004-07-17* configure.in: Define _MSE_INT_H on Solaris 9 too.Mark Kettenis4-6/+9
* configure, config.in: Regenerated.
2004-07-17* vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> andMark Kettenis6-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.
2004-07-17Index: ChangeLogAndrew Cagney6-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-172004-07-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-320/+22
* lib/insight-support.exp: Delete file. * lib/java.exp (java_init): Fix copyright.
2004-07-17*** empty log message ***gdbadmin1-1/+1
2004-07-162004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-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* config/tc-arm.c: Include include/opcode/arm.h.Richard Earnshaw4-79/+19
(ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete. (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete. (FPU_ARCH_*): Delete. * Makefile.am: Update dependencies. * Makefile.in: Regenerate.
2004-07-162004-07-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+23
* gdb.base/restore.c: Add copyright notice.
2004-07-16* arm.h: Remove all old content. Replace with architecture definesRichard Earnshaw2-294/+96
from gas/config/tc-arm.c.
2004-07-162004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-11/+14
* remote-m32r-sdi.c: Re-indent.
2004-07-16* ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.Jim Blandy2-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.)
2004-07-16* rs6000-tdep.c (registers_602): Correct register name: "esassr"Jim Blandy2-1/+6
should be "esasrr" ("ESA Save and Restore Register").
2004-07-162004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-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-162004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-517/+78
* gdb.base/logical.exp: Update copyright. (evaluate): New procedure. Use to re-implement tests using several tables.
2004-07-162004-07-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-4/+20
* frame.c (fprint_field): New function. (fprint_frame_id): Use fprint_field.
2004-07-16oops - omitted from previous deltaNick Clifton1-0/+13
2004-07-16*** empty log message ***gdbadmin1-1/+1
2004-07-15 * ada-lang.c (ada_language_defn): Remove commented out code.Joel Brobecker2-6/+4
2004-07-15Replace entry for 2004-06-02 with more detailed log entries.Paul N. Hilfinger1-7/+597
Add missing notice that ada-tasks.c has been removed to 2004-07-09 entry.
2004-07-15Accept armbe as a big-endian arm configuration.Nick Clifton3-0/+7
2004-07-15Support MAP directiveNick Clifton2-18/+35
2004-07-15gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of new test case forNick Clifton2-0/+37
H8300H normal target to check symbol address generation. gas/h8300/symaddgen.s: New test.
2004-07-15* ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.Jim Blandy3-1/+28
* rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.