Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-01 | * m10300-opc.c: SP-based offsets are always unsigned. | Alexandre Oliva | 2 | -12/+16 | |
2000-04-01 | Fix long-standing mis-comments. Words and addresses are 32-bits long. | Alexandre Oliva | 1 | -5/+5 | |
2000-04-01 | Flush any pending instructiuons before emitting data into the instruction ↵ | Nick Clifton | 2 | -0/+5 | |
stream. | |||||
2000-03-31 | 2000-03-29 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -8/+6 | |
* findvar.c (extract_floating): Remove reference to TARGET_EXTRACT_FLOATING. (store_floating): Remove reference to TARGET_STORE_FLOATING. | |||||
2000-03-31 | Reverted the comment about inc/inc4, that was already implied by RN02. | Alexandre Oliva | 1 | -1/+0 | |
2000-03-31 | Fix typos. Add FIXME for 2-reg inc and inc4. | Alexandre Oliva | 1 | -9/+10 | |
2000-03-31 | * lib/gas-defs.exp (regexp_diff): Don't break on the first | Alexandre Oliva | 2 | -2/+7 | |
difference, list them all. | |||||
2000-03-31 | Adjust whitespace. | Alexandre Oliva | 1 | -2/+2 | |
2000-03-31 | Don't use post-increment on structure copy to work around a ppc gcc bug. | Alan Modra | 2 | -1/+7 | |
2000-03-30 | Set CHUNK size to 16 bytes to prevent download failures on lame targets. | Alan Modra | 3 | -2/+8 | |
2000-03-30 | Include sys/types.h before sys/stat.h for ultrix. | Alan Modra | 2 | -0/+5 | |
2000-03-30 | * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point | Philippe De Muyter | 3 | -10/+21 | |
values that can be represented exactly. * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match above change, and to not check against the directory part of the source file name. (step into print_long_arg_list): Likewise. (print print_small_structs from print_long_arg_list): Likewise. (print print_long_arg_list): Likewise. | |||||
2000-03-30 | * elf32-m32r.c (m32r_elf_generic_reloc): new function. All | Doug Evans | 2 | -11/+79 | |
HOWTO references to bfd_elf_generic_reloc, that have partial_inplace == true, now use the new function. The function is based on the recent rewrite of m32r_elf_lo16_reloc(), and extends its fixes to the R_M32R_{16,24,32} relocs. The new logic in m32r_elf_lo16_reloc() has been removed, and it instead calls the new routine to obtain that functionality. | |||||
2000-03-30 | 2000-03-30 Dave Brolley <brolley@redhat.com> | Dave Brolley | 6 | -456/+501 | |
* configure: Regenerated. | |||||
2000-03-30 | 2000-03-30 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2 | -2/+6 | |
* aclocal.m4 (cgen): Use guile to run cgen. | |||||
2000-03-30 | 2000-03-23 Dave Brolley <brolley@redhat.com> | Dave Brolley | 3 | -2/+36 | |
* cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to ftruncdfsf. * cgen-accfp.c (fextsfdf): New function. (ftruncdfsf): New function. (cgen_init_accurate_fpu): Initialize fextsfdf and ftruncdfsf. | |||||
2000-03-30 | 2000-03-30 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 3 | -1/+52 | |
* wrapper.c (gdb_value_subscript, wrap_value_subscript): New functions. Safe version of value_subscript. * varobj.c (): Use gdb_value_subscript() to get an array element value. | |||||
2000-03-30 | 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 4 | -26/+46 | |
* ui-file.c: Include "gdb_string.h" * cli-out.c: Include gdb_string.h to avoid compiler warnings. * wrapper.[ch] (struct gdb_wrapper_arguments): Change fields into unions, since they are all used to hold both pointers and ints at various times. Casting pointer to int and vice versa gives warnings (and is not safe) if they are not the same size. | |||||
2000-03-30 | Capitalize sentences. | Michael Snyder | 1 | -19/+19 | |
2000-03-30 | 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 6 | -37/+54 | |
* defs.h (struct continuation_arg): make 'data' a union, to avoid casting problems when int and pointer are not the same size. * event-top.c (command_handler): use data as a union. (command_line_handler_continuation): ditto. * infcmd.c (step_1_continuation): use data as a union. Re-indent. (step_once): ditto. (finish_command_continuation): ditto. (finish_command): ditto. * breakpoint.c (until_break_command): use data as a union. (until_break_command_continuation): ditto. * utils.c (add_intermediate_continuation): fix typo in comment. | |||||
2000-03-30 | gdbarch cleanups. | Andrew Cagney | 4 | -126/+51 | |
2000-03-30 | Didn't realize this auto-generated gdb-events.c. Since it does, i applied ↵ | Daniel Berlin | 1 | -3/+12 | |
the gdb-events.c fix for deprecation back to here. | |||||
2000-03-30 | demangled symbol lookup fixes | Daniel Berlin | 3 | -115/+142 | |
2000-03-30 | * configure.in: -linux-gnu*, not -linux-gnu. | Jason Merrill | 5 | -4/+17 | |
* configure (gcc_version): When setting, narrow search to lines containing `version_string'. | |||||
2000-03-29 | Fix SUB_SEGMENT_ALIGN macor for BFD_ASSEMBLER | Nick Clifton | 2 | -9/+17 | |
2000-03-29 | Add "bal" instruction pattern. | Nick Clifton | 4 | -0/+21 | |
Add test of assembling "bal" instruction | |||||
2000-03-29 | Disassemble 0xde.. to "bal" [branch always] instead of "undefined". | Nick Clifton | 2 | -3/+10 | |
2000-03-29 | Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo. | Andrew Cagney | 4 | -2/+12 | |
2000-03-29 | 2000-03-28 J.T. Conklin <jtc@redback.com> | J.T. Conklin | 2 | -19/+28 | |
* gdb.texinfo: Clarify which remote debug protocol commands are required and which are optional. | |||||
2000-03-29 | 2000-03-29 J.T. Conklin <jtc@redback.com> | J.T. Conklin | 3 | -2/+27 | |
* i386nbsd-nat.c (fetch_core_registers): Make static. * m68knbsd-nat.c (fetch_core_registers): Make static. (m68knbsd_core_fns, _initialize_m68knbsd_nat): Added. | |||||
2000-03-29 | Revert movement of @chapter and @node tags from separate files to | Andrew Cagney | 6 | -15/+13 | |
gdb.texinfo. | |||||
2000-03-29 | Update GDB 5 status. | Andrew Cagney | 2 | -14/+100 | |
2000-03-29 | Fix various GCC warnings. | Andrew Cagney | 4 | -3/+16 | |
2000-03-28 | 2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | Michael Snyder | 3 | -0/+46 | |
breakpoint.c, breakpoint.h (remove_hw_watchpoints): New function. infrun.c (resume): Remove hardware watchpoints before stepping when CANNOT_STEP_HW_WATCHPOINTS is nonzero. | |||||
2000-03-28 | 2000-03-28 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2 | -1/+5 | |
* Makefile.in: anchor tui-file.h dependency to $srcdir. | |||||
2000-03-28 | 2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | Michael Snyder | 2 | -4/+11 | |
* breakpoint.c (insert_breakpoints, do_enable_breakpoint): Reselect the saved frame silently after frame selection for watchpoint evaluation. (insert_breakpoints): Add missing space in `Hardware watchpoint deleted' message. Do not reinsert hardware watchpoint if it is already marked for deletion at next stop. | |||||
2000-03-28 | 2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | Michael Snyder | 2 | -2/+7 | |
* procfs.c (proc_set_watchpoint): Declare addr parameter as CORE_ADDR, to match call from procfs_set_watchpoint. | |||||
2000-03-28 | * partial-stab.h: Add one more check against corrupted or irregular stabs | Christopher Faylor | 2 | -1/+6 | |
entry. | |||||
2000-03-28 | * gdb.texinfo: Update dates, bump to Eighth Edition (note | Stan Shebs | 4 | -327/+431 | |
expectation of additional changes before release), update ISBN, add copy of top-level menu for @ifhtml, remove explicit node links, rephrase and/or shorten lines to fix formatting problem in both regular and @smallbook formats. * annotate.texi: Shorten lines in example, use smallexample consistently everywhere. * Makefile.in: Add comment about texinfo 4.0 html generation. (SFILES_INCLUDED): Add annotate.texi. | |||||
2000-03-28 | * gnu-regex.c (regerror): Function renamed from `__regerror'. | Philippe De Muyter | 2 | -1/+6 | |
2000-03-28 | From Jonathan L. Fix ser-unix.c timing out when there was no timeout. | Andrew Cagney | 2 | -39/+33 | |
2000-03-28 | The set debug changes | Daniel Berlin | 12 | -294/+436 | |
2000-03-28 | Bump copyright to 2000. | Andrew Cagney | 2 | -1/+5 | |
2000-03-28 | catch out of range string offset in corrupt stab entry | Nick Clifton | 2 | -0/+15 | |
2000-03-28 | Add Glen McCready | Andrew Cagney | 2 | -0/+5 | |
2000-03-28 | Fix typo in description of GETREGS. | Andrew Cagney | 3 | -2/+7 | |
2000-03-27 | Default LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes per | Alan Modra | 6 | -19/+31 | |
line is 4. Fix tests for LISTING_WORD_SIZE==1. | |||||
2000-03-27 | Fix value of SHORT_A1. | Nick Clifton | 4 | -16/+27 | |
Move SHORT_AR to end of list of short instructions. | |||||
2000-03-27 | 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -1/+1 | |
fix typo. | |||||
2000-03-27 | 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -1/+5 | |
* gdb.base/printcmds.c: Terminate char array ctable2 with 0. |