aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-01* m10300-opc.c: SP-based offsets are always unsigned.Alexandre Oliva2-12/+16
2000-04-01Fix long-standing mis-comments. Words and addresses are 32-bits long.Alexandre Oliva1-5/+5
2000-04-01Flush any pending instructiuons before emitting data into the instruction ↵Nick Clifton2-0/+5
stream.
2000-03-312000-03-29 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-8/+6
* findvar.c (extract_floating): Remove reference to TARGET_EXTRACT_FLOATING. (store_floating): Remove reference to TARGET_STORE_FLOATING.
2000-03-31Reverted the comment about inc/inc4, that was already implied by RN02.Alexandre Oliva1-1/+0
2000-03-31Fix typos. Add FIXME for 2-reg inc and inc4.Alexandre Oliva1-9/+10
2000-03-31* lib/gas-defs.exp (regexp_diff): Don't break on the firstAlexandre Oliva2-2/+7
difference, list them all.
2000-03-31Adjust whitespace.Alexandre Oliva1-2/+2
2000-03-31Don't use post-increment on structure copy to work around a ppc gcc bug.Alan Modra2-1/+7
2000-03-30Set CHUNK size to 16 bytes to prevent download failures on lame targets.Alan Modra3-2/+8
2000-03-30Include sys/types.h before sys/stat.h for ultrix.Alan Modra2-0/+5
2000-03-30 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-pointPhilippe De Muyter3-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. AllDoug Evans2-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-302000-03-30 Dave Brolley <brolley@redhat.com>Dave Brolley6-456/+501
* configure: Regenerated.
2000-03-302000-03-30 Dave Brolley <brolley@redhat.com>Dave Brolley2-2/+6
* aclocal.m4 (cgen): Use guile to run cgen.
2000-03-302000-03-23 Dave Brolley <brolley@redhat.com>Dave Brolley3-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-302000-03-30 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser3-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-302000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder4-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-30Capitalize sentences.Michael Snyder1-19/+19
2000-03-302000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder6-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-30gdbarch cleanups.Andrew Cagney4-126/+51
2000-03-30Didn't realize this auto-generated gdb-events.c. Since it does, i applied ↵Daniel Berlin1-3/+12
the gdb-events.c fix for deprecation back to here.
2000-03-30demangled symbol lookup fixesDaniel Berlin3-115/+142
2000-03-30 * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill5-4/+17
* configure (gcc_version): When setting, narrow search to lines containing `version_string'.
2000-03-29Fix SUB_SEGMENT_ALIGN macor for BFD_ASSEMBLERNick Clifton2-9/+17
2000-03-29Add "bal" instruction pattern.Nick Clifton4-0/+21
Add test of assembling "bal" instruction
2000-03-29Disassemble 0xde.. to "bal" [branch always] instead of "undefined".Nick Clifton2-3/+10
2000-03-29Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.Andrew Cagney4-2/+12
2000-03-292000-03-28 J.T. Conklin <jtc@redback.com>J.T. Conklin2-19/+28
* gdb.texinfo: Clarify which remote debug protocol commands are required and which are optional.
2000-03-292000-03-29 J.T. Conklin <jtc@redback.com>J.T. Conklin3-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-29Revert movement of @chapter and @node tags from separate files toAndrew Cagney6-15/+13
gdb.texinfo.
2000-03-29Update GDB 5 status.Andrew Cagney2-14/+100
2000-03-29Fix various GCC warnings.Andrew Cagney4-3/+16
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder3-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-282000-03-28 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-1/+5
* Makefile.in: anchor tui-file.h dependency to $srcdir.
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder2-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-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder2-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 stabsChristopher Faylor2-1/+6
entry.
2000-03-28 * gdb.texinfo: Update dates, bump to Eighth Edition (noteStan Shebs4-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 Muyter2-1/+6
2000-03-28From Jonathan L. Fix ser-unix.c timing out when there was no timeout.Andrew Cagney2-39/+33
2000-03-28The set debug changesDaniel Berlin12-294/+436
2000-03-28Bump copyright to 2000.Andrew Cagney2-1/+5
2000-03-28catch out of range string offset in corrupt stab entryNick Clifton2-0/+15
2000-03-28Add Glen McCreadyAndrew Cagney2-0/+5
2000-03-28Fix typo in description of GETREGS.Andrew Cagney3-2/+7
2000-03-27Default LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes perAlan Modra6-19/+31
line is 4. Fix tests for LISTING_WORD_SIZE==1.
2000-03-27Fix value of SHORT_A1.Nick Clifton4-16/+27
Move SHORT_AR to end of list of short instructions.
2000-03-272000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-1/+1
fix typo.
2000-03-272000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+5
* gdb.base/printcmds.c: Terminate char array ctable2 with 0.