diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-03 18:40:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-03 18:40:26 +0000 |
commit | 22d3533cae93cfc6fe9ad74d8b04a7735a4fd3cb (patch) | |
tree | e2797328559e06613cb2de6ec70489ca8453d094 /ld/ChangeLog | |
parent | 3004a68c469b847122e497e90d0d73dc8422e427 (diff) | |
download | gdb-22d3533cae93cfc6fe9ad74d8b04a7735a4fd3cb.zip gdb-22d3533cae93cfc6fe9ad74d8b04a7735a4fd3cb.tar.gz gdb-22d3533cae93cfc6fe9ad74d8b04a7735a4fd3cb.tar.bz2 |
* lexsup.c (parse_args): Let -G either set the small data size or
be equivalent to --shared, depending on the next argument. Accept
and ignore -z for Solaris compatibility.
PR 7118.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9d95aa1..4d0f2aa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Mon Jul 3 14:39:22 1995 Ian Lance Taylor <ian@cygnus.com> + + * lexsup.c (parse_args): Let -G either set the small data size or + be equivalent to --shared, depending on the next argument. Accept + and ignore -z for Solaris compatibility. + Sun Jul 2 17:52:34 1995 Ian Lance Taylor <ian@cygnus.com> * lexsup.c (parse_args): Cast fopen result to PTR before storing |