diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-09-20 15:33:50 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-09-20 15:34:20 +0100 |
commit | d4ed4da3f56e9281e22f0ec2d20def671fba52d1 (patch) | |
tree | 49274f732a0583c8b84b918b9f6d70dfe9f101c0 /ld | |
parent | a5bf7d4fe7a115a358528328b8d1ae221cd684fa (diff) | |
download | gdb-d4ed4da3f56e9281e22f0ec2d20def671fba52d1.zip gdb-d4ed4da3f56e9281e22f0ec2d20def671fba52d1.tar.gz gdb-d4ed4da3f56e9281e22f0ec2d20def671fba52d1.tar.bz2 |
ld: Fix mistake in ChangeLog
The previous commit contained a small mistake in the ChangeLog, fixed in
this commit.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7c24d65..b9b335d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,6 +1,6 @@ 2016-09-20 Andrew Burgess <andrew.burgess@embecosm.com> - * ld/ld.texinfo (Input Section Basics): Expand the description of + * ld.texinfo (Input Section Basics): Expand the description of EXCLUDE_FILE. 2016-09-14 Thomas Preud'homme <thomas.preudhomme@arm.com> |