diff options
author | Alan Modra <amodra@gmail.com> | 2005-11-16 07:17:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-11-16 07:17:20 +0000 |
commit | 7270c5edcbb158904a8f11852cad1261162d8308 (patch) | |
tree | 37fd2cd974829baa043b6de63893c3cc988e887f /ld/ChangeLog | |
parent | c43c547375e1864c2e784d026bac89c582b2de68 (diff) | |
download | gdb-7270c5edcbb158904a8f11852cad1261162d8308.zip gdb-7270c5edcbb158904a8f11852cad1261162d8308.tar.gz gdb-7270c5edcbb158904a8f11852cad1261162d8308.tar.bz2 |
* ld.texinfo (Forced Output Alignment): Specify that this is an
alignment increase, not an override.
* ldlang.c (init_os): Set output section alignment here..
(lang_add_section): ..rather than here.
(lang_size_sections_1): Consolidate alignment code. Warn if section
alignment affects start address when explicit address given.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ea25fd9..60ff9b3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2005-11-16 Alan Modra <amodra@bigpond.net.au> + + * ld.texinfo (Forced Output Alignment): Specify that this is an + alignment increase, not an override. + * ldlang.c (init_os): Set output section alignment here.. + (lang_add_section): ..rather than here. + (lang_size_sections_1): Consolidate alignment code. Warn if section + alignment affects start address when explicit address given. + 2005-11-07 Steve Ellcey <sje@cup.hp.com> * configure: Regenerate after modifying bfd/warning.m4. |