diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-31 15:41:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-31 15:41:19 +0000 |
commit | 210a7bd13dc72db19a56b2c9be8bd53c0f4cdba1 (patch) | |
tree | d4b3b21ac47f9abe604272f7e808185f736f7196 /ld/ChangeLog | |
parent | 4e12ff7fc26ce362d9dab3ff402843b555cf1593 (diff) | |
download | gdb-210a7bd13dc72db19a56b2c9be8bd53c0f4cdba1.zip gdb-210a7bd13dc72db19a56b2c9be8bd53c0f4cdba1.tar.gz gdb-210a7bd13dc72db19a56b2c9be8bd53c0f4cdba1.tar.bz2 |
Fix infinite parsing loop
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 c246d7a..05d1cb8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2001-10-31 Nick Clifton <nickc@cambridge.redhat.com> + + * lexsup.c (parse_args): Prevent infinite parsing loop when + "-rpath.a" is specified on the command line. + Replace calls to fprintf with calls to einfo. + 2001-10-31 John Marshall <jmarshall@acm.org> * ld.texinfo: A historical requirement that MEMORY and SECTIONS |