diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-13 02:08:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-13 02:08:26 +0000 |
commit | c553bb910d30224f6d5e1e10a67a839093e97fa0 (patch) | |
tree | 52c723c7b8b604e0ecff9ffe0ca914faf69e074f /ld/ChangeLog | |
parent | 8e7157081c0a1cee57d160591c2c50f9e0c145e3 (diff) | |
download | gdb-c553bb910d30224f6d5e1e10a67a839093e97fa0.zip gdb-c553bb910d30224f6d5e1e10a67a839093e97fa0.tar.gz gdb-c553bb910d30224f6d5e1e10a67a839093e97fa0.tar.bz2 |
* emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
(MAXPAGESIZE): Set to 1.
* ld.h (ALIGN_N): Delete.
* ldexp.h (align_n): Declare.
* ldexp.c (align_n): New function.
(fold_binary): Use align_n instead of ALIGN_N.
(exp_fold_tree): Likewise.
* ldlang.c (lang_size_sections_1): Likewise.
(lang_one_common): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5c6c8cc..2801a99 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +2002-08-13 Alan Modra <amodra@bigpond.net.au> + + * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1. + (MAXPAGESIZE): Set to 1. + + * ld.h (ALIGN_N): Delete. + * ldexp.h (align_n): Declare. + * ldexp.c (align_n): New function. + (fold_binary): Use align_n instead of ALIGN_N. + (exp_fold_tree): Likewise. + * ldlang.c (lang_size_sections_1): Likewise. + (lang_one_common): Likewise. + 2002-07-31 Graeme Peterson <gp@qnx.com> * configure.tgt: Add support for powerpc{le}-*-nto* targets. |