aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-10-05 From Nokubi Hirotaka <hnokubi@yyy.or.jp>:Ian Lance Taylor3-3/+19
* objcopy.1: Fix typo in --remove-leading-char docs. * objdump.1: Fix formatting in --stabs docs.
1998-10-02The GDB engineers ate Steve's hacks; and there was much rejoicing.Stan Shebs1-44/+0
1998-10-02Search and destroy; kill references to WinGDB bits.Stan Shebs3-10/+8
* configure.host (i[3456]86-*-windows): Remove, no longer used. * mswin: Remove directory, no longer used.
1998-10-02Fri Oct 2 18:52:20 1998 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-6/+11
* sol-thread.c: Fixed prototypes and calls to supply_fpregset and fill_fpregset PR 17053
1998-10-02 * gdbtk-hooks.c (gdbtk_exec_file_changed): New function which handlesKeith Seitz3-9/+27
exec_file changes. (gdbtk_add_hooks): Define exec_file_display_hook (to gdbtk_exec_file_changed) * gdbtk-cmds.c (gdb_stop): target_stop is ALWAYS defined, so compare against something a little more meaningful (target_ignore).
1998-10-02 * remote.c (remote_interrupt): Rewrite to use remote_stop.Keith Seitz1-0/+17
(remote_interrupt_twice): Remove. remote_stop now handles it. (remote_stop): New function which handles interrupting the remote target so that CLUI and GUI use the same core functions to achieve the same goal. (remote_wait): Change to handle remote_stop properly. [interrupted_already]: New static global to help remote_stop. [remote_ops, extended_remote_ops]: Add remote_stop for to_stop member. * target.c: Rename static function "ignore" to "target_ignore" and export it so that gdb can determin if some target vector member is actually not defined. Replace all occurances of ignore. * target.h: Export target_ignore.
1998-10-02 * target.c (target_xfer_memory): Handle requests with zeroPeter Schauer3-41/+183
transfer length right away. * values.c (unpack_double): Set up code, length and signedness of type _after_ checking for typedef.
1998-10-01 * read.c (discard_rest_of_line): New function.Richard Henderson1-0/+6
* read.h: Declare it. * config/tc-alpha.c (s_alpha_mask, s_alpha_frame): Use it.
1998-10-01Enhanced fix for PR 14826 - cope with the case where a symbol name matchesNick Clifton1-0/+6
a register name
1998-10-01* Fix for PR 16567, brought over from d30v branch.Frank Ch. Eigler2-2/+23
Thu Oct 1 15:39:27 EDT 1998 Frank Ch. Eigler <fche@cygnus.com> * breakpoint.c (bpstat_stop_status): Do not consider an untripped watchpoint as a "hit".
1998-10-01More replacing "exec" with "executable".Andrew Cagney3-3/+5
1998-10-01Replace "exec" with "executable" in messages.Andrew Cagney16-36/+54
1998-10-01Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-2/+2
* Makefile.in: add bzip2 package building bits for user tools module * configure.in: ditto
1998-10-01 * gdbint.texinfo: Complete overhaul. Group descriptions moreStan Shebs1-0/+6
logically, add more info on generic algorithms, remove much obsolete and/or wrong material.
1998-09-30Fix for PR 17063 - do not create a section called .call_table, instead createNick Clifton2-4/+56
sections called .call_table_data and .call_table_text.
1998-09-30Fix PR 17042 - Do not attempt to resolve offsets to symbols in other sectionsNick Clifton3-52/+74
at assembly time.
1998-09-30Fix PR 17469 - treat TRAP as another in the set of branch type instructions.Nick Clifton1-0/+9
1998-09-30Fix PR 17387: ignore auto increment for loads where the destination registerNick Clifton1-0/+10
and the address register are the same.
1998-09-30 * Makefile.in (all-automake): fix dependencies.Felix Lee2-11/+46
1998-09-30add sanitization for special sky config argsAngela Marie Thomas1-0/+2
1998-09-29 * gdb.gdbtk/browser.test: Fix tests which incorrectly assumeKeith Seitz1-0/+11
that gdb knows _exactly_ which files belong to the user and which come from libraries.
1998-09-29change armelf sanitization to CYGNUS LOCAL markersCatherine Moore2-32/+4
1998-09-29Mon Sep 28 21:31:12 1998 Richard Henderson <rth@cygnus.com>Richard Henderson7-0/+35
* ld-elfvers/vers.exp: Run tests on alpha-linux. * ld-elfvers/*.sym, ld-elfvers/*.dsym: Adjust patters to match Alpha's use of st_other. 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * ld-elfvers/vers.exp (vers16, vers16a): New tests. * ld-elfvers/{vers16.*, vers16a.*}: New files.
1998-09-291998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>Richard Henderson1-5/+0
* elflink.h (elf_link_add_object_symbols): Undo last change.
1998-09-28Add brace missing from previous delta.Nick Clifton2-1/+5
1998-09-28Remove reference to depragmaize program.Nick Clifton1-4/+0
1998-09-28Apply fix from PR 14826 - generate an error if a register is supplied for aNick Clifton1-0/+5
operand that should not be a register.
1998-09-28Forgot to add specific files to sanitize section for dsp.Jeff Johnston1-0/+29
1998-09-25Fri Sep 25 18:07:32 1998 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston3-5/+55
* configure.in (target_libs): Added target-libdsp. * Makefile.in (TARGET_CONFIGDIRS): Added libdsp as target. New libdsp component added.
1998-09-25Merge with armelf980813:Keith Seitz4-7/+55
* rdi-share/unixcomm.c: If using cygwin32, also use the SERPORT and PARPORT defines for win32. (Unix_MatchValidSerialDevice): For cygwin32, valid serial port names start with "com", not "/dev/tty". (Unix_OpenSerial): Do not use O_NONBLOCK on cygwin32. * rdi-share/devsw.c (DevSW_Close): Free the device's state (SwitcherState) so that the device may be reopened. * remote-rdi.c (mywritec): Send all output through gdb's *_unfiltered functions, ignoring non-ASCII chars, so that non-tty UI's can snarf the output from fputs_hook. (mywrite): Ditto. (arm_rdi_open): Set inferior_pid. (arm_rdi_detach): Pop the target off the target stack so that users can attach and detach multiple times. (arm_rdi_close): Close the opened device and reset inferior_pid, too.
1998-09-25Addtional fix for PR17045 - allowed delayed branches to have insns in theNick Clifton1-0/+5
R container
1998-09-25 * gdbtk.c (gdbtk_wait): Don't run the timer for ice targets.Keith Seitz3-2/+44
* v850ice.c (WM_ADDR_TO_SYM): New message. (v850ice_wndproc): Add handler for WM_SOURCE. (v850ice_wait): Call the ui_loop_hook occasionally. (ice_cont): Acknowledge message before doing anything. (ice_stepi): Ack message and let gdbtk do stepping. (ice_nexti): Ack message and let gdbtk do stepping. (view_source): New function ICE calls to display source code.
1998-09-251998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-8/+13
* configure.in: Change --enable-warnings to --enable-build-warnings. * configure: Updated.
1998-09-25Ack, accidentally checked in a configure generated with an obsoleteJason Molenda1-290/+372
version of autoconf.
1998-09-251998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-104/+111
* configure.in (WARN_CFLAGS): Add -Wmissing-prototypes. * configure: Regenerated.
1998-09-251998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda4-392/+357
* configure.in: Add --enable-warnings. Adjust whitespace of other --with and --enable options so that configure --help lines up correctly. * aclocal.m4: Ditto. * Makefile.in (WARN_CFLAGS): Add. Set by configure. * configure: Regenerated.
1998-09-24 * remote-rdi.c: Fix formatting, remove some commented-out code.Stan Shebs2-78/+47
(init_rdi_ops): Omit needless initializations.
1998-09-24Fic PR 17045: Do not allow insns in R bin if L bin contains a branch.Nick Clifton2-11/+33
1998-09-24Fic PR 17045: Add FLAG_JSR attribute to DBT, REIT, RTD and TRAP insns.Nick Clifton1-0/+5
1998-09-23 * elflink.h (elf_link_add_object_symbols): Don't record a dynamicRichard Henderson2-0/+10
symbol for the indirect alias to a versioned symbol.
1998-09-23PR 17438 - fix parsing of MVTSYS and MVFSYS insns.Nick Clifton2-9/+17
1998-09-23Allow full 64 bits of an address to be specified in an `M' or `n' packet.Andrew Cagney2-0/+25
Add backward compatibility variable `set remoteaddresssize' to handle regressions.
1998-09-23* remote.c (_initialize_remote, packet_command, print_packet): PrettyAndrew Cagney2-21/+12
* print code. Delete reference to EMC!
1998-09-23* remote.c (packet_command): Test REMOTE_DESC to determine if remoteAndrew Cagney2-4/+8
connection is open.
1998-09-23 Patch from Dawn Perchik <dawn@cygnus.com>:Mark Alexander2-6/+112
* rs6000-tdep.c (pop_frame): Handle generic dummy frames. (push_arguments): Likewise. (frame_saved_pc): Likewise. (rs6000_frame_chain): Likewise. (ppc_push_return_address): New function. (get_saved_register): New function. * config/powerpc/tm-ppc-eabi.h: Add generic dummy frame macros.
1998-09-23Fix PR 16898 - Implement EITHER_BUT_PREFER_MU execution classNick Clifton2-26/+60
Fix PR 17135 - Prefer register names over symbol names, except when registers are unacceptable.
1998-09-23PR 16898: Add uses of EITHER_BUT_PREFER_ME execution unit class.Nick Clifton2-25/+32
1998-09-23Fix non-ISO C code found by SGI C compiler.Jim Wilson1-0/+4
* config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens.
1998-09-22Fix PR 17135 (whilst keeping PR14827 fixed) by prefering register names overNick Clifton2-51/+105
symbolic names, except where the register name is unacceptable.
1998-09-22 * defs.h utils.c (fputc_filtered): New function. Does the obvious...Stu Grossman3-57/+45
* jv-lang.c (java_printchar): Fix output of chars > 0xff. Fold java_emit_char into java_printchar. * language.h (PRINT_LITERAL_FORM): Reformat for readability.