summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-05-17 08:32:43 +0000
committerTristan Gingold <gingold@adacore.com>2010-05-17 08:32:43 +0000
commit3a689531dc933c3b481e0e5771dfe8d48dc3c0f9 (patch)
tree8c2e7d4adfdfbc8bbfba36c84a3c0c4ad0b1f104 /bfd
parent9a1b4480b48be7f50a3b451db4114c753b837eb8 (diff)
Reformat last entry to avoid too long line.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index adec88e395..f5dc25e3f2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -2,8 +2,8 @@
* vms-alpha.c: Include esgps.h and eidc.h.
(_bfd_vms_slurp_egsd): Ignore SPSC and IDC sub-records.
- (evax_bfd_print_egsd_flags): New function, extracted from evax_bfd_print_egsd.
- (evax_bfd_print_egsd): Calls evax_bfd_print_egsd_flags. Handles
+ (evax_bfd_print_egsd_flags): New function, extracted from ...
+ (evax_bfd_print_egsd): ..., calls evax_bfd_print_egsd_flags. Handles
EGSD__C_SPSC and EGSD__C_IDC.
2010-05-14 Tristan Gingold <gingold@adacore.com>