aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-08-08 16:47:02 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-08-08 16:47:02 +0000
commitf164887602cf9726bc64d793a9b7614d8f2c7d67 (patch)
tree3b2771f8879ce6b027e2c80ae9cc9e178a2989a6 /gdb
parentb7622095eb47002620e2afdb26ec910078d48d29 (diff)
downloadgdb-f164887602cf9726bc64d793a9b7614d8f2c7d67.zip
gdb-f164887602cf9726bc64d793a9b7614d8f2c7d67.tar.gz
gdb-f164887602cf9726bc64d793a9b7614d8f2c7d67.tar.bz2
(_initialize_core): Remove spurious paren from set
gnutarget doc string.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog29
-rw-r--r--gdb/corefile.c2
2 files changed, 18 insertions, 13 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5e6ad60..8f0a530 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
@@ -133,7 +138,7 @@
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>
@@ -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 <stan@codesourcery.com>
* coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
@@ -300,12 +305,12 @@
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>
@@ -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 <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
diff --git a/gdb/corefile.c b/gdb/corefile.c
index 1da2b2a..726d9fc 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."),