From 37d4621bd4a912b6a032bc21906f7032e602cbf2 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sat, 23 Nov 1996 04:12:06 +0000 Subject: Merge to Cygnus 961112 + add some support (not ready) for shared libs --- gnu/usr.bin/binutils/gas/gasp.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/binutils/gas/gasp.c') diff --git a/gnu/usr.bin/binutils/gas/gasp.c b/gnu/usr.bin/binutils/gas/gasp.c index ff779b055d6..db624f52c28 100644 --- a/gnu/usr.bin/binutils/gas/gasp.c +++ b/gnu/usr.bin/binutils/gas/gasp.c @@ -1,5 +1,5 @@ /* gasp.c - Gnu assembler preprocessor main program. - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 95, 1996 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com @@ -2638,7 +2638,7 @@ do_macro (idx, in) const char *err; int line = linecount (); - err = define_macro (idx, in, &label, get_line); + err = define_macro (idx, in, &label, get_line, (const char **) NULL); if (err != NULL) ERROR ((stderr, "macro at line %d: %s\n", line - 1, err)); } @@ -3549,6 +3549,8 @@ Usage: %s \n\ [-Dname=value] create preprocessor variable called name, with value\n\ [-Ipath] add to include path list\n\ [in-file]\n"); + if (status == 0) + printf ("\nReport bugs to bug-gnu-utils@prep.ai.mit.edu\n"); exit (status); } @@ -3634,7 +3636,12 @@ main (argc, argv) show_help (); /*NOTREACHED*/ case 'v': - printf ("GNU %s version %s\n", program_name, program_version); + /* This output is intended to follow the GNU standards document. */ + printf ("GNU assembler pre-processor %s\n", program_version); + printf ("Copyright 1996 Free Software Foundation, Inc.\n"); + printf ("\ +This program is free software; you may redistribute it under the terms of\n\ +the GNU General Public License. This program has absolutely no warranty.\n"); exit (0); /*NOTREACHED*/ case 0: -- cgit v1.2.3