aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-12-18 08:22:30 +0000
committerThiemo Seufer <ths@networkno.de>2001-12-18 08:22:30 +0000
commit65de42c0f95fece900176948415027a83bc83451 (patch)
treed2bd9ee449281c2a7cb72afd3b9ba8676183aaa1 /gas
parent50b2bdb7801fd6fdeae6bd672e3c5062a7a91bac (diff)
downloadgdb-65de42c0f95fece900176948415027a83bc83451.zip
gdb-65de42c0f95fece900176948415027a83bc83451.tar.gz
gdb-65de42c0f95fece900176948415027a83bc83451.tar.bz2
* addr2line.c (main): Protoype.
* ar.c (main): Protoype. * nm.c (main): Protoype. * objcopy.c (main): Protoype. * objdump.c (main): Protoype. * size.c (main): Protoype. * strings.c (main): Protoype. * gasp.c (main): Protoype.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/gasp.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 81bf372..8e8ed8b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * gasp.c (main): Protoype.
+
2001-12-17 Richard Henderson <rth@redhat.com>
* config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
diff --git a/gas/gasp.c b/gas/gasp.c
index 4022408..dc1946e 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -3537,6 +3537,8 @@ show_help ()
show_usage (stdout, 0);
}
+int main PARAMS ((int, char **));
+
int
main (argc, argv)
int argc;