Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-10-01 | * Fix for PR 16567, brought over from d30v branch. | Frank Ch. Eigler | 2 | -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-01 | More replacing "exec" with "executable". | Andrew Cagney | 3 | -3/+5 | |
1998-10-01 | Replace "exec" with "executable" in messages. | Andrew Cagney | 16 | -36/+54 | |
1998-10-01 | Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -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 more | Stan Shebs | 1 | -0/+6 | |
logically, add more info on generic algorithms, remove much obsolete and/or wrong material. | |||||
1998-09-30 | Fix for PR 17063 - do not create a section called .call_table, instead create | Nick Clifton | 2 | -4/+56 | |
sections called .call_table_data and .call_table_text. | |||||
1998-09-30 | Fix PR 17042 - Do not attempt to resolve offsets to symbols in other sections | Nick Clifton | 3 | -52/+74 | |
at assembly time. | |||||
1998-09-30 | Fix PR 17469 - treat TRAP as another in the set of branch type instructions. | Nick Clifton | 1 | -0/+9 | |
1998-09-30 | Fix PR 17387: ignore auto increment for loads where the destination register | Nick Clifton | 1 | -0/+10 | |
and the address register are the same. | |||||
1998-09-30 | * Makefile.in (all-automake): fix dependencies. | Felix Lee | 2 | -11/+46 | |
1998-09-30 | add sanitization for special sky config args | Angela Marie Thomas | 1 | -0/+2 | |
1998-09-29 | * gdb.gdbtk/browser.test: Fix tests which incorrectly assume | Keith Seitz | 1 | -0/+11 | |
that gdb knows _exactly_ which files belong to the user and which come from libraries. | |||||
1998-09-29 | change armelf sanitization to CYGNUS LOCAL markers | Catherine Moore | 2 | -32/+4 | |
1998-09-29 | Mon Sep 28 21:31:12 1998 Richard Henderson <rth@cygnus.com> | Richard Henderson | 7 | -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-29 | 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | Richard Henderson | 1 | -5/+0 | |
* elflink.h (elf_link_add_object_symbols): Undo last change. | |||||
1998-09-28 | Add brace missing from previous delta. | Nick Clifton | 2 | -1/+5 | |
1998-09-28 | Remove reference to depragmaize program. | Nick Clifton | 1 | -4/+0 | |
1998-09-28 | Apply fix from PR 14826 - generate an error if a register is supplied for a | Nick Clifton | 1 | -0/+5 | |
operand that should not be a register. | |||||
1998-09-28 | Forgot to add specific files to sanitize section for dsp. | Jeff Johnston | 1 | -0/+29 | |
1998-09-25 | Fri Sep 25 18:07:32 1998 Jeff Johnston <jjohnstn@cygnus.com> | Jeff Johnston | 3 | -5/+55 | |
* configure.in (target_libs): Added target-libdsp. * Makefile.in (TARGET_CONFIGDIRS): Added libdsp as target. New libdsp component added. | |||||
1998-09-25 | Merge with armelf980813: | Keith Seitz | 4 | -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-25 | Addtional fix for PR17045 - allowed delayed branches to have insns in the | Nick Clifton | 1 | -0/+5 | |
R container | |||||
1998-09-25 | * gdbtk.c (gdbtk_wait): Don't run the timer for ice targets. | Keith Seitz | 3 | -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-25 | 1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 3 | -8/+13 | |
* configure.in: Change --enable-warnings to --enable-build-warnings. * configure: Updated. | |||||
1998-09-25 | Ack, accidentally checked in a configure generated with an obsolete | Jason Molenda | 1 | -290/+372 | |
version of autoconf. | |||||
1998-09-25 | 1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 3 | -104/+111 | |
* configure.in (WARN_CFLAGS): Add -Wmissing-prototypes. * configure: Regenerated. | |||||
1998-09-25 | 1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 4 | -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 Shebs | 2 | -78/+47 | |
(init_rdi_ops): Omit needless initializations. | |||||
1998-09-24 | Fic PR 17045: Do not allow insns in R bin if L bin contains a branch. | Nick Clifton | 2 | -11/+33 | |
1998-09-24 | Fic PR 17045: Add FLAG_JSR attribute to DBT, REIT, RTD and TRAP insns. | Nick Clifton | 1 | -0/+5 | |
1998-09-23 | * elflink.h (elf_link_add_object_symbols): Don't record a dynamic | Richard Henderson | 2 | -0/+10 | |
symbol for the indirect alias to a versioned symbol. | |||||
1998-09-23 | PR 17438 - fix parsing of MVTSYS and MVFSYS insns. | Nick Clifton | 2 | -9/+17 | |
1998-09-23 | Allow full 64 bits of an address to be specified in an `M' or `n' packet. | Andrew Cagney | 2 | -0/+25 | |
Add backward compatibility variable `set remoteaddresssize' to handle regressions. | |||||
1998-09-23 | * remote.c (_initialize_remote, packet_command, print_packet): Pretty | Andrew Cagney | 2 | -21/+12 | |
* print code. Delete reference to EMC! | |||||
1998-09-23 | * remote.c (packet_command): Test REMOTE_DESC to determine if remote | Andrew Cagney | 2 | -4/+8 | |
connection is open. | |||||
1998-09-23 | Patch from Dawn Perchik <dawn@cygnus.com>: | Mark Alexander | 2 | -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-23 | Fix PR 16898 - Implement EITHER_BUT_PREFER_MU execution class | Nick Clifton | 2 | -26/+60 | |
Fix PR 17135 - Prefer register names over symbol names, except when registers are unacceptable. | |||||
1998-09-23 | PR 16898: Add uses of EITHER_BUT_PREFER_ME execution unit class. | Nick Clifton | 2 | -25/+32 | |
1998-09-23 | Fix non-ISO C code found by SGI C compiler. | Jim Wilson | 1 | -0/+4 | |
* config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens. | |||||
1998-09-22 | Fix PR 17135 (whilst keeping PR14827 fixed) by prefering register names over | Nick Clifton | 2 | -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 Grossman | 3 | -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. | |||||
1998-09-21 | Fix info float test for arm-elf toolchains | Nick Clifton | 2 | -35/+62 | |
1998-09-21 | Support big endian as well as little endian breakpoints. | Nick Clifton | 1 | -0/+8 | |
1998-09-21 | update tc-dvp.c with sky-980617-branch | Doug Evans | 2 | -7/+67 | |
1998-09-21 | Added sanitize-ide markers | Drew Moseley | 4 | -51/+61 | |
1998-09-21 | Fix PR 17105 - reset previous insn to empty after emitting NOPs. | Nick Clifton | 2 | -74/+88 | |
1998-09-21 | * elf32-i386.c (elf32_i386_vtinherit_howto): New. | Catherine Moore | 1 | -0/+7 | |
(elf32_i386_vtentry_howto): New. (elf_i386_reloc_type_lookup): Return elf32_i386_vtentry_howto or elf32_i386_vtinherit_howto on lookup. | |||||
1998-09-21 | * incorporate SKY-B changes (makes dual maintenance easier). | Ron Unrau | 1 | -0/+9 | |
* txvu-tdep.c (check_overlap): new function to guarantee that overlays are either mapped or unmapped in their entirety. * txvu-tdep.c (compress_blockvector): compress blockvectors correctly | |||||
1998-09-20 | Do not require an ANSI compiler | Michael Meissner | 1 | -0/+5 | |
1998-09-20 | Sun Sep 20 01:00:01 1998 Andreas Schwab ↵ | Ian Lance Taylor | 2 | -1/+11 | |
<schwab@issan.informatik.uni-dortmund.de> * gas/vtable/inherit1.l: Require only the word GAS somewere in the first line of the listing. |