diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-04 19:49:21 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-04 19:49:21 +0000 |
commit | 32edc927faea39b1f7be4654f6ffa03f3e6b16ce (patch) | |
tree | 7cd1b02bd6ec301f04513440dc1c004710b201c6 /ld/ChangeLog | |
parent | 24a17b6c620fbe76e249dae587e0618a876a6d0f (diff) | |
download | gdb-32edc927faea39b1f7be4654f6ffa03f3e6b16ce.zip gdb-32edc927faea39b1f7be4654f6ffa03f3e6b16ce.tar.gz gdb-32edc927faea39b1f7be4654f6ffa03f3e6b16ce.tar.bz2 |
Fix typo in ALIGN_N usage.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 33ca5c1..8ceaf8b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-02-04 Timothy Wall <twall@redhat.com> + + * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation. + 2000-02-03 Timothy Wall <twall@redhat.com> * ld/ldexp.c (fold_name): Make SIZEOF operator return byte count, not |