(_initialize_core): Remove spurious paren from set
gnutarget doc string.
This commit is contained in:
parent
b7622095eb
commit
f164887602
@ -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
|
||||
|
@ -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."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user