forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -122,5 +122,6 @@ int exp_get_value_int PARAMS ((etree_type *, int, char *, lang_phase_type));
|
||||
fill_type *exp_get_fill PARAMS ((etree_type *, fill_type *, char *,
|
||||
lang_phase_type));
|
||||
bfd_vma exp_get_abs_int PARAMS ((etree_type *, int, char *, lang_phase_type));
|
||||
bfd_vma align_n PARAMS ((bfd_vma, bfd_vma));
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user