diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2008-07-06 13:38:37 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2008-07-06 13:38:37 +0000 |
commit | 4006703d71641cd35a045f407a5c8bc85459978b (patch) | |
tree | efdd737568b7398b5dfbebf04eb1538c3144266a /ld/ChangeLog | |
parent | b56e7235bb83ed5cf86c71db7c9009fd4491bd0d (diff) | |
download | gdb-4006703d71641cd35a045f407a5c8bc85459978b.zip gdb-4006703d71641cd35a045f407a5c8bc85459978b.tar.gz gdb-4006703d71641cd35a045f407a5c8bc85459978b.tar.bz2 |
* ld.texinfo (File Commands): Document that INCLUDE can be used in
several different places.
* ldgram.y (statement, memory_spec, section): Allow INCLUDE.
(memory, memory_spec_list): Simplify BNF
(memory_spec_list_opt): New rule.
* ldlex.l (INCLUDE): Recognize in EXPRESSION.
testsuite/
* ld-scripts/include-1.d: New.
* ld-scripts/include-1.t: New.
* ld-scripts/include-data.t: New.
* ld-scripts/include-mem.t: New.
* ld-scripts/include-ram.t: New.
* ld-scripts/include-sections.t: New.
* ld-scripts/include-subdata.t: New.
* ld-scripts/include.exp: New.
* ld-scripts/include.s: New.
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 88e20f2..8ad99bc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2008-07-06 Nathan Sidwell <nathan@codesourcery.com> + + * ld.texinfo (File Commands): Document that INCLUDE can be used in + several different places. + * ldgram.y (statement, memory_spec, section): Allow INCLUDE. + (memory, memory_spec_list): Simplify BNF + (memory_spec_list_opt): New rule. + * ldlex.l (INCLUDE): Recognize in EXPRESSION. + 2008-06-20 Alan Modra <amodra@bigpond.net.au> * emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Make "can not |