Home
last modified time | relevance | path

Searched refs:std_longopts (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Das.c468 static const struct option std_longopts[] = in parse_args() local
541 longopts = (struct option *) xmalloc (sizeof (std_longopts) in parse_args()
543 memcpy (longopts, std_longopts, sizeof (std_longopts)); in parse_args()
544 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size); in parse_args()
545 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size, in parse_args()
DChangeLog-20041340 (std_longopts): Add --gen-debug. Alpha sort the table.
DChangeLog-0203784 (std_longopts): Add 'f'. Doing this prevents -f<foo> being
3079 * as.c (std_longopts): Duplicate --keep-locals entry in order to
DChangeLog-20054172 * as.c (std_longopts): Add an entry for "--a" in order to prevent
DChangeLog-00014518 * as.c (parse_args) <std_longopts>: Add comment about the need to
DChangeLog-92951873 std_longopts. Set flag_mri if -M is seen.