(_initialize_core): Remove spurious paren from set
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 8 Aug 2008 16:47:02 +0000 (16:47 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 8 Aug 2008 16:47:02 +0000 (16:47 +0000)
gnutarget doc string.

gdb/ChangeLog
gdb/corefile.c

index 5e6ad60772453e9f5ffa657bae20ac10579c609a..8f0a53061ea17e18502c46b990202d8244aaf061 100644 (file)
@@ -1,7 +1,12 @@
+2008-08-08  Andreas Schwab  <schwab@suse.de>
+
+       * corefile.c (_initialize_core): Remove spurious paren from set
+       gnutarget doc string.
+
 2008-08-08  Luis Machado  <luisgpm@br.ibm.com>
 
        * 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.
 
 2008-08-06  Phil Muldoon  <pmuldoon@redhat.com>
 
-        * MAINTAINERS (Write After Approval): Add self.
+       * MAINTAINERS (Write After Approval): Add self.
 
 2008-08-06  Phil Muldoon  <pmuldoon@redhat.com>
 
        * 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
        (ALL_TCL_CFLAGS): New convenience defintion. Change all
        gdbtk sources to use it.
        * configure: Regenerate.
-       
+
 2008-07-31  Stan Shebs  <stan@codesourcery.com>
 
        * coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
 2008-07-26  Vladimir Prus  <vladimir@codesourcery.com>
 
        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  <joseph@codesourcery.com>
 
        * 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.
 
        * observer.sh: Handle functions with no arguments.
 
 2008-07-20  Sergei Poselenov  <sposelenov@emcraft.com>
-            Chris Demetriou  <cgd@google.com>
+           Chris Demetriou  <cgd@google.com>
 
        * elfread.c (elf_symfile_segments): Fix the check that each loadable
        section fits within an ELF segment to handle ELF segments that hit
index 1da2b2a8393853f623ae9b2251fa340ee074c135..726d9fcc5fabc5b25220ed02cd16de4ccbe8e2b3 100644 (file)
@@ -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."),
This page took 0.028839 seconds and 4 git commands to generate.