From 1a0086af8e6feaaa27d64b0d5641d7757d8d7b64 Mon Sep 17 00:00:00 2001 From: schwab Date: Fri, 8 Aug 2008 16:47:02 +0000 Subject: [PATCH] (_initialize_core): Remove spurious paren from set gnutarget doc string. --- gdb/ChangeLog | 29 +++++++++++++++++------------ gdb/corefile.c | 2 +- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5e6ad60772..8f0a53061e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,12 @@ +2008-08-08 Andreas Schwab + + * corefile.c (_initialize_core): Remove spurious paren from set + gnutarget doc string. + 2008-08-08 Luis Machado * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h". - Define PPC_FEATURE_BOOKE. + Define PPC_FEATURE_BOOKE. (ppc_linux_get_hwcap): New function. (ppc_linux_region_ok_for_hw_watchpoint): Handle PowerPC 440 4-bytes alignment restrictions. @@ -133,7 +138,7 @@ 2008-08-06 Phil Muldoon - * MAINTAINERS (Write After Approval): Add self. + * MAINTAINERS (Write After Approval): Add self. 2008-08-06 Phil Muldoon @@ -186,7 +191,7 @@ * configure.ac: Don't check if ../itcl exists when building gdbtk. It could be installed. Rewrite gdbtk configury to allow for using system-supplied - Tcl and Tk. Gdbtk no longer requires build-time access to + Tcl and Tk. Gdbtk no longer requires build-time access to itcl and itk. * Makefile.in: Remove everything related to itcl and itk. Rewrite the Tcl bits for gdbtk to correspond to rewrite of @@ -195,7 +200,7 @@ (ALL_TCL_CFLAGS): New convenience defintion. Change all gdbtk sources to use it. * configure: Regenerate. - + 2008-07-31 Stan Shebs * coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE. @@ -300,12 +305,12 @@ 2008-07-26 Vladimir Prus Kill cmd_async_ok. - * cli/cli-decode.h (CMD_ASYNC_OK, set_cmd_async_ok) - (get_cmd_async_ok): Remove. - * cli/cli-decode.c (set_cmd_async_ok, get_cmd_async_ok): Remove. - * cli/cli-cmds.c (init_cli_cmds): Don't use set_cmd_async_ok. - * infcmd.c (_initialize_infcmd): Likewise. - * thread.c (_initialize_thread): Likewise. + * cli/cli-decode.h (CMD_ASYNC_OK, set_cmd_async_ok) + (get_cmd_async_ok): Remove. + * cli/cli-decode.c (set_cmd_async_ok, get_cmd_async_ok): Remove. + * cli/cli-cmds.c (init_cli_cmds): Don't use set_cmd_async_ok. + * infcmd.c (_initialize_infcmd): Likewise. + * thread.c (_initialize_thread): Likewise. 2008-07-25 Joseph Myers @@ -378,7 +383,7 @@ * nto-procfs.c (procfs_xfer_memory): Changed signature. (procfs_resume): Workaround for dereferencing type-punned pointer warning. - * nto-tdep.c (nto_parse_redirection): Change signature to be const + * nto-tdep.c (nto_parse_redirection): Change signature to be const correct. * nto-tdep.h (nto_parse_redirection): Likewise. @@ -404,7 +409,7 @@ * observer.sh: Handle functions with no arguments. 2008-07-20 Sergei Poselenov - Chris Demetriou + Chris Demetriou * elfread.c (elf_symfile_segments): Fix the check that each loadable section fits within an ELF segment to handle ELF segments that hit diff --git a/gdb/corefile.c b/gdb/corefile.c index 1da2b2a839..726d9fcc5f 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -456,7 +456,7 @@ No arg means have no core file. This command has been superseded by the\n\ add_setshow_string_noescape_cmd ("gnutarget", class_files, - &gnutarget_string, _("(\ + &gnutarget_string, _("\ Set the current BFD target."), _("\ Show the current BFD target."), _("\ Use `set gnutarget auto' to specify automatic detection."), -- 2.11.0