summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cpu/Richard Sandiford2004-03-0125-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-02-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-013-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.
* *** empty log message ***gdbadmin2004-03-011-1/+1
|
* daily updateAlan Modra2004-02-291-1/+1
|
* * gdb.cp/ctti.exp: Handle unsigned char type. Expect templatesDaniel Jacobowitz2004-02-296-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.
* * inflow.c (terminal_inferior): Don't give up the terminal if weDaniel Jacobowitz2004-02-292-1/+8
| | | | previously couldn't get the inferior's terminal state.
* * regcache.c (read_pc_pid): Restore inferior_ptid after readingDaniel Jacobowitz2004-02-292-2/+6
| | | | PC_REGNUM.
* * config/gdbserver.exp (gdbserver_gdb_load): Wait for a completeDaniel Jacobowitz2004-02-292-2/+9
| | | | line of output.
* * server.c (handle_v_cont): Call set_desired_inferior.Daniel Jacobowitz2004-02-292-0/+5
|
* * remote-utils.c (prepare_resume_reply): Always supply "thread:".Daniel Jacobowitz2004-02-292-1/+9
|
* * linux-low.c (linux_wait): Unblock async I/O.Daniel Jacobowitz2004-02-294-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.
* * remote-utils.c (remote_open): Print a status notice afterDaniel Jacobowitz2004-02-293-1/+12
| | | | | | opening a TCP port. * server.c (attach_inferior): Print a status notice after attaching.
* * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.Daniel Jacobowitz2004-02-292-1/+9
|
* 2004-02-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-02-294-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.
* Branch didn't get cut, remove reference.Andrew Cagney2004-02-291-4/+0
|
* Fix tipo.Andrew Cagney2004-02-291-1/+1
|
* * gdb.base/relocate.c (dummy): Initialize.Daniel Jacobowitz2004-02-292-1/+5
|
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-296-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.
* * gdb.base/chng-syms.exp: Anchor exit pattern. AllowDaniel Jacobowitz2004-02-292-1/+9
| | | | a breakpoint at exit.
* * thread-db.c (disable_thread_signals): Remove unused function.Daniel Jacobowitz2004-02-292-21/+4
|
* Oops, move branch message to correct position.Andrew Cagney2004-02-291-4/+4
|
* GDB 6.1 branch created.Andrew Cagney2004-02-291-0/+4
|
* *** empty log message ***gdbadmin2004-02-291-1/+1
|
* daily updateAlan Modra2004-02-281-1/+1
|
* PR bootstrap/7087Nathanael Nerode2004-02-283-40/+28
| | | | | | | * Makefile.tpl: Guard XFOO sed statements better. * Makefile.tpl: Add dependency for configure-target-libada. * Makefile.in: Regenerate (incidentally fixes broken commit when libada-branch was merged).
* * amd64-nat.c: Include "gdb_string.h".Mark Kettenis2004-02-282-1/+16
| | | | | (amd64_collect_native_gregset): Zero-extend the 32-bit general-purpose registers and %eip.
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-2/+11
| | | | | * src-release (CVS_NAMES): Define. (do-tar, do-tar): Prune $(CVS_NAMES).
* * amd64-tdep.h: (amd64_collect_fxsave): New prototype.Mark Kettenis2004-02-283-6/+32
| | | | | * amd64-tdep.c (amd64_collect_fxsave): New function. (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
* * i387-tdep.h: Update copyright year.Mark Kettenis2004-02-283-7/+34
| | | | | | | | (i387_collect_fxsave): New prototype. * i387-tdep.c: Update copyright year. (i387_collect_fxsave): New function containing most of the code from i387_fill_fxsave. (i387_fill_fxsave): Call i387_collect_fxsave.
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-18/+52
| | | | | * amd64-linux-nat.c (ps_get_thread_area): When architecture is i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
* Oops, wrong patch :-(Andrew Cagney2004-02-282-62/+19
|
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-19/+62
| | | | | * amd64-linux-nat.c (ps_get_thread_area): When architecture is i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
* * amd64-tdep.c (amd64_frame_cache): Fix comment.Mark Kettenis2004-02-282-7/+10
|
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-2819-58/+70
| | | | | | | | | | | | * utils.c: Use "", instead of <>, to include readline. tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto. * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto. * source.c, solib.c, exec.c, event-top.c: Ditto. * corelow.c, completer.c, cli/cli-setshow.c: Ditto. * cli/cli-dump.c, cli/cli-cmds.c: Ditto. * Makefile.in: Update all dependencies. (readline_tilde_h, readline_history_h): Define. (readline_headers): Delete.
* * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" toMark Kettenis2004-02-282-0/+6
| | | | | "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to "config/i386/tm-lx64.h".
* * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" toMark Kettenis2004-02-282-2/+8
| | | | | "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-0/+3
| | | | * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-9/+20
| | | | | | * breakpoint.c (_initialize_breakpoint): Use "add_setshow_auto_boolean_cmd. Better word-wrap help messages. Add help to show command.
* * i386-nat.c: Reformat to be closer to coding standards.Mark Kettenis2004-02-282-98/+129
| | | | | | | (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to `retval'. Make variables `align' and `size' local to while-loop. (i386_stopped_data_address): Rename local variable `ret' to `addr'. (_initialize_i386_nat): New prototype.
* * tui/tui.c: Include <readline/readline.h> instead ofMark Kettenis2004-02-282-1/+11
| | | | | "readline/readline.h". Include it after <term.h> and "gdb_curses.h".
* Reviewed and approved by drow@false.org.Fred Fish2004-02-282-0/+8
| | | | | | 2004-02-27 Fred Fish <fnf@redhat.com> * gdb.base/chng-syms.exp: Add expect condition to match failing case that isn't a timeout.
* * elf-bfd.h (struct elf_backend_data): AddedAlexandre Oliva2004-02-285-3/+158
| | | | | | | | | | | | | | | | | | | | | | | | elf_backend_can_make_relative_eh_frame, elf_backend_can_make_lsda_relative_eh_frame and elf_backend_encode_eh_address. (_bfd_elf_encode_eh_address): Declare. (_bfd_elf_can_make_relative): Declare. * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new hooks to decide whether to attempt to make_relative and make_lsda_relative. (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address. (_bfd_elf_can_make_relative): New. (_bfd_elf_encode_eh_address): New. * elf32-frv.c (frv_elf_use_relative_eh_frame): New. (frv_elf_encode_eh_address): New. (elf_backend_can_make_relative_eh_frame): Define. (elf_backend_can_make_lsda_relative_eh_frame): Define. (elf_backend_encode_eh_address): Define. * elfxx-target.h (elf_backend_can_make_relative_eh_frame): Define. (elf_backend_can_make_lsda_relative_eh_frame): Define. (elf_backend_encode_eh_address): Define. (elfNN_bed): Add them.
* * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: SetAlexandre Oliva2004-02-282-1/+6
| | | | complain_on_overflow to signed.
* *** empty log message ***gdbadmin2004-02-281-1/+1
|
* daily updateAlan Modra2004-02-271-1/+1
|
* 2004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-272-9/+47
| | | | | | | | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use the new frame unwind code. (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM. (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from PCOQ_HEAD_REGNUM.
* Index: ChangeLogAndrew Cagney2004-02-272-115/+36
| | | | | | | | | | | 2004-02-27 Andrew Cagney <cagney@redhat.com> * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always "return_value" and "push_dummy_call". (hppa32_use_struct_convention): Delete unused function. (hppa32_store_return_value): Delete unused function. (hppa32_extract_return_value): Delete unused function. (hppa32_stack_align): Delete function.
* 2004-02-27 Eli Zaretskii <eliz@elta.co.il>Eli Zaretskii2004-02-272-2/+11
| | | | | * coffread.c (enter_linenos): Don't let rawptr reference memory outside linetab[]'s limits.
* 2004-02-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-02-272-38/+135
| | | | | | * elflink.h (sort_symbol): New. (elf_link_add_object_symbols): Use a sorted symbol array for weakdef.
* 2004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-272-1/+6
| | | | | * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile support.
OpenPOWER on IntegriCloud