summaryrefslogtreecommitdiff
path: root/ld/mri.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-07-19 10:39:51 +0000
committerNick Clifton <nickc@redhat.com>2013-07-19 10:39:51 +0000
commitee1b5888413cde990618e68e627b9c52ec80b8ee (patch)
tree4ffd8008c75245363bd8e56f670c92aef79a3d92 /ld/mri.c
parentf74ac3a7f7c62f4456ba2720bdc09f9e4d4bc7d2 (diff)
downloadbinutils-redhat-ee1b5888413cde990618e68e627b9c52ec80b8ee.tar.gz
* ldgram.y: Add ALIGN_WITH_INPUT output section attribute.
* ldlang.c: Likewise. * ldlang.h: Likewise. * ldlex.l: Likewise. * mri.c: Likewise. * ld.texinfo: Document new feature. * NEWS: Mention new feature. * ld-scripts/script.exp: Run align with input test. * ld-scripts/align-with-input.t: New file. * ld-scripts/rgn-at8.d: Likewise. * ld-scripts/rgn-at8.t: Likewise.
Diffstat (limited to 'ld/mri.c')
-rw-r--r--ld/mri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/mri.c b/ld/mri.c
index fc7076af8e..450cdf73ab 100644
--- a/ld/mri.c
+++ b/ld/mri.c
@@ -208,7 +208,7 @@ mri_draw_tree (void)
lang_enter_output_section_statement (p->name, base,
p->ok_to_load ? normal_section : noload_section,
- align, subalign, NULL, 0);
+ align, subalign, NULL, 0, 0);
base = 0;
tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
tmp->next = NULL;