diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2017-01-29 16:15:16 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2017-01-29 16:15:16 +0100 |
commit | ce6366f9aba4fe6534a2f514e46611acab62bab9 (patch) | |
tree | 92a3af86e94b9da3c9e7063d1239a021ac188c63 | |
parent | 8dcdd12d21bc281870077f0c81b8cd1b88afd865 (diff) | |
download | gdb-ce6366f9aba4fe6534a2f514e46611acab62bab9.zip gdb-ce6366f9aba4fe6534a2f514e46611acab62bab9.tar.gz gdb-ce6366f9aba4fe6534a2f514e46611acab62bab9.tar.bz2 |
Fix another typo in the last ChangeLog entry.
Gah! Though this time I blame autocompletion.
-rw-r--r-- | ld/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5baf67f..fec48e2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -3,7 +3,7 @@ PR binutils/19935 Fix long-standing buglet and fallout from now-default initfini-array. * emulparams/criself.sh (USER_LABEL_PREFIX): Define. - (OTHER_READONLY_SECTIONS, ENTRY): Delete now-redundant defines. + (OTHER_END_SYMBOLS, ENTRY): Delete now-redundant defines. 2017-01-27 Jiong Wang <jiong.wang@arm.com> |