diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-02-29 03:29:27 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-02-29 03:29:27 +0000 |
commit | db5be682e7422580248aa7e528011526731f4224 (patch) | |
tree | 67437be2c59b249db6b01b67ddc43341eda5fc1a /ld | |
parent | 765b7cbe0561bba08a4d4e2467cb6ba266f282f3 (diff) | |
download | gdb-db5be682e7422580248aa7e528011526731f4224.zip gdb-db5be682e7422580248aa7e528011526731f4224.tar.gz gdb-db5be682e7422580248aa7e528011526731f4224.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bb5d00f..5d40919 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2000-02-28 Jim Blandy <jimb@redhat.com> + + * ldgram.y (exclude_name_list): Don't require a comma to separate + list entries; the lexer considers commas to be valid part of a + filename, so in something like `foo, bar' the comma is considered + part of the first filename, `foo,'. + * ld.texinfo: Update section on EXCLUDE_FILE lists. + 2000-02-27 Loren J. Rittle <ljrittle@acm.org> * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for |