mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
* ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
This commit is contained in:
parent
dbb7c4414b
commit
09f6ed3442
@ -1,3 +1,7 @@
|
||||
2012-02-09 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
|
||||
|
||||
2012-01-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/13616
|
||||
|
@ -629,7 +629,7 @@ input_section_spec_no_keep:
|
||||
tmp.exclude_name_list = NULL;
|
||||
tmp.sorted = none;
|
||||
tmp.section_flag_list = $1;
|
||||
lang_add_wild (NULL, $3, ldgram_had_keep);
|
||||
lang_add_wild (&tmp, $3, ldgram_had_keep);
|
||||
}
|
||||
| wildcard_spec '(' file_NAME_list ')'
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user