aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-04 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.Daniel Jacobowitz2-7/+8
Unify with other clean targets.
2004-03-042004-03-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu5-1358/+2181
* Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise.
2004-03-04* amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsaveMark Kettenis4-3/+8
instead of amd64_fill_fxsave. * amd64bsd-nat.c (store_inferior_registers): Likewise. * amd64fbsd-nat.c (fill_fpregset): Likewise.
2004-03-04* gdb.asm/openbsd.inc: Fix typo.Mark Kettenis2-1/+5
2004-03-04* sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.Mark Kettenis2-12/+17
Reorganize code a bit.
2004-03-042004-03-04 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-10/+55
* cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset when the frame pointer is pushed. Don't set the frame pointer's address on the stack unless it's actually located there. Set the SRP's address on the stack correctly when the PC is still in the prologue. (cris_return_value): New function. (cris_gdbarch_init): Clear deprecated store_return_value, extract_return_value.
2004-03-04 * gas/sh/sh64/err-dsp.s: Fix expected error message.Kaz Kojima2-1/+5
2004-03-04*** empty log message ***gdbadmin1-1/+1
2004-03-03daily updateAlan Modra1-1/+1
2004-03-03* elflink.c (bfd_elf_record_link_assignment): Mark undefweak andAlexandre Oliva2-0/+12
undefined symbols as hash_new.
2004-03-032004-03-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-7/+35
* config/tc-ia64.c (dot_align): New. (ia64_do_align): Make it static. (md_pseudo_table): Use "dot_align" for "align". (ia64_md_do_align): Don't set align_frag here. (ia64_handle_align): Add a stop bit to the previous bundle if needed. * config/tc-ia64.h (ia64_do_align): Removed.
2004-03-03Committed under "obvious fix rule".Fred Fish2-2/+7
2004-03-03 Fred Fish <fnf@redhat.com> * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set "val" instead of unused "size". Update copyright year.
2004-03-032003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>Joern Rennecke12-36/+140
opcodes: * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in nofpu mode. Add BFD type bfd_mach_sh4_nommu_nofpu. * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions accordingly. bfd: * archures.c: Add bfd_mach_sh4_nommu_nofpu. * cpu-sh.c: Ditto. * elf32-sh.c: Ditto. * bfd-in2.h: Regenerate. include/elf: * sh.h: Add EF_SH4_NOMMU_NOFPU. gas: * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and -isa=sh4-nommu-nofpu options. Adjust help messages accordingly. (sh_elf_final_processing): Output BFD type sh4_nofpu if that is the most general type or the user specifically requested it. (md_assemble): Add a new error message for when an instruction is understood, but is not allowed due to an -isa option.
2004-03-032004-03-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+46
* config/tc-ia64.c (align_frag): New. (md_assemble): Set the tc_frag_data field in align_frag for IA64_OPCODE_FIRST instructions. (ia64_md_do_align): Set align_frag. (ia64_handle_align): Add a stop bit if needed. * config/tc-ia64.h (TC_FRAG_TYPE): New. (TC_FRAG_INIT): New.
2004-03-03*** empty log message ***gdbadmin1-1/+1
2004-03-02* elf32-frv.c (struct frv_pic_relocs_info): Added fixups andAlexandre Oliva2-37/+159
dynrelocs. (_frv_count_got_plt_entries): Initialize them. (frv_pic_relocs_info_find): Add insert argument. Adjust all callers. (frv_pic_relocs_info_for_global): Likewise. (frv_pic_relocs_info_for_local): Likewise. (frv_pic_merge_early_relocs_info): New. (_frv_resolve_final_relocs_info): Use it in case one entry maps to another. (_frv_add_dyn_reloc): Add entry argument. Adjust all callers. Check that we don't exceed the allocated count for entry. (_frv_add_rofixup): Likewise. (_frv_emit_got_relocs_plt_entries): Adjust for coding standards. (elf32_frv_finish_dynamic_sections): Improve error message in case we emit too few rofixup entries.
2004-03-02daily updateAlan Modra1-1/+1
2004-03-02* stabsread.c (reg_value_complaint): The maximum register numberJim Blandy2-3/+8
is one less than the number of registers.
2004-03-022004-03-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-1/+19
* i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM, I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove trailing comma and redundant assignment of I386_ST0_REGNUM. * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the 32-bit segment registers.
2004-03-022004-03-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+10
* rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error, use frame_relative_level and get_next_frame.
2004-03-02*** empty log message ***gdbadmin1-1/+1
2004-03-01daily updateAlan Modra1-1/+1
2004-03-01 * configure.in (mips64*-*-linux*): Override mips*-*-linux* caseRichard Sandiford3-33/+45
and disable libgcj. * configure: Regenerated.
2004-03-01* ld.texinfo (Options): Fix example for --wrap.Andreas Schwab2-2/+6
2004-03-01Add fr450 support.Richard Sandiford74-1421/+23588
2004-03-01cpu/Richard Sandiford11-93/+100
* frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit. (scutss): Change unit to I0. (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit. (mqsaths): Fix FR400-MAJOR categorization. (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc) (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL. * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1) combinations. opcodes/ * frv-desc.c, frv-opc.c: Regenerate. sim/frv/ * cache.c (frv_cache_init): Change fr400 cache statistics to match the fr405. (non_cache_access): Add missing breaks. * interrupts.c (set_exception_status_registers): Always set EAR15 for data_access_errors. * memory.c (fr400_check_write_address): Remove redundant alignment check. * model.c: Regenerate.
2004-03-01sim/frv/Richard Sandiford4-72/+132
* frv.c (frvbf_iacc_cut): Rework, taking rounding into account. testsuite/ * sim/frv/fr400/scutss.cgs: Fix tests to account for rounding. Add some new ones.
2004-03-01cpu/Richard Sandiford25-3514/+328
* frv.cpu (r-store, r-store-dual, r-store-quad): Delete. (rstb, rsth, rst, rstd, rstq): Delete. (rstbf, rsthf, rstf, rstdf, rstqf): Delete. gas/testsuite/ * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops. (rstbf, rsthf, rstf, rstdf, rstqf): Likewise. * gas/frv/allinsn.d: Update accordingly. opcodes/ * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate. sim/frv/ * decode.c, decode.h, model.c, sem.c: Regenerate. sim/testsuite/ * sim/frv/{rstb,rsth,rst,rstd,rstq}.cgs: Delete. * sim/frv/{rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete.
2004-03-012004-02-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-6/+15
* rs6000-tdep.c (rs6000_init_frame_pc_first): New function. (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first. * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Delete macro.
2004-03-01*** empty log message ***gdbadmin1-1/+1
2004-02-29daily updateAlan Modra1-1/+1
2004-02-29 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templatesDaniel Jacobowitz6-21/+28
to use unsigned char. * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c, gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
2004-02-29 * inflow.c (terminal_inferior): Don't give up the terminal if weDaniel Jacobowitz2-1/+8
previously couldn't get the inferior's terminal state.
2004-02-29 * regcache.c (read_pc_pid): Restore inferior_ptid after readingDaniel Jacobowitz2-2/+6
PC_REGNUM.
2004-02-29 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a completeDaniel Jacobowitz2-2/+9
line of output.
2004-02-29 * server.c (handle_v_cont): Call set_desired_inferior.Daniel Jacobowitz2-0/+5
2004-02-29 * remote-utils.c (prepare_resume_reply): Always supply "thread:".Daniel Jacobowitz2-1/+9
2004-02-29 * linux-low.c (linux_wait): Unblock async I/O.Daniel Jacobowitz4-1/+33
(linux_resume): Block and enable async I/O. * remote-utils.c (block_async_io, unblock_async_io): New functions. * server.h (block_async_io, unblock_async_io): Add prototypes.
2004-02-29 * remote-utils.c (remote_open): Print a status notice afterDaniel Jacobowitz3-1/+12
opening a TCP port. * server.c (attach_inferior): Print a status notice after attaching.
2004-02-29 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.Daniel Jacobowitz2-1/+9
2004-02-292004-02-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-347/+364
* elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype. * elflink.h (is_global_data_symbol_definition): Moved to elflink.c. (elf_link_is_defined_archive_symbol): Likewise. (elf_link_add_archive_symbols): Likewise. Renamed to _bfd_elf_link_add_archive_symbols. * elflink.c (elf_link_is_defined_archive_symbol): Get the size of ELF symbol table entry from backend. (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols instead of elf_link_add_object_symbols.
2004-02-29Branch didn't get cut, remove reference.Andrew Cagney1-4/+0
2004-02-29Fix tipo.Andrew Cagney1-1/+1
2004-02-29 * gdb.base/relocate.c (dummy): Initialize.Daniel Jacobowitz2-1/+5
2004-02-292004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-51/+63
* NEWS: Refer to GDB 6.1. * README: Refer to GDB 6.1. * PROBLEMS: Refer to GDB 6.1. Index: doc/ChangeLog 2004-02-28 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2004-02-29 * gdb.base/chng-syms.exp: Anchor exit pattern. AllowDaniel Jacobowitz2-1/+9
a breakpoint at exit.
2004-02-29 * thread-db.c (disable_thread_signals): Remove unused function.Daniel Jacobowitz2-21/+4
2004-02-29Oops, move branch message to correct position.Andrew Cagney1-4/+4
2004-02-29GDB 6.1 branch created.Andrew Cagney1-0/+4
2004-02-29*** empty log message ***gdbadmin1-1/+1