Age | Commit message (Collapse) | Author | Files | Lines |
|
instead, call md_show_usage.
(parse_args): Use getopt_long_only. Take pointers to argc and
argv.
(main): Pass parse_args pointers.
* as.h: Remove 3 variables that are redundant with flagseen.
* as.c, messages.c: Change their users to use flagseen.
Define getopt stuff.
* tc.h: Update md_parse_option decl. Add md_show_usage decl.
* config/tc-*.c: Add md_shortopts, md_longopts,
md_longopts_size, md_show_usage. Change calling convention for
md_parse_option. Remove md_parse_long_option.
* config/tc-ns32k.c: Rename `struct option' to `struct ns32k_option'.
* config/tc-i386.h: Don't define md_parse_option.
|
|
got the fatal error.
|
|
Removed some unneeded files.
configure.in: Don't look for te-386bsd.h, which doesn't exist...
|
|
|
|
* input-scrub.c (input_scrub_push): call input_file_begin, not
input_scrub_begin.
messages.c (as_perror): print ": " between the passed in error and
the strerror, like perror does.
|
|
* messages.c (as_warn): Use fputs, not fprintf, with a buffer that
has already been formatted (but may still contain %-characters).
(as_bad): Likewise.
|
|
|
|
Discard bogus DONTDEF version.
(as_warn, as_bad, as_fatal): Likewise.
|
|
|
|
|
|
tagged as "vanilla" for your convenience.
There are also some comment changes.
|
|
|