aboutsummaryrefslogtreecommitdiff
path: root/ld/ldver.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-10-17 20:33:46 +0000
committerKen Raeburn <raeburn@cygnus>1994-10-17 20:33:46 +0000
commit0a1e63c4b599f225f2b94c989138ae5eeb5439ad (patch)
tree5608a271642fc410d4f9bd5e9beb65bcb7fd6129 /ld/ldver.c
parentcb066aa98ab62e470a02eb681181cfaecbc52d36 (diff)
downloadgdb-0a1e63c4b599f225f2b94c989138ae5eeb5439ad.zip
gdb-0a1e63c4b599f225f2b94c989138ae5eeb5439ad.tar.gz
gdb-0a1e63c4b599f225f2b94c989138ae5eeb5439ad.tar.bz2
updated version
Diffstat (limited to 'ld/ldver.c')
-rw-r--r--ld/ldver.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/ldver.c b/ld/ldver.c
index 49fcfd1..8751e43 100644
--- a/ld/ldver.c
+++ b/ld/ldver.c
@@ -29,7 +29,7 @@ void
ldversion (noisy)
int noisy;
{
- fprintf(stdout,"ld version cygnus-2.4.1 (with BFD %s)\n", BFD_VERSION);
+ fprintf(stdout,"ld version cygnus-2.5 (with BFD %s)\n", BFD_VERSION);
if (noisy)
{
@@ -62,6 +62,7 @@ Options:\n\
puts ("\
[-r | -Ur] [-S] [-s] [-sort-common] [-T commandfile]\n\
[-Ttext textorg] [-Tdata dataorg] [-Tbss bssorg] [-t]\n\
- [-u symbol] [-V] [-v] [-version] [-warn-common]\n\
- [-X] [-x] [-y symbol]");
+ [-traditional-format] [-u symbol] [-V] [-v] [-version]\n\
+ [-warn-common] [-X] [-x] [-y symbol]\n\
+ [-( archives -)] [--start-group archives --end-group]");
}