forked from Imagelibrary/binutils-gdb
import gdb-1999-12-13 snapshot
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
Wed Dec 8 21:47:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* sim-arange.c: Include <string.h>
|
||||
|
||||
1999-12-07 Dave Brolley <brolley@cygnus.com>
|
||||
|
||||
* sim-options.c (print_help): '=' required before optional argument.
|
||||
* cgen-par.h (CGEN_FN_MEM_QI_WRITE): New enumerator.
|
||||
(CGEN_FN_MEM_HI_WRITE): New enumerator.
|
||||
(CGEN_FN_MEM_SI_WRITE): New enumerator.
|
||||
|
||||
@@ -29,6 +29,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#define DEFINE_INLINE_P (! defined (SIM_ARANGE_C_INCLUDED))
|
||||
#define DEFINE_NON_INLINE_P defined (SIM_ARANGE_C_INCLUDED)
|
||||
|
||||
|
||||
@@ -709,7 +709,7 @@ print_help (SIM_DESC sd, sim_cpu *cpu, const struct option_list *ol, int is_comm
|
||||
{
|
||||
if (o->opt.has_arg == optional_argument)
|
||||
{
|
||||
sim_io_printf (sd, " [%s]", o->arg);
|
||||
sim_io_printf (sd, "[=%s]", o->arg);
|
||||
len += 2 + strlen (o->arg) + 1;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user