diff options
author | Craig Silverstein <csilvers@google.com> | 2008-06-30 20:59:54 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2008-06-30 20:59:54 +0000 |
commit | afe47622714cc973b1fe04ca27d460cfc1c29d90 (patch) | |
tree | 90a5a8105989f4f8c5bbad061992a239e1464460 /gold/ChangeLog | |
parent | cb53bf42a082f17d33763e1b338a5753b42b682b (diff) | |
download | gdb-afe47622714cc973b1fe04ca27d460cfc1c29d90.zip gdb-afe47622714cc973b1fe04ca27d460cfc1c29d90.tar.gz gdb-afe47622714cc973b1fe04ca27d460cfc1c29d90.tar.bz2 |
2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
* script.cc (Lex::can_continue_name): Make '?' allowable in
version-script names.
* testsuite/version_script.map: Change glob pattern to use '?'
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 168f9c4..d73e1cd 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu> + + * script.cc (Lex::can_continue_name): Make '?' allowable in + version-script names. + * testsuite/version_script.map: Change glob pattern to use '?' + 2008-06-30 Manish Singh <yosh@gimp.org> PR 6585 |