diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2004-02-20 15:31:10 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2004-02-20 15:31:10 +0000 |
commit | 876f40905a27ef106554f894321b23d8130e9ffc (patch) | |
tree | eda3fbb1695ae2a4858e9055b07078e3842b17b2 /ld/ChangeLog | |
parent | 627fe3fb790fa71dea2b5699f4e23bbbcf184d5f (diff) | |
download | gdb-876f40905a27ef106554f894321b23d8130e9ffc.zip gdb-876f40905a27ef106554f894321b23d8130e9ffc.tar.gz gdb-876f40905a27ef106554f894321b23d8130e9ffc.tar.bz2 |
* ldgram.y (exp): Add two operand ALIGN.
* ldexp.c (fold_binary): Add ALIGN_K case.
* ld.texinfo (ALIGN): Document two operand version.
* ld-scripts/align.{s,t,exp}: New.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3b3516e..12716fb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2004-02-20 Nathan Sidwell <nathan@codesourcery.com> + + * ldgram.y (exp): Add two operand ALIGN. + * ldexp.c (fold_binary): Add ALIGN_K case. + * ld.texinfo (ALIGN): Document two operand version. + 2004-02-19 Nathan Sidwell <nathan@codesourcery.com> * ldlang.c (map_input_to_output_sections): Initialize sections |