aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-24s/Linux/.../Andrew Cagney8-42/+49
Fix PR gdb/378.
2002-02-24* lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''Andrew Cagney5-34/+45
with either ``GNU/Linux'' or ``Linux kernel''. Fix PR gdb/378.
2002-02-24Rename local ChangeLog and ChangeLog.Cygnus files to ChangeLog.gdb.Elena Zannoni3-2/+14
2002-02-242002-02-24 Michael Chastain <mec@shout.net>Michael Chastain2-1/+9
* gdb.threads/pthreads.c (thread1): Add a return statement. (thread2): Likewise. (foo): Likewise.
2002-02-24* gdbint.texinfo: Include fdl.texi.Andrew Cagney5-6/+437
(Top): Add GNU Free Documentation License. * Makefile.in (SFILES_INCLUDED): Add gpl.texi. (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. (gdbint.info): Add srcdir to include path. * gdb.texinfo: Include gpl.texi. (Top): Add Copying. * gpl.texi: New file.
2002-02-24 * gas/mmix/bspec-1.d, gas/mmix/bspec-2.d, gas/mmix/comment-1.d:Hans-Peter Nilsson4-13/+18
Adjust to changes in readelf output.
2002-02-24 * ld-sh/ld-r-1.d: Adjust to changes in readelf output.Hans-Peter Nilsson7-350/+356
* ld-sh/shared-1.d, ld-sh/sh64/crangerel1.rd, ld-sh/crangerel2.rd, ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd: Ditto.
2002-02-24==> dejagnu/ChangeLog <==Daniel Jacobowitz3-52/+43
2002-02-23 Daniel Jacobowitz <drow@mvista.com> * config.guess: Import from master sources, rev 1.232. * config.sub: Import from master sources, rev 1.246. ==> readline/ChangeLog.Cygnus <== 2002-02-24 Daniel Jacobowitz <drow@mvista.com> * support/config.guess: Import from master sources, rev 1.232. * support/config.sub: Import from master sources, rev 1.246.
2002-02-24Zap lin-thread.cAndrew Cagney3-2045/+6
2002-02-24* ocd.c (ocd_open): Do not try to open the "ocd" device.Andrew Cagney3-26/+8
* serial.c (serial_open): Delete check for "ocd". Fix PR gdb/349.
2002-02-24* Makefile.in (linux-thread.o): Delete target.Andrew Cagney3-1762/+3
* linux-thread.c: Delete file.
2002-02-24* config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak otherAndrew Cagney2-2/+6
renamed SH files to be consistent.
2002-02-24s/free/xfree/Andrew Cagney2-1/+5
2002-02-242002-02-23 Michael Chastain <mec@shout.net>Michael Chastain2-0/+7
* gdb.threads/linux-dp.c (philosopher): Add a return statement to placate gcc.
2002-02-242002-02-23 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-52/+43
* config.guess: Import from master sources, rev 1.232. * config.sub: Import from master sources, rev 1.246.
2002-02-24*** empty log message ***gdbadmin1-1/+1
2002-02-23daily updateAlan Modra1-1/+1
2002-02-23* arm-linux-tdep.c (arm_linux_init_abi): RegisterRichard Earnshaw3-13/+17
IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old definition with undef, since we don't want the sysvr4 definition. (SKIP_TRAMPOLINE_CODE): Likewise.
2002-02-23* configure.in: (AC_CHECK_FUNCS) Added test forAndrew Cagney5-5/+20
canonicalize_file_name Regenerated. * config.in, configure: Regenerated. * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is defined use canonicalize_file_name.
2002-02-232002-02-23 Michael Chastain <mec@shout.net>Michael Chastain2-1/+4
* MAINTAINERS: Remove Michael Chastain from "paper trail" list.
2002-02-23Doc fix.Jim Blandy1-1/+1
2002-02-23s/cygnus.com/.../Andrew Cagney5-10/+20
2002-02-232002-02-23 Michael Chastain <mec@shout.net>Michael Chastain2-5/+6
* gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on test "ptype bint". The test passes on all my stabs configurations.
2002-02-23From 2002-02-19 Paul Eggert <eggert@twinsun.com>:Andrew Cagney3-2/+12
* Makefile.in (VER): Change "head -1" to "sed q", since POSIX 1003.1-2001 no longer allows "head -1". * gdb/Makefile.in (version.c): Likewise. * gdb/doc/Makefile.in (GDBvn.texi): Likewise. * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
2002-02-23* cli/cli-decode.c (cmd_cfunc_eq): New function.Andrew Cagney8-15/+45
* command.h (cmd_cfunc_eq): Declare. * cli/cli-decode.h (cmd_cfunc_eq): Ditto. * cli/cli-cmds.h (is_complete_command): Change parameter to a ``struct cmd_list_element *''. * cli/cli-cmds.c (is_complete_command): Update. Use cmd_cfunc_eq. * top.c (execute_command): Pass the command to is_complete_command. * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
2002-02-23From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:Andrew Cagney3-3/+10
* config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed architecture defines. * s390-tdep.c (s390_gdbarch_init): Likewise.
2002-02-23* arm-linux-tdep.c (arm_linux_extract_return_value): Make static.Richard Earnshaw3-45/+30
(arm_linux_push_arguments): Likewise. (arm_linux_init_abi): Register them. Also register linux-specific call_dummy_words. (find_minsym_and_objfile): Use strcmp, not STREQ. * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete. (arm_linux_call_dummy_words): Delete declaration. (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete. (arm_linux_extract_return_value, arm_linux_push_arguments): Delete declarations. (LOWEST_PC): Delete.
2002-02-23 * maint.c (print_section_info): Do not prepend `0x' to fileposPeter Schauer2-2/+7
output, it will be handled by local_hex_string_custom.
2002-02-23* arm-linux-nat.c (store_newfpe_single): Use regcache_collect.Richard Earnshaw2-17/+23
(store_newfpe_double, store_newfpe_extended, store_fpregister) (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
2002-02-23* Makefile.in (MAKEINFO): Don't assume makeinfo will be built justAlexandre Oliva2-1/+6
because its Makefile is there; test for the executable instead.
2002-02-23Indicate that the bcache functions don't change the stringsJim Blandy3-4/+11
they're passed. * bcache.h (bcache, hash): Add `const' keywords to declarations. * bcache.c (bcache, hash): Add `const' keywords to definitions.
2002-02-23*** empty log message ***gdbadmin1-1/+1
2002-02-22daily updateAlan Modra1-1/+1
2002-02-22The "2002-02-05 Alan Modra <amodra@bigpond.net.au>" commit also affectedDavid O'Brien1-0/+1
elf32-i386.c
2002-02-222002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller3-18/+20
* win32-nat.c (child_create_inferior): Fix create flags setting bug.
2002-02-22Fix another spelling typo!Nick Clifton1-1/+1
2002-02-22Fix spelling typoNick Clifton1-1/+1
2002-02-22oops - update date on newly created entryNick Clifton1-1/+1
2002-02-22Keep track of prologue counts across .label_state/.copy_state directivesNick Clifton2-1/+104
2002-02-22Do not complain if gasp does not exist.Nick Clifton2-0/+12
2002-02-22Add missing protoypes.Nick Clifton2-281/+517
Remove ANSI style function declarations
2002-02-22 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from myJakub Jelinek3-2/+8
last patch. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2002-02-22* win32-nat.c (register_loaded_dll): Just use raw name when we can't find theChristopher Faylor3-2/+11
complete path to a loaded DLL.
2002-02-22Approved by Jim Blandy (jimb@redhat.com).Fred Fish4-1/+24
2002-02-21 Fred Fish <fnf@redhat.com> * dbxread.c (process_one_symbol): When finding an N_FUN symbol that marks the end of the range of a function, enter a line number entry that has a line number of zero and a PC offset that matches the end of the function. This starts a range of PC's for which no line number information is known. * symtab.c (find_pc_sect_line): If our best fit is in a range of PC's for which no line number info is found (line number is zero) then we didn't find any valid line information. * symtab.h: Document use of zero line number entry.
2002-02-22*** empty log message ***gdbadmin1-1/+1
2002-02-21daily updateAlan Modra1-1/+1
2002-02-21Fix typo.Nick Clifton2-1/+5
2002-02-21include:Jim Blandy4-6/+94
Allow the user to specify functions for allocating memory for splay tree roots and nodes. * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn): New types. (splay_tree): New fields: `allocate', `deallocate', and `allocate_data'. (splay_tree_new_with_allocator): New function declaration. libiberty: * splay-tree.c (splay_tree_xmalloc_allocate, splay_tree_xmalloc_deallocate): New functions. (splay_tree_new): Call splay_tree_new_with_allocator, passing the above functions and a dummy data pointer. (splay_tree_new_with_allocator): New function. (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert, splay_tree_remove): Use the splay tree's allocation and deallocation functions.
2002-02-212002-02-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-14/+256
* ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define. (have_ptrace_getvrregs): Define for run time checks. (gdb_vrregset_t): New type for Altivec register handling. (fetch_register, store_register): Fetch/store altivec register when needed. (fetch_altivec_register, store_altivec_register): New functions. (supply_vrregset, fill_vrregset): New functions. (fetch_altivec_registers, store_altivec_registers): New functions. (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec registers as well.
2002-02-21* gdb.asm/asm-source.exp: Parse the output from `info sources' oneJim Blandy2-4/+34
filename at a time, and watch for the ones we want to see.